Skip to content

fix(deps): remove stale yarn.lock causing duplicate Dependabot alerts - #57

Merged
Star-Lotus merged 1 commit into
mainfrom
fix/remove-stale-yarn-lock
Aug 11, 2026
Merged

fix(deps): remove stale yarn.lock causing duplicate Dependabot alerts#57
Star-Lotus merged 1 commit into
mainfrom
fix/remove-stale-yarn-lock

Conversation

@Star-Lotus

Copy link
Copy Markdown
Collaborator

Project uses npm (package-lock.json is the authoritative lockfile). The leftover yarn.lock was causing Dependabot to scan an outdated lockfile and report ~48 duplicate vulnerability alerts for packages already patched in package-lock.json via PR #56.

After this merge, Dependabot should auto-close ~48 alerts that were only triggered by yarn.lock.

Verification

  • npm run typecheck
  • npm run test — 124 tests passed ✓
  • npm run build

Project uses npm (package-lock.json). The leftover yarn.lock was
causing Dependabot to scan an outdated lockfile and report ~48
duplicate vulnerability alerts for packages already patched in
package-lock.json.
@CLAassistant

Copy link
Copy Markdown

CLA assistant check
Thank you for your submission! We really appreciate it. Like many open source projects, we ask that you sign our Contributor License Agreement before we can accept your contribution.
You have signed the CLA already but the status is still pending? Let us recheck it.

@Star-Lotus
Star-Lotus merged commit e521969 into main Aug 11, 2026
6 of 7 checks passed
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.

3 participants