Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
BREAKING CHANGE: `bun.lockb` files are now included in the strict ignore list during packing
  • Loading branch information
wraithgar committed Nov 27, 2024
1 parent 523ad85 commit 2507028
Show file tree
Hide file tree
Showing 6 changed files with 36 additions and 8 deletions.
4 changes: 3 additions & 1 deletion node_modules/.gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -175,7 +175,6 @@
!/npm-install-checks
!/npm-normalize-package-bin
!/npm-package-arg
!/npm-packlist
!/npm-pick-manifest
!/npm-profile
!/npm-registry-fetch
Expand All @@ -186,6 +185,9 @@
!/p-map
!/package-json-from-dist
!/pacote
!/pacote/node_modules/
/pacote/node_modules/*
!/pacote/node_modules/npm-packlist
!/parse-conflict-json
!/path-key
!/path-scurry
Expand Down
File renamed without changes.
File renamed without changes.
File renamed without changes.
38 changes: 32 additions & 6 deletions package-lock.json
Original file line number Diff line number Diff line change
Expand Up @@ -169,7 +169,7 @@
"cli-table3": "^0.6.4",
"diff": "^5.2.0",
"nock": "^13.4.0",
"npm-packlist": "^9.0.0",
"npm-packlist": "^10.0.0",
"remark": "^14.0.2",
"remark-gfm": "^3.0.1",
"remark-github": "^11.2.4",
Expand Down Expand Up @@ -2102,6 +2102,19 @@
"node": "^18.17.0 || >=20.5.0"
}
},
"mock-registry/node_modules/npm-packlist": {
"version": "9.0.0",
"resolved": "https://registry.npmjs.org/npm-packlist/-/npm-packlist-9.0.0.tgz",
"integrity": "sha512-8qSayfmHJQTx3nJWYbbUmflpyarbLMBc6LCAjYsiGtXxDB68HaZpb8re6zeaLGxZzDuMdhsg70jryJe+RrItVQ==",
"dev": true,
"license": "ISC",
"dependencies": {
"ignore-walk": "^7.0.0"
},
"engines": {
"node": "^18.17.0 || >=20.5.0"
}
},
"node_modules/@actions/core": {
"version": "1.11.1",
"resolved": "https://registry.npmjs.org/@actions/core/-/core-1.11.1.tgz",
Expand Down Expand Up @@ -12194,16 +12207,16 @@
}
},
"node_modules/npm-packlist": {
"version": "9.0.0",
"resolved": "https://registry.npmjs.org/npm-packlist/-/npm-packlist-9.0.0.tgz",
"integrity": "sha512-8qSayfmHJQTx3nJWYbbUmflpyarbLMBc6LCAjYsiGtXxDB68HaZpb8re6zeaLGxZzDuMdhsg70jryJe+RrItVQ==",
"inBundle": true,
"version": "10.0.0",
"resolved": "https://registry.npmjs.org/npm-packlist/-/npm-packlist-10.0.0.tgz",
"integrity": "sha512-rht9U6nS8WOBDc53eipZNPo5qkAV4X2rhKE2Oj1DYUQ3DieXfj0mKkVmjnf3iuNdtMd8WfLdi2L6ASkD/8a+Kg==",
"dev": true,
"license": "ISC",
"dependencies": {
"ignore-walk": "^7.0.0"
},
"engines": {
"node": "^18.17.0 || >=20.5.0"
"node": "^20.17.0 || >=22.9.0"
}
},
"node_modules/npm-pick-manifest": {
Expand Down Expand Up @@ -12861,6 +12874,19 @@
"node": "^18.17.0 || >=20.5.0"
}
},
"node_modules/pacote/node_modules/npm-packlist": {
"version": "9.0.0",
"resolved": "https://registry.npmjs.org/npm-packlist/-/npm-packlist-9.0.0.tgz",
"integrity": "sha512-8qSayfmHJQTx3nJWYbbUmflpyarbLMBc6LCAjYsiGtXxDB68HaZpb8re6zeaLGxZzDuMdhsg70jryJe+RrItVQ==",
"inBundle": true,
"license": "ISC",
"dependencies": {
"ignore-walk": "^7.0.0"
},
"engines": {
"node": "^18.17.0 || >=20.5.0"
}
},
"node_modules/parent-module": {
"version": "1.0.1",
"resolved": "https://registry.npmjs.org/parent-module/-/parent-module-1.0.1.tgz",
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -200,7 +200,7 @@
"cli-table3": "^0.6.4",
"diff": "^5.2.0",
"nock": "^13.4.0",
"npm-packlist": "^9.0.0",
"npm-packlist": "^10.0.0",
"remark": "^14.0.2",
"remark-gfm": "^3.0.1",
"remark-github": "^11.2.4",
Expand Down

0 comments on commit 2507028

Please sign in to comment.