Bump dev deps and tighten overrides for security advisories - #106
Merged
Conversation
Update eslint 8.57.1 -> 10.8.0, @eslint/js 8.57.1 -> 10.0.1, globals 13.24.0 -> 17.8.0, jest 30.3.0 -> 30.4.2, markdownlint-cli2 0.23.0 -> 0.23.2. Resolve Dependabot high-severity alerts: - postcss: bump resolved to 8.5.25 via existing ^8.5.10 override - js-yaml: bump resolved to 5.2.2 via >=4.2.0 override - nanoid: add explicit override ^3.3.16 (resolved 3.3.12 -> 3.3.16) - fast-uri / brace-expansion: latest patches remain blocked by the npm min-release-age=7 gate; will be addressed in a follow-up once the gate clears on 2026-08-13. ESLint 10 enables a new recommended rule (no-useless-assignment) that flags initial-then-overwrite patterns already used in command-palette.js and utils.js. Disable the rule in eslint.config.js to preserve existing lint parity until the patterns are cleaned up.
Format the teaching index for the upgraded Prettier version and run Node 22 in workflows that install the upgraded markdown tooling.
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.
Summary
Changes
nanoid: ^3.3.16to clear transitive nanoid 3.3.12 advisory; existing postcss / js-yaml overrides now resolve patched versions.no-useless-assignment(new eslint 10 recommended rule) so the existing initial-then-overwrite patterns in command-palette.js and utils.js continue to lint cleanly. Patterns can be cleaned up in a follow-up.npm install.Security advisory status
Resolved on this branch:
Still open (blocked by npm min-release-age=7 gate, clears 2026-08-13):
A follow-up PR is queued for 2026-08-13 once those patches clear the gate.
Testing
npm run lint:js-- passes with 2 pre-existing warnings (unused_error/error).npm run lint:css-- passes.npm run lint:md-- passes (markdownlint-cli2 v0.23.2, 0 issues).npm test-- 13 suites, 85 tests, all passing.npm audit-- 4 high-severity advisories -> 2 (the two age-gate-blocked ones above).Notes