Conversation
… local runs Co-authored-by: eriksw <24530198+eriksw@users.noreply.github.com>
Copilot
AI
changed the title
[WIP] Update all dependencies and resolve CVE-2026-27903 alerts
chore: update all dependencies, resolve CVE-2026-27903, reconfigure Dependabot to monthly
Mar 3, 2026
eriksw
approved these changes
Mar 3, 2026
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.
All npm dependencies were out of date and several carried high-severity advisories, including CVE-2026-27903 (minimatch ReDoS). Dependabot was also running weekly when monthly is preferred.
Dependency updates
npm updateto advance all packages to their latest in-range versionsoverridesinpackage.jsonfor vulnerabilitiesnpm updatecannot reach on its own:"@typescript-eslint/typescript-estree": { "minimatch": "^9.0.7" }prettier-eslintpins its transitive@typescript-eslint/typescript-estree@6.21.0to exactminimatch@9.0.3"@actions/artifact": "^6.2.0"@actions/http-client@^4.0.0→undici@^6.23.0"@actions/github": "^9.0.0"@actions/github@6.0.1npm auditreports 0 vulnerabilities after these changes.Dependabot
Changed
intervalfromweekly→monthlyfor both thenpmandgithub-actionsecosystems in.github/dependabot.yml.Super-linter: respect
.gitignoreAdded
IGNORE_GITIGNORED_FILES: trueto both.github/workflows/linter.ymland the local Docker run command in.github/copilot-instructions.md. This prevents false positives (e.g. CSS/HTML errors from the gitignoredcoverage/directory) in both CI and local agent runs.✨ Let Copilot coding agent set things up for you — coding agent works faster and does higher quality work when set up for your repo.