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 github.com/mgechev/revive from 1.3.2 to 1.3.3 #4043

Merged
merged 1 commit into from Aug 27, 2023

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Aug 27, 2023

Bumps github.com/mgechev/revive from 1.3.2 to 1.3.3.

Release notes

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

v1.3.3

Changelog

  • 72f9108 (var-naming) support private uppercase constants #865 (#866)
  • e5d5d09 Adding Checker Go library to the list of Who Uses. (#842)
  • 4c84a17 Allow import-blacklist to run against go test files (#862)
  • 2b4286e Drop if-return from default ruleset (#843)
  • ca38cc3 Fix typo in example documentation for early-return (#834)
  • e758901 Revert "fix: unnecesary alert for use-any when comments inside interface{} (#873)" (#874)
  • a270125 Update defaults.toml to sort rules (#844)
  • 9a87e6f Update goreleaser
  • b31eb18 adds [allowRegex] parameter for unused-parameter and unused-receiver rules (#858)
  • 2a1838f adds default config to enable all rules work out of the box (#830)
  • 68bf7e5 build: remove go 1.17.x from ci (#833)
  • a4ae369 build: shift to the supported go versions (1.20 and 1.21) (#878)
  • 95fcfe3 doc: add milvus to README usage (#845) (#847)
  • 7bd6668 feat: add rule for redundant import alias (#854)
  • 7cb4540 fix #846: time-equal garbled message when time returned from function (#868)
  • 9acfcc8 fix #863:false positive on return statement in a func lit passed to the deferred function (#870)
  • 16871ed fix #864: confusing-naming FP on methods of generic types (#869)
  • 9117f8e fix(deps): update github.com/chavacava/garif digest to 4752330 (#831)
  • 26bc59f fix(deps): update github.com/chavacava/garif digest to 4bd63c2 (#838)
  • 5ef33f1 fix(deps): update github.com/chavacava/garif digest to 8144c22 (#836)
  • da1c99d fix(deps): update module github.com/burntsushi/toml to v1.3.2 (#835)
  • 9564ad9 fix(deps): update module golang.org/x/tools to v0.10.0 (#841)
  • 6a2c5b1 fix(deps): update module golang.org/x/tools to v0.11.0 (#848)
  • df39256 fix(deps): update module golang.org/x/tools to v0.11.1 (#855)
  • b4fc3db fix(deps): update module golang.org/x/tools to v0.12.0 (#859)
  • 7cfe9d8 fix(deps): update module golang.org/x/tools to v0.9.3 (#837)
  • 4ee7542 fix: false positive in import-shadowing for method names (#876)
  • a155d92 fix: support method call from structures for string-format (#840)
  • 519ffbd fix: unnecesary alert for use-any when comments inside interface{} (#873)
  • ae07914 ifelse: option to preserve variable scope (#832)
  • 8941d19 imporve var-naming - add upperCaseConst option to allow UPPER_CASED constants #851 (#852)
  • 310d1d7 per-rule file exclude filters (#850) (#857)
  • 4bb48df refactor: extract shared code for linting if-else chains (#821)
  • 19a95d9 resolve #867: remove k[A-Z][A-Za-z\d]*$ sub-rule from var-naming (#871)
Commits
  • 9a87e6f Update goreleaser
  • a4ae369 build: shift to the supported go versions (1.20 and 1.21) (#878)
  • 4ee7542 fix: false positive in import-shadowing for method names (#876)
  • e758901 Revert "fix: unnecesary alert for use-any when comments inside interface{} (#...
  • 9acfcc8 fix #863:false positive on return statement in a func lit passed to the defer...
  • 519ffbd fix: unnecesary alert for use-any when comments inside interface{} (#873)
  • 19a95d9 resolve #867: remove k[A-Z][A-Za-z\d]*$ sub-rule from var-naming (#871)
  • 16871ed fix #864: confusing-naming FP on methods of generic types (#869)
  • 7cb4540 fix #846: time-equal garbled message when time returned from function (#868)
  • 72f9108 (var-naming) support private uppercase constants #865 (#866)
  • 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.3.2 to 1.3.3.
- [Release notes](https://github.com/mgechev/revive/releases)
- [Changelog](https://github.com/mgechev/revive/blob/master/.goreleaser.yml)
- [Commits](mgechev/revive@v1.3.2...v1.3.3)

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

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 27, 2023
@ldez ldez added the linter: update version Update version of linter label Aug 27, 2023
@ldez ldez merged commit 663d002 into master Aug 27, 2023
11 checks passed
@ldez ldez deleted the dependabot/go_modules/github.com/mgechev/revive-1.3.3 branch August 27, 2023 13:39
@ldez ldez modified the milestone: v1.55 Mar 4, 2024
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.

None yet

1 participant