fix(deps): update root major dependencies (major)#1607
Merged
Conversation
Contributor
⚡ Performance Benchmark
Details
|
Codecov Report✅ All modified and coverable lines are covered by tests. Additional details and impacted files@@ Coverage Diff @@
## main #1607 +/- ##
=======================================
Coverage 90.86% 90.86%
=======================================
Files 121 121
Lines 4698 4698
Branches 1096 1096
=======================================
Hits 4269 4269
Misses 429 429 ☔ View full report in Codecov by Sentry. 🚀 New features to boost your workflow:
|
Deploying repomix with
|
| Latest commit: |
2990e56
|
| Status: | ✅ Deploy successful! |
| Preview URL: | https://f96416bc.repomix.pages.dev |
| Branch Preview URL: | https://renovate-major-root-major-de.repomix.pages.dev |
yamadashy
approved these changes
May 30, 2026
ed36164 to
1e7ea25
Compare
2 tasks
1e7ea25 to
2990e56
Compare
pull Bot
pushed a commit
to kp-forks/repomix
that referenced
this pull request
May 30, 2026
intent(renovate): defer @clack/prompts v1 — the root major deps update (PR yamadashy#1607) is fully red because v1 changed the text() validate callback arg to `string | undefined`, breaking the tsc build at src/cli/actions/initAction.ts:97 (TS18048); since build runs via the prepare hook, every npm ci fails and all CI jobs cascade-fail decision(renovate): ignore only @clack/prompts, leaving typescript 6.0 and @secretlint/* 13 in the major group so CI can still evaluate them once clack is out of the batch Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
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 join this conversation on GitHub.
Already have an account?
Sign in to comment
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:
^11.7.1→^13.0.2^11.7.1→^13.0.2^11.7.1→^13.0.2^11.7.1→^13.0.2^5.9.3→^6.0.3Release Notes
secretlint/secretlint (@secretlint/core)
v13.0.2What's Changed
📝 v13.0.1 published as v13.0.2
Bug Fixes
CI
Dependency Updates
Other Changes
Full Changelog: secretlint/secretlint@v13.0.0...v13.0.2
v13.0.0Compare Source
Highlights
v13 changes how files are discovered on disk and adds three credential detection rules.
.gitignoreis respected by defaultNested
.gitignorefiles now apply to file discovery with ripgrep semantics: rules from each directory cascade into its subtree, and a negation rule in a deeper file can flip an earlier verdict.Files excluded by any
.gitignoreon the path are no longer scanned. Repositories that previously relied on Secretlint scanning ignored files (such asdist/or generated artefacts) will see fewer files in the output..secretlintignoreis unchanged and continues to apply alongside.gitignore.To restore the v12 behaviour:
secretlint --no-gitignore "**/*"If a file is matched by a
.gitignorerule but still appears in Secretlint's output, please open an issue at https://github.com/secretlint/secretlint/issues.Glob-shaped paths that exist on disk are treated literally
--no-globand "globs by default" both existed in v12. What changed in v13 is the fallback for inputs that contain glob metacharacters but resolve to a real file or directory.In v12, an input like
src/(group)/page.tsxwas always parsed as a glob, so SvelteKit / Next.js routes whose names contain(),[],{}, or?required--no-glob. v13 runs a singlestatper glob-shaped input: if it exists, the input is treated literally; otherwise it stays a glob.src/(group)/page.tsxsrc/(missing)/page.tsxsrc/[a-z]ormal.tsxnormal.tsxexistsPass
--no-globto skip the probe and force literal interpretation.New and promoted rules
Added to
preset-recommend:@secretlint/secretlint-rule-tailscale@secretlint/secretlint-rule-stripe@secretlint/secretlint-rule-cloudflarepreset-canary)What's Changed
Breaking Changes
Features
CI
Dependency Updates
Other Changes
Full Changelog: secretlint/secretlint@v12.3.1...v13.0.0
v12.3.1Compare Source
What's Changed
CI
Full Changelog: secretlint/secretlint@v12.3.0...v12.3.1
v12.3.0Compare Source
What's Changed
Features
CI
Dependency Updates
Full Changelog: secretlint/secretlint@v12.2.0...v12.3.0
v12.2.0Compare Source
What's Changed
Features
Documentation
New Contributors
Full Changelog: secretlint/secretlint@v12.1.0...v12.2.0
v12.1.0Compare Source
What's Changed
Features
Full Changelog: secretlint/secretlint@v12.0.1...v12.1.0
v12.0.1Compare Source
What's Changed
Documentation
Refactoring
CI
Full Changelog: secretlint/secretlint@v12.0.0...v12.0.1
v12.0.0Compare Source
What's Changed
New rules added to recommend
Secretlint v12.0.0 includes the following new rules in the @secretlint/secretlint-rule-preset-recommend preset:
@secretlint/secretlint-rule-groq@secretlint/secretlint-rule-huggingface@secretlint/secretlint-rule-notion@secretlint/secretlint-rule-gitlab@secretlint/secretlint-rule-grafana@secretlint/secretlint-rule-hashicorp-vault@secretlint/secretlint-rule-vercel@secretlint/secretlint-rule-databricks@secretlint/secretlint-rule-docker@secretlint/secretlint-rule-figmaBreaking Changes
Refactoring
CI
Dependency Updates
Other Changes
Full Changelog: secretlint/secretlint@v11.7.1...v12.0.0
microsoft/TypeScript (typescript)
v6.0.3Compare Source
v6.0.2Compare Source
Configuration
📅 Schedule: (UTC)
🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.
♻ Rebasing: Whenever PR becomes conflicted, 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.