kubekey
kubekey copied to clipboard
build(deps): bump golangci/golangci-lint-action from 4.0.0 to 5.1.0
Bumps golangci/golangci-lint-action from 4.0.0 to 5.1.0.
Release notes
Sourced from golangci/golangci-lint-action's releases.
v5.1.0
What's Changed
Changes
- feat: support for
pull
andmerge_group
events with the optiononly-new-issues
by@ldez
in golangci/golangci-lint-action#1029Dependencies
- build(deps-dev): bump
@typescript-eslint/parser
from 7.7.0 to 7.7.1 by@dependabot
in golangci/golangci-lint-action#1027- build(deps-dev): bump
@typescript-eslint/eslint-plugin
from 7.7.0 to 7.7.1 by@dependabot
in golangci/golangci-lint-action#1028Full Changelog: https://github.com/golangci/golangci-lint-action/compare/v5.0.0...v5.1.0
v5.0.0
What's Changed
skip-pkg-cache
andskip-build-cache
have been removed because the cache related to Go itself is already handled byactions/setup-go
.Changes
- feat: add support for pull_request_target and only-new-issues by
@kovetskiy
in golangci/golangci-lint-action#506- feat: add option to not save cache by
@navijation
in golangci/golangci-lint-action#851- feat: remove Go cache management by
@ldez
in golangci/golangci-lint-action#1024New Contributors
@kovetskiy
made their first contribution in golangci/golangci-lint-action#506@navijation
made their first contribution in golangci/golangci-lint-action#851Full Changelog: https://github.com/golangci/golangci-lint-action/compare/v4.0.1...v5.0.0
v4.0.1
What's Changed
Documentation
- docs: update the version of the action used in the README example by
@178inaba
in golangci/golangci-lint-action#977Dependencies
- build(deps): bump
@types/semver
from 7.5.6 to 7.5.7 by@dependabot
in golangci/golangci-lint-action#969- build(deps-dev): bump
@typescript-eslint/parser
from 6.20.0 to 6.21.0 by@dependabot
in golangci/golangci-lint-action#970- build(deps-dev): bump eslint-plugin-simple-import-sort from 10.0.0 to 12.0.0 by
@dependabot
in golangci/golangci-lint-action#971- build(deps-dev): bump
@typescript-eslint/eslint-plugin
from 6.20.0 to 6.21.0 by@dependabot
in golangci/golangci-lint-action#973- build(deps): bump
@types/node
from 20.11.16 to 20.11.17 by@dependabot
in golangci/golangci-lint-action#972- build(deps): bump
@types/node
from 20.11.17 to 20.11.19 by@dependabot
in golangci/golangci-lint-action#979- build(deps-dev): bump
@typescript-eslint/eslint-plugin
from 6.21.0 to 7.0.0 by@dependabot
in golangci/golangci-lint-action#980- build(deps): bump undici from 5.26.3 to 5.28.3 by
@dependabot
in golangci/golangci-lint-action#976- build(deps): bump
@types/node
from 20.11.19 to 20.11.20 by@dependabot
in golangci/golangci-lint-action#985- build(deps): bump
@types/semver
from 7.5.7 to 7.5.8 by@dependabot
in golangci/golangci-lint-action#986- build(deps-dev): bump eslint from 8.56.0 to 8.57.0 by
@dependabot
in golangci/golangci-lint-action#987- build(deps): bump tmp from 0.2.1 to 0.2.3 by
@dependabot
in golangci/golangci-lint-action#989
... (truncated)
Commits
9d1e062
feat: only new issues enhancements (#1029)692c9c9
build(deps-dev): bump@typescript-eslint/eslint-plugin
from 7.7.0 to 7.7.1 (#...ef6d5d0
build(deps-dev): bump@typescript-eslint/parser
from 7.7.0 to 7.7.1 (#1027)d149ece
docs: update readmef89fd48
docs: update readme47ef1b2
docs: update readme7c0f80c
docs: update readme3adb6d0
docs: update readme03a8ce6
docs: update readme82d40c2
feat: remove Go cache management (#1024)- 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 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)
[APPROVALNOTIFIER] This PR is NOT APPROVED
This pull-request has been approved by: dependabot[bot]
To complete the pull request process, please assign linuxsuren after the PR has been reviewed.
You can assign the PR to them by writing /assign @linuxsuren
in a comment when ready.
The full list of commands accepted by this bot can be found here.
Approvers can indicate their approval by writing /approve
in a comment
Approvers can cancel approval by writing /approve cancel
in a comment
Superseded by #2232.