fix(deps): update module github.com/a-h/templ to v0.3.819 #363
Reference in New Issue
Block a user
Delete Branch "renovate/github.com-a-h-templ-0.x"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
This PR contains the following updates:
v0.2.793->v0.3.819Release Notes
a-h/templ (github.com/a-h/templ)
v0.3.819Compare Source
This release has a couple of potentially breaking changes:
templ generate --watchnow triggers on changes to*.gofiles in addition to*.templand other related templ files. This behaviour can be controlled by the new-watch-pattern <regexp>argument, which defaults to(.+\.go$)|(.+\.templ$)|(.+_templ\.txt$). This is useful, because templ can now restart your web server if you make changes to your Go code. This change might break people's workflows, hence the bump tov0.3.xxx.The biggest change in this release is probably #700 - which means that templ now generates the same code for dev mode and standard mode, using an environment variable to switch between. This should reduce issues where people accidentally commit dev mode code to their repos.
Important!
When you upgrade templ CLI, you will also need to upgrade templ in your project's
go.modfile by runninggo get -u github.com/a-h/templChangelog
b919741chore(docs): fix docs linkb15d514chore: bump docusaurus version to 3.6.31b58e02chore: bump echo version in examples65657dechore: bump nixpkgs version to use latest Go point releasee54517echore: bump version2cc2884chore: bump version of go tools, go compiler, and goquery (fixes CVE) (#1031)3643c9bchore: storybook check int conversion bounds to remove lint warning95a0ceachore: update generated code to return nil instead of generated value (#1025)b4a2274chore: update ignore rules for text editor search to ignore go.sum and LLM help files by default1d87e1afeat(docs): add llms.md (#1023)4f2ce16feat(lsp): add primitive document symbol support (#848)98c4466feat(storybook): add multiple story support for components (#971)a66a237feat: generate same dev and prod code, fixes #700 (#1027)3eaa56afeat: support latest version of Storybook (#1024)e16b2d8feat: support unquoted HTML attributes, closes #963 (#1028)6afd676fix(breaking): trigger rebuild on changes to *.go files, fixes #646 (#1026)9c8ad4dfix: increase hash size for autogenerated IDs to reduce collisions - fixes #9789058914fix: parser hangs when a bracket isn't closed (#1005) (#1029)c36a9e1fix: remove repeated error messages (#1011) (#1017)1f94c7bfix: stop double-processing generation in watch mode, now that the generation is identical3d695f9refactor: removed all references to github.com/a-h/pathvars (#999)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.
This PR has been generated by Renovate Bot.
ℹ Artifact update notice
File name: go.mod
In order to perform the update(s) described in the table above, Renovate ran the
go getcommand, which resulted in the following additional change(s):godirective was updated for compatibility reasonsDetails:
go1.22.5->1.23.4