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.924` -> `v0.3.943` |
---
### Release Notes
<details>
<summary>a-h/templ (github.com/a-h/templ)</summary>
### [`v0.3.943`](https://github.com/a-h/templ/releases/tag/v0.3.943)
[Compare Source](https://github.com/a-h/templ/compare/v0.3.937...v0.3.943)
#### Changelog
- [`70af26b`](https://github.com/a-h/templ/commit/70af26b) chore: bump dependencies
- [`806d9e8`](https://github.com/a-h/templ/commit/806d9e8) chore: bump version
- [`d7f4505`](https://github.com/a-h/templ/commit/d7f4505) feat: add Range field to Element parser nodes ([#​1236](https://github.com/a-h/templ/issues/1236))
- [`40be321`](https://github.com/a-h/templ/commit/40be321) feat: don't insert proxy reload script on datastar initiated requests ([#​1235](https://github.com/a-h/templ/issues/1235))
- [`18fb42a`](https://github.com/a-h/templ/commit/18fb42a) fix: don't attempt to apply prettier if it is not available ([#​1246](https://github.com/a-h/templ/issues/1246))
- [`71d038e`](https://github.com/a-h/templ/commit/71d038e) fix: skip parsing of JavaScript regexp literals: `/test/` ([#​1245](https://github.com/a-h/templ/issues/1245))
### [`v0.3.937`](https://github.com/a-h/templ/releases/tag/v0.3.937)
[Compare Source](https://github.com/a-h/templ/compare/v0.3.924...v0.3.937)
#### Changelog
- [`935033d`](https://github.com/a-h/templ/commit/935033d) chore: bump dependencies
- [`c6b1acb`](https://github.com/a-h/templ/commit/c6b1acb) chore: bump gofiber in example project
- [`9490baa`](https://github.com/a-h/templ/commit/9490baa) chore: bump version
- [`5397d62`](https://github.com/a-h/templ/commit/5397d62) chore: fix linter errors in test
- [`7451ee8`](https://github.com/a-h/templ/commit/7451ee8) chore: go get ./... && go mod tidy
- [`e0a1051`](https://github.com/a-h/templ/commit/e0a1051) chore: remove linter warning in test
- [`63d8ad2`](https://github.com/a-h/templ/commit/63d8ad2) feat: add Range to HTMLComment nodes ([#​1229](https://github.com/a-h/templ/issues/1229))
- [`71566a0`](https://github.com/a-h/templ/commit/71566a0) feat: add Range to raw elements (RawElement, ScriptElement) ([#​1231](https://github.com/a-h/templ/issues/1231))
- [`273e0ed`](https://github.com/a-h/templ/commit/273e0ed) feat: format js and css with prettier if prettier is on the $PATH ([#​1230](https://github.com/a-h/templ/issues/1230))
- [`5151891`](https://github.com/a-h/templ/commit/5151891) refactor: update watcher tests to use public interface of fsnotify to prevent race condition in tests
</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:eyJjcmVhdGVkSW5WZXIiOiI0MS43MC4yIiwidXBkYXRlZEluVmVyIjoiNDEuNzMuMCIsInRhcmdldEJyYW5jaCI6Im1haW4iLCJsYWJlbHMiOltdfQ==-->
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):
3 additional dependencies were updated
Details:
Package
Change
golang.org/x/mod
v0.25.0 -> v0.26.0
golang.org/x/net
v0.41.0 -> v0.42.0
golang.org/x/tools
v0.34.0 -> v0.35.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):
- 3 additional dependencies were updated
Details:
| **Package** | **Change** |
| :------------------- | :--------------------- |
| `golang.org/x/mod` | `v0.25.0` -> `v0.26.0` |
| `golang.org/x/net` | `v0.41.0` -> `v0.42.0` |
| `golang.org/x/tools` | `v0.34.0` -> `v0.35.0` |
renovate-bot
changed title from Update module github.com/a-h/templ to v0.3.937 to Update module github.com/a-h/templ to v0.3.9432025-08-15 16:06:18 +00:00
Blocking a user prevents them from interacting with repositories, such as opening or commenting on pull requests or issues. Learn more about blocking a user.
This PR contains the following updates:
v0.3.924->v0.3.943Release Notes
a-h/templ (github.com/a-h/templ)
v0.3.943Compare Source
Changelog
70af26bchore: bump dependencies806d9e8chore: bump versiond7f4505feat: add Range field to Element parser nodes (#1236)40be321feat: don't insert proxy reload script on datastar initiated requests (#1235)18fb42afix: don't attempt to apply prettier if it is not available (#1246)71d038efix: skip parsing of JavaScript regexp literals:/test/(#1245)v0.3.937Compare Source
Changelog
935033dchore: bump dependenciesc6b1acbchore: bump gofiber in example project9490baachore: bump version5397d62chore: fix linter errors in test7451ee8chore: go get ./... && go mod tidye0a1051chore: remove linter warning in test63d8ad2feat: add Range to HTMLComment nodes (#1229)71566a0feat: add Range to raw elements (RawElement, ScriptElement) (#1231)273e0edfeat: format js and css with prettier if prettier is on the $PATH (#1230)5151891refactor: update watcher tests to use public interface of fsnotify to prevent race condition in testsConfiguration
📅 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.
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):Details:
golang.org/x/modv0.25.0->v0.26.0golang.org/x/netv0.41.0->v0.42.0golang.org/x/toolsv0.34.0->v0.35.0Update module github.com/a-h/templ to v0.3.937to Update module github.com/a-h/templ to v0.3.9432154ded6edtoac29d20b53