Skip to content
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit 1102006

Browse files
github-actions[bot]lukekarrys
authored andcommittedSep 13, 2022
chore: release 8.19.2
1 parent d172c5b commit 1102006

10 files changed

+39
-13
lines changed
 

‎.release-please-manifest.json

+4-4
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
11
{
2-
".": "8.19.1",
3-
"workspaces/arborist": "5.6.1",
2+
".": "8.19.2",
3+
"workspaces/arborist": "5.6.2",
44
"workspaces/libnpmaccess": "6.0.4",
55
"workspaces/libnpmdiff": "4.0.5",
6-
"workspaces/libnpmexec": "4.0.12",
7-
"workspaces/libnpmfund": "3.0.3",
6+
"workspaces/libnpmexec": "4.0.13",
7+
"workspaces/libnpmfund": "3.0.4",
88
"workspaces/libnpmhook": "8.0.4",
99
"workspaces/libnpmorg": "4.0.4",
1010
"workspaces/libnpmpack": "4.1.3",

‎CHANGELOG.md

+8
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,13 @@
11
# Changelog
22

3+
## [8.19.2](https://github.com/npm/cli/compare/v8.19.1...v8.19.2) (2022-09-13)
4+
5+
### Dependencies
6+
7+
* [Workspace](https://github.com/npm/cli/compare/arborist-v5.6.1...arborist-v5.6.2): `@npmcli/arborist@5.6.2`
8+
* [Workspace](https://github.com/npm/cli/compare/libnpmexec-v4.0.12...libnpmexec-v4.0.13): `libnpmexec@4.0.13`
9+
* [Workspace](https://github.com/npm/cli/compare/libnpmfund-v3.0.3...libnpmfund-v3.0.4): `libnpmfund@3.0.4`
10+
311
## [8.19.1](https://github.com/npm/cli/compare/v8.19.0...v8.19.1) (2022-09-01)
412

513
### Bug Fixes

‎package-lock.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "npm",
3-
"version": "8.19.1",
3+
"version": "8.19.2",
44
"lockfileVersion": 3,
55
"requires": true,
66
"packages": {

‎package.json

+3-3
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@
5656
},
5757
"dependencies": {
5858
"@isaacs/string-locale-compare": "^1.1.0",
59-
"@npmcli/arborist": "^5.6.1",
59+
"@npmcli/arborist": "^5.6.2",
6060
"@npmcli/ci-detect": "^2.0.0",
6161
"@npmcli/config": "^4.2.1",
6262
"@npmcli/fs": "^2.1.0",
@@ -81,8 +81,8 @@
8181
"json-parse-even-better-errors": "^2.3.1",
8282
"libnpmaccess": "^6.0.4",
8383
"libnpmdiff": "^4.0.5",
84-
"libnpmexec": "^4.0.12",
85-
"libnpmfund": "^3.0.3",
84+
"libnpmexec": "^4.0.13",
85+
"libnpmfund": "^3.0.4",
8686
"libnpmhook": "^8.0.4",
8787
"libnpmorg": "^4.0.4",
8888
"libnpmpack": "^4.1.3",

‎workspaces/arborist/CHANGELOG.md

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

3+
## [5.6.2](https://github.com/npm/cli/compare/arborist-v5.6.1...arborist-v5.6.2) (2022-09-13)
4+
5+
### Bug Fixes
6+
7+
* [`cc2c784`](https://github.com/npm/cli/commit/cc2c784e45da97a74a533e9a8629599e69114060) [#5500](https://github.com/npm/cli/pull/5500) keep saveTypes separate for each `add` (@wraithgar)
8+
39
## [5.6.1](https://github.com/npm/cli/compare/arborist-v5.6.0...arborist-v5.6.1) (2022-08-31)
410

511
### Bug Fixes

‎workspaces/arborist/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@npmcli/arborist",
3-
"version": "5.6.1",
3+
"version": "5.6.2",
44
"description": "Manage node_modules trees",
55
"dependencies": {
66
"@isaacs/string-locale-compare": "^1.1.0",

‎workspaces/libnpmexec/CHANGELOG.md

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

3+
## [4.0.13](https://github.com/npm/cli/compare/libnpmexec-v4.0.12...libnpmexec-v4.0.13) (2022-09-13)
4+
5+
### Dependencies
6+
7+
* [Workspace](https://github.com/npm/cli/compare/arborist-v5.6.1...arborist-v5.6.2): `@npmcli/arborist@5.6.2`
8+
39
## [4.0.12](https://github.com/npm/cli/compare/libnpmexec-v4.0.11...libnpmexec-v4.0.12) (2022-08-31)
410

511
### Dependencies

‎workspaces/libnpmexec/package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "libnpmexec",
3-
"version": "4.0.12",
3+
"version": "4.0.13",
44
"files": [
55
"bin/",
66
"lib/"
@@ -54,7 +54,7 @@
5454
"tap": "^16.0.1"
5555
},
5656
"dependencies": {
57-
"@npmcli/arborist": "^5.6.1",
57+
"@npmcli/arborist": "^5.6.2",
5858
"@npmcli/ci-detect": "^2.0.0",
5959
"@npmcli/fs": "^2.1.1",
6060
"@npmcli/run-script": "^4.2.0",

‎workspaces/libnpmfund/CHANGELOG.md

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

3+
## [3.0.4](https://github.com/npm/cli/compare/libnpmfund-v3.0.3...libnpmfund-v3.0.4) (2022-09-13)
4+
5+
### Dependencies
6+
7+
* [Workspace](https://github.com/npm/cli/compare/arborist-v5.6.1...arborist-v5.6.2): `@npmcli/arborist@5.6.2`
8+
39
## [3.0.3](https://github.com/npm/cli/compare/libnpmfund-v3.0.2...libnpmfund-v3.0.3) (2022-08-31)
410

511
### Dependencies

‎workspaces/libnpmfund/package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "libnpmfund",
3-
"version": "3.0.3",
3+
"version": "3.0.4",
44
"main": "lib/index.js",
55
"files": [
66
"bin/",
@@ -46,7 +46,7 @@
4646
"tap": "^16.0.1"
4747
},
4848
"dependencies": {
49-
"@npmcli/arborist": "^5.6.1"
49+
"@npmcli/arborist": "^5.6.2"
5050
},
5151
"engines": {
5252
"node": "^12.13.0 || ^14.15.0 || >=16.0.0"

0 commit comments

Comments
 (0)
Please sign in to comment.