Skip to content

Commit f08f49d

Browse files
chore(latest): release libnpmdiff 5.0.0
1 parent d60cfbc commit f08f49d

File tree

2 files changed

+29
-1
lines changed

2 files changed

+29
-1
lines changed

workspaces/libnpmdiff/CHANGELOG.md

+28
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,33 @@
11
# Changelog
22

3+
## [5.0.0](https://github.com/10088/cli/compare/libnpmdiff-v4.0.3...libnpmdiff-v5.0.0) (2022-05-30)
4+
5+
6+
### ⚠ BREAKING CHANGES
7+
8+
* **libnpmdiff:** the log option is no longer passed to the updated deps
9+
10+
### Bug Fixes
11+
12+
* replace deprecated String.prototype.substr() ([#4667](https://github.com/10088/cli/issues/4667)) ([e3da5df](https://github.com/10088/cli/commit/e3da5df4152fbe547f7871547165328e1bf06262))
13+
* set proper workspace repo urls in package.json ([#4476](https://github.com/10088/cli/issues/4476)) ([0cfc155](https://github.com/10088/cli/commit/0cfc155db5f11ce23419e440111d99a63bf39754))
14+
* update readme badges ([#4658](https://github.com/10088/cli/issues/4658)) ([2829cb2](https://github.com/10088/cli/commit/2829cb28a432b5ff7beeeb3bf3e7e2e174c1121d))
15+
16+
17+
### Dependencies
18+
19+
* @npmcli/disparity-colors@2.0.0 ([f86f1af](https://github.com/10088/cli/commit/f86f1af636f39d7d30a97873bbb6652416f68013))
20+
* @npmcli/template-oss@3.2.1 ([aac01b8](https://github.com/10088/cli/commit/aac01b89caf6336a2eb34d696296303cdadd5c08))
21+
* @npmcli/template-oss@3.2.2 ([#4639](https://github.com/10088/cli/issues/4639)) ([a59fd2c](https://github.com/10088/cli/commit/a59fd2cb863245fce56f96c90ac854e62c5c4d6f))
22+
* cacache@16.0.1 ([f95396a](https://github.com/10088/cli/commit/f95396a033b75e2a3e9aa83f0b06c527641027a4))
23+
* libnpmdiff@4.0.0 ([9633752](https://github.com/10088/cli/commit/9633752cd5c4a0d240adcb24f0ae7e3fafd122ba))
24+
* libnpmdiff@4.0.3 ([baff482](https://github.com/10088/cli/commit/baff4828f733efee0a569e00f87d25f06f2b384b))
25+
* **libnpmdiff:** update to latest major versions of npm deps ([b6401fd](https://github.com/10088/cli/commit/b6401fd1b793be08c4af280111fe9fb53b7b3dd2))
26+
* minimatch@5.0.1 ([1b30c72](https://github.com/10088/cli/commit/1b30c725ecd0f03f55e3c0576962972748eec238))
27+
* npm-package-arg@9.0.1 ([9555a5f](https://github.com/10088/cli/commit/9555a5f1d135aa1b8f7374273403efe41e99ee26))
28+
* pacote@13.0.4 ([6d31450](https://github.com/10088/cli/commit/6d3145014861b4198c16d7772d809fd037ece289))
29+
* pacote@13.0.5 ([340fa51](https://github.com/10088/cli/commit/340fa51f423a518a96c8015a67d8f6144a2e8051))
30+
331
### [4.0.3](https://github.com/npm/cli/compare/libnpmdiff-v4.0.2...libnpmdiff-v4.0.3) (2022-04-06)
432

533

workspaces/libnpmdiff/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "libnpmdiff",
3-
"version": "4.0.3",
3+
"version": "5.0.0",
44
"description": "The registry diff",
55
"repository": {
66
"type": "git",

0 commit comments

Comments
 (0)