Skip to content

build(deps): bump github.com/mgechev/revive from 1.8.0 to 1.9.0 #5721

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

Merged
merged 1 commit into from
Apr 11, 2025

Conversation

dependabot[bot]
Copy link
Contributor

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

Bumps github.com/mgechev/revive from 1.8.0 to 1.9.0.

Release notes

Sourced from github.com/mgechev/revive's releases.

v1.9.0

Changelog

  • 343da9fbf266034f3dc7f128fabd827c8ba64fcd Refactor/exported (#1299)
  • 379856ae9c59da82b21856c234e4e15143a009b3 chore(deps): update dependency go to v1.24.2 (#1285)
  • 2442da0712ecd5baabe7ec818a73d4949e3956ca chore(deps): update module golang.org/x/sys to v0.32.0 (#1293)
  • a9ee63c60ed787c6035c9595ac4abcf11929e2da chore(deps): update module golang.org/x/text to v0.24.0 (#1296)
  • 5f32e8bffa79895b5a623251affbd27f468842a5 chore: add lint and all targets to Makefile (#1298)
  • 8221f8516da944d370c5a9b3bff60bb968b7341e chore: remove edited trigger (#1309)
  • c882cb8f4feb64c4605cb047bcb78844d0efe639 exported: correctly report deprecation-only comments (#1295)
  • 02f0a40e4eb92506246bf7f8de10ea3b7f79b34c feature: Improve error-strings rule to detect acronyms and proper nouns (#1287)
  • 7f7f31aaaf57712d6a5e9659dfd18eecd5bfb7ce feature: add support for properties tag in struct-tag rule (#1289)
  • f4e39a7aa8dba96fd2b47eeacdc369a01fedb806 fix false positive in useless-break when a label follows a break (#1286)
  • 535ec5a470ce5313ddd321d27d0a4e52ef46695d fix(deps): update module golang.org/x/tools to v0.32.0 (#1301)
  • 57ed899d0ce6ab78ad51cb83e67d2d9d32873eb2 fix: add missing TypeCheck call (#1308)
  • d6ad7ce2cd5dc9f5cd50ab38c5ffa885b5578232 fix: call fmt.Errorf with wrong err (#1290)
  • fbd90be544f6ce6dbe0db9e810f8992bbb6e657a fix: race condition of Package fields (#1307)
  • 1cb97fdcfccba68afb2caf6a53297d70d85e56a5 refactor: fix typos in comments and struct names (#1304)
  • f0eea95daf37af8b63faecd30f2ecd69ff9a34ac struct-tag: change reported messages and refactor implementation (#1292)
Commits

Dependabot compatibility score

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 this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)

Fixes #3476

Bumps [github.com/mgechev/revive](https://github.com/mgechev/revive) from 1.8.0 to 1.9.0.
- [Release notes](https://github.com/mgechev/revive/releases)
- [Changelog](https://github.com/mgechev/revive/blob/master/.goreleaser.yml)
- [Commits](mgechev/revive@v1.8.0...v1.9.0)

---
updated-dependencies:
- dependency-name: github.com/mgechev/revive
  dependency-version: 1.9.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot added dependencies Relates to an upstream dependency go Pull requests that update Go code labels Apr 11, 2025
@ldez ldez added the linter: update version Update version of linter label Apr 11, 2025
@ldez ldez added this to the v2-unreleased milestone Apr 11, 2025
@ldez ldez self-requested a review April 11, 2025 16:20
@ldez ldez merged commit e0e6eae into main Apr 11, 2025
19 checks passed
@ldez ldez deleted the dependabot/go_modules/github.com/mgechev/revive-1.9.0 branch April 11, 2025 16:37
@ldez ldez modified the milestones: v2-unreleased, v2.1 Apr 12, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
dependencies Relates to an upstream dependency go Pull requests that update Go code linter: update version Update version of linter
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Inconsistent behavior of "revive"'s "confusing-naming" linter when used together with "nolintlint"
1 participant