Skip to content

chore: replace shrinkwrap with package lock - #152

Open
trivikr wants to merge 1 commit into
nodejs:mainfrom
trivikr:remove-npm-shrinkwrap
Open

chore: replace shrinkwrap with package lock#152
trivikr wants to merge 1 commit into
nodejs:mainfrom
trivikr:remove-npm-shrinkwrap

Conversation

@trivikr

@trivikr trivikr commented Aug 28, 2026

Copy link
Copy Markdown
Member

npm-shrinkwrap.json was added in #134 to pin the transitive dependencies of gitlint-parser-node.

Since #144 moved that package into this repository, the only remaining runtime dependency is the dependency-free gitlint-parser-base.

This PR:

  • Pins gitlint-parser-base to 2.0.0.
  • Replaces the published shrinkwrap with a development-only package-lock.json.
  • Avoids publishing dev-dependency metadata.

This will be required to work with npm 12, which has removed support for npm-shrinkwrap.json.


Assisted-by: codex:gpt-5.6-sol

注册 for free to join this conversation on GitHub. Already have an account? 登录 to comment

标签

None yet

项目

None yet

Development

Successfully merging this pull request may close these issues.

1 participant