Skip to content

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Aug 28, 2025

Bumps github.com/mgechev/revive from 1.11.0 to 1.12.0.

Release notes

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

v1.12.0

Changelog

  • 314890615353452f098165994dd4dc391ff264d3 chore(deps): update module golang.org/x/sys to v0.35.0 (#1466)
  • 22dfd663755d3bf36121845f4fb2394fab3d96d2 chore(deps): update module golang.org/x/text to v0.28.0 (#1467)
  • 5a1e5fda4c7737d5aa0c168da5e0e099f6e74cc8 chore: Add Copilot instructions (#1437)
  • 74e4f6318d366ca4ce70bb75066f94cf1afcdbd4 chore: add macOS test runner (#1465)
  • a15fdfd322771de535aee2e1c5621f1819150af6 chore: clean up GoReleaser config, remove unnecessary hooks (#1422)
  • 809768cffe77876d93231b5e4a4114d7f4ce8d29 chore: enable formatters in golangci-lint config (#1421)
  • c971cb750b0f1b0af66a76f099f32845b8feac33 chore: improve comments for config files (#1424)
  • 984b38e246f8ba8108e9d936feb04b5e777774d6 chore: improve error reporting in test suite (#1431)
  • e5f7980ca3eec3c5e6e58a18f76c35a05370bbab chore: run tests and lint on push to main branch (#1470)
  • 7de7cf307642b1881d3127ccc49ed6e20952371f docs: add DeepWiki link to README (#1432)
  • 154a24fb5125181a14bca47c341ec5554a004c0a docs: add info about golang code snippets (#1494)
  • 4a6facc63c3cbaf9b99d52ffe612ce36c3af35d9 docs: add missing use-waitgroup-go TOC entry (#1492)
  • 40a690dff5558f6ed2eb62ab29a8f711ff5d736d exported: improve detection and error message (#1403)
  • 68ac5514f58418fe77a7fd88ff7336a35cd37c99 feature: detect identical-branches in switch statements (#1448)
  • 9fd8adbcd0c7d823577e289b902785dc84591612 feature: detect useless options in spanner struct tag (#1483)
  • 9fc7dc7d778f81e40be58419f1eb17f458b7bca9 feature: identical-branches: check branches of "if ... else if" chains (#1440)
  • 2db7034aca77795c4ef6489c370974a0ea5d42ec feature: new rule use-waitgroup-go (#1484)
  • 12d96adfd47b0aee1f5096399097cf6e3ea011fd feature: new rule enforce-else (#1436)
  • f353e4b0e5be45dcc8ade46989dfbf0600a1d0cc feature: new rule identical-ifelseif-conditions (#1454)
  • 3f4591cd9aca5716a1a9d669b268a33ea266855b feature: new rule identical-switch-conditions (#1451)
  • 15aded98f632dde49666d122521fb81ee8235040 feature: new rule package-directory-mismatch (#1429)
  • fc46c84cec2b93a8fdd787172705082337f7bb21 feature: new rule unsecure-url-scheme (#1478)
  • 84b565b0bfed2810d2a3f16765acf63b5bf63570 feature: new rule useless-fallthrough (#1462)
  • 47205455ea22448b391a9acedf1b23cd8481fb6a feature: new rules identical-switch-branches and identical-ifelseif-branches
  • 14c91fed1d70132d81cd0e308257aaaf502bea91 feature: struct-tag warns on (useless) options on ignored fields (#1487)
  • f07a47a1bf491f715e8d4674b2dc3e7d790a3ee7 feature: support spanner struct tag in struct-tag rule (#1479)
  • 6b060cd03ab038d32c2b6947e67daedbf56da292 fix(1438): enforce-switch-style - false positive with pure return based switch (#1446)
  • da506562bb33bbbfe4e61c23622b995dbdfdb129 fix(deps): update module golang.org/x/mod to v0.27.0 (#1468)
  • 74bbe3b1a64acbc991195b8719943785c25f4173 fix(deps): update module golang.org/x/tools to v0.36.0 (#1469)
  • ccf85a25e5fcb325c4c1ab12aaae27265b147719 fix: default formatter generates an extra new line (#1485)
  • b969b8be4ac432179917dd95f328906806f1e9dd modifies-parameter: handle slices.Delete and slices.DeleteFunc (#1427)
  • b34c8e96eccd5e0cbcb03ff6a8b39419384b2a56 refactor: fix musttag lint issues (#1464)
  • 9d600b6df1ce7916a215c3a02bb8a5804eef9b13 refactor: reduces the number of references to deprecated *ast.Object (#1473)
  • e1d05f7a0e941fe7377279012e22b631e6e3df26 refactor: remove rule enforce-else (#1495)
  • cf4901574e89077ddc7fd5cd3dbb8a0f887f24e5 refactor: replaces calls to astutils.PickNodes with calls to astutils.SeekNode when possible (#1482)
Commits
  • e1d05f7 refactor: remove rule enforce-else (#1495)
  • fc46c84 feature: new rule unsecure-url-scheme (#1478)
  • 154a24f docs: add info about golang code snippets (#1494)
  • 4a6facc docs: add missing use-waitgroup-go TOC entry (#1492)
  • 2db7034 feature: new rule use-waitgroup-go (#1484)
  • 14c91fe feature: struct-tag warns on (useless) options on ignored fields (#1487)
  • cf49015 refactor: replaces calls to astutils.PickNodes with calls to astutils.SeekNod...
  • ccf85a2 fix: default formatter generates an extra new line (#1485)
  • 9fd8adb feature: detect useless options in spanner struct tag (#1483)
  • 15aded9 feature: new rule package-directory-mismatch (#1429)
  • Additional commits viewable in compare view

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)

Bumps [github.com/mgechev/revive](https://github.com/mgechev/revive) from 1.11.0 to 1.12.0.
- [Release notes](https://github.com/mgechev/revive/releases)
- [Changelog](https://github.com/mgechev/revive/blob/master/.goreleaser.yml)
- [Commits](mgechev/revive@v1.11.0...v1.12.0)

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

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot added dependencies Relates to an upstream dependency go Pull requests that update Go code labels Aug 28, 2025
@ldez ldez self-requested a review August 28, 2025 11:49
@ldez ldez added the linter: update version Update version of linter label Aug 28, 2025
@ldez ldez added this to the v2-unreleased milestone Aug 28, 2025
@ldez ldez merged commit e438834 into main Aug 28, 2025
18 checks passed
@ldez ldez deleted the dependabot/go_modules/github.com/mgechev/revive-1.12.0 branch August 28, 2025 12:02
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.

1 participant