Update module github.com/a-h/templ to v0.3.1020 #27

Open
renovate-bot wants to merge 1 commit from renovate/github.com-a-h-templ-0.x into master
Collaborator

This PR contains the following updates:

Package Type Update Change
github.com/a-h/templ require patch v0.3.1001v0.3.1020

Release Notes

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

v0.3.1020

Compare Source

Changelog


Configuration

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

🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.

Rebasing: Whenever PR becomes conflicted, 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.1001` → `v0.3.1020` | --- ### Release Notes <details> <summary>a-h/templ (github.com/a-h/templ)</summary> ### [`v0.3.1020`](https://github.com/a-h/templ/releases/tag/v0.3.1020) [Compare Source](https://github.com/a-h/templ/compare/v0.3.1001...v0.3.1020) #### Changelog - [`09d6b02`](https://github.com/a-h/templ/commit/09d6b02) chore: bump version - [`a411f13`](https://github.com/a-h/templ/commit/a411f13) chore: fix linter warning in test code - [`524cd39`](https://github.com/a-h/templ/commit/524cd39) feat: add -check flag, closes [#&#8203;1007](https://github.com/a-h/templ/issues/1007) ([#&#8203;1373](https://github.com/a-h/templ/issues/1373)) - [`f3d595c`](https://github.com/a-h/templ/commit/f3d595c) feat: add Range to ExpressionAttribute nodes ([#&#8203;1347](https://github.com/a-h/templ/issues/1347)) - [`82af17c`](https://github.com/a-h/templ/commit/82af17c) feat: add Range to GoCode nodes ([#&#8203;1348](https://github.com/a-h/templ/issues/1348)) - [`cf98cdc`](https://github.com/a-h/templ/commit/cf98cdc) feat: add Range to StringExpression nodes ([#&#8203;1349](https://github.com/a-h/templ/issues/1349)) - [`ff38cee`](https://github.com/a-h/templ/commit/ff38cee) feat: add ranges for attribute node values ([#&#8203;1383](https://github.com/a-h/templ/issues/1383)) - [`552ed02`](https://github.com/a-h/templ/commit/552ed02) feat: support concurrent rendering of templ components ([#&#8203;1359](https://github.com/a-h/templ/issues/1359)) - [`b310a97`](https://github.com/a-h/templ/commit/b310a97) fix(generatecmd): check `cmd.Start()` error before inserting `cmd` in to `running` map ([#&#8203;1382](https://github.com/a-h/templ/issues/1382)) - [`410a80e`](https://github.com/a-h/templ/commit/410a80e) fix(lsp): delete $GOROOT hack in uri.File - [`95a0854`](https://github.com/a-h/templ/commit/95a0854) fix: allow JSFuncCall on arbitrary HTML attributes ([#&#8203;1375](https://github.com/a-h/templ/issues/1375)) - [`e581c01`](https://github.com/a-h/templ/commit/e581c01) fix: attributes containing a conditional, are always multiline ([#&#8203;1380](https://github.com/a-h/templ/issues/1380)) - [`b2952ed`](https://github.com/a-h/templ/commit/b2952ed) fix: clear children context in Fragment.Render ([#&#8203;1360](https://github.com/a-h/templ/issues/1360)) - [`8fecf2d`](https://github.com/a-h/templ/commit/8fecf2d) fix: prevent corrupted output in watch mode with gzip, fixes [#&#8203;1365](https://github.com/a-h/templ/issues/1365) ([#&#8203;1366](https://github.com/a-h/templ/issues/1366)) - [`7adcb62`](https://github.com/a-h/templ/commit/7adcb62) fix: show correct updates based on written Go files without watch ([#&#8203;1363](https://github.com/a-h/templ/issues/1363)) - [`aa493e0`](https://github.com/a-h/templ/commit/aa493e0) fix: track Range for non-JavaScript ScriptExpression nodes ([#&#8203;1350](https://github.com/a-h/templ/issues/1350)) - [`d52d64e`](https://github.com/a-h/templ/commit/d52d64e) fix: use dedicated shadow host in Suspense example to ensure header is rendered ([#&#8203;1370](https://github.com/a-h/templ/issues/1370)) - [`83176f9`](https://github.com/a-h/templ/commit/83176f9) fix: vulnerabilities in x/net (only affects templ watch mode and tests), fixes [#&#8203;1354](https://github.com/a-h/templ/issues/1354) </details> --- ### Configuration 📅 **Schedule**: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined). 🚦 **Automerge**: Disabled by config. Please merge this manually once you are satisfied. ♻ **Rebasing**: Whenever PR becomes conflicted, 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:eyJjcmVhdGVkSW5WZXIiOiI0My4zMS43IiwidXBkYXRlZEluVmVyIjoiNDMuMjQuMiIsInRhcmdldEJyYW5jaCI6Im1hc3RlciIsImxhYmVscyI6W119-->
Author
Collaborator

ℹ️ Artifact update notice

File name: go.mod

In order to perform the update(s) described in the table above, Renovate ran the go get command, which resulted in the following additional change(s):

  • 5 additional dependencies were updated
  • The go directive was updated for compatibility reasons

Details:

Package Change
go 1.23.0 -> 1.25.0
golang.org/x/crypto v0.40.0 -> v0.48.0
golang.org/x/net v0.42.0 -> v0.51.0
golang.org/x/sync v0.16.0 -> v0.19.0
golang.org/x/sys v0.34.0 -> v0.41.0
golang.org/x/text v0.27.0 -> v0.34.0
### ℹ️ Artifact update notice ##### File name: go.mod In order to perform the update(s) described in the table above, Renovate ran the `go get` command, which resulted in the following additional change(s): - 5 additional dependencies were updated - The `go` directive was updated for compatibility reasons Details: | **Package** | **Change** | | :-------------------- | :--------------------- | | `go` | `1.23.0` -> `1.25.0` | | `golang.org/x/crypto` | `v0.40.0` -> `v0.48.0` | | `golang.org/x/net` | `v0.42.0` -> `v0.51.0` | | `golang.org/x/sync` | `v0.16.0` -> `v0.19.0` | | `golang.org/x/sys` | `v0.34.0` -> `v0.41.0` | | `golang.org/x/text` | `v0.27.0` -> `v0.34.0` |
This pull request can be merged automatically.
You are not authorized to merge this pull request.
View command line instructions

Checkout

From your project repository, check out a new branch and test the changes.
git fetch -u origin renovate/github.com-a-h-templ-0.x:renovate/github.com-a-h-templ-0.x
git switch renovate/github.com-a-h-templ-0.x

Merge

Merge the changes and update on Forgejo.

Warning: The "Autodetect manual merge" setting is not enabled for this repository, you will have to mark this pull request as manually merged afterwards.

git switch master
git merge --no-ff renovate/github.com-a-h-templ-0.x
git switch renovate/github.com-a-h-templ-0.x
git rebase master
git switch master
git merge --ff-only renovate/github.com-a-h-templ-0.x
git switch renovate/github.com-a-h-templ-0.x
git rebase master
git switch master
git merge --no-ff renovate/github.com-a-h-templ-0.x
git switch master
git merge --squash renovate/github.com-a-h-templ-0.x
git switch master
git merge --ff-only renovate/github.com-a-h-templ-0.x
git switch master
git merge renovate/github.com-a-h-templ-0.x
git push origin master
Sign in to join this conversation.
No reviewers
No labels
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
ginjiruu/avalon!27
No description provided.