fix(deps): update dependencies#20
Merged
Merged
Conversation
oxlint-config-j4k 2.7.2 enables vitest prefer-strict-equal, prefer-called-with, prefer-mock-return-shorthand, and max-expects, plus eslint prefer-named-capture-group; the flagged tests and regex are reworked accordingly (divergence test now asserts the full literal message and the side-effect guards moved to their own test).
ESM-only release; this package is ESM and requires Node >= 24, so the v15 constraints are already satisfied. No paired positive/negative options are defined, so the negated-option default change is inert.
|
🎉 This PR is included in version 1.3.7 🎉 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
@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 new rules (vitestprefer-strict-equal,prefer-mock-return-shorthand,max-expects; eslintprefer-named-capture-group). Flagged code reworked:parseMajorVersionregex uses a named capture groupmockReturnValue(undefined)instead ofmockImplementationtoHaveBeenCalledWith, and the not-called side-effect guards moved to their own test (fixesmax-expects)fileExistsassertion dropped fromdestination-directory.test.tsMajor: commander 14 → 15 (+
@commander-js/extra-typings15)Breaking changes reviewed against the v15 changelog:
"type": "module"), no impact.enginesalready requires>= 24.CLI smoke-tested (
--helprenders), full suite green locally (44 tests, typecheck, lint, knip, fta, format).