-
Notifications
You must be signed in to change notification settings - Fork 986
build(deps): bump golangci/golangci-lint-action from 3 to 5 #4033
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
a8m
merged 1 commit into
master
from
dependabot/github_actions/golangci/golangci-lint-action-5
Apr 30, 2024
Merged
build(deps): bump golangci/golangci-lint-action from 3 to 5 #4033
a8m
merged 1 commit into
master
from
dependabot/github_actions/golangci/golangci-lint-action-5
Apr 30, 2024
Conversation
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Bumps [golangci/golangci-lint-action](https://github.com/golangci/golangci-lint-action) from 3 to 5. - [Release notes](https://github.com/golangci/golangci-lint-action/releases) - [Commits](golangci/golangci-lint-action@v3...v5) --- updated-dependencies: - dependency-name: golangci/golangci-lint-action dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com>
github-merge-queue bot
referenced
this pull request
in infratographer/x
Aug 8, 2024
[](https://renovatebot.com) This PR contains the following updates: | Package | Change | Age | Adoption | Passing | Confidence | |---|---|---|---|---|---| | [entgo.io/ent](https://togithub.com/ent/ent) | `v0.13.1` -> `v0.14.0` | [](https://docs.renovatebot.com/merge-confidence/) | [](https://docs.renovatebot.com/merge-confidence/) | [](https://docs.renovatebot.com/merge-confidence/) | [](https://docs.renovatebot.com/merge-confidence/) | --- ### Release Notes <details> <summary>ent/ent (entgo.io/ent)</summary> ### [`v0.14.0`](https://togithub.com/ent/ent/releases/tag/v0.14.0) [Compare Source](https://togithub.com/ent/ent/compare/v0.13.1...v0.14.0) #### What's Changed - ent: support schema views by [@​a8m](https://togithub.com/a8m) in [https://github.com/ent/ent/pull/4157](https://togithub.com/ent/ent/pull/4157) - dialect/entsql: add Skip annotation by [@​a8m](https://togithub.com/a8m) in [https://github.com/ent/ent/pull/4156](https://togithub.com/ent/ent/pull/4156) - examples/migration: add column with default value by [@​a8m](https://togithub.com/a8m) in [https://github.com/ent/ent/pull/3960](https://togithub.com/ent/ent/pull/3960) - Update data-migrations.mdx by [@​max-yue](https://togithub.com/max-yue) in [https://github.com/ent/ent/pull/3973](https://togithub.com/ent/ent/pull/3973) - example/ent: add example for adding enums not at the end by [@​a8m](https://togithub.com/a8m) in [https://github.com/ent/ent/pull/3980](https://togithub.com/ent/ent/pull/3980) - chore: fix function names by [@​sunxunle](https://togithub.com/sunxunle) in [https://github.com/ent/ent/pull/3979](https://togithub.com/ent/ent/pull/3979) - doc/md: fix some broken links caused by trailing slash by [@​luantranminh](https://togithub.com/luantranminh) in [https://github.com/ent/ent/pull/3990](https://togithub.com/ent/ent/pull/3990) - ent: export all generated query operations by [@​a8m](https://togithub.com/a8m) in [https://github.com/ent/ent/pull/4001](https://togithub.com/ent/ent/pull/4001) - entc/gen: use query ops in generated code by [@​a8m](https://togithub.com/a8m) in [https://github.com/ent/ent/pull/4005](https://togithub.com/ent/ent/pull/4005) - build(deps): bump golangci/golangci-lint-action from 3 to 5 by [@​dependabot](https://togithub.com/dependabot) in [https://github.com/ent/ent/pull/4033](https://togithub.com/ent/ent/pull/4033) - Update predicates.md by [@​max-yue](https://togithub.com/max-yue) in [https://github.com/ent/ent/pull/3970](https://togithub.com/ent/ent/pull/3970) - doc/website: add skiptx option to graphql by [@​a8m](https://togithub.com/a8m) in [https://github.com/ent/ent/pull/4042](https://togithub.com/ent/ent/pull/4042) - dialect/sql/sqlgraph: replace IN with EXISTS in HasNeighbors/With predicates by [@​a8m](https://togithub.com/a8m) in [https://github.com/ent/ent/pull/4060](https://togithub.com/ent/ent/pull/4060) - entc/gen: add SetID to predefined mutation methods by [@​a8m](https://togithub.com/a8m) in [https://github.com/ent/ent/pull/4061](https://togithub.com/ent/ent/pull/4061) - entc/gen: fix conflict between set_id edge field and mutation fields by [@​a8m](https://togithub.com/a8m) in [https://github.com/ent/ent/pull/4062](https://togithub.com/ent/ent/pull/4062) - schema/field: add support for ValueScanner on field.Bytes() by [@​masseelch](https://togithub.com/masseelch) in [https://github.com/ent/ent/pull/4067](https://togithub.com/ent/ent/pull/4067) - entc/gen/template: improve goimports time by adding missing imports by [@​a8m](https://togithub.com/a8m) in [https://github.com/ent/ent/pull/4103](https://togithub.com/ent/ent/pull/4103) - entc/gen: concurrent gofmt by [@​a8m](https://togithub.com/a8m) in [https://github.com/ent/ent/pull/4104](https://togithub.com/ent/ent/pull/4104) - schema/field: support annotating fields as deprecated by [@​a8m](https://togithub.com/a8m) in [https://github.com/ent/ent/pull/4132](https://togithub.com/ent/ent/pull/4132) - doc: explain how to use domain types properly by [@​a8m](https://togithub.com/a8m) in [https://github.com/ent/ent/pull/4134](https://togithub.com/ent/ent/pull/4134) - doc/website: fix ui build by [@​a8m](https://togithub.com/a8m) in [https://github.com/ent/ent/pull/4135](https://togithub.com/ent/ent/pull/4135) - doc: explain how to use composite types properly by [@​a8m](https://togithub.com/a8m) in [https://github.com/ent/ent/pull/4136](https://togithub.com/ent/ent/pull/4136) - doc: explain how to use enum types properly by [@​a8m](https://togithub.com/a8m) in [https://github.com/ent/ent/pull/4137](https://togithub.com/ent/ent/pull/4137) - doc: explain how to use triggers in migrations by [@​a8m](https://togithub.com/a8m) in [https://github.com/ent/ent/pull/4138](https://togithub.com/ent/ent/pull/4138) - doc: explain how to use extensions in migrations by [@​a8m](https://togithub.com/a8m) in [https://github.com/ent/ent/pull/4140](https://togithub.com/ent/ent/pull/4140) - doc: explain how to use policies in migrations by [@​a8m](https://togithub.com/a8m) in [https://github.com/ent/ent/pull/4141](https://togithub.com/ent/ent/pull/4141) - doc: minor fixes to rls page by [@​a8m](https://togithub.com/a8m) in [https://github.com/ent/ent/pull/4142](https://togithub.com/ent/ent/pull/4142) - doc/md: update enum doc by [@​hilakashai](https://togithub.com/hilakashai) in [https://github.com/ent/ent/pull/4145](https://togithub.com/ent/ent/pull/4145) - doc: update project description by [@​a8m](https://togithub.com/a8m) in [https://github.com/ent/ent/pull/4146](https://togithub.com/ent/ent/pull/4146) - update go doc to match the method name by [@​cpanato](https://togithub.com/cpanato) in [https://github.com/ent/ent/pull/4083](https://togithub.com/ent/ent/pull/4083) - doc: explain how to use functional indexes in migrations by [@​a8m](https://togithub.com/a8m) in [https://github.com/ent/ent/pull/4149](https://togithub.com/ent/ent/pull/4149) - doc: explain how to use functional indexes in migrations by [@​a8m](https://togithub.com/a8m) in [https://github.com/ent/ent/pull/4150](https://togithub.com/ent/ent/pull/4150) - Getting Started MDX Improvements by [@​marakomer](https://togithub.com/marakomer) in [https://github.com/ent/ent/pull/4151](https://togithub.com/ent/ent/pull/4151) #### New Contributors - [@​max-yue](https://togithub.com/max-yue) made their first contribution in [https://github.com/ent/ent/pull/3973](https://togithub.com/ent/ent/pull/3973) - [@​sunxunle](https://togithub.com/sunxunle) made their first contribution in [https://github.com/ent/ent/pull/3979](https://togithub.com/ent/ent/pull/3979) - [@​luantranminh](https://togithub.com/luantranminh) made their first contribution in [https://github.com/ent/ent/pull/3990](https://togithub.com/ent/ent/pull/3990) - [@​cpanato](https://togithub.com/cpanato) made their first contribution in [https://github.com/ent/ent/pull/4083](https://togithub.com/ent/ent/pull/4083) - [@​marakomer](https://togithub.com/marakomer) made their first contribution in [https://github.com/ent/ent/pull/4151](https://togithub.com/ent/ent/pull/4151) **Full Changelog**: ent/ent@v0.13.1...v0.14.0 </details> --- ### Configuration 📅 **Schedule**: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined). 🚦 **Automerge**: Disabled by config. Please merge this manually once you are satisfied. ♻ **Rebasing**: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox. 🔕 **Ignore**: Close this PR and you won't be reminded about this update again. --- - [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check this box --- This PR was generated by [Mend Renovate](https://www.mend.io/free-developer-tools/renovate/). View the [repository job log](https://developer.mend.io/github/infratographer/x). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzOC4yMC4xIiwidXBkYXRlZEluVmVyIjoiMzguMjAuMSIsInRhcmdldEJyYW5jaCI6Im1haW4iLCJsYWJlbHMiOltdfQ==--> Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
chaosue
pushed a commit
to chaosue/ent
that referenced
this pull request
Sep 30, 2024
Bumps [golangci/golangci-lint-action](https://github.com/golangci/golangci-lint-action) from 3 to 5. - [Release notes](https://github.com/golangci/golangci-lint-action/releases) - [Commits](golangci/golangci-lint-action@v3...v5) --- updated-dependencies: - dependency-name: golangci/golangci-lint-action dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
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
github_actions
Pull requests that update Github_actions code
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Bumps golangci/golangci-lint-action from 3 to 5.
Release notes
Sourced from golangci/golangci-lint-action's releases.
... (truncated)
Commits
82d40c2
feat: remove Go cache management (#1024)c683728
feat: add option to not save cache (#851)bf6479d
feat: add support for pull_request_target and only-new-issues (#506)d6238b0
build(deps-dev): bump@typescript-eslint/eslint-plugin
from 7.6.0 to 7.7.0 (#...847b9ef
build(deps-dev): bump@typescript-eslint/parser
from 7.5.0 to 7.7.0 (#1022)019c5ec
build(deps-dev): bump eslint-plugin-simple-import-sort from 12.0.0 to 12.1.0 ...3dea681
build(deps-dev): bump@typescript-eslint/eslint-plugin
from 7.5.0 to 7.6.0 (#...155e5eb
build(deps-dev): bump typescript from 5.4.4 to 5.4.5 (#1017)1411782
build(deps): bump@types/node
from 20.12.5 to 20.12.7 (#1016)e3c1789
build(deps-dev): bump@typescript-eslint/parser
from 7.4.0 to 7.5.0 (#1014)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)