Skip to content

Bump the go group with 5 updates#378

Merged
chadlwilson merged 1 commit into
masterfrom
dependabot/go_modules/go-49d9eb0312
May 1, 2026
Merged

Bump the go group with 5 updates#378
chadlwilson merged 1 commit into
masterfrom
dependabot/go_modules/go-49d9eb0312

Conversation

@dependabot
Copy link
Copy Markdown
Contributor

@dependabot dependabot Bot commented on behalf of github May 1, 2026

Bumps the go group with 5 updates:

Package From To
github.com/tdewolff/minify/v2 2.24.11 2.24.13
github.com/tdewolff/parse/v2 2.8.11 2.8.12
golang.org/x/net 0.52.0 0.53.0
golang.org/x/sys 0.42.0 0.43.0
golang.org/x/text 0.35.0 0.36.0

Updates github.com/tdewolff/minify/v2 from 2.24.11 to 2.24.13

Release notes

Sourced from github.com/tdewolff/minify/v2's releases.

v2.24.13

v2.24.12

Commits
  • 98dea98 Merge pull request #957 from tdewolff/dependabot/npm_and_yarn/bindings/js/kof...
  • d7ccf7e Merge pull request #955 from tdewolff/dependabot/npm_and_yarn/bindings/js/typ...
  • 34dd1d4 Merge pull request #951 from tdewolff/dependabot/npm_and_yarn/bindings/js/typ...
  • de50070 JS: fix rearrangement of const/let variables, fixes #958
  • 4ca5973 Merge branch 'master' of github.com:tdewolff/minify
  • 3f0aea9 Update
  • d6ad239 Bump koffi from 2.15.6 to 2.16.1 in /bindings/js
  • 810aa60 Bump typescript from 6.0.2 to 6.0.3 in /bindings/js
  • c41c3f3 Bump @​types/node from 25.5.2 to 25.6.0 in /bindings/js
  • 1cf23a6 Merge pull request #953 from tdewolff/dependabot/npm_and_yarn/bindings/js/kof...
  • Additional commits viewable in compare view

Updates github.com/tdewolff/parse/v2 from 2.8.11 to 2.8.12

Release notes

Sourced from github.com/tdewolff/parse/v2's releases.

v2.8.12

Commits
  • 14f587b strconv: AppendFloat don't return OK boolean
  • 4b3aa7e CSS: allow custom property as top-level in stylesheet
  • See full diff in compare view

Updates golang.org/x/net from 0.52.0 to 0.53.0

Commits
  • a8d1fc1 go.mod: update golang.org/x dependencies
  • 056ac74 quic: avoid depending on golang.org/x/sys/unix
  • c85f611 http3: add http3 package for testing in std
  • 805fc81 http2: add transport API tests
  • e63b894 http2: support testing via net/http.Transport.RoundTrip
  • 9ee1e48 http2/hpack: prevent HeaderField from escaping during encoding
  • 1e71bd8 http2: prevent hanging Transport due to bad SETTINGS frame
  • 7bca150 internal/http3: respect net/http Server Shutdown context when shutting down
  • 44c41be internal/http3: prevent server from holding mutex when sleeping during shutdown
  • 228a67a internal/http3: add CloseIdleConnections support in transport
  • Additional commits viewable in compare view

Updates golang.org/x/sys from 0.42.0 to 0.43.0

Commits
  • f33a730 windows: support nil security descriptor on GetNamedSecurityInfo
  • 493d172 cpu: add runtime import in cpu_darwin_arm64_other.go
  • 2c2be75 windows: use syscall.SyscallN in Proc.Call
  • a76ec62 cpu: roll back "use IsProcessorFeaturePresent to calculate ARM64 on windows"
  • See full diff in compare view

Updates golang.org/x/text from 0.35.0 to 0.36.0

Commits

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 show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @dependabot ignore <dependency name> major version will close this group update PR and stop Dependabot creating any more for the specific dependency's major version (unless you unignore this specific dependency's major version or upgrade to it yourself)
  • @dependabot ignore <dependency name> minor version will close this group update PR and stop Dependabot creating any more for the specific dependency's minor version (unless you unignore this specific dependency's minor version or upgrade to it yourself)
  • @dependabot ignore <dependency name> will close this group update PR and stop Dependabot creating any more for the specific dependency (unless you unignore this specific dependency or upgrade to it yourself)
  • @dependabot unignore <dependency name> will remove all of the ignore conditions of the specified dependency
  • @dependabot unignore <dependency name> <ignore condition> will remove the ignore condition of the specified dependency and ignore conditions

Bumps the go group with 5 updates:

| Package | From | To |
| --- | --- | --- |
| [github.com/tdewolff/minify/v2](https://github.com/tdewolff/minify) | `2.24.11` | `2.24.13` |
| [github.com/tdewolff/parse/v2](https://github.com/tdewolff/parse) | `2.8.11` | `2.8.12` |
| [golang.org/x/net](https://github.com/golang/net) | `0.52.0` | `0.53.0` |
| [golang.org/x/sys](https://github.com/golang/sys) | `0.42.0` | `0.43.0` |
| [golang.org/x/text](https://github.com/golang/text) | `0.35.0` | `0.36.0` |


Updates `github.com/tdewolff/minify/v2` from 2.24.11 to 2.24.13
- [Release notes](https://github.com/tdewolff/minify/releases)
- [Commits](tdewolff/minify@v2.24.11...v2.24.13)

Updates `github.com/tdewolff/parse/v2` from 2.8.11 to 2.8.12
- [Release notes](https://github.com/tdewolff/parse/releases)
- [Commits](tdewolff/parse@v2.8.11...v2.8.12)

Updates `golang.org/x/net` from 0.52.0 to 0.53.0
- [Commits](golang/net@v0.52.0...v0.53.0)

Updates `golang.org/x/sys` from 0.42.0 to 0.43.0
- [Commits](golang/sys@v0.42.0...v0.43.0)

Updates `golang.org/x/text` from 0.35.0 to 0.36.0
- [Release notes](https://github.com/golang/text/releases)
- [Commits](golang/text@v0.35.0...v0.36.0)

---
updated-dependencies:
- dependency-name: github.com/tdewolff/minify/v2
  dependency-version: 2.24.13
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: go
- dependency-name: github.com/tdewolff/parse/v2
  dependency-version: 2.8.12
  dependency-type: indirect
  update-type: version-update:semver-patch
  dependency-group: go
- dependency-name: golang.org/x/net
  dependency-version: 0.53.0
  dependency-type: indirect
  update-type: version-update:semver-minor
  dependency-group: go
- dependency-name: golang.org/x/sys
  dependency-version: 0.43.0
  dependency-type: indirect
  update-type: version-update:semver-minor
  dependency-group: go
- dependency-name: golang.org/x/text
  dependency-version: 0.36.0
  dependency-type: indirect
  update-type: version-update:semver-minor
  dependency-group: go
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot Bot added dependencies Pull requests that update a dependency file go Pull requests that update Go code labels May 1, 2026
@chadlwilson chadlwilson merged commit 8ef6993 into master May 1, 2026
5 checks passed
@chadlwilson chadlwilson deleted the dependabot/go_modules/go-49d9eb0312 branch May 1, 2026 09:21
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

Development

Successfully merging this pull request may close these issues.

1 participant