chore: upgrade deps for minimatch vuln. - #107
Merged
Merged
Conversation
Contributor
There was a problem hiding this comment.
Pull request overview
This PR updates transitive dependencies to address a reported minimatch vulnerability, refreshes related tooling versions, and improves error chaining by attaching underlying errors as cause.
Changes:
- Bump package version to
4.0.1and update dev tooling (ESLint 10, c8 11, vite 7.3.1). - Update lockfile to pull in
minimatch@10.x(and related dependency tree updates). - Add
causeto a couple of thrownErrors for better debugging context.
Reviewed changes
Copilot reviewed 5 out of 6 changed files in this pull request and generated no comments.
Show a summary per file
| File | Description |
|---|---|
src/util.js |
Attaches JSON parse error as cause when --exports-config is invalid. |
src/init.js |
Minor initialization cleanup (let parsed, let stats, let pkg). |
src/duel.js |
Attaches filesystem error as cause when dual build output is missing. |
package.json |
Version bump + devDependency upgrades (ESLint/c8/vite) aligned with vuln remediation. |
package-lock.json |
Lockfile refresh pulling in patched minimatch and updated toolchain dependency graph. |
eslint.config.js |
Removes explicit n/no-unsupported-features/node-builtins overrides (config simplification). |
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
Codecov Report❌ Patch coverage is
Additional details and impacted files@@ Coverage Diff @@
## main #107 +/- ##
==========================================
- Coverage 93.62% 93.54% -0.08%
==========================================
Files 4 4
Lines 2195 2199 +4
==========================================
+ Hits 2055 2057 +2
- Misses 140 142 +2 ☔ View full report in Codecov by Sentry. 🚀 New features to boost your workflow:
|
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.
No description provided.