File tree 14 files changed +70
-22
lines changed
14 files changed +70
-22
lines changed Original file line number Diff line number Diff line change 1
1
{
2
- "." : " 9.8.1 " ,
3
- "workspaces/arborist" : " 6.3.0 " ,
2
+ "." : " 9.8.2 " ,
3
+ "workspaces/arborist" : " 6.3.1 " ,
4
4
"workspaces/libnpmaccess" : " 7.0.2" ,
5
- "workspaces/libnpmdiff" : " 5.0.19 " ,
6
- "workspaces/libnpmexec" : " 6.0.3 " ,
7
- "workspaces/libnpmfund" : " 4.0.19 " ,
5
+ "workspaces/libnpmdiff" : " 5.0.20 " ,
6
+ "workspaces/libnpmexec" : " 6.0.4 " ,
7
+ "workspaces/libnpmfund" : " 4.0.20 " ,
8
8
"workspaces/libnpmhook" : " 9.0.3" ,
9
9
"workspaces/libnpmorg" : " 5.0.4" ,
10
- "workspaces/libnpmpack" : " 5.0.19 " ,
10
+ "workspaces/libnpmpack" : " 5.0.20 " ,
11
11
"workspaces/libnpmpublish" : " 7.5.0" ,
12
12
"workspaces/libnpmsearch" : " 6.0.2" ,
13
13
"workspaces/libnpmteam" : " 5.0.3" ,
Original file line number Diff line number Diff line change 1
1
# Changelog
2
2
3
+ ## [ 9.8.2] ( https://github.com/npm/cli/compare/v9.8.1...v9.8.2 ) (2023-09-01)
4
+
5
+ ### Documentation
6
+
7
+ * [ ` 9750720 ` ] ( https://github.com/npm/cli/commit/975072058e0fcec25074d73514cd50ea180b54fe ) [ #6694 ] ( https://github.com/npm/cli/pull/6694 ) fix example path (#6694 ) (@fvilers )
8
+
9
+ ### Dependencies
10
+
11
+ * [ ` 588a245 ` ] ( https://github.com/npm/cli/commit/588a245191c4bf37f43a919809c54c205547811b ) [ #6756 ] ( https://github.com/npm/cli/pull/6756 ) ` npm-pick-manifest@8.0.2 `
12
+ * [ ` a76b1df ` ] ( https://github.com/npm/cli/commit/a76b1df3a78231cac910a68b2f188b17c9a6c623 ) [ #6708 ] ( https://github.com/npm/cli/pull/6708 ) ` sigstore@1.9.0 `
13
+ * [ ` 95b5ab0 ` ] ( https://github.com/npm/cli/commit/95b5ab06785bd047b08ac0a84b986115774ead0f ) [ #6708 ] ( https://github.com/npm/cli/pull/6708 ) ` npm-install-checks@6.2.0 `
14
+ * [ Workspace] ( https://github.com/npm/cli/releases/tag/arborist-v6.3.1 ) : ` @npmcli/arborist@6.3.1 `
15
+ * [ Workspace] ( https://github.com/npm/cli/releases/tag/libnpmdiff-v5.0.20 ) : ` libnpmdiff@5.0.20 `
16
+ * [ Workspace] ( https://github.com/npm/cli/releases/tag/libnpmexec-v6.0.4 ) : ` libnpmexec@6.0.4 `
17
+ * [ Workspace] ( https://github.com/npm/cli/releases/tag/libnpmfund-v4.0.20 ) : ` libnpmfund@4.0.20 `
18
+ * [ Workspace] ( https://github.com/npm/cli/releases/tag/libnpmpack-v5.0.20 ) : ` libnpmpack@5.0.20 `
19
+
3
20
## [ 9.8.1] ( https://github.com/npm/cli/compare/v9.8.0...v9.8.1 ) (2023-07-18)
4
21
5
22
### Bug Fixes
Original file line number Diff line number Diff line change 1
1
{
2
2
"name": "npm",
3
- "version": "9.8.1 ",
3
+ "version": "9.8.2 ",
4
4
"lockfileVersion": 3,
5
5
"requires": true,
6
6
"packages": {
Original file line number Diff line number Diff line change 1
1
{
2
- "version" : " 9.8.1 " ,
2
+ "version" : " 9.8.2 " ,
3
3
"name" : " npm" ,
4
4
"description" : " a package manager for JavaScript" ,
5
5
"workspaces" : [
52
52
},
53
53
"dependencies" : {
54
54
"@isaacs/string-locale-compare" : " ^1.1.0" ,
55
- "@npmcli/arborist" : " ^6.3.0 " ,
55
+ "@npmcli/arborist" : " ^6.3.1 " ,
56
56
"@npmcli/config" : " ^6.2.1" ,
57
57
"@npmcli/fs" : " ^3.1.0" ,
58
58
"@npmcli/map-workspaces" : " ^3.0.4" ,
77
77
"is-cidr" : " ^4.0.2" ,
78
78
"json-parse-even-better-errors" : " ^3.0.0" ,
79
79
"libnpmaccess" : " ^7.0.2" ,
80
- "libnpmdiff" : " ^5.0.19 " ,
81
- "libnpmexec" : " ^6.0.3 " ,
82
- "libnpmfund" : " ^4.0.19 " ,
80
+ "libnpmdiff" : " ^5.0.20 " ,
81
+ "libnpmexec" : " ^6.0.4 " ,
82
+ "libnpmfund" : " ^4.0.20 " ,
83
83
"libnpmhook" : " ^9.0.3" ,
84
84
"libnpmorg" : " ^5.0.4" ,
85
- "libnpmpack" : " ^5.0.19 " ,
85
+ "libnpmpack" : " ^5.0.20 " ,
86
86
"libnpmpublish" : " ^7.5.0" ,
87
87
"libnpmsearch" : " ^6.0.2" ,
88
88
"libnpmteam" : " ^5.0.3" ,
Original file line number Diff line number Diff line change 1
1
# Changelog
2
2
3
+ ## [ 6.3.1] ( https://github.com/npm/cli/compare/arborist-v6.3.0...arborist-v6.3.1 ) (2023-09-01)
4
+
5
+ ### Dependencies
6
+
7
+ * [ ` 588a245 ` ] ( https://github.com/npm/cli/commit/588a245191c4bf37f43a919809c54c205547811b ) [ #6756 ] ( https://github.com/npm/cli/pull/6756 ) ` npm-pick-manifest@8.0.2 `
8
+ * [ ` 95b5ab0 ` ] ( https://github.com/npm/cli/commit/95b5ab06785bd047b08ac0a84b986115774ead0f ) [ #6708 ] ( https://github.com/npm/cli/pull/6708 ) ` npm-install-checks@6.2.0 `
9
+
3
10
## [ 6.3.0] ( https://github.com/npm/cli/compare/arborist-v6.2.10...arborist-v6.3.0 ) (2023-07-05)
4
11
5
12
### Features
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " @npmcli/arborist" ,
3
- "version" : " 6.3.0 " ,
3
+ "version" : " 6.3.1 " ,
4
4
"description" : " Manage node_modules trees" ,
5
5
"dependencies" : {
6
6
"@isaacs/string-locale-compare" : " ^1.1.0" ,
Original file line number Diff line number Diff line change 1
1
# Changelog
2
2
3
+ ## [ 5.0.20] ( https://github.com/npm/cli/compare/libnpmdiff-v5.0.19...libnpmdiff-v5.0.20 ) (2023-09-01)
4
+
5
+ ### Dependencies
6
+
7
+ * [ Workspace] ( https://github.com/npm/cli/releases/tag/arborist-v6.3.1 ) : ` @npmcli/arborist@6.3.1 `
8
+
3
9
## [ 5.0.19] ( https://github.com/npm/cli/compare/libnpmdiff-v5.0.18...libnpmdiff-v5.0.19 ) (2023-07-05)
4
10
5
11
### Dependencies
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " libnpmdiff" ,
3
- "version" : " 5.0.19 " ,
3
+ "version" : " 5.0.20 " ,
4
4
"description" : " The registry diff" ,
5
5
"repository" : {
6
6
"type" : " git" ,
46
46
"tap" : " ^16.3.4"
47
47
},
48
48
"dependencies" : {
49
- "@npmcli/arborist" : " ^6.3.0 " ,
49
+ "@npmcli/arborist" : " ^6.3.1 " ,
50
50
"@npmcli/disparity-colors" : " ^3.0.0" ,
51
51
"@npmcli/installed-package-contents" : " ^2.0.2" ,
52
52
"binary-extensions" : " ^2.2.0" ,
Original file line number Diff line number Diff line change 1
1
# Changelog
2
2
3
+ ## [ 6.0.4] ( https://github.com/npm/cli/compare/libnpmexec-v6.0.3...libnpmexec-v6.0.4 ) (2023-09-01)
4
+
5
+ ### Dependencies
6
+
7
+ * [ Workspace] ( https://github.com/npm/cli/releases/tag/arborist-v6.3.1 ) : ` @npmcli/arborist@6.3.1 `
8
+
3
9
## [ 6.0.3] ( https://github.com/npm/cli/compare/libnpmexec-v6.0.2...libnpmexec-v6.0.3 ) (2023-07-18)
4
10
5
11
### Bug Fixes
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " libnpmexec" ,
3
- "version" : " 6.0.3 " ,
3
+ "version" : " 6.0.4 " ,
4
4
"files" : [
5
5
" bin/" ,
6
6
" lib/"
59
59
"tap" : " ^16.3.4"
60
60
},
61
61
"dependencies" : {
62
- "@npmcli/arborist" : " ^6.3.0 " ,
62
+ "@npmcli/arborist" : " ^6.3.1 " ,
63
63
"@npmcli/run-script" : " ^6.0.0" ,
64
64
"ci-info" : " ^3.7.1" ,
65
65
"npm-package-arg" : " ^10.1.0" ,
Original file line number Diff line number Diff line change 1
1
# Changelog
2
2
3
+ ## [ 4.0.20] ( https://github.com/npm/cli/compare/libnpmfund-v4.0.19...libnpmfund-v4.0.20 ) (2023-09-01)
4
+
5
+ ### Dependencies
6
+
7
+ * [ Workspace] ( https://github.com/npm/cli/releases/tag/arborist-v6.3.1 ) : ` @npmcli/arborist@6.3.1 `
8
+
3
9
## [ 4.0.19] ( https://github.com/npm/cli/compare/libnpmfund-v4.0.18...libnpmfund-v4.0.19 ) (2023-07-05)
4
10
5
11
### Dependencies
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " libnpmfund" ,
3
- "version" : " 4.0.19 " ,
3
+ "version" : " 4.0.20 " ,
4
4
"main" : " lib/index.js" ,
5
5
"files" : [
6
6
" bin/" ,
45
45
"tap" : " ^16.3.4"
46
46
},
47
47
"dependencies" : {
48
- "@npmcli/arborist" : " ^6.3.0 "
48
+ "@npmcli/arborist" : " ^6.3.1 "
49
49
},
50
50
"engines" : {
51
51
"node" : " ^14.17.0 || ^16.13.0 || >=18.0.0"
Original file line number Diff line number Diff line change 1
1
# Changelog
2
2
3
+ ## [ 5.0.20] ( https://github.com/npm/cli/compare/libnpmpack-v5.0.19...libnpmpack-v5.0.20 ) (2023-09-01)
4
+
5
+ ### Dependencies
6
+
7
+ * [ Workspace] ( https://github.com/npm/cli/releases/tag/arborist-v6.3.1 ) : ` @npmcli/arborist@6.3.1 `
8
+
3
9
## [ 5.0.19] ( https://github.com/npm/cli/compare/libnpmpack-v5.0.18...libnpmpack-v5.0.19 ) (2023-07-05)
4
10
5
11
### Dependencies
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " libnpmpack" ,
3
- "version" : " 5.0.19 " ,
3
+ "version" : " 5.0.20 " ,
4
4
"description" : " Programmatic API for the bits behind npm pack" ,
5
5
"author" : " GitHub Inc." ,
6
6
"main" : " lib/index.js" ,
36
36
"bugs" : " https://github.com/npm/libnpmpack/issues" ,
37
37
"homepage" : " https://npmjs.com/package/libnpmpack" ,
38
38
"dependencies" : {
39
- "@npmcli/arborist" : " ^6.3.0 " ,
39
+ "@npmcli/arborist" : " ^6.3.1 " ,
40
40
"@npmcli/run-script" : " ^6.0.0" ,
41
41
"npm-package-arg" : " ^10.1.0" ,
42
42
"pacote" : " ^15.0.8"
You can’t perform that action at this time.
0 commit comments