Skip to content

Commit c2a4515

Browse files
github-actions[bot]lukekarrys
authored andcommitted
chore: release 9.7.0
1 parent ffc3dd6 commit c2a4515

File tree

10 files changed

+75
-19
lines changed

10 files changed

+75
-19
lines changed

.release-please-manifest.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,16 +1,16 @@
11
{
2-
".": "9.6.7",
2+
".": "9.7.0",
33
"workspaces/arborist": "6.2.9",
44
"workspaces/libnpmaccess": "7.0.2",
55
"workspaces/libnpmdiff": "5.0.17",
6-
"workspaces/libnpmexec": "5.0.17",
6+
"workspaces/libnpmexec": "6.0.0",
77
"workspaces/libnpmfund": "4.0.17",
88
"workspaces/libnpmhook": "9.0.3",
99
"workspaces/libnpmorg": "5.0.4",
1010
"workspaces/libnpmpack": "5.0.17",
11-
"workspaces/libnpmpublish": "7.2.0",
11+
"workspaces/libnpmpublish": "7.3.0",
1212
"workspaces/libnpmsearch": "6.0.2",
1313
"workspaces/libnpmteam": "5.0.3",
1414
"workspaces/libnpmversion": "4.0.2",
15-
"workspaces/config": "6.1.7"
15+
"workspaces/config": "6.2.0"
1616
}

CHANGELOG.md

Lines changed: 33 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,38 @@
11
# Changelog
22

