Skip to content

Commit

Permalink
chore: release 10.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] authored and lukekarrys committed Sep 8, 2023
1 parent 4469fcd commit 39e2b87
Show file tree
Hide file tree
Showing 17 changed files with 110 additions and 42 deletions.
14 changes: 7 additions & 7 deletions .release-please-manifest.json
Original file line number Diff line number Diff line change
@@ -1,16 +1,16 @@
{
".": "10.0.0",
"workspaces/arborist": "7.0.0",
".": "10.1.0",
"workspaces/arborist": "7.1.0",
"workspaces/libnpmaccess": "8.0.0",
"workspaces/libnpmdiff": "6.0.0",
"workspaces/libnpmexec": "7.0.0",
"workspaces/libnpmfund": "4.1.0",
"workspaces/libnpmdiff": "6.0.1",
"workspaces/libnpmexec": "7.0.1",
"workspaces/libnpmfund": "4.1.1",
"workspaces/libnpmhook": "10.0.0",
"workspaces/libnpmorg": "6.0.0",
"workspaces/libnpmpack": "6.0.0",
"workspaces/libnpmpack": "6.0.1",
"workspaces/libnpmpublish": "9.0.0",
"workspaces/libnpmsearch": "7.0.0",
"workspaces/libnpmteam": "6.0.0",
"workspaces/libnpmversion": "5.0.0",
"workspaces/config": "7.1.0"
"workspaces/config": "7.2.0"
}
4 changes: 4 additions & 0 deletions AUTHORS
Original file line number Diff line number Diff line change
Expand Up @@ -894,3 +894,7 @@ Emmanuel Ferdman <[email protected]>
P-Chan <[email protected]>
Rahul <[email protected]>
Francesco Sardone <[email protected]>
joaootavios <[email protected]>
Saquib <[email protected]>
Dan Rose <[email protected]>
Yuku Kotani <[email protected]>
24 changes: 24 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,29 @@
# Changelog

## [10.1.0](https://github.com/npm/cli/compare/v10.0.0...v10.1.0) (2023-09-08)

### Features

