Skip to content

Bump github.com/a-h/templ from 0.2.793 to 0.3.857 #21

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Mar 26, 2025

Bumps github.com/a-h/templ from 0.2.793 to 0.3.857.

Release notes

Sourced from github.com/a-h/templ's releases.

v0.3.857

Changelog

  • f9ca69b fix: allow unmatched quotes in script tags, fixes #1110 (#1111)

v0.3.856

Changelog

  • 9d3bc66 chore: bump version file
  • 5d7785f fix: incorrect parsing of HTML within JavaScript strings, fixes #1106 (#1107)
  • c846d1b fix: use temp directory for watch mode files, fixes 1093 (#1099)
  • 9ecbc32 refactor: replace 3-clause for statements with ranges

v0.3.850

Changelog

  • 73652ef chore: bump docusaurus dependencies
  • fa1e467 chore: bump golang.org/x/net (CVE-2025-22870)
  • 3a252e2 chore: bump golang.org/x/net in examples and supporting code
  • 5077e57 chore: bump nix dependencies (later Go version, etc.)
  • ed810ff chore: bump npm deps in examples/benchmarks due to esbuild CVE (#1071)
  • 931cdf8 chore: bump toolchain in go.mod
  • cf844fd chore: fix moved link in issue template [skip ci]
  • 3823da0 chore: fix typo in issue template
  • 0e8437a feat: support go expressions in script elements (#1065)
  • 98f1ae2 fix: data race in errs []error pattern (#1073)
  • 1cd1a92 fix: fix the wrong error return value (#1092)
  • 09e79cc fix: prevent HTML4 doctypes from causing generation errors
  • 486882f refactor: move versioning script out
  • d9154cb refactor: remove goquery dependency (#1070)
  • 0c2b7cf refactor: result of discussion in #1101

v0.3.833

Changelog

  • 8565703 chore: bump dependency hash
  • 725a88f chore: fix misspellings (#1040)
  • 8b05ded chore: fix typos
  • fb44b3e feat: add new JS handling features - templ.JSFuncCall and templ.JSUnsafeFuncCall (#1038)
  • fea7372 feat: add style expression support (#1058)
  • e47f4c5 feat: retain import grouping during fmt (#1037)
  • 24be99e fix: delete watchmode files when shutdown is sent (#1046)
  • 45f4c46 fix: ensure that user-facing line numbers are 1-based, not 0-based, closes #1051
  • 6ea47ff fix: watch mode only detects Go code changes if text also changes
  • 2514d89 refactor: don't generate a type attribute for <script> elements, update associated docs (#1053)
  • 0474dd9 refactor: vendor LSP code, and reduce dependencies, fixes #1050 (#1054)

v0.3.819

This release has a couple of potentially breaking changes:

  • templ now requires Go 1.23, due to an upstream dependency update (goquery). Usually, templ stays on the oldest supported version of Go (currently 1.22), but in this case, the fix upstream included a change to Go 1.23.
  • A change to watch mode behaviour. templ generate --watch now triggers on changes to *.go files in addition to *.templ and 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 to v0.3.xxx.
</tr></table> 

... (truncated)

Commits
  • f9ca69b fix: allow unmatched quotes in script tags, fixes #1110 (#1111)
  • 9d3bc66 chore: bump version file
  • 5d7785f fix: incorrect parsing of HTML within JavaScript strings, fixes #1106 (#1107)
  • 9ecbc32 refactor: replace 3-clause for statements with ranges
  • c846d1b fix: use temp directory for watch mode files, fixes 1093 (#1099)
  • f82e9a8 docs: improve vim documentation (#1085)
  • 9fa3da2 docs: add go tool installation and info panel (#1078)
  • 0c2b7cf refactor: result of discussion in #1101
  • f0a1f0c docs: improve IDE troubleshooting docs [skip ci]
  • cf844fd chore: fix moved link in issue template [skip ci]
  • Additional commits viewable in compare view

Dependabot compatibility score

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot merge will merge this PR after your CI passes on it
  • @dependabot squash and merge will squash and merge this PR after your CI passes on it
  • @dependabot cancel merge will cancel a previously requested merge and block automerging
  • @dependabot reopen will reopen this PR if it is closed
  • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
  • @dependabot show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @dependabot ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)

Bumps [github.com/a-h/templ](https://github.com/a-h/templ) from 0.2.793 to 0.3.857.
- [Release notes](https://github.com/a-h/templ/releases)
- [Changelog](https://github.com/a-h/templ/blob/main/.goreleaser.yaml)
- [Commits](a-h/templ@v0.2.793...v0.3.857)

---
updated-dependencies:
- dependency-name: github.com/a-h/templ
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot added dependencies Pull requests that update a dependency file go Pull requests that update go code labels Mar 26, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
dependencies Pull requests that update a dependency file go Pull requests that update go code
Projects
None yet
Development

Successfully merging this pull request may close these issues.

0 participants