Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
16 changes: 15 additions & 1 deletion package-lock.json
Original file line number Diff line number Diff line change
Expand Up @@ -10167,7 +10167,7 @@
}
},
"workspaces/libnpmpack": {
"version": "4.1.2",
"version": "5.0.0",
"license": "ISC",
"dependencies": {
"@npmcli/run-script": "^4.1.3",
Expand Down Expand Up @@ -10206,6 +10206,20 @@
"node": "^12.13.0 || ^14.15.0 || >=16.0.0"
}
},
"workspaces/libnpmpublish/node_modules/libnpmpack": {
"version": "4.1.2",
"resolved": "https://registry.npmjs.org/libnpmpack/-/libnpmpack-4.1.2.tgz",
"integrity": "sha512-megSAPeZGv9jnDM4KovKbczjyuy/EcPxCIU/iaWsDU1IEAVtBJ0qHqNUm5yN2AgN501Tb3CL6KeFGYdG4E31rQ==",
"dev": true,
"dependencies": {
"@npmcli/run-script": "^4.1.3",
"npm-package-arg": "^9.0.1",
"pacote": "^13.6.1"
},
"engines": {
"node": "^12.13.0 || ^14.15.0 || >=16.0.0"
}
},
"workspaces/libnpmsearch": {
"version": "5.0.3",
"license": "ISC",
Expand Down
45 changes: 45 additions & 0 deletions workspaces/libnpmpack/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,50 @@
# Changelog

## [5.0.0](https://github.com/10088/cli/compare/libnpmpack-v4.1.2...libnpmpack-v5.0.0) (2022-06-27)


### ⚠ BREAKING CHANGES

* **libnpmpack:** this drops support for the `log` property and the banner is shown using the silent option
* **libnpmpack:** the log option is no longer passed to the updated deps

### Features

* **libnpmpack:** bump pacote for better workspace awareness ([7307c8d](https://github.com/10088/cli/commit/7307c8de388cd14c96c42d70b7e567ec343ad084))
* **libnpmpack:** use silent boolean instead of log.level ([64d451c](https://github.com/10088/cli/commit/64d451c80d3385aba0f0a89736368318f2389500))


### Bug Fixes

* ignore integrity values for git dependencies ([#4468](https://github.com/10088/cli/issues/4468)) ([c608512](https://github.com/10088/cli/commit/c608512ed03ccf87dc989cec2849d14bf034513a))
* set proper workspace repo urls in package.json ([#4476](https://github.com/10088/cli/issues/4476)) ([0cfc155](https://github.com/10088/cli/commit/0cfc155db5f11ce23419e440111d99a63bf39754))
* update readme badges ([#4658](https://github.com/10088/cli/issues/4658)) ([2829cb2](https://github.com/10088/cli/commit/2829cb28a432b5ff7beeeb3bf3e7e2e174c1121d))


### Documentation

* standardize changelog heading ([#4510](https://github.com/10088/cli/issues/4510)) ([91f03ee](https://github.com/10088/cli/commit/91f03ee618bc635f9cfbded735fe98bbfa9d643f))


### Dependencies

* @npmcli/run-script@4.1.0 ([2c06cee](https://github.com/10088/cli/commit/2c06ceee82dd813c0ae84cc0b09e6941cfc5533e))
* @npmcli/run-script@4.1.3 ([#5064](https://github.com/10088/cli/issues/5064)) ([f59a114](https://github.com/10088/cli/commit/f59a114ffe3d1f86ccb2e52a4432292ab76852cc))
* @npmcli/template-oss@3.2.1 ([aac01b8](https://github.com/10088/cli/commit/aac01b89caf6336a2eb34d696296303cdadd5c08))
* @npmcli/template-oss@3.2.2 ([#4639](https://github.com/10088/cli/issues/4639)) ([a59fd2c](https://github.com/10088/cli/commit/a59fd2cb863245fce56f96c90ac854e62c5c4d6f))
* cacache@16.0.1 ([f95396a](https://github.com/10088/cli/commit/f95396a033b75e2a3e9aa83f0b06c527641027a4))
* libnpmpack@4.0.0 ([8b1d963](https://github.com/10088/cli/commit/8b1d9636ad2374254263d154f2b4ca8ea6416f4c))
* libnpmpack@4.0.3 ([86f5b27](https://github.com/10088/cli/commit/86f5b273fc57118b8b1a5e53ec3ca49d94d81601))
* libnpmpack@4.1.0 ([f4d4126](https://github.com/10088/cli/commit/f4d41265931c3c2eee433e27f4535c7a209e69fa))
* libnpmpack@4.1.1 ([3ea332b](https://github.com/10088/cli/commit/3ea332b1cbc24c82c1ee7523b4fb37d295d47243))
* libnpmpack@4.1.2 ([236b4a2](https://github.com/10088/cli/commit/236b4a21046c4cb43a1aaa8bde09f4cec2aa1fb6))
* **libnpmpack:** update to latest major versions of npm deps ([780609b](https://github.com/10088/cli/commit/780609b0be8cc7b06e2c36dd0707a6e5a154d976))
* npm-package-arg@9.0.1 ([9555a5f](https://github.com/10088/cli/commit/9555a5f1d135aa1b8f7374273403efe41e99ee26))
* pacote@13.0.4 ([6d31450](https://github.com/10088/cli/commit/6d3145014861b4198c16d7772d809fd037ece289))
* pacote@13.0.5 ([340fa51](https://github.com/10088/cli/commit/340fa51f423a518a96c8015a67d8f6144a2e8051))
* pacote@13.5.0 npm-packlist@5.1.0 ([353e2f9](https://github.com/10088/cli/commit/353e2f9dc60a5d319d4105822a9e0b2ddbf82bc0))
* pacote@13.6.1 ([2e50cb8](https://github.com/10088/cli/commit/2e50cb83e84cf25fee93ba0ca5a0343fbdb33c41))

## [4.1.2](https://github.com/npm/cli/compare/libnpmpack-v4.1.1...libnpmpack-v4.1.2) (2022-06-23)


Expand Down
2 changes: 1 addition & 1 deletion workspaces/libnpmpack/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "libnpmpack",
"version": "4.1.2",
"version": "5.0.0",
"description": "Programmatic API for the bits behind npm pack",
"author": "GitHub Inc.",
"main": "lib/index.js",
Expand Down