3+
## [9.7.0](https://github.com/npm/cli/compare/v9.6.7...v9.7.0) (2023-05-31)
4+
5+
### Features
6+
7+
* [`a63a6d8`](https://github.com/npm/cli/commit/a63a6d8d6fd339d504ab94c0364ce7ee3d4e3775) [#6490](https://github.com/npm/cli/pull/6490) add provenanceFile option for libnpmpublish (@bdehamer)
8+
* [`2a8f4f2`](https://github.com/npm/cli/commit/2a8f4f203a47f60cc96312934927419a7d83c2f1) [#6490](https://github.com/npm/cli/pull/6490) add new exclusive config item publish-file (@wraithgar)
9+
* [`361e194`](https://github.com/npm/cli/commit/361e1945b5a34230690ccf37a14687d021e1dbce) [#6483](https://github.com/npm/cli/pull/6483) implement flag --prefer-dedupe for `npm install` (#6483) (@m4rch3n1ng)
10+
11+
### Bug Fixes
12+
13+
* [`38eb39b`](https://github.com/npm/cli/commit/38eb39b8068ab4e3b0a544234ac5df804469e3d8) [#6514](https://github.com/npm/cli/pull/6514) strip ansi characters from search results (#6514) (@wraithgar)
14+
* [`4b5ccfc`](https://github.com/npm/cli/commit/4b5ccfce376378521cb743bfbd32a724340e75b8) [#6477](https://github.com/npm/cli/pull/6477) make usage and completion static functions (#6477) (@lukekarrys)
15+
* [`4f39e8c`](https://github.com/npm/cli/commit/4f39e8c983e652b66f9c342b93694a29dc5a0b92) [#6479](https://github.com/npm/cli/pull/6479) refactor engines validation to lint syntax (#6479) (@lukekarrys)
16+
* [`f3cfe12`](https://github.com/npm/cli/commit/f3cfe129b2602e8f454acac572a51d8adc6c1111) [#6482](https://github.com/npm/cli/pull/6482) remove unused lib/npm relics (#6482) (@lukekarrys)
17+
* [`87de0c7`](https://github.com/npm/cli/commit/87de0c79cca0788d728095cfb537447745bada13) [#6472](https://github.com/npm/cli/pull/6472) move explore command to @npmcli/package-json (@wraithgar)
18+
* [`636e29e`](https://github.com/npm/cli/commit/636e29e2c887e7f197977e3215642b6778eb59de) [#6472](https://github.com/npm/cli/pull/6472) move to @npmcli/package-json where possible (@wraithgar)
19+
* [`37cc797`](https://github.com/npm/cli/commit/37cc797341100cd0a8371e80b25b938f166c9d71) [#6418](https://github.com/npm/cli/pull/6418) retrieve registry keys via TUF (#6418) (@bdehamer)
20+
21+
### Documentation
22+
23+
* [`83cd5bd`](https://github.com/npm/cli/commit/83cd5bd68aa6255c598b8dd3a544f16129885aee) [#6480](https://github.com/npm/cli/pull/6480) add global option for uninstall (#6480) (@m4rch3n1ng)
24+
* [`0400ce3`](https://github.com/npm/cli/commit/0400ce3c9d7af792c9931f1ba365e25b899833b6) [#6481](https://github.com/npm/cli/pull/6481) add cli params to `npm set`, `npm get` (#6481) (@m4rch3n1ng)
25+
* [`c3638ce`](https://github.com/npm/cli/commit/c3638ce613364aff50fedb493a97f1ee60211158) [#6468](https://github.com/npm/cli/pull/6468) remove `package-lock` option for `npm ci` (#6468) (@m4rch3n1ng)
26+
27+
### Dependencies
28+
29+
* [`060d587`](https://github.com/npm/cli/commit/060d587f6f5a60db0c02c319c1df1a11c146442f) `[email protected]`, `[email protected]`
30+
* [`fc52ca8`](https://github.com/npm/cli/commit/fc52ca8c0bd2aeb4e3885e5395ec647628bdd87c) [#6472](https://github.com/npm/cli/pull/6472) remove read-package-json-fast
31+
* [`3238aa7`](https://github.com/npm/cli/commit/3238aa78905bc90b404dc3075ec810884f8fd1c8) [#6472](https://github.com/npm/cli/pull/6472) remove read-package-json
32+
* [Workspace](https://github.com/npm/cli/releases/tag/config-v6.2.0): `@npmcli/[email protected]`
33+
* [Workspace](https://github.com/npm/cli/releases/tag/libnpmexec-v6.0.0): `[email protected]`
34+
* [Workspace](https://github.com/npm/cli/releases/tag/libnpmpublish-v7.3.0): `[email protected]`
35+
336
## [9.6.7](https://github.com/npm/cli/compare/v9.6.6...v9.6.7) (2023-05-17)
437

538
### Bug Fixes

package-lock.json

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,12 @@
11
{
22
"name": "npm",
3-
"version": "9.6.7",
3+
"version": "9.7.0",
44
"lockfileVersion": 3,
55
"requires": true,
66
"packages": {
77
"": {
88
"name": "npm",
9-
"version": "9.6.7",
9+
"version": "9.7.0",
1010
"bundleDependencies": [
1111
"@isaacs/string-locale-compare",
1212
"@npmcli/arborist",
@@ -85,7 +85,7 @@
8585
"dependencies": {
8686
"@isaacs/string-locale-compare": "^1.1.0",
8787
"@npmcli/arborist": "^6.2.9",
88-
"@npmcli/config": "^6.1.7",
88+
"@npmcli/config": "^6.2.0",
8989
"@npmcli/map-workspaces": "^3.0.4",
9090
"@npmcli/package-json": "^3.1.0",
9191
"@npmcli/run-script": "^6.0.2",
@@ -108,12 +108,12 @@
108108
"json-parse-even-better-errors": "^3.0.0",
109109
"libnpmaccess": "^7.0.2",
110110
"libnpmdiff": "^5.0.17",
111-
"libnpmexec": "^5.0.17",
111+
"libnpmexec": "^6.0.0",
112112
"libnpmfund": "^4.0.17",
113113
"libnpmhook": "^9.0.3",
114114
"libnpmorg": "^5.0.4",
115115
"libnpmpack": "^5.0.17",
116-
"libnpmpublish": "^7.2.0",
116+
"libnpmpublish": "^7.3.0",
117117
"libnpmsearch": "^6.0.2",
118118
"libnpmteam": "^5.0.3",
119119
"libnpmversion": "^4.0.2",
@@ -15661,7 +15661,7 @@
1566115661
},
1566215662
"workspaces/config": {
1566315663
"name": "@npmcli/config",
15664-
"version": "6.1.7",
15664+
"version": "6.2.0",
1566515665
"license": "ISC",
1566615666
"dependencies": {
1566715667
"@npmcli/map-workspaces": "^3.0.2",
@@ -15723,7 +15723,7 @@
1572315723
}
1572415724
},
1572515725
"workspaces/libnpmexec": {
15726-
"version": "5.0.17",
15726+
"version": "6.0.0",
1572715727
"license": "ISC",
1572815728
"dependencies": {
1572915729
"@npmcli/arborist": "^6.2.9",
@@ -15824,7 +15824,7 @@
1582415824
}
1582515825
},
1582615826
"workspaces/libnpmpublish": {
15827-
"version": "7.2.0",
15827+
"version": "7.3.0",
1582815828
"license": "ISC",
1582915829
"dependencies": {
1583015830
"ci-info": "^3.6.1",

package.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
2-
"version": "9.6.7",
2+
"version": "9.7.0",
33
"name": "npm",
44
"description": "a package manager for JavaScript",
55
"workspaces": [
@@ -55,7 +55,7 @@
5555
"dependencies": {
5656
"@isaacs/string-locale-compare": "^1.1.0",
5757
"@npmcli/arborist": "^6.2.9",
58-
"@npmcli/config": "^6.1.7",
58+
"@npmcli/config": "^6.2.0",
5959
"@npmcli/map-workspaces": "^3.0.4",
6060
"@npmcli/package-json": "^3.1.0",
6161
"@npmcli/run-script": "^6.0.2",
@@ -78,12 +78,12 @@
7878
"json-parse-even-better-errors": "^3.0.0",
7979
"libnpmaccess": "^7.0.2",
8080
"libnpmdiff": "^5.0.17",
81-
"libnpmexec": "^5.0.17",
81+
"libnpmexec": "^6.0.0",
8282
"libnpmfund": "^4.0.17",
8383
"libnpmhook": "^9.0.3",
8484
"libnpmorg": "^5.0.4",
8585
"libnpmpack": "^5.0.17",
86-
"libnpmpublish": "^7.2.0",
86+
"libnpmpublish": "^7.3.0",
8787
"libnpmsearch": "^6.0.2",
8888
"libnpmteam": "^5.0.3",
8989
"libnpmversion": "^4.0.2",

workspaces/config/CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,12 @@
11
# Changelog
22

3+
## [6.2.0](https://github.com/npm/cli/compare/config-v6.1.7...config-v6.2.0) (2023-05-31)
4+
5+
### Features
6+
7+
* [`a63a6d8`](https://github.com/npm/cli/commit/a63a6d8d6fd339d504ab94c0364ce7ee3d4e3775) [#6490](https://github.com/npm/cli/pull/6490) add provenanceFile option for libnpmpublish (@bdehamer)
8+
* [`2a8f4f2`](https://github.com/npm/cli/commit/2a8f4f203a47f60cc96312934927419a7d83c2f1) [#6490](https://github.com/npm/cli/pull/6490) add new exclusive config item publish-file (@wraithgar)
9+
310
## [6.1.7](https://github.com/npm/cli/compare/config-v6.1.6...config-v6.1.7) (2023-05-17)
411

512
### Bug Fixes

workspaces/config/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@npmcli/config",
3-
"version": "6.1.7",
3+
"version": "6.2.0",
44
"files": [
55
"bin/",
66
"lib/"

workspaces/libnpmexec/CHANGELOG.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,15 @@
11
# Changelog
22

3+
## [6.0.0](https://github.com/npm/cli/compare/libnpmexec-v5.0.17...libnpmexec-v6.0.0) (2023-05-31)
4+
5+
### ⚠️ BREAKING CHANGES
6+
7+
* require passing in chalk instance
8+
9+
### Features
10+
11+
* [`9e7f5ac`](https://github.com/npm/cli/commit/9e7f5ac5caa8a8ad710cc726744dcaadd8efb040) require passing in chalk instance (@lukekarrys)
12+
313
## [5.0.17](https://github.com/npm/cli/compare/libnpmexec-v5.0.16...libnpmexec-v5.0.17) (2023-05-03)
414

515
### Dependencies

workspaces/libnpmexec/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "libnpmexec",
3-
"version": "5.0.17",
3+
"version": "6.0.0",
44
"files": [
55
"bin/",
66
"lib/"

workspaces/libnpmpublish/CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,11 @@
11
# Changelog
22

3+
## [7.3.0](https://github.com/npm/cli/compare/libnpmpublish-v7.2.0...libnpmpublish-v7.3.0) (2023-05-31)
4+
5+
### Features
6+
7+
* [`a63a6d8`](https://github.com/npm/cli/commit/a63a6d8d6fd339d504ab94c0364ce7ee3d4e3775) [#6490](https://github.com/npm/cli/pull/6490) add provenanceFile option for libnpmpublish (@bdehamer)
8+
39
## [7.2.0](https://github.com/npm/cli/compare/libnpmpublish-v7.1.4...libnpmpublish-v7.2.0) (2023-05-17)
410

511
### Features

workspaces/libnpmpublish/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "libnpmpublish",
3-
"version": "7.2.0",
3+
"version": "7.3.0",
44
"description": "Programmatic API for the bits behind npm publish and unpublish",
55
"author": "GitHub Inc.",
66
"main": "lib/index.js",

0 commit comments

Comments
 (0)