Skip to content

chore: patch minimatch vuln and upgrade deps.#52

Merged
knightedcodemonkey merged 3 commits intomainfrom
bananas
Mar 7, 2026
Merged

chore: patch minimatch vuln and upgrade deps.#52
knightedcodemonkey merged 3 commits intomainfrom
bananas

Conversation

@knightedcodemonkey
Copy link
Owner

No description provided.

Copilot AI review requested due to automatic review settings March 7, 2026 16:33
Copy link
Contributor

Copilot AI left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

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.1 and update dependencies/devDependencies (notably glob, oxc-parser, oxlint, c8).
  • Replace the madge-based cycle check with an oxlint-based import/no-cycle check.
  • 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
Copy link

codecov bot commented Mar 7, 2026

Codecov Report

✅ All modified and coverable lines are covered by tests.
✅ Project coverage is 93.40%. Comparing base (d5d2642) to head (f0dc209).
⚠️ Report is 1 commits behind head on main.

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.
📢 Have feedback on the report? Share it here.

🚀 New features to boost your workflow:
  • ❄️ Test Analytics: Detect flaky tests, report on failures, and find test suite problems.
  • 📦 JS Bundle Analysis: Save yourself from yourself by tracking and limiting bundle sizes in JS merges.

Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
Copilot AI review requested due to automatic review settings March 7, 2026 16:37
Copy link
Contributor

Copilot AI left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

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.

@knightedcodemonkey knightedcodemonkey merged commit 30572ae into main Mar 7, 2026
10 checks passed
@knightedcodemonkey knightedcodemonkey deleted the bananas branch March 7, 2026 16:41
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants