Skip to content

build(deps): bump the patches group across 1 directory with 2 updates#26

Open
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/go_modules/patches-0a06eda31c
Open

build(deps): bump the patches group across 1 directory with 2 updates#26
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/go_modules/patches-0a06eda31c

Conversation

@dependabot

@dependabot dependabot Bot commented on behalf of github Jun 3, 2026

Copy link
Copy Markdown

Bumps the patches group with 2 updates in the / directory: github.com/a-h/templ and github.com/go-pg/pg/v10.

Updates github.com/a-h/templ from 0.3.977 to 0.3.1020

Release notes

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

v0.3.1020

Changelog

  • 09d6b02 chore: bump version
  • a411f13 chore: fix linter warning in test code
  • 524cd39 feat: add -check flag, closes #1007 (#1373)
  • f3d595c feat: add Range to ExpressionAttribute nodes (#1347)
  • 82af17c feat: add Range to GoCode nodes (#1348)
  • cf98cdc feat: add Range to StringExpression nodes (#1349)
  • ff38cee feat: add ranges for attribute node values (#1383)
  • 552ed02 feat: support concurrent rendering of templ components (#1359)
  • b310a97 fix(generatecmd): check cmd.Start() error before inserting cmd in to running map (#1382)
  • 410a80e fix(lsp): delete $GOROOT hack in uri.File
  • 95a0854 fix: allow JSFuncCall on arbitrary HTML attributes (#1375)
  • e581c01 fix: attributes containing a conditional, are always multiline (#1380)
  • b2952ed fix: clear children context in Fragment.Render (#1360)
  • 8fecf2d fix: prevent corrupted output in watch mode with gzip, fixes #1365 (#1366)
  • 7adcb62 fix: show correct updates based on written Go files without watch (#1363)
  • aa493e0 fix: track Range for non-JavaScript ScriptExpression nodes (#1350)
  • d52d64e fix: use dedicated shadow host in Suspense example to ensure header is rendered (#1370)
  • 83176f9 fix: vulnerabilities in x/net (only affects templ watch mode and tests), fixes #1354

v0.3.1001

Changelog

  • 2c505c0 chore: add unit test to cover recent fix
  • 4233429 chore: bump compiler to Go 1.26
  • 1b9a429 chore: bump deps in fiber example
  • 54981db chore: bump docusaurus version
  • e606c30 chore: bump flake builder
  • 66bc28b chore: bump gofiber example deps
  • 95f88a6 chore: bump to Go 1.25, update csrf example
  • 916a243 chore: bump version
  • 45dda73 chore: fix test broken by merge
  • 5ddd784 chore: revert Nix bump to Go 1.26 because it breaks the golangci-lint package
  • 4037d8a feat: add Range to BoolConstantAttribute nodes (#1340)
  • afb0034 feat: add Range to BooleanExpressionAttribute nodes (#1336)
  • c80f745 feat: add Range to ChildrenExpression nodes (#1337)
  • b0f5243 feat: add Range to ConditionalAttribute nodes (#1338)
  • 60fc376 feat: add Range to ConstantAttribute nodes (#1341)
  • b4e809e feat: add Range to SpreadAttributes nodes (#1335)
  • 5824d4b feat: add TLS support to live reload proxy (#1345)
  • e9a940b feat: strip space from CSS classname rendering, closes #1074 (#1346)
  • bdda41e fix: don't remove unaliased hyphenated imports if they're used (#1342)
  • c2ff8bb fix: issue 1253 (#1339)
  • cf6235a fix: proxy escaping characters (#1321)
  • d97730c fix: support nushell for prettier, fixes #1266 (#1343)
  • b666bd7 fix: undefined variable in proxy test range loop (#1324)
  • be8271d refactor: skip some more tests that require prettier
Commits
  • 09d6b02 chore: bump version
  • ff38cee feat: add ranges for attribute node values (#1383)
  • e581c01 fix: attributes containing a conditional, are always multiline (#1380)
  • b310a97 fix(generatecmd): check cmd.Start() error before inserting cmd in to `run...
  • 95a0854 fix: allow JSFuncCall on arbitrary HTML attributes (#1375)
  • 8fecf2d fix: prevent corrupted output in watch mode with gzip, fixes #1365 (#1366)
  • a411f13 chore: fix linter warning in test code
  • 524cd39 feat: add -check flag, closes #1007 (#1373)
  • d52d64e fix: use dedicated shadow host in Suspense example to ensure header is render...
  • 552ed02 feat: support concurrent rendering of templ components (#1359)
  • Additional commits viewable in compare view

Updates github.com/go-pg/pg/v10 from 10.15.0 to 10.15.1

Release notes

Sourced from github.com/go-pg/pg/v10's releases.

v10.15.1

Important Security Update

This update includes a fix for a security issue, please update to this release as soon as possible.

  • Fixed issue with update query values (#2043)
  • Bumped golang.org/x/crypto from v0.36.0 to v0.45.0 (#2040) (#2037) (#2038)
  • Fixed x/crypto/ssh security warnings (#2039)
  • Bumped gopkg.in/yaml.v3 from v3.0.0 to v3.0.1 (#2035)

Please refer to CHANGELOG.md for details

Thank you @​molzri3 for reporting the security issue!

Changelog

Sourced from github.com/go-pg/pg/v10's changelog.

v10.15.1

Important Security Update

This update includes a fix for a security issue, please update to this release as soon as possible.

  • Fixed issue with update query values (#2043)
  • Bumped golang.org/x/crypto from v0.36.0 to v0.45.0 (#2040) (#2037) (#2038)
  • Fixed x/crypto/ssh security warnings (#2039)
  • Bumped gopkg.in/yaml.v3 from v3.0.0 to v3.0.1 (#2035)

Thank you @​molzri3 for reporting the security issue!

Commits
  • b919bbb Release v10.15.1 (release.sh) (#2044)
  • 89d33ca fix(orm): Fixing issue with update query and values call (#2043)
  • fda0d17 build(deps): bump golang.org/x/crypto in /extra/pgotel/example (#2040)
  • 2630433 fix(deps): Fixing x/crypto/ssh security warnings (#2039)
  • e3f72a8 build(deps): bump golang.org/x/crypto in /extra/pgdebug (#2038)
  • 0e0b66e build(deps): bump golang.org/x/crypto in /extra/pgotel (#2037)
  • 4c50f9b build(deps): bump gopkg.in/yaml.v3 from 3.0.0 to 3.0.1 (#2035)
  • See full diff in compare view

@dependabot dependabot Bot added dependencies Pull requests that update a dependency file go Pull requests that update go code labels Jun 3, 2026
@dependabot dependabot Bot changed the title Bump the patches group across 1 directory with 2 updates build(deps): bump the patches group across 1 directory with 2 updates Jul 6, 2026
Bumps the patches group with 2 updates in the / directory: [github.com/a-h/templ](https://github.com/a-h/templ) and [github.com/go-pg/pg/v10](https://github.com/go-pg/pg).


Updates `github.com/a-h/templ` from 0.3.977 to 0.3.1020
- [Release notes](https://github.com/a-h/templ/releases)
- [Commits](a-h/templ@v0.3.977...v0.3.1020)

Updates `github.com/go-pg/pg/v10` from 10.15.0 to 10.15.1
- [Release notes](https://github.com/go-pg/pg/releases)
- [Changelog](https://github.com/go-pg/pg/blob/v10/CHANGELOG.md)
- [Commits](go-pg/pg@v10.15.0...v10.15.1)

---
updated-dependencies:
- dependency-name: github.com/a-h/templ
  dependency-version: 0.3.1020
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: patches
- dependency-name: github.com/go-pg/pg/v10
  dependency-version: 10.15.1
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: patches
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot Bot force-pushed the dependabot/go_modules/patches-0a06eda31c branch from 8a4a6bc to 400187f Compare July 6, 2026 19:24
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