chore: patch minimatch vuln and upgrade deps.#52
Conversation
There was a problem hiding this comment.
Pull request overview
This PR updates Node/npm dependencies to address a minimatch vulnerability and modernize tooling, along with small workflow and README adjustments.
Changes:
- Bump package version to
1.5.1and update dependencies/devDependencies (notablyglob,oxc-parser,oxlint,c8). - Replace the
madge-based cycle check with anoxlint-basedimport/no-cyclecheck. - Update GitHub Actions workflow action references and tweak README wording/requirements.
Reviewed changes
Copilot reviewed 4 out of 5 changed files in this pull request and generated 1 comment.
Show a summary per file
| File | Description |
|---|---|
| package.json | Dependency upgrades, version bump, replace madge cycle script with oxlint. |
| package-lock.json | Lockfile refresh reflecting updated dependency graph (incl. minimatch via glob). |
| README.md | Reword module transform description and simplify stated Node requirements. |
| .github/workflows/publish.yml | Updates action versions used for publishing workflow. |
| .github/workflows/ci.yml | Updates action versions used for CI workflow. |
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
Codecov Report✅ All modified and coverable lines are covered by tests. Additional details and impacted files@@ Coverage Diff @@
## main #52 +/- ##
=======================================
Coverage 93.40% 93.40%
=======================================
Files 26 26
Lines 5197 5197
Branches 1148 1148
=======================================
Hits 4854 4854
Misses 305 305
Partials 38 38 ☔ View full report in Codecov by Sentry. 🚀 New features to boost your workflow:
|
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
There was a problem hiding this comment.
Pull request overview
Copilot reviewed 4 out of 5 changed files in this pull request and generated no new comments.
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
No description provided.