chore(deps): update secretlint monorepo to v11 (major)#9
Open
renovate[bot] wants to merge 1 commit intomainfrom
Open
chore(deps): update secretlint monorepo to v11 (major)#9renovate[bot] wants to merge 1 commit intomainfrom
renovate[bot] wants to merge 1 commit intomainfrom
Conversation
|
The latest updates on your projects. Learn more about Vercel for GitHub.
|
1fb4c8a to
1b07b16
Compare
1b07b16 to
7140a90
Compare
7140a90 to
76c2890
Compare
76c2890 to
74e0f7d
Compare
74e0f7d to
6752db4
Compare
6752db4 to
c67e7e2
Compare
c67e7e2 to
8f38f8b
Compare
8f38f8b to
d9f9a1c
Compare
d9f9a1c to
f53b6e7
Compare
f53b6e7 to
7fda8be
Compare
7fda8be to
61bbc8e
Compare
61bbc8e to
0a044d8
Compare
0a044d8 to
d2b5530
Compare
d2b5530 to
228a121
Compare
228a121 to
717339b
Compare
717339b to
0d551c8
Compare
0d551c8 to
d269f9d
Compare
d269f9d to
a958b57
Compare
a958b57 to
6362c55
Compare
6362c55 to
c924b0c
Compare
c924b0c to
401646e
Compare
401646e to
0a347b3
Compare
0a347b3 to
b981fc4
Compare
b981fc4 to
e5a6de8
Compare
e5a6de8 to
83ab9b7
Compare
83ab9b7 to
4136d0d
Compare
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
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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.
This PR contains the following updates:
9.2.0→11.3.19.2.0→11.3.1Release Notes
secretlint/secretlint (@secretlint/secretlint-rule-preset-recommend)
v11.3.1Compare Source
What's Changed
Bug Fixes
CI
Dependency Updates
Full Changelog: secretlint/secretlint@v11.3.0...v11.3.1
v11.3.0Compare Source
What's Changed
Feature
secretlint support GitHub Formatter for using in GitHub Actions.
CI
Dependency Updates
Other Changes
Full Changelog: secretlint/secretlint@v11.2.5...v11.3.0
v11.2.5Compare Source
What's Changed
Bug Fixes
Refactoring
Maintenance
CI
Dependency Updates
Full Changelog: secretlint/secretlint@v11.2.4...v11.2.5
v11.2.4Compare Source
What's Changed
Maintenance
CI
Dependency Updates
Full Changelog: secretlint/secretlint@v11.2.3...v11.2.4
v11.2.3Compare Source
What's Changed
secretlint v11.2.3+ support npm Provenance.
Testing
CI
Dependency Updates
Other Changes
Full Changelog: secretlint/secretlint@v11.2.0...v11.2.3
v11.2.2Compare Source
This is not released in npm.
v11.2.0Compare Source
What's Changed
Features
Bug Fixes
Dependency Updates
New Contributors
Full Changelog: secretlint/secretlint@v11.1.0...v11.2.0
v11.1.0Compare Source
What's Changed
Features
You can use
filePathGlobsto match against file paths using glob patterns:{ "rules": [ { "id": "@​secretlint/secretlint-rule-pattern", "options": { "patterns": [ { "name": "env files", "filePathGlobs": ["**/.env", "**/.env.*"] }, { "name": "AWS credentials in env files", "filePathGlobs": ["**/.env*"], "pattern": "/aws_access_key_id|aws_secret_access_key/i" }, { "name": "private keys", "filePathGlobs": ["**/*.pem", "**/*.key"], "pattern": "/BEGIN (RSA |EC )?PRIVATE KEY/" } ] } } ] }filePathGlobsis specified, the rule reports if the file path matches any of the glob patternspatternis specified, the rule reports if the file content matches the regex patternRefactoring
Testing
CI
Dependency Updates
Full Changelog: secretlint/secretlint@v11.0.2...v11.1.0
v11.0.2Compare Source
What's Changed
Bug Fixes
Documentation
Testing
Dependency Updates
Full Changelog: secretlint/secretlint@v11.0.1...v11.0.2
v11.0.1Compare Source
New Recommended Rules
@secretlint/secretlint-rule-anthropicto detect Claude API keys (pattern:sk-ant-api0\d-[A-Za-z0-9_-]{90,128}AA)@secretlint/secretlint-rule-database-connection-stringto detect database credentials likemongodb://user:s3cr3tP4ss@cluster.mongodb.net/mydWhat's Changed
Breaking Changes
Bug Fixes
Documentation
Refactoring
Maintenance
CI
8edcb1bby @renovate[bot] in #1150Dependency Updates
Full Changelog: secretlint/secretlint@v10.2.2...v11.0.1
v11.0.0Compare Source
See v11.0.1
v10.2.2Compare Source
What's Changed
Bug Fixes
Maintenance
Dependency Updates
Full Changelog: secretlint/secretlint@v10.2.1...v10.2.2
v10.2.1Compare Source
What's Changed
Bug Fixes
CI
Dependency Updates
Configuration
📅 Schedule: Branch creation - "every weekend" in timezone Asia/Tokyo, Automerge - At any time (no schedule defined).
🚦 Automerge: Enabled.
♻ Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.
🔕 Ignore: Close this PR and you won't be reminded about these updates again.
This PR was generated by Mend Renovate. View the repository job log.