chore(deps): update dependency secretlint to v7 - autoclosed #1450
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:
^3.2.0
->^7.0.0
Release Notes
secretlint/secretlint (secretlint)
v7.1.0
Compare Source
What's Changed
Features
@secretlint/secretlint-rule-openai
package for detecting OpenAI API tokens by @siketyan in https://github.com/secretlint/secretlint/pull/677We plan to include this rule into preset in secretlint v8 #680
Maintenance
Dependency Updates
Other Changes
New Contributors
Full Changelog: secretlint/secretlint@v7.0.8...7.1.0
v7.0.8
Compare Source
What's Changed
Bug Fixes
Refactoring
Dependency Updates
Other Changes
New Contributors
Full Changelog: secretlint/secretlint@v7.0.7...7.0.8
v7.0.7
Compare Source
What's Changed
Refactoring
new RegExp(String.raw`...`)
instead of regx by @azu in https://github.com/secretlint/secretlint/pull/599Full Changelog: secretlint/secretlint@v7.0.6...7.0.7
v7.0.6
Compare Source
What's Changed
Bug Fixes
Full Changelog: secretlint/secretlint@v7.0.5...7.0.6
v7.0.5
Compare Source
What's Changed
Bug Fixes
Other Changes
Full Changelog: secretlint/secretlint@v7.0.4...7.0.5
v7.0.4
Compare Source
What's Changed
This release includes various fixes for Windows.
Bug Fixes
CI
Dependency Updates
Full Changelog: secretlint/secretlint@v7.0.3...v7.0.4
v7.0.3
Compare Source
What's Changed
Bug Fixes
Testing
Dependency Updates
New Contributors
Full Changelog: secretlint/secretlint@v7.0.2...7.0.3
v7.0.2
Compare Source
What's Changed
Bug Fixes
Full Changelog: secretlint/secretlint@v7.0.1...7.0.2
v7.0.1
Compare Source
What's Changed
Bug Fixes
Dependency Updates
New Contributors
Full Changelog: secretlint/secretlint@v7.0.0...7.0.1
v7.0.0
Compare Source
This release convert almost secretlint packages to Pure ESM 🎉
Breaking Changes
0
: Linting succeeded, no errors found1
: Linting failed, errors found2
: Unexpected error occurred, fatal errorimport("@​secretlint/core")
.@secretlint/types
to dual package@secretlint/types
from both CJS and ESM.@secretlint/tester
is migrated to ESM, But we can load it using dynamic import from CJS@secretlint/tester
usesnode:test
instead of MochasnapshotDirectory
option.It means that you can still write your rule in CommonJS.
You can migrate your snapshot testing code to secretlint v7 by following:
CommonJS Edition:
Of course, you can write test in ESM and rule.
And run tests via Node.js Test runner
For more details, see https://github.com/secretlint/secretlint/blob/master/docs/secretlint-rule.md and Node.js Test runner
Change Logs
Breaking Changes
Bug Fixes
Documentation
Dependency Updates
Other Changes
Full Changelog: secretlint/secretlint@v6.2.4...7.0.0
v6.2.4
Compare Source
What's Changed
Security Fixes
It will resolve vulnerability issues with semver.
Dependency Updates
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 this update again.
This PR has been generated by Mend Renovate. View repository job log here.