Skip to content

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

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

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

Conversation

@renovate
Copy link

@renovate renovate bot commented Jun 15, 2025

ℹ️ 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) 9.2.011.3.1 age confidence
secretlint (source) 9.2.011.3.1 age confidence

Release Notes

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

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
Maintenance
CI
Dependency Updates

Full Changelog: secretlint/secretlint@v10.2.2...v11.0.1

v11.0.0

Compare Source

See v11.0.1

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

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.


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

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

@vercel
Copy link

vercel bot commented Jun 15, 2025

The latest updates on your projects. Learn more about Vercel for GitHub.

Project Deployment Actions Updated (UTC)
macopy Error Error Feb 13, 2026 0:17am

Request Review

@renovate renovate bot force-pushed the renovate/major-secretlint-monorepo branch from 1fb4c8a to 1b07b16 Compare June 28, 2025 20:06
@renovate renovate bot force-pushed the renovate/major-secretlint-monorepo branch from 1b07b16 to 7140a90 Compare July 6, 2025 04:03
@renovate renovate bot force-pushed the renovate/major-secretlint-monorepo branch from 7140a90 to 76c2890 Compare July 13, 2025 10:30
@renovate renovate bot force-pushed the renovate/major-secretlint-monorepo branch from 76c2890 to 74e0f7d Compare July 27, 2025 12:16
@renovate renovate bot force-pushed the renovate/major-secretlint-monorepo branch from 74e0f7d to 6752db4 Compare August 4, 2025 22:54
@renovate renovate bot force-pushed the renovate/major-secretlint-monorepo branch from 6752db4 to c67e7e2 Compare August 11, 2025 20:07
@renovate renovate bot changed the title chore(deps): update secretlint monorepo to v10 (major) chore(deps): update secretlint monorepo to v11 (major) Aug 11, 2025
@renovate renovate bot force-pushed the renovate/major-secretlint-monorepo branch from c67e7e2 to 8f38f8b Compare August 15, 2025 07:14
@renovate renovate bot force-pushed the renovate/major-secretlint-monorepo branch from 8f38f8b to d9f9a1c Compare August 23, 2025 07:01
@renovate renovate bot force-pushed the renovate/major-secretlint-monorepo branch from d9f9a1c to f53b6e7 Compare August 24, 2025 08:01
@renovate renovate bot force-pushed the renovate/major-secretlint-monorepo branch from f53b6e7 to 7fda8be Compare September 1, 2025 12:09
@renovate renovate bot force-pushed the renovate/major-secretlint-monorepo branch from 7fda8be to 61bbc8e Compare September 6, 2025 12:04
@renovate renovate bot force-pushed the renovate/major-secretlint-monorepo branch from 61bbc8e to 0a044d8 Compare September 9, 2025 07:50
@renovate renovate bot force-pushed the renovate/major-secretlint-monorepo branch from 0a044d8 to d2b5530 Compare September 27, 2025 00:10
@renovate renovate bot force-pushed the renovate/major-secretlint-monorepo branch from d2b5530 to 228a121 Compare October 12, 2025 04:03
@renovate renovate bot force-pushed the renovate/major-secretlint-monorepo branch from 228a121 to 717339b Compare November 16, 2025 19:47
@renovate renovate bot force-pushed the renovate/major-secretlint-monorepo branch from 717339b to 0d551c8 Compare November 19, 2025 12:11
@renovate renovate bot force-pushed the renovate/major-secretlint-monorepo branch from 0d551c8 to d269f9d Compare December 4, 2025 19:10
@renovate renovate bot force-pushed the renovate/major-secretlint-monorepo branch from d269f9d to a958b57 Compare December 31, 2025 12:03
@renovate renovate bot force-pushed the renovate/major-secretlint-monorepo branch from a958b57 to 6362c55 Compare January 14, 2026 20:03
@renovate renovate bot force-pushed the renovate/major-secretlint-monorepo branch from 6362c55 to c924b0c Compare January 20, 2026 04:56
@renovate renovate bot force-pushed the renovate/major-secretlint-monorepo branch from c924b0c to 401646e Compare January 20, 2026 05:13
@renovate renovate bot force-pushed the renovate/major-secretlint-monorepo branch from 401646e to 0a347b3 Compare January 20, 2026 05:43
@renovate renovate bot force-pushed the renovate/major-secretlint-monorepo branch from 0a347b3 to b981fc4 Compare January 21, 2026 10:02
@renovate renovate bot force-pushed the renovate/major-secretlint-monorepo branch from b981fc4 to e5a6de8 Compare January 21, 2026 10:07
@renovate renovate bot force-pushed the renovate/major-secretlint-monorepo branch from e5a6de8 to 83ab9b7 Compare January 29, 2026 00:16
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants