diff --git a/package-lock.json b/package-lock.json index 54416be8b80a3..747f4f66fe117 100644 --- a/package-lock.json +++ b/package-lock.json @@ -10068,7 +10068,7 @@ } }, "workspaces/libnpmdiff": { - "version": "4.0.4", + "version": "5.0.0", "license": "ISC", "dependencies": { "@npmcli/disparity-colors": "^2.0.0", diff --git a/workspaces/libnpmdiff/CHANGELOG.md b/workspaces/libnpmdiff/CHANGELOG.md index 3732ee78d8be2..5e49babff0537 100644 --- a/workspaces/libnpmdiff/CHANGELOG.md +++ b/workspaces/libnpmdiff/CHANGELOG.md @@ -1,5 +1,35 @@ # Changelog +## [5.0.0](https://github.com/10088/cli/compare/libnpmdiff-v4.0.4...libnpmdiff-v5.0.0) (2022-06-27) + + +### ⚠ BREAKING CHANGES + +* **libnpmdiff:** the log option is no longer passed to the updated deps + +### Bug Fixes + +* replace deprecated String.prototype.substr() ([#4667](https://github.com/10088/cli/issues/4667)) ([e3da5df](https://github.com/10088/cli/commit/e3da5df4152fbe547f7871547165328e1bf06262)) +* 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)) + + +### Dependencies + +* @npmcli/disparity-colors@2.0.0 ([f86f1af](https://github.com/10088/cli/commit/f86f1af636f39d7d30a97873bbb6652416f68013)) +* @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)) +* libnpmdiff@4.0.0 ([9633752](https://github.com/10088/cli/commit/9633752cd5c4a0d240adcb24f0ae7e3fafd122ba)) +* libnpmdiff@4.0.3 ([baff482](https://github.com/10088/cli/commit/baff4828f733efee0a569e00f87d25f06f2b384b)) +* libnpmdiff@4.0.4 ([afa10c7](https://github.com/10088/cli/commit/afa10c747e44bc6fa12cfeb3ece7a8e25ac4beae)) +* **libnpmdiff:** update to latest major versions of npm deps ([b6401fd](https://github.com/10088/cli/commit/b6401fd1b793be08c4af280111fe9fb53b7b3dd2)) +* minimatch@5.0.1 ([1b30c72](https://github.com/10088/cli/commit/1b30c725ecd0f03f55e3c0576962972748eec238)) +* 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.6.1 ([2e50cb8](https://github.com/10088/cli/commit/2e50cb83e84cf25fee93ba0ca5a0343fbdb33c41)) + ## [4.0.4](https://github.com/npm/cli/compare/libnpmdiff-v4.0.3...libnpmdiff-v4.0.4) (2022-06-22) diff --git a/workspaces/libnpmdiff/package.json b/workspaces/libnpmdiff/package.json index 814629dd2e295..b559f37579bcf 100644 --- a/workspaces/libnpmdiff/package.json +++ b/workspaces/libnpmdiff/package.json @@ -1,6 +1,6 @@ { "name": "libnpmdiff", - "version": "4.0.4", + "version": "5.0.0", "description": "The registry diff", "repository": { "type": "git",