Skip to content

Conversation

@renovate
Copy link

@renovate renovate bot commented Jun 14, 2025

This PR contains the following updates:

Package Change Age Confidence
@secretlint/secretlint-rule-preset-recommend (source) 9.0.0 -> 10.2.2 age confidence
secretlint (source) 9.0.0 -> 10.2.2 age confidence

Release Notes

secretlint/secretlint (@​secretlint/secretlint-rule-preset-recommend)

v10.2.2

Compare Source

What's Changed
Bug Fixes
Maintenance
  • fix(turbo): fix turbo.json configuration to match actual file structure by @​azu in #​1123
Dependency Updates

Full Changelog: secretlint/secretlint@v10.2.1...v10.2.2

v10.2.1

Compare Source

What's Changed
Bug Fixes
  • fix(database-connection-string): improve password detection to avoid false negatives by @​azu in #​1118
CI
Dependency Updates
Other Changes

Full Changelog: secretlint/secretlint@v10.2.0...v10.2.1

v10.2.0

Compare Source

What's Changed
Features
  • feat: add database connection string detection rule by @​azu in #​1099

@secretlint/secretlint-rule-database-connection-string detects following secrets

  • MongoDB detection: Standard URI (mongodb://) and SRV format (mongodb+srv://)
  • MySQL detection: Standard URI (mysql://), JDBC format (jdbc:mysql://), and X DevAPI (mysqlx://)
  • PostgreSQL detection: Standard URI (postgresql://) and alternative format (postgres://)
const uri = "mongodb://user:[email protected]/mydb";
const mysql = "jdbc:mysql://admin:[email protected]:3306/app";
const pg = "postgres://user:[email protected]:5432/mydb";
Fixes
  • fix(basicauth): limit protocol detection to HTTP/HTTPS/FTP to avoid overlap with database rules by @​azu in #​1101
CI
Dependency Updates
Other Changes

Full Changelog: secretlint/secretlint@v10.1.1...v10.2.0

v10.1.1

Compare Source

What's Changed
Bug Fixes
CI
Dependency Updates
Other Changes

Full Changelog: secretlint/secretlint@v10.1.0...v10.1.1

v10.1.0

Compare Source

What's Changed
Other Changes

Full Changelog: secretlint/secretlint@v10.0.0...v10.1.0

v10.0.0

Compare Source

What's Changed
Breaking Changes
  • 🚨 BREAKING CHANGE: Drop Node.js 18 support, add Node.js 20-22 support by @​azu in #​1070
    • Docker Image use Node.js 22
  • 🚨 BREAKING CHANGE: Make --maskSecrets the default behavior and add --no-maskSecrets flag by @​azu in #​1068
Mask 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.

##### Secrets are masked by default
$ secretlint "**/*"

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.4

Compare 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.3

Compare Source

What's Changed
Bug Fixes
Refactoring
CI
Dependency Updates
New Contributors

Full Changelog: secretlint/secretlint@v9.3.2...v9.3.3

v9.3.2

Compare Source

What's Changed
Maintenance
CI
Dependency Updates

Full Changelog: secretlint/secretlint@v9.3.1...v9.3.2

v9.3.1

Compare Source

What's Changed
Bug Fixes
CI
Dependency Updates

Full Changelog: secretlint/secretlint@v9.3.0...v9.3.1

v9.3.0

Compare Source

What's Changed
Features
Testing
CI
New Contributors

Full Changelog: secretlint/secretlint@v9.2.1...v9.3.0

v9.2.1

Compare Source

What's Changed
Refactoring
CI
Dependency Updates
Other Changes
New Contributors

Full Changelog: secretlint/secretlint@v9.2.0...v9.2.1

v9.2.0

Compare Source

What's Changed
Features
  • feat(cli): support --stdinFileName=dummy.txt for linting STDIN by @​azu in #​968
$ echo "SECRET CONTENT" | secretlint --stdinFileName=secret.txt

Example:

cat ~/.zsh_history| ./bin/secretlint --stdinFileName=dummy.txt --format=mask-result
Refactoring
  • refactor(index): use fs/promises for async file reading in createRawSource by @​azu in #​967

Full Changelog: secretlint/secretlint@v9.1.0...v9.2.0

v9.1.0

Compare Source

What's Changed
Features
Documentation
Dependency Updates
New Contributors

Full Changelog: secretlint/secretlint@v9.0.0...v9.1.0


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.


  • If you want to rebase/retry this PR, check this box

This PR was generated by Mend Renovate. View the repository job log.

@renovate renovate bot added the dependencies Pull requests that update a dependency file label Jun 14, 2025
@renovate renovate bot force-pushed the renovate/major-10-npm-devdependencies branch from 9c9a350 to 420f9f4 Compare June 15, 2025 01:31
@renovate renovate bot force-pushed the renovate/major-10-npm-devdependencies branch from 420f9f4 to d978d15 Compare June 24, 2025 12:41
@renovate renovate bot force-pushed the renovate/major-10-npm-devdependencies branch from d978d15 to 511c237 Compare July 6, 2025 06:02
@renovate renovate bot force-pushed the renovate/major-10-npm-devdependencies branch from 511c237 to 7d8de8b Compare July 16, 2025 17:48
@renovate renovate bot force-pushed the renovate/major-10-npm-devdependencies branch 2 times, most recently from c116a81 to d26ca58 Compare August 10, 2025 14:41
@renovate renovate bot force-pushed the renovate/major-10-npm-devdependencies branch 2 times, most recently from cf1dcd2 to e0075ca Compare August 19, 2025 16:35
@renovate renovate bot force-pushed the renovate/major-10-npm-devdependencies branch from e0075ca to e9407a8 Compare August 31, 2025 10:35
@renovate renovate bot force-pushed the renovate/major-10-npm-devdependencies branch from e9407a8 to cbe4e13 Compare September 25, 2025 14:11
@renovate renovate bot force-pushed the renovate/major-10-npm-devdependencies branch from cbe4e13 to 38ffa9f Compare October 22, 2025 00:46
@renovate renovate bot force-pushed the renovate/major-10-npm-devdependencies branch from 38ffa9f to e20b104 Compare November 11, 2025 00:44
@renovate renovate bot force-pushed the renovate/major-10-npm-devdependencies branch from e20b104 to f8c5948 Compare November 18, 2025 22:58
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

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant