Skip to content

Comments

fix(node): regenerate package-lock.json to fix npm release jobs#67

Merged
bug-ops merged 1 commit intomainfrom
fix/npm-lockfile-sync
Feb 20, 2026
Merged

fix(node): regenerate package-lock.json to fix npm release jobs#67
bug-ops merged 1 commit intomainfrom
fix/npm-lockfile-sync

Conversation

@bug-ops
Copy link
Owner

@bug-ops bug-ops commented Feb 20, 2026

Summary

  • Regenerate package-lock.json to resolve version mismatch with package.json constraints
  • minimatch locked at 9.0.5 while package.json requires >=10.2.1, causing npm ci failure in all 5 npm release jobs (run #22225600836)

Test plan

  • Verify all npm build jobs pass in CI
  • Re-run release workflow after merge

@github-actions github-actions bot added type: tooling Development tools, CI/CD, or infrastructure component: core feedparser-rs-core Rust library component: python Python bindings (PyO3) component: node Node.js bindings (napi-rs) component: dependencies Dependency updates or management size: L Large PR (<500 lines changed) labels Feb 20, 2026
package-lock.json was out of sync with package.json constraints
(minimatch >=10.2.1 vs locked 9.0.5), causing npm ci to fail
in all npm release jobs.
@bug-ops bug-ops force-pushed the fix/npm-lockfile-sync branch from 9a7e94d to 991062f Compare February 20, 2026 13:36
@bug-ops bug-ops enabled auto-merge (squash) February 20, 2026 13:39
@bug-ops bug-ops merged commit dd61724 into main Feb 20, 2026
21 checks passed
@bug-ops bug-ops deleted the fix/npm-lockfile-sync branch February 20, 2026 13:43
@bug-ops bug-ops mentioned this pull request Feb 20, 2026
4 tasks
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

component: core feedparser-rs-core Rust library component: dependencies Dependency updates or management component: node Node.js bindings (napi-rs) component: python Python bindings (PyO3) size: L Large PR (<500 lines changed) type: tooling Development tools, CI/CD, or infrastructure

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant