rudder-server
rudder-server copied to clipboard
chore(deps): bump golangci/golangci-lint-action from 5 to 6
Bumps golangci/golangci-lint-action from 5 to 6.
Release notes
Sourced from golangci/golangci-lint-action's releases.
v6.0.0
What's Changed
This version removes
annotations
option (because it was useless), and removes the default output format (github-actions
). The annotations are still produced but with another approach.Changes
- feat: rewrite format handling by
@ldez
in golangci/golangci-lint-action#1038Dependencies
- build(deps-dev): bump
@typescript-eslint/eslint-plugin
from 7.7.1 to 7.8.0 by@dependabot
in golangci/golangci-lint-action#1034- build(deps): bump
@types/node
from 20.12.7 to 20.12.8 by@dependabot
in golangci/golangci-lint-action#1036- build(deps-dev): bump
@typescript-eslint/parser
from 7.7.1 to 7.8.0 by@dependabot
in golangci/golangci-lint-action#1035Full Changelog: https://github.com/golangci/golangci-lint-action/compare/v5.3.0...v6.0.0
v5.3.0
What's Changed
Changes
- feat: uses 2 dots compare syntax for push diff by
@ldez
in golangci/golangci-lint-action#1030- feat: add option to control cache invalidation interval by
@ldez
in golangci/golangci-lint-action#1031- feat: use OS and working-directory as cache key by
@ldez
in golangci/golangci-lint-action#1032- feat: improve log about pwd/cwd by
@ldez
in golangci/golangci-lint-action#1033Full Changelog: https://github.com/golangci/golangci-lint-action/compare/v5.2.0...v5.3.0
v5.2.0
What's Changed
Changes
Full Changelog: https://github.com/golangci/golangci-lint-action/compare/v5.1.0...v5.2.0
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#1028
... (truncated)
Commits
23faadf
doc: improve readmeb556f25
doc: improve readme789f114
feat: rewrite format handling (#1038)d36b91c
build(deps-dev): bump@typescript-eslint/parser
from 7.7.1 to 7.8.0 (#1035)a9eb115
build(deps): bump@types/node
from 20.12.7 to 20.12.8 (#1036)bd4fa7c
build(deps-dev): bump@typescript-eslint/eslint-plugin
from 7.7.1 to 7.8.0 (#...- See full diff 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)
[!IMPORTANT]
Auto Review Skipped
Bot user detected.
To trigger a single review, invoke the
@coderabbitai review
command.You can disable this status message by setting the
reviews.review_status
tofalse
in the CodeRabbit configuration file.
Thank you for using CodeRabbit. We offer it for free to the OSS community and would appreciate your support in helping us grow. If you find it useful, would you consider giving us a shout-out on your favorite social media?
Tips
Chat
There are 3 ways to chat with CodeRabbit:
- Review comments: Directly reply to a review comment made by CodeRabbit. Example:
-
I pushed a fix in commit <commit_id>.
-
Generate unit testing code for this file.
-
Open a follow-up GitHub issue for this discussion.
-
- Files and specific lines of code (under the "Files changed" tab): Tag
@coderabbitai
in a new review comment at the desired location with your query. Examples:-
@coderabbitai generate unit testing code for this file.
-
@coderabbitai modularize this function.
-
- PR comments: Tag
@coderabbitai
in a new PR comment to ask questions about the PR branch. For the best results, please provide a very specific query, as very limited context is provided in this mode. Examples:-
@coderabbitai generate interesting stats about this repository and render them as a table.
-
@coderabbitai show all the console.log statements in this repository.
-
@coderabbitai read src/utils.ts and generate unit testing code.
-
@coderabbitai read the files in the src/scheduler package and generate a class diagram using mermaid and a README in the markdown format.
-
Note: Be mindful of the bot's finite context window. It's strongly recommended to break down tasks such as reading entire modules into smaller chunks. For a focused discussion, use review comments to chat about specific files and their changes, instead of using the PR comments.
CodeRabbit Commands (invoked as PR comments)
-
@coderabbitai pause
to pause the reviews on a PR. -
@coderabbitai resume
to resume the paused reviews. -
@coderabbitai review
to trigger a review. This is useful when automatic reviews are disabled for the repository. -
@coderabbitai resolve
resolve all the CodeRabbit review comments. -
@coderabbitai help
to get help.
Additionally, you can add @coderabbitai ignore
anywhere in the PR description to prevent this PR from being reviewed.
CodeRabbit Configration File (.coderabbit.yaml
)
- You can programmatically configure CodeRabbit by adding a
.coderabbit.yaml
file to the root of your repository. - Please see the configuration documentation for more information.
- If your editor has YAML language server enabled, you can add the path at the top of this file to enable auto-completion and validation:
# yaml-language-server: $schema=https://coderabbit.ai/integrations/schema.v2.json
Documentation and Community
- Visit our Documentation for detailed information on how to use CodeRabbit.
- Join our Discord Community to get help, request features, and share feedback.
- Follow us on X/Twitter for updates and announcements.
Codecov Report
All modified and coverable lines are covered by tests :white_check_mark:
Project coverage is 74.51%. Comparing base (
1aadeb0
) to head (cbabd43
).
Additional details and impacted files
@@ Coverage Diff @@
## master #4663 +/- ##
==========================================
- Coverage 74.59% 74.51% -0.09%
==========================================
Files 412 412
Lines 48699 48699
==========================================
- Hits 36325 36286 -39
- Misses 10001 10053 +52
+ Partials 2373 2360 -13
:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.