Skip to content

chore(deps): update secretlint monorepo to v11 (major)#55

Open
renovate[bot] wants to merge 1 commit intomainfrom
renovate/major-secretlint-monorepo
Open

chore(deps): update secretlint monorepo to v11 (major)#55
renovate[bot] wants to merge 1 commit intomainfrom
renovate/major-secretlint-monorepo

Conversation

@renovate
Copy link
Contributor

@renovate renovate bot commented Feb 25, 2024

ℹ️ Note

This PR body was truncated due to platform limits.

This PR contains the following updates:

Package Change Age Confidence
@secretlint/secretlint-rule-preset-recommend (source) ^7.0.7^11.0.0 age confidence
secretlint (source) ^7.0.7^11.0.0 age confidence

Release Notes

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

v11.4.0

Compare Source

What's Changed
Features
  • feat: add --no-glob option to treat inputs as literal file paths by @​azu in #​1407
Documentation
  • docs: add quotepath option to changed-files action for non-ASCII path support by @​azu in #​1423
CI
Dependency Updates
Other Changes

Full Changelog: secretlint/secretlint@v11.3.1...v11.4.0


Open with Devin

v11.3.1

Compare Source

What's Changed
Bug Fixes
  • fix(secretlint-rule-pattern): support negation patterns in filePathGlobs by @​azu in #​1382
CI
Dependency Updates

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

v11.3.0

Compare Source

What's Changed
Feature

secretlint support GitHub Formatter for using in GitHub Actions.

$ secretlint --format=github 
  • docs(readme): add --format github option for GitHub Actions annotations by @​azu in #​1366
CI
Dependency Updates
Other Changes

Full Changelog: secretlint/secretlint@v11.2.5...v11.3.0

v11.2.5

Compare Source

What's Changed
Bug Fixes
  • fix(private-key): reduce false positives for placeholder private keys by @​azu in #​1269
Refactoring
Maintenance
CI
Dependency Updates

Full Changelog: secretlint/secretlint@v11.2.4...v11.2.5

v11.2.4

Compare Source

What's Changed

Maintenance
CI
Dependency Updates

Full Changelog: secretlint/secretlint@v11.2.3...v11.2.4

v11.2.3

Compare Source

What's Changed

secretlint v11.2.3+ support npm Provenance.

image
Testing
  • refactor: Consolidate snapshot tests and move rule configs to test directories by @​azu in #​1188
CI
Dependency Updates
Other Changes

Full Changelog: secretlint/secretlint@v11.2.0...v11.2.3

v11.2.2

Compare Source

This is not released in npm.

v11.2.0

Compare Source

What's Changed

Features
Bug Fixes
  • Add support for Makefile variable pattern $(VARIABLE) in database-connection-string rule by @​Copilot in #​1191
Dependency Updates

New Contributors

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

v11.1.0

Compare Source

What's Changed

Features

You can use filePathGlobs to 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/" } ] } } ] }
  • When only filePathGlobs is specified, the rule reports if the file path matches any of the glob patterns
  • When only pattern is specified, the rule reports if the file content matches the regex pattern
  • When both are specified, the rule reports only if both the file path matches the glob AND the content matches the pattern
Refactoring
  • refactor(types): migrate from tsd to vitest for type testing by @​azu in #​1169
Testing
CI
Dependency Updates

Full Changelog: secretlint/secretlint@v11.0.2...v11.1.0

v11.0.2

Compare Source

What's Changed

Bug Fixes
  • fix(binary): resolve --version issue in Bun compiled binaries by @​azu in #​1164
Documentation
  • docs(contributing): add pre-release documentation checklist by @​azu in #​1162
  • docs(readme): add missing rules from preset-recommend by @​azu in #​1163
Testing
  • test: update valid test snapshots for database connection string rule by @​azu in #​1160
Dependency Updates

Full Changelog: secretlint/secretlint@v11.0.1...v11.0.2

v11.0.1

Compare Source

