fix(deps): update dependencies#23
Merged
Merged
Conversation
oxlint-config-j4k 2.7.2 enables vitest prefer-strict-equal and eslint prefer-named-capture-group; assertions tightened to toStrictEqual and the drive-path regex now uses named capture groups.
ESM-only release; this package is ESM and requires Node >= 24, so the v15 constraints are already satisfied. The paired -i/--no-interactive options keep their undefined default: verified empirically that v14 with this definition order already left the default unset, matching the v15 standardized behavior.
|
🎉 This PR is included in version 1.4.4 🎉 The release is available on: Your semantic-release bot 📦🚀 |
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.
Routine dependency refresh, surfaced by the
j4k-alignaudit.Non-major updates
@inquirer/prompts,@types/node,@typescript/native-preview(stays on thebetatag spec),@vitest/coverage-v8,knip,oxfmt,oxlint,oxlint-config-j4k2.7.2,oxlint-tsgolint,vitest.oxlint-config-j4k2.7.2 enables vitestprefer-strict-equaland eslintprefer-named-capture-group. Flagged code reworked: 21 assertions tightened totoStrictEqual, and the Cygwin/MSYS drive-path regex innormalize-git-path.tsnow uses named capture groups (?<drive>,?<rest>).Major: commander 14 → 15 (+
@commander-js/extra-typings15)Breaking changes reviewed against the v15 changelog:
"type": "module"), no impact.enginesalready requires>= 24.-i, --interactivewith--no-interactive, the one case the change targets. Verified empirically (same probe script against v14 and v15): with this definition order v14 already left the defaultundefined, which is exactly the v15 standardized behavior —opts()is{}by default and{"interactive":false}with--no-interactiveunder both majors. No behavior change.CLI smoke-tested (
--help,--dry-run --no-interactive <target>), full suite green locally (54 tests, typecheck, lint, knip, fta, format).