chore(deps): update secretlint monorepo to v11 (major)#55
Open
renovate[bot] wants to merge 1 commit intomainfrom
Open
chore(deps): update secretlint monorepo to v11 (major)#55renovate[bot] wants to merge 1 commit intomainfrom
renovate[bot] wants to merge 1 commit intomainfrom
Conversation
894f580 to c26b5f0 Compare c26b5f0 to f647422 Compare c2c31e0 to ac912d8 Compare cbf2330 to dcd0ed0 Compare b903d92 to 1bebf9c Compare aa89a19 to 363497c Compare 363497c to 20310f8 Compare 20310f8 to 488a68d Compare 488a68d to baf500b Compare baf500b to a1b0f02 Compare a1b0f02 to f38107f Compare f38107f to 7af2e2e Compare 7af2e2e to 647448c Compare 647448c to 72ddef3 Compare ccd8382 to 956cdd3 Compare 85333a8 to 9bad564 Compare 23c7320 to 6bbdc19 Compare 6bbdc19 to 2f931f2 Compare 2f931f2 to b1c00d0 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:
^7.0.7→^11.0.0^7.0.7→^11.0.0Release Notes
secretlint/secretlint (@secretlint/secretlint-rule-preset-recommend)
v11.4.0Compare Source
What's Changed
Features
Documentation
CI
Dependency Updates
Other Changes
Full Changelog: secretlint/secretlint@v11.3.1...v11.4.0
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
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 these updates again.
This PR was generated by Mend Renovate. View the repository job log.