New Recommended Rules

  • Add @secretlint/secretlint-rule-anthropic to detect Claude API keys (pattern: sk-ant-api0\d-[A-Za-z0-9_-]{90,128}AA)
  • Add @secretlint/secretlint-rule-database-connection-string to detect database credentials like mongodb://user:s3cr3tP4ss@cluster.mongodb.net/myd

What's Changed

Breaking Changes
  • feat: add Anthropic and Database Connection String rules to recommended preset by @​azu in #​1154
Bug Fixes
  • fix: use workspace:* references for internal dependencies in examples by @​azu in #​1157
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.


  • 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 dependency Includes dependency fixes label Feb 25, 2024
@renovate renovate bot force-pushed the renovate/major-secretlint-monorepo branch from 894f580 to c26b5f0 Compare October 14, 2024 09:11
@renovate renovate bot changed the title chore(deps): update secretlint monorepo to v8 (major) chore(deps): update secretlint monorepo to v9 (major) Oct 14, 2024
@renovate renovate bot force-pushed the renovate/major-secretlint-monorepo branch from c26b5f0 to f647422 Compare June 14, 2025 17:47
@renovate renovate bot changed the title chore(deps): update secretlint monorepo to v9 (major) chore(deps): update secretlint monorepo to v10 (major) Jun 14, 2025
@renovate renovate bot force-pushed the renovate/major-secretlint-monorepo branch 3 times, most recently from c2c31e0 to ac912d8 Compare August 10, 2025 17:19
@renovate renovate bot changed the title chore(deps): update secretlint monorepo to v10 (major) chore(deps): update secretlint monorepo to v11 (major) Aug 10, 2025
@renovate renovate bot force-pushed the renovate/major-secretlint-monorepo branch 2 times, most recently from cbf2330 to dcd0ed0 Compare August 13, 2025 16:12
@renovate renovate bot force-pushed the renovate/major-secretlint-monorepo branch 3 times, most recently from b903d92 to 1bebf9c Compare August 25, 2025 17:23
@renovate renovate bot force-pushed the renovate/major-secretlint-monorepo branch 2 times, most recently from aa89a19 to 363497c Compare September 6, 2025 09:02
@renovate renovate bot force-pushed the renovate/major-secretlint-monorepo branch from 363497c to 20310f8 Compare September 8, 2025 17:33
@renovate renovate bot force-pushed the renovate/major-secretlint-monorepo branch from 20310f8 to 488a68d Compare September 25, 2025 16:55
@renovate renovate bot force-pushed the renovate/major-secretlint-monorepo branch from 488a68d to baf500b Compare October 11, 2025 13:27
@renovate renovate bot force-pushed the renovate/major-secretlint-monorepo branch from baf500b to a1b0f02 Compare October 21, 2025 16:37
@renovate renovate bot force-pushed the renovate/major-secretlint-monorepo branch from a1b0f02 to f38107f Compare November 10, 2025 18:10
@renovate renovate bot force-pushed the renovate/major-secretlint-monorepo branch from f38107f to 7af2e2e Compare November 18, 2025 23:50
@renovate renovate bot force-pushed the renovate/major-secretlint-monorepo branch from 7af2e2e to 647448c Compare December 3, 2025 17:53
@renovate renovate bot force-pushed the renovate/major-secretlint-monorepo branch from 647448c to 72ddef3 Compare December 31, 2025 13:33
@renovate renovate bot force-pushed the renovate/major-secretlint-monorepo branch 2 times, most recently from ccd8382 to 956cdd3 Compare January 19, 2026 19:26
@renovate renovate bot force-pushed the renovate/major-secretlint-monorepo branch 2 times, most recently from 85333a8 to 9bad564 Compare February 2, 2026 21:45
@renovate renovate bot force-pushed the renovate/major-secretlint-monorepo branch 2 times, most recently from 23c7320 to 6bbdc19 Compare February 17, 2026 20:56
@renovate renovate bot force-pushed the renovate/major-secretlint-monorepo branch from 6bbdc19 to 2f931f2 Compare March 5, 2026 20:53
@renovate renovate bot force-pushed the renovate/major-secretlint-monorepo branch from 2f931f2 to b1c00d0 Compare March 21, 2026 05:44
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

dependency Includes dependency fixes

0 participants