* [`1c93c44`](https://github.com/npm/cli/commit/1c93c4430300e3b3bd2cb5bab327c1732f470bca) [#6755](https://github.com/npm/cli/pull/6755) Add `--cpu` and `--os` option to override platform specific install (#6755) (@yukukotani)

### Bug Fixes

* [`7bf2374`](https://github.com/npm/cli/commit/7bf2374a1dde0e9b4a4345eeaafb23316a9a5a0b) [#6762](https://github.com/npm/cli/pull/6762) make `$npm_execpath` always point to npm (@rotu)

### Documentation

* [`09d8e0a`](https://github.com/npm/cli/commit/09d8e0a20bd11f53a9fafac1fff4f1ec0b7b379e) [#6759](https://github.com/npm/cli/pull/6759) fix versions of node.js in readme (#6759) (@JoaoOtavioS)

### Dependencies

* [`f76066a`](https://github.com/npm/cli/commit/f76066a047e4a0e819149356b68a1c50fd30f9de) [#6771](https://github.com/npm/cli/pull/6771) `@npmcli/[email protected]`
* [Workspace](https://github.com/npm/cli/releases/tag/arborist-v7.1.0): `@npmcli/[email protected]`
* [Workspace](https://github.com/npm/cli/releases/tag/config-v7.2.0): `@npmcli/[email protected]`
* [Workspace](https://github.com/npm/cli/releases/tag/libnpmdiff-v6.0.1): `[email protected]`
* [Workspace](https://github.com/npm/cli/releases/tag/libnpmexec-v7.0.1): `[email protected]`
* [Workspace](https://github.com/npm/cli/releases/tag/libnpmfund-v4.1.1): `[email protected]`
* [Workspace](https://github.com/npm/cli/releases/tag/libnpmpack-v6.0.1): `[email protected]`

## [10.0.0](https://github.com/npm/cli/compare/v10.0.0-pre.1...v10.0.0) (2023-08-31)

### Features
Expand Down
36 changes: 18 additions & 18 deletions package-lock.json
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
{
"name": "npm",
"version": "10.0.0",
"version": "10.1.0",
"lockfileVersion": 3,
"requires": true,
"packages": {
"": {
"name": "npm",
"version": "10.0.0",
"version": "10.1.0",
"bundleDependencies": [
"@isaacs/string-locale-compare",
"@npmcli/arborist",
Expand Down Expand Up @@ -87,8 +87,8 @@
],
"dependencies": {
"@isaacs/string-locale-compare": "^1.1.0",
"@npmcli/arborist": "^7.0.0",
"@npmcli/config": "^7.1.0",
"@npmcli/arborist": "^7.1.0",
"@npmcli/config": "^7.2.0",
"@npmcli/fs": "^3.1.0",
"@npmcli/map-workspaces": "^3.0.4",
"@npmcli/package-json": "^5.0.0",
Expand All @@ -113,12 +113,12 @@
"is-cidr": "^4.0.2",
"json-parse-even-better-errors": "^3.0.0",
"libnpmaccess": "^8.0.0",
"libnpmdiff": "^6.0.0",
"libnpmexec": "^7.0.0",
"libnpmfund": "^4.1.0",
"libnpmdiff": "^6.0.1",
"libnpmexec": "^7.0.1",
"libnpmfund": "^4.1.1",
"libnpmhook": "^10.0.0",
"libnpmorg": "^6.0.0",
"libnpmpack": "^6.0.0",
"libnpmpack": "^6.0.1",
"libnpmpublish": "^9.0.0",
"libnpmsearch": "^7.0.0",
"libnpmteam": "^6.0.0",
Expand Down Expand Up @@ -17386,7 +17386,7 @@
},
"workspaces/arborist": {
"name": "@npmcli/arborist",
"version": "7.0.0",
"version": "7.1.0",
"license": "ISC",
"dependencies": {
"@isaacs/string-locale-compare": "^1.1.0",
Expand Down Expand Up @@ -17442,7 +17442,7 @@
},
"workspaces/config": {
"name": "@npmcli/config",
"version": "7.1.0",
"version": "7.2.0",
"license": "ISC",
"dependencies": {
"@npmcli/map-workspaces": "^3.0.2",
Expand Down Expand Up @@ -17483,10 +17483,10 @@
}
},
"workspaces/libnpmdiff": {
"version": "6.0.0",
"version": "6.0.1",
"license": "ISC",
"dependencies": {
"@npmcli/arborist": "^7.0.0",
"@npmcli/arborist": "^7.1.0",
"@npmcli/disparity-colors": "^3.0.0",
"@npmcli/installed-package-contents": "^2.0.2",
"binary-extensions": "^2.2.0",
Expand All @@ -17506,10 +17506,10 @@
}
},
"workspaces/libnpmexec": {
"version": "7.0.0",
"version": "7.0.1",
"license": "ISC",
"dependencies": {
"@npmcli/arborist": "^7.0.0",
"@npmcli/arborist": "^7.1.0",
"@npmcli/run-script": "^7.0.1",
"ci-info": "^3.7.1",
"npm-package-arg": "^11.0.0",
Expand All @@ -17536,10 +17536,10 @@
}
},
"workspaces/libnpmfund": {
"version": "4.1.0",
"version": "4.1.1",
"license": "ISC",
"dependencies": {
"@npmcli/arborist": "^7.0.0"
"@npmcli/arborist": "^7.1.0"
},
"devDependencies": {
"@npmcli/eslint-config": "^4.0.0",
Expand Down Expand Up @@ -17586,10 +17586,10 @@
}
},
"workspaces/libnpmpack": {
"version": "6.0.0",
"version": "6.0.1",
"license": "ISC",
"dependencies": {
"@npmcli/arborist": "^7.0.0",
"@npmcli/arborist": "^7.1.0",
"@npmcli/run-script": "^7.0.1",
"npm-package-arg": "^11.0.0",
"pacote": "^17.0.4"
Expand Down
14 changes: 7 additions & 7 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"version": "10.0.0",
"version": "10.1.0",
"name": "npm",
"description": "a package manager for JavaScript",
"workspaces": [
Expand Down Expand Up @@ -52,8 +52,8 @@
},
"dependencies": {
"@isaacs/string-locale-compare": "^1.1.0",
"@npmcli/arborist": "^7.0.0",
"@npmcli/config": "^7.1.0",
"@npmcli/arborist": "^7.1.0",
"@npmcli/config": "^7.2.0",
"@npmcli/fs": "^3.1.0",
"@npmcli/map-workspaces": "^3.0.4",
"@npmcli/package-json": "^5.0.0",
Expand All @@ -78,12 +78,12 @@
"is-cidr": "^4.0.2",
"json-parse-even-better-errors": "^3.0.0",
"libnpmaccess": "^8.0.0",
"libnpmdiff": "^6.0.0",
"libnpmexec": "^7.0.0",
"libnpmfund": "^4.1.0",
"libnpmdiff": "^6.0.1",
"libnpmexec": "^7.0.1",
"libnpmfund": "^4.1.1",
"libnpmhook": "^10.0.0",
"libnpmorg": "^6.0.0",
"libnpmpack": "^6.0.0",
"libnpmpack": "^6.0.1",
"libnpmpublish": "^9.0.0",
"libnpmsearch": "^7.0.0",
"libnpmteam": "^6.0.0",
Expand Down
6 changes: 6 additions & 0 deletions workspaces/arborist/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# Changelog

## [7.1.0](https://github.com/npm/cli/compare/arborist-v7.0.0...arborist-v7.1.0) (2023-09-08)

### Features

* [`1c93c44`](https://github.com/npm/cli/commit/1c93c4430300e3b3bd2cb5bab327c1732f470bca) [#6755](https://github.com/npm/cli/pull/6755) Add `--cpu` and `--os` option to override platform specific install (#6755) (@yukukotani)

## [7.0.0](https://github.com/npm/cli/compare/arborist-v7.0.0-pre.0...arborist-v7.0.0) (2023-08-31)

### Features
Expand Down
2 changes: 1 addition & 1 deletion workspaces/arborist/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@npmcli/arborist",
"version": "7.0.0",
"version": "7.1.0",
"description": "Manage node_modules trees",
"dependencies": {
"@isaacs/string-locale-compare": "^1.1.0",
Expand Down
10 changes: 10 additions & 0 deletions workspaces/config/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,15 @@
# Changelog

## [7.2.0](https://github.com/npm/cli/compare/config-v7.1.0...config-v7.2.0) (2023-09-08)

### Features

* [`1c93c44`](https://github.com/npm/cli/commit/1c93c4430300e3b3bd2cb5bab327c1732f470bca) [#6755](https://github.com/npm/cli/pull/6755) Add `--cpu` and `--os` option to override platform specific install (#6755) (@yukukotani)

### Bug Fixes

* [`7bf2374`](https://github.com/npm/cli/commit/7bf2374a1dde0e9b4a4345eeaafb23316a9a5a0b) [#6762](https://github.com/npm/cli/pull/6762) make `$npm_execpath` always point to npm (@rotu)

## [7.1.0](https://github.com/npm/cli/compare/config-v7.0.1...config-v7.1.0) (2023-08-31)

### Features
Expand Down
2 changes: 1 addition & 1 deletion workspaces/config/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@npmcli/config",
"version": "7.1.0",
"version": "7.2.0",
"files": [
"bin/",
"lib/"
Expand Down
6 changes: 6 additions & 0 deletions workspaces/libnpmdiff/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# Changelog

## [6.0.1](https://github.com/npm/cli/compare/libnpmdiff-v6.0.0...libnpmdiff-v6.0.1) (2023-09-08)

### Dependencies

* [Workspace](https://github.com/npm/cli/releases/tag/arborist-v7.1.0): `@npmcli/[email protected]`

## [6.0.0](https://github.com/npm/cli/compare/libnpmdiff-v6.0.0-pre.0...libnpmdiff-v6.0.0) (2023-08-31)

### Features
Expand Down
4 changes: 2 additions & 2 deletions workspaces/libnpmdiff/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "libnpmdiff",
"version": "6.0.0",
"version": "6.0.1",
"description": "The registry diff",
"repository": {
"type": "git",
Expand Down Expand Up @@ -46,7 +46,7 @@
"tap": "^16.3.8"
},
"dependencies": {
"@npmcli/arborist": "^7.0.0",
"@npmcli/arborist": "^7.1.0",
"@npmcli/disparity-colors": "^3.0.0",
"@npmcli/installed-package-contents": "^2.0.2",
"binary-extensions": "^2.2.0",
Expand Down
6 changes: 6 additions & 0 deletions workspaces/libnpmexec/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# Changelog

## [7.0.1](https://github.com/npm/cli/compare/libnpmexec-v7.0.0...libnpmexec-v7.0.1) (2023-09-08)

### Dependencies

* [Workspace](https://github.com/npm/cli/releases/tag/arborist-v7.1.0): `@npmcli/[email protected]`

## [7.0.0](https://github.com/npm/cli/compare/libnpmexec-v7.0.0-pre.0...libnpmexec-v7.0.0) (2023-08-31)

### Features
Expand Down
4 changes: 2 additions & 2 deletions workspaces/libnpmexec/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "libnpmexec",
"version": "7.0.0",
"version": "7.0.1",
"files": [
"bin/",
"lib/"
Expand Down Expand Up @@ -59,7 +59,7 @@
"tap": "^16.3.8"
},
"dependencies": {
"@npmcli/arborist": "^7.0.0",
"@npmcli/arborist": "^7.1.0",
"@npmcli/run-script": "^7.0.1",
"ci-info": "^3.7.1",
"npm-package-arg": "^11.0.0",
Expand Down
6 changes: 6 additions & 0 deletions workspaces/libnpmfund/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# Changelog

## [4.1.1](https://github.com/npm/cli/compare/libnpmfund-v4.1.0...libnpmfund-v4.1.1) (2023-09-08)

### Dependencies

* [Workspace](https://github.com/npm/cli/releases/tag/arborist-v7.1.0): `@npmcli/[email protected]`

## [4.1.0](https://github.com/npm/cli/compare/libnpmfund-v4.0.20...libnpmfund-v4.1.0) (2023-08-31)

### Features
Expand Down
4 changes: 2 additions & 2 deletions workspaces/libnpmfund/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "libnpmfund",
"version": "4.1.0",
"version": "4.1.1",
"main": "lib/index.js",
"files": [
"bin/",
Expand Down Expand Up @@ -45,7 +45,7 @@
"tap": "^16.3.8"
},
"dependencies": {
"@npmcli/arborist": "^7.0.0"
"@npmcli/arborist": "^7.1.0"
},
"engines": {
"node": "^14.17.0 || ^16.13.0 || >=18.0.0"
Expand Down
6 changes: 6 additions & 0 deletions workspaces/libnpmpack/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# Changelog

## [6.0.1](https://github.com/npm/cli/compare/libnpmpack-v6.0.0...libnpmpack-v6.0.1) (2023-09-08)

### Dependencies

* [Workspace](https://github.com/npm/cli/releases/tag/arborist-v7.1.0): `@npmcli/[email protected]`

## [6.0.0](https://github.com/npm/cli/compare/libnpmpack-v6.0.0-pre.0...libnpmpack-v6.0.0) (2023-08-31)

### Features
Expand Down
4 changes: 2 additions & 2 deletions workspaces/libnpmpack/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "libnpmpack",
"version": "6.0.0",
"version": "6.0.1",
"description": "Programmatic API for the bits behind npm pack",
"author": "GitHub Inc.",
"main": "lib/index.js",
Expand Down Expand Up @@ -36,7 +36,7 @@
"bugs": "https://github.com/npm/libnpmpack/issues",
"homepage": "https://npmjs.com/package/libnpmpack",
"dependencies": {
"@npmcli/arborist": "^7.0.0",
"@npmcli/arborist": "^7.1.0",
"@npmcli/run-script": "^7.0.1",
"npm-package-arg": "^11.0.0",
"pacote": "^17.0.4"
Expand Down

0 comments on commit 39e2b87

Please sign in to comment.