Skip to content

Conversation

@dependabot
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github May 1, 2025

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.22.4 to 2.23.3

Release notes

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

v2.23.3

v2.23.2

v2.23.1

v2.23.0

Commits
  • 324b0cf cmd: fix tests
  • c268707 cmd: add importmap JSON minifier, see #812
  • 228ca98 cmd: fix --inplace bugs, set default mimetype for .tmpl to text/x-template
  • 60a240a CSS: revert dc25ed9 and remove source mapping URLs, fixes #814, see #692
  • abac89f cli: add -i/--inplace option
  • e6839b4 HTNL: fix templates starting with <, fixes #809
  • 9b9e4f7 Keep the xmlns:svg namespace, see #803
  • 573513d HTML: minify whitespace around template tokens in text
  • 263f6d8 JS: don't convert Number(x) => +x, this doesn't work for BigInts, fixes #806,...
  • 0904a41 JS: improve rewriting Number(...), fix bug for Numebr(100n), fixes #806
  • Additional commits viewable in compare view

Updates github.com/urfave/cli/v3 from 3.1.1 to 3.3.2

Release notes

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

v3.3.2

What's Changed

New Contributors

Full Changelog: urfave/cli@v3.3.1...v3.3.2

v3.3.1

What's Changed

Full Changelog: urfave/cli@v3.3.0...v3.3.1

v3.3.0

What's Changed

New Contributors

Full Changelog: urfave/cli@v3.2.0...v3.3.0

v3.2.0

Breaking change IntFlag now uses int type and not int64. Please change to using Int64Flag for int64 types. Similar behavior for UintFlag as well. See https://pkg.go.dev/github.com/urfave/cli/v3 for a full list of flag types. See #2094 for full patch for this

What's Changed

... (truncated)

Commits
  • 53ad542 Merge pull request #2111 from G-Rath/patch-1
  • 48761dc Merge pull request #2119 from dearchap/cleanup_docs_04272025_2
  • 32315ca Update docs/v3/examples/flags/value-sources.md
  • 52b34b7 Update docs/v3/examples/flags/value-sources.md
  • da9b368 Update docs/v3/examples/flags/value-sources.md
  • b0e42aa Cleanup docs
  • 6573da7 Add docs for advanced value source
  • d855698 Merge pull request #2118 from dearchap/cleanup_docs_04272025
  • 6f37f6a Merge pull request #2114 from bittrance/fish-completion-no-files
  • 9a8c558 Cleanup docs
  • Additional commits viewable in compare view

Updates github.com/valyala/fasthttp from 1.59.0 to 1.61.0

Release notes

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

v1.61.0

What's Changed

New Contributors

Full Changelog: valyala/fasthttp@v1.60.0...v1.61.0

v1.60.0

What's Changed

New Contributors

Full Changelog: valyala/fasthttp@v1.59.0...v1.60.0

Commits
  • a05560d implement early hints (#1996)
  • 48f3a2f Fix panic when perIPConn.Close is called multiple times (#1993)
  • e380d34 Fix round robin addresses in dual stack dialing (#1995)
  • 4c71125 chore(deps): bump golang.org/x/net from 0.38.0 to 0.39.0 (#1991)
  • 76acf14 chore(deps): bump securego/gosec from 2.22.2 to 2.22.3 (#1990)
  • 236b2f3 chore(deps): bump golang.org/x/crypto from 0.36.0 to 0.37.0 (#1988)
  • 2629d9d chore(deps): bump golang.org/x/sys from 0.31.0 to 0.32.0 (#1989)
  • 752b0e7 Remove idleConns mutex for every request (#1986)
  • bf3f552 chore(deps): bump golang.org/x/net from 0.37.0 to 0.38.0 (#1983)
  • 4891fc5 Update golangci-lint to v2 (#1980)
  • 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.22.4 to 2.23.3
- [Release notes](https://github.com/tdewolff/minify/releases)
- [Commits](tdewolff/minify@v2.22.4...v2.23.3)

Updates `github.com/urfave/cli/v3` from 3.1.1 to 3.3.2
- [Release notes](https://github.com/urfave/cli/releases)
- [Changelog](https://github.com/urfave/cli/blob/main/docs/CHANGELOG.md)
- [Commits](urfave/cli@v3.1.1...v3.3.2)

Updates `github.com/valyala/fasthttp` from 1.59.0 to 1.61.0
- [Release notes](https://github.com/valyala/fasthttp/releases)
- [Commits](valyala/fasthttp@v1.59.0...v1.61.0)

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

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot requested a review from tarampampam as a code owner May 1, 2025 22:24
@dependabot dependabot bot added dependencies Pull requests that update a dependency file go Pull requests that update Go code labels May 1, 2025
Updated the command flags for threads and connections to utilize the `uint` type instead of `uint64`. This change improves type consistency and ensures that the values are within the expected range for these parameters. Adjusted the corresponding validators to reflect this type change.
Changed the test assertion for ListenPortFlag to compare against a uint type instead of uint64. This aligns the test with the recent refactor of flags to use uint, ensuring consistency and correctness in type usage across the codebase.
@tarampampam
Copy link
Owner

@dependabot squash and merge

@dependabot dependabot bot merged commit 0e4dc96 into master May 7, 2025
10 checks passed
@dependabot dependabot bot deleted the dependabot/go_modules/gomod-ea25df72d1 branch May 7, 2025 09:49
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.

2 participants