Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

build(deps): bump the gomod group with 3 updates #314

Closed
wants to merge 1 commit into from

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Nov 1, 2024

Bumps the gomod group with 3 updates: github.com/tdewolff/minify/v2, github.com/urfave/cli/v3 and github.com/valyala/fasthttp.

Updates github.com/tdewolff/minify/v2 from 2.20.37 to 2.21.1

Release notes

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

v2.21.1

v2.21.0

Commits
  • f6e543c Merge pull request #753 from tdewolff/dependabot/github_actions/pypa/gh-actio...
  • afbdbbb Merge pull request #754 from tdewolff/dependabot/github_actions/pypa/cibuildw...
  • 1b48593 Remove deprecated ioutil package references
  • 7545976 Merge branch 'master' of github.com:tdewolff/minify
  • 18eed7b Update parse dependency and add JS test
  • 77c1c98 Merge pull request #758 from ksw2000/fix-issue-757
  • 56a9bac fix: optional chaining with bracket notation #757
  • 85a6fdc Update parse dependency
  • ee2da04 Bump pypa/cibuildwheel from 2.21.1 to 2.21.3
  • 8e02bf4 Bump pypa/gh-action-pypi-publish from 1.10.1 to 1.10.3
  • Additional commits viewable in compare view

Updates github.com/urfave/cli/v3 from 3.0.0-alpha9 to 3.0.0-alpha9.2

Release notes

Sourced from github.com/urfave/cli/v3's releases.

v3.0.0-alpha9.2

What's Changed

Full Changelog: urfave/cli@v3.0.0-alpha9.1...v3.0.0-alpha9.2

v3.0.0-alpha9.1

What's Changed

... (truncated)

Commits
  • 083c12d Merge pull request #1997 from urfave/bartekpacia/fix/zsh_completion_cmd_descr...
  • 0fea854 Revert "fix: /bin/zsh env variable to retrieve current active shell"
  • 6524cf9 Merge pull request #1996 from suzuki-shunsuke/fix-typo
  • 6591222 docs: revert the incorrect fix of typo
  • 76bcea5 chore: remove _typos.toml
  • 83b17d4 docs: fix typo using typos
  • 94107c2 Merge pull request #1919 from dearchap/issue_1916_fix1
  • 021f97a Revert name
  • 3421f0f Add more tests
  • 2372736 Add more tests
  • Additional commits viewable in compare view

Updates github.com/valyala/fasthttp from 1.56.0 to 1.57.0

Release notes

Sourced from github.com/valyala/fasthttp's releases.

v1.57.0

What's Changed

New Contributors

Full Changelog: valyala/fasthttp@v1.56.0...v1.57.0

Commits
  • 803c25e fix RequestCtx is canceled (#1879) (#1890)
  • 40bdc4a feat(fasthttpproxy): add dual-stack connection support to enable IPv6 proxies...
  • 56fd74b chore: Upgrade golangci-lint to 1.61.0 (#1887)
  • d795f13 chore(deps): bump github.com/klauspost/compress from 1.17.10 to 1.17.11 (#1886)
  • c473b7f chore(deps): bump github.com/andybalholm/brotli from 1.1.0 to 1.1.1 (#1884)
  • 9458f7a improve ishex and unhex by hex2intTable (#1883)
  • 6ac5603 chore(deps): bump golang.org/x/net from 0.29.0 to 0.30.0 (#1880)
  • f805dd2 chore(deps): bump golang.org/x/crypto from 0.27.0 to 0.28.0 (#1881)
  • 0b74893 feat (request): expose req timeout (#1878)
  • 28b610d chore(deps): bump securego/gosec from 2.21.3 to 2.21.4 (#1874)
  • Additional commits viewable in compare view

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

Bumps the gomod group with 3 updates: [github.com/tdewolff/minify/v2](https://github.com/tdewolff/minify), [github.com/urfave/cli/v3](https://github.com/urfave/cli) and [github.com/valyala/fasthttp](https://github.com/valyala/fasthttp).


Updates `github.com/tdewolff/minify/v2` from 2.20.37 to 2.21.1
- [Release notes](https://github.com/tdewolff/minify/releases)
- [Commits](tdewolff/minify@v2.20.37...v2.21.1)

Updates `github.com/urfave/cli/v3` from 3.0.0-alpha9 to 3.0.0-alpha9.2
- [Release notes](https://github.com/urfave/cli/releases)
- [Changelog](https://github.com/urfave/cli/blob/main/docs/CHANGELOG.md)
- [Commits](urfave/cli@v3.0.0-alpha9...v3.0.0-alpha9.2)

Updates `github.com/valyala/fasthttp` from 1.56.0 to 1.57.0
- [Release notes](https://github.com/valyala/fasthttp/releases)
- [Commits](valyala/fasthttp@v1.56.0...v1.57.0)

---
updated-dependencies:
- dependency-name: github.com/tdewolff/minify/v2
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: gomod
- dependency-name: github.com/urfave/cli/v3
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: gomod
- dependency-name: github.com/valyala/fasthttp
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: gomod
...

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot requested a review from tarampampam as a code owner November 1, 2024 22:29
@dependabot dependabot bot added dependencies Pull requests that update a dependency file go Pull requests that update Go code labels Nov 1, 2024
Copy link
Contributor Author

dependabot bot commented on behalf of github Dec 1, 2024

Looks like these dependencies are updatable in another way, so this is no longer needed.

@dependabot dependabot bot closed this Dec 1, 2024
@dependabot dependabot bot deleted the dependabot/go_modules/gomod-f71de21005 branch December 1, 2024 22:17
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