Skip to content

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Apr 14, 2025

Bumps the go-dependencies group with 2 updates in the / directory: github.com/fastly/go-fastly/v10 and golang.org/x/net.

Updates github.com/fastly/go-fastly/v10 from 10.0.0 to 10.0.1

Release notes

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

v10.0.1 - 2025-04-14

v10.0.1 (2025-04-14)

Full Changelog

Bug fixes:

  • fix(fastly): Increase maximum dictionary size to 25,000 items. (#666)

Dependencies:

  • build(deps): actions/create-github-app-token from 1 to 2 (#654)
  • build(deps): golang.org/x/sys from 0.31.0 to 0.32.0 (#652)
  • build(deps): golang.org/x/crypto from 0.36.0 to 0.37.0 (#655)
  • build(deps): golang.org/x/sync from 0.12.0 to 0.13.0 (#653)
  • build(deps): golang.org/x/tools from 0.31.0 to 0.32.0 (#665)
Changelog

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

v10.0.1 (2025-04-14)

Full Changelog

Bug fixes:

  • fix(fastly): Increase maximum dictionary size to 25,000 items. (#666)

Dependencies:

  • build(deps): actions/create-github-app-token from 1 to 2 (#654)
  • build(deps): golang.org/x/sys from 0.31.0 to 0.32.0 (#652)
  • build(deps): golang.org/x/crypto from 0.36.0 to 0.37.0 (#655)
  • build(deps): golang.org/x/sync from 0.12.0 to 0.13.0 (#653)
  • build(deps): golang.org/x/tools from 0.31.0 to 0.32.0 (#665)
Commits
  • e3f2ee7 release v10.0.1 (#667)
  • 6fb23bb fix(fastly): Increase maximum dictionary size to 25,000 items. (#666)
  • 601549d build(deps): bump golang.org/x/tools from 0.31.0 to 0.32.0 in the go-dependen...
  • 509ca68 ci(dependabot.yml): fix pattern syntax (#664)
  • bc42500 ci(dependabot.yml): create groups for fewer dependabot prs (#661)
  • f830483 Revert "test(domain_inspector_test.go): fix start and end params" (#662)
  • be824b8 test(domain_inspector_test.go): fix start and end params
  • 2439ad6 test(alerts_test.go): enable required product (#656)
  • b44825b test(edge_check_test.go): update url (#658)
  • c0126de test(backend_test.go): rm none alphanumeric chars (#657)
  • Additional commits viewable in compare view

Updates golang.org/x/net from 0.37.0 to 0.39.0

Commits
  • b8d8877 go.mod: update golang.org/x dependencies
  • e1fcd82 html: properly handle trailing solidus in unquoted attribute value in foreign...
  • ebed060 internal/http3: fix build of tests with GOEXPERIMENT=nosynctest
  • 1f1fa29 publicsuffix: regenerate table
  • 1215081 http2: improve error when server sends HTTP/1
  • 312450e html: ensure <search> tag closes <p> and update tests
  • 09731f9 http2: improve handling of lost PING in Server
  • 55989e2 http2/h2c: use ResponseController for hijacking connections
  • 2914f46 websocket: re-recommend gorilla/websocket
  • See full diff in compare view

Most Recent Ignore Conditions Applied to This Pull Request
Dependency Name Ignore Conditions
golang.org/x/net [>= 0.38.a, < 0.39]

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 <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

… updates

Bumps the go-dependencies group with 2 updates in the / directory: [github.com/fastly/go-fastly/v10](https://github.com/fastly/go-fastly) and [golang.org/x/net](https://github.com/golang/net).


Updates `github.com/fastly/go-fastly/v10` from 10.0.0 to 10.0.1
- [Release notes](https://github.com/fastly/go-fastly/releases)
- [Changelog](https://github.com/fastly/go-fastly/blob/main/CHANGELOG.md)
- [Commits](fastly/go-fastly@v10.0.0...v10.0.1)

Updates `golang.org/x/net` from 0.37.0 to 0.39.0
- [Commits](golang/net@v0.37.0...v0.39.0)

---
updated-dependencies:
- dependency-name: github.com/fastly/go-fastly/v10
  dependency-version: 10.0.1
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: go-dependencies
- dependency-name: golang.org/x/net
  dependency-version: 0.39.0
  dependency-type: indirect
  update-type: version-update:semver-minor
  dependency-group: go-dependencies
...

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 Apr 14, 2025
@dependabot dependabot bot requested a review from a team as a code owner April 14, 2025 18:38
@dependabot dependabot bot requested a review from kpfleming April 14, 2025 18:38
@kpfleming kpfleming enabled auto-merge (squash) April 14, 2025 18:49
@kpfleming kpfleming merged commit 84aa3ba into main Apr 15, 2025
11 checks passed
@kpfleming kpfleming deleted the dependabot/go_modules/go-dependencies-ef0e5c1814 branch April 15, 2025 13:14
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.

1 participant