This repository was archived by the owner on Jan 3, 2026. It is now read-only.
chore(deps): update dev dependencies (major)#80
Closed
renovate[bot] wants to merge 1 commit intomainfrom
Closed
Conversation
56b0c72 to
ff48a49
Compare
ff48a49 to
7e6eb5e
Compare
7e6eb5e to
7ba85ae
Compare
7ba85ae to
c49f9ce
Compare
21fa9a7 to
2d9b8ac
Compare
e16b9fa to
62be24b
Compare
11400bc to
1a92bc9
Compare
086843c to
19447e3
Compare
19447e3 to
f5362d0
Compare
2ac099f to
b716054
Compare
b716054 to
77ccc4d
Compare
d5fa71b to
eedc25f
Compare
ed5ccbf to
f815f86
Compare
f815f86 to
f91f50d
Compare
f91f50d to
80abd05
Compare
80abd05 to
8939b51
Compare
8939b51 to
b82a90a
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 subscribe to this conversation on GitHub.
Already have an account?
Sign in.
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.0.0→^11.0.0^15.0.0→^16.0.0^9.0.0→^11.0.0^3.4.4→^4.0.0Release Notes
secretlint/secretlint (@secretlint/secretlint-rule-preset-recommend)
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
Other Changes
Full Changelog: secretlint/secretlint@v10.2.0...v10.2.1
v10.2.0Compare Source
What's Changed
Features
@secretlint/secretlint-rule-database-connection-stringdetects following secretsFixes
CI
Dependency Updates
Other Changes
Full Changelog: secretlint/secretlint@v10.1.1...v10.2.0
v10.1.1Compare Source
What's Changed
Bug Fixes
CI
Dependency Updates
Other Changes
Full Changelog: secretlint/secretlint@v10.1.0...v10.1.1
v10.1.0Compare Source
What's Changed
Other Changes
Full Changelog: secretlint/secretlint@v10.0.0...v10.1.0
v10.0.0Compare Source
What's Changed
Breaking Changes
--no-maskSecretsflag by @azu in #1068Mask secrets in lint error message (Default behavior)
Secretlint v10+ masks secrets in lint error messages by default. This is useful to prevent accidental secret exposure in CI logs, terminal output, or when using AI agent tools.
To show actual secret values in the output, use
--no-maskSecrets:$ secretlint --no-maskSecrets "**/*"Refactoring
Testing
CI
Dependency Updates
Other Changes
Full Changelog: secretlint/secretlint@v9.3.4...v10.0.0
v9.3.4Compare Source
What's Changed
Bug Fixes
Documentation
Refactoring
CI
Dependency Updates
New Contributors
Full Changelog: secretlint/secretlint@v9.3.3...v9.3.4
v9.3.3Compare Source
What's Changed
Bug Fixes
ghuto typeMap and fix description by @benibenj in #1038Refactoring
CI
Dependency Updates
New Contributors
Full Changelog: secretlint/secretlint@v9.3.2...v9.3.3
v9.3.2Compare Source
What's Changed
Maintenance
CI
Dependency Updates
Full Changelog: secretlint/secretlint@v9.3.1...v9.3.2
v9.3.1Compare Source
What's Changed
Bug Fixes
CI
Configuration
📅 Schedule: Branch creation - Between 12:00 AM and 03:59 AM, only on Monday ( * 0-3 * * 1 ) (UTC), Automerge - At any time (no schedule defined).
🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.
♻ Rebasing: Whenever PR is behind base branch, or you tick the rebase/retry checkbox.
👻 Immortal: This PR will be recreated if closed unmerged. Get config help if that's undesired.
This PR was generated by Mend Renovate. View the repository job log.