fix(deps): update module github.com/a-h/templ to v0.3.887 #476

Merged
renovate merged 1 commits from renovate/github.com-a-h-templ-0.x into prod 2025-05-31 22:08:13 +00:00
Member

This PR contains the following updates:

Package Type Update Change
github.com/a-h/templ require patch v0.3.865 -> v0.3.887

Release Notes

a-h/templ (github.com/a-h/templ)

v0.3.887

Compare Source

Changelog

  • 78e130a Conditionalize language server preload (#​1118)
  • 4048e76 chore(ci): apply write permissions to code coverage
  • 92ed4a3 chore(ci): bump upload artifact version
  • 3244608 chore(ci): checkout code when uploading coverage
  • 04f35cd chore(ci): replace nix cache github action
  • 2070e14 chore(ci): upload artifact from local directory
  • f1c2a5e chore: bump deps in examples and fuzzing
  • 892b042 chore: bump documentation deps
  • 3201870 chore: bump version
  • e47b18c chore: bump version
  • 99cbb2a chore: bump version with correct pattern
  • 01a7b2c chore: bump version with correct pattern
  • 72844e5 chore: constrain CI/CD workflow permissions to read only (#​1143)
  • 076b696 feat: add support for interpolating primitive types in addition to strings (#​1129)
  • 9f9a1a3 feat: add support for starting gopls in shared daemon mode (#​1142)
  • 5450d27 feat: allow partial parsing for improved LSP support (#​1155)
  • def3450 feat: allow the AST to be modified using a visitor (#​1114)
  • 5d4a06c feat: attribute key expressions (#​1140)
  • d20d8a1 feat: gracefully shutdown on sigterm in -watch mode (#​1147)
  • ea8c58b feat: support ordered attributes (#​1139)
  • 79b4c2c feat: use GOPACKAGESDRIVER to load templ documents lazily (#​1124)
  • 2648793 fix: add error case if attribute key type is not recognised (#​1157)
  • 358110e fix: broken test
  • a59b13a fix: copy attributes, because generating now adjusts a pointer due to #​1114
  • ca6efc4 fix: ignore non js scripting languages in script parser (#​1136)
  • 336d0d6 fix: include all watch patterns in consideration for cmd restart (#​1144)
  • f1aa37d fix: support script variable interpolation for javascript and module types (#​1161)
  • bf42293 fix: write constant attributes as they are in the source templ file (#​1159)
  • 74ab01b refactor: only attempt to update-coverage on push to main, no PRs

Configuration

📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).

🚦 Automerge: Enabled.

Rebasing: Whenever PR is behind base branch, or you tick the rebase/retry checkbox.

🔕 Ignore: Close this PR and you won't be reminded about this update again.


  • If you want to rebase/retry this PR, check this box

This PR has been generated by Renovate Bot.

This PR contains the following updates: | Package | Type | Update | Change | |---|---|---|---| | [github.com/a-h/templ](https://github.com/a-h/templ) | require | patch | `v0.3.865` -> `v0.3.887` | --- ### Release Notes <details> <summary>a-h/templ (github.com/a-h/templ)</summary> ### [`v0.3.887`](https://github.com/a-h/templ/releases/tag/v0.3.887) [Compare Source](https://github.com/a-h/templ/compare/v0.3.865...v0.3.887) #### Changelog - [`78e130a`](https://github.com/a-h/templ/commit/78e130a) Conditionalize language server preload ([#&#8203;1118](https://github.com/a-h/templ/issues/1118)) - [`4048e76`](https://github.com/a-h/templ/commit/4048e76) chore(ci): apply write permissions to code coverage - [`92ed4a3`](https://github.com/a-h/templ/commit/92ed4a3) chore(ci): bump upload artifact version - [`3244608`](https://github.com/a-h/templ/commit/3244608) chore(ci): checkout code when uploading coverage - [`04f35cd`](https://github.com/a-h/templ/commit/04f35cd) chore(ci): replace nix cache github action - [`2070e14`](https://github.com/a-h/templ/commit/2070e14) chore(ci): upload artifact from local directory - [`f1c2a5e`](https://github.com/a-h/templ/commit/f1c2a5e) chore: bump deps in examples and fuzzing - [`892b042`](https://github.com/a-h/templ/commit/892b042) chore: bump documentation deps - [`3201870`](https://github.com/a-h/templ/commit/3201870) chore: bump version - [`e47b18c`](https://github.com/a-h/templ/commit/e47b18c) chore: bump version - [`99cbb2a`](https://github.com/a-h/templ/commit/99cbb2a) chore: bump version with correct pattern - [`01a7b2c`](https://github.com/a-h/templ/commit/01a7b2c) chore: bump version with correct pattern - [`72844e5`](https://github.com/a-h/templ/commit/72844e5) chore: constrain CI/CD workflow permissions to read only ([#&#8203;1143](https://github.com/a-h/templ/issues/1143)) - [`076b696`](https://github.com/a-h/templ/commit/076b696) feat: add support for interpolating primitive types in addition to strings ([#&#8203;1129](https://github.com/a-h/templ/issues/1129)) - [`9f9a1a3`](https://github.com/a-h/templ/commit/9f9a1a3) feat: add support for starting gopls in shared daemon mode ([#&#8203;1142](https://github.com/a-h/templ/issues/1142)) - [`5450d27`](https://github.com/a-h/templ/commit/5450d27) feat: allow partial parsing for improved LSP support ([#&#8203;1155](https://github.com/a-h/templ/issues/1155)) - [`def3450`](https://github.com/a-h/templ/commit/def3450) feat: allow the AST to be modified using a visitor ([#&#8203;1114](https://github.com/a-h/templ/issues/1114)) - [`5d4a06c`](https://github.com/a-h/templ/commit/5d4a06c) feat: attribute key expressions ([#&#8203;1140](https://github.com/a-h/templ/issues/1140)) - [`d20d8a1`](https://github.com/a-h/templ/commit/d20d8a1) feat: gracefully shutdown on sigterm in `-watch` mode ([#&#8203;1147](https://github.com/a-h/templ/issues/1147)) - [`ea8c58b`](https://github.com/a-h/templ/commit/ea8c58b) feat: support ordered attributes ([#&#8203;1139](https://github.com/a-h/templ/issues/1139)) - [`79b4c2c`](https://github.com/a-h/templ/commit/79b4c2c) feat: use GOPACKAGESDRIVER to load templ documents lazily ([#&#8203;1124](https://github.com/a-h/templ/issues/1124)) - [`2648793`](https://github.com/a-h/templ/commit/2648793) fix: add error case if attribute key type is not recognised ([#&#8203;1157](https://github.com/a-h/templ/issues/1157)) - [`358110e`](https://github.com/a-h/templ/commit/358110e) fix: broken test - [`a59b13a`](https://github.com/a-h/templ/commit/a59b13a) fix: copy attributes, because generating now adjusts a pointer due to [#&#8203;1114](https://github.com/a-h/templ/issues/1114) - [`ca6efc4`](https://github.com/a-h/templ/commit/ca6efc4) fix: ignore non js scripting languages in script parser ([#&#8203;1136](https://github.com/a-h/templ/issues/1136)) - [`336d0d6`](https://github.com/a-h/templ/commit/336d0d6) fix: include all watch patterns in consideration for cmd restart ([#&#8203;1144](https://github.com/a-h/templ/issues/1144)) - [`f1aa37d`](https://github.com/a-h/templ/commit/f1aa37d) fix: support script variable interpolation for javascript and module types ([#&#8203;1161](https://github.com/a-h/templ/issues/1161)) - [`bf42293`](https://github.com/a-h/templ/commit/bf42293) fix: write constant attributes as they are in the source templ file ([#&#8203;1159](https://github.com/a-h/templ/issues/1159)) - [`74ab01b`](https://github.com/a-h/templ/commit/74ab01b) refactor: only attempt to update-coverage on push to main, no PRs </details> --- ### Configuration 📅 **Schedule**: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined). 🚦 **Automerge**: Enabled. ♻ **Rebasing**: Whenever PR is behind base branch, or you tick the rebase/retry checkbox. 🔕 **Ignore**: Close this PR and you won't be reminded about this update again. --- - [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check this box --- This PR has been generated by [Renovate Bot](https://github.com/renovatebot/renovate). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiI0MC4zNi43IiwidXBkYXRlZEluVmVyIjoiNDAuMzYuNyIsInRhcmdldEJyYW5jaCI6InByb2QiLCJsYWJlbHMiOltdfQ==-->
renovate added 1 commit 2025-05-31 21:07:46 +00:00
fix(deps): update module github.com/a-h/templ to v0.3.887
All checks were successful
Build Docker Image / Build-Docker-Image (push) Successful in 4m19s
Build and Push Docker Image / Build-And-Push-Docker-Image (push) Successful in 4m5s
c6a884619e
renovate merged commit c6a884619e into prod 2025-05-31 22:08:13 +00:00
This repo is archived. You cannot comment on pull requests.
No Reviewers
1 Participants
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: x/web-app-template#476