Skip to content

Commit

Permalink
chore: release 9.4.1
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] authored and npm-cli-bot committed Feb 1, 2023
1 parent 1525a5e commit 484f305
Show file tree
Hide file tree
Showing 16 changed files with 94 additions and 42 deletions.
14 changes: 7 additions & 7 deletions .release-please-manifest.json
@@ -1,16 +1,16 @@
{
".": "9.4.0",
"workspaces/arborist": "6.2.0",
".": "9.4.1",
"workspaces/arborist": "6.2.1",
"workspaces/libnpmaccess": "7.0.1",
"workspaces/libnpmdiff": "5.0.8",
"workspaces/libnpmexec": "5.0.8",
"workspaces/libnpmfund": "4.0.8",
"workspaces/libnpmdiff": "5.0.9",
"workspaces/libnpmexec": "5.0.9",
"workspaces/libnpmfund": "4.0.9",
"workspaces/libnpmhook": "9.0.1",
"workspaces/libnpmorg": "5.0.1",
"workspaces/libnpmpack": "5.0.8",
"workspaces/libnpmpack": "5.0.9",
"workspaces/libnpmpublish": "7.0.6",
"workspaces/libnpmsearch": "6.0.1",
"workspaces/libnpmteam": "5.0.1",
"workspaces/libnpmversion": "4.0.1",
"workspaces/config": "6.1.1"
"workspaces/config": "6.1.2"
}
16 changes: 16 additions & 0 deletions CHANGELOG.md
@@ -1,5 +1,21 @@
# Changelog

## [9.4.1](https://github.com/npm/cli/compare/v9.4.0...v9.4.1) (2023-02-01)

### Bug Fixes

* [`1525a5e`](https://github.com/npm/cli/commit/1525a5e7fba4c996ac3bed5fdb75da275c537da8) [#6082](https://github.com/npm/cli/pull/6082) unpublish with scoped registry (@wraithgar)

### Dependencies

* [`64b06ed`](https://github.com/npm/cli/commit/64b06ed21fc165e413b3e6f1ae5a236350e5bfaf) [#6115](https://github.com/npm/cli/pull/6115) `http-cache-semantics@4.1.1`
* [Workspace](https://github.com/npm/cli/releases/tag/arborist-v6.2.1): `@npmcli/arborist@6.2.1`
* [Workspace](https://github.com/npm/cli/releases/tag/config-v6.1.2): `@npmcli/config@6.1.2`
* [Workspace](https://github.com/npm/cli/releases/tag/libnpmdiff-v5.0.9): `libnpmdiff@5.0.9`
* [Workspace](https://github.com/npm/cli/releases/tag/libnpmexec-v5.0.9): `libnpmexec@5.0.9`
* [Workspace](https://github.com/npm/cli/releases/tag/libnpmfund-v4.0.9): `libnpmfund@4.0.9`
* [Workspace](https://github.com/npm/cli/releases/tag/libnpmpack-v5.0.9): `libnpmpack@5.0.9`

## [9.4.0](https://github.com/npm/cli/compare/v9.3.1...v9.4.0) (2023-01-25)

### Features
Expand Down
36 changes: 18 additions & 18 deletions package-lock.json
@@ -1,12 +1,12 @@
{
"name": "npm",
"version": "9.4.0",
"version": "9.4.1",
"lockfileVersion": 3,
"requires": true,
"packages": {
"": {
"name": "npm",
"version": "9.4.0",
"version": "9.4.1",
"bundleDependencies": [
"@isaacs/string-locale-compare",
"@npmcli/arborist",
Expand Down Expand Up @@ -85,8 +85,8 @@
],
"dependencies": {
"@isaacs/string-locale-compare": "^1.1.0",
"@npmcli/arborist": "^6.2.0",
"@npmcli/config": "^6.1.1",
"@npmcli/arborist": "^6.2.1",
"@npmcli/config": "^6.1.2",
"@npmcli/map-workspaces": "^3.0.0",
"@npmcli/package-json": "^3.0.0",
"@npmcli/run-script": "^6.0.0",
Expand All @@ -108,12 +108,12 @@
"is-cidr": "^4.0.2",
"json-parse-even-better-errors": "^3.0.0",
"libnpmaccess": "^7.0.1",
"libnpmdiff": "^5.0.8",
"libnpmexec": "^5.0.8",
"libnpmfund": "^4.0.8",
"libnpmdiff": "^5.0.9",
"libnpmexec": "^5.0.9",
"libnpmfund": "^4.0.9",
"libnpmhook": "^9.0.1",
"libnpmorg": "^5.0.1",
"libnpmpack": "^5.0.8",
"libnpmpack": "^5.0.9",
"libnpmpublish": "^7.0.6",
"libnpmsearch": "^6.0.1",
"libnpmteam": "^5.0.1",
Expand Down Expand Up @@ -14370,7 +14370,7 @@
},
"workspaces/arborist": {
"name": "@npmcli/arborist",
"version": "6.2.0",
"version": "6.2.1",
"license": "ISC",
"dependencies": {
"@isaacs/string-locale-compare": "^1.1.0",
Expand Down Expand Up @@ -14427,7 +14427,7 @@
},
"workspaces/config": {
"name": "@npmcli/config",
"version": "6.1.1",
"version": "6.1.2",
"license": "ISC",
"dependencies": {
"@npmcli/map-workspaces": "^3.0.0",
Expand Down Expand Up @@ -14466,10 +14466,10 @@
}
},
"workspaces/libnpmdiff": {
"version": "5.0.8",
"version": "5.0.9",
"license": "ISC",
"dependencies": {
"@npmcli/arborist": "^6.2.0",
"@npmcli/arborist": "^6.2.1",
"@npmcli/disparity-colors": "^3.0.0",
"@npmcli/installed-package-contents": "^2.0.0",
"binary-extensions": "^2.2.0",
Expand All @@ -14489,10 +14489,10 @@
}
},
"workspaces/libnpmexec": {
"version": "5.0.8",
"version": "5.0.9",
"license": "ISC",
"dependencies": {
"@npmcli/arborist": "^6.2.0",
"@npmcli/arborist": "^6.2.1",
"@npmcli/run-script": "^6.0.0",
"chalk": "^4.1.0",
"ci-info": "^3.7.0",
Expand Down Expand Up @@ -14521,10 +14521,10 @@
}
},
"workspaces/libnpmfund": {
"version": "4.0.8",
"version": "4.0.9",
"license": "ISC",
"dependencies": {
"@npmcli/arborist": "^6.2.0"
"@npmcli/arborist": "^6.2.1"
},
"devDependencies": {
"@npmcli/eslint-config": "^4.0.0",
Expand Down Expand Up @@ -14571,10 +14571,10 @@
}
},
"workspaces/libnpmpack": {
"version": "5.0.8",
"version": "5.0.9",
"license": "ISC",
"dependencies": {
"@npmcli/arborist": "^6.2.0",
"@npmcli/arborist": "^6.2.1",
"@npmcli/run-script": "^6.0.0",
"npm-package-arg": "^10.1.0",
"pacote": "^15.0.7"
Expand Down
14 changes: 7 additions & 7 deletions package.json
@@ -1,5 +1,5 @@
{
"version": "9.4.0",
"version": "9.4.1",
"name": "npm",
"description": "a package manager for JavaScript",
"workspaces": [
Expand Down Expand Up @@ -53,8 +53,8 @@
},
"dependencies": {
"@isaacs/string-locale-compare": "^1.1.0",
"@npmcli/arborist": "^6.2.0",
"@npmcli/config": "^6.1.1",
"@npmcli/arborist": "^6.2.1",
"@npmcli/config": "^6.1.2",
"@npmcli/map-workspaces": "^3.0.0",
"@npmcli/package-json": "^3.0.0",
"@npmcli/run-script": "^6.0.0",
Expand All @@ -76,12 +76,12 @@
"is-cidr": "^4.0.2",
"json-parse-even-better-errors": "^3.0.0",
"libnpmaccess": "^7.0.1",
"libnpmdiff": "^5.0.8",
"libnpmexec": "^5.0.8",
"libnpmfund": "^4.0.8",
"libnpmdiff": "^5.0.9",
"libnpmexec": "^5.0.9",
"libnpmfund": "^4.0.9",
"libnpmhook": "^9.0.1",
"libnpmorg": "^5.0.1",
"libnpmpack": "^5.0.8",
"libnpmpack": "^5.0.9",
"libnpmpublish": "^7.0.6",
"libnpmsearch": "^6.0.1",
"libnpmteam": "^5.0.1",
Expand Down
6 changes: 6 additions & 0 deletions workspaces/arborist/CHANGELOG.md
@@ -1,5 +1,11 @@
# Changelog

## [6.2.1](https://github.com/npm/cli/compare/arborist-v6.2.0...arborist-v6.2.1) (2023-02-01)

### Bug Fixes

* [`72a7a59`](https://github.com/npm/cli/commit/72a7a5915e9d333d104d88bf73d7a555f9400e24) [#6095](https://github.com/npm/cli/pull/6095) only save package-lock when truly finished (@wraithgar)

## [6.2.0](https://github.com/npm/cli/compare/arborist-v6.1.6...arborist-v6.2.0) (2023-01-25)

### Features
Expand Down
2 changes: 1 addition & 1 deletion workspaces/arborist/package.json
@@ -1,6 +1,6 @@
{
"name": "@npmcli/arborist",
"version": "6.2.0",
"version": "6.2.1",
"description": "Manage node_modules trees",
"dependencies": {
"@isaacs/string-locale-compare": "^1.1.0",
Expand Down
6 changes: 6 additions & 0 deletions workspaces/config/CHANGELOG.md
@@ -1,5 +1,11 @@
# Changelog

## [6.1.2](https://github.com/npm/cli/compare/config-v6.1.1...config-v6.1.2) (2023-02-01)

### Bug Fixes

* [`328c3d8`](https://github.com/npm/cli/commit/328c3d8e7362eb08ae2aebabc47f8f3c2537a1d2) [#6093](https://github.com/npm/cli/pull/6093) repair config items using raw values when possible (@nlf)

## [6.1.1](https://github.com/npm/cli/compare/config-v6.1.0...config-v6.1.1) (2023-01-12)

### Bug Fixes
Expand Down
2 changes: 1 addition & 1 deletion workspaces/config/package.json
@@ -1,6 +1,6 @@
{
"name": "@npmcli/config",
"version": "6.1.1",
"version": "6.1.2",
"files": [
"bin/",
"lib/"
Expand Down
6 changes: 6 additions & 0 deletions workspaces/libnpmdiff/CHANGELOG.md
@@ -1,5 +1,11 @@
# Changelog

## [5.0.9](https://github.com/npm/cli/compare/libnpmdiff-v5.0.8...libnpmdiff-v5.0.9) (2023-02-01)

### Dependencies

* [Workspace](https://github.com/npm/cli/releases/tag/arborist-v6.2.1): `@npmcli/arborist@6.2.1`

## [5.0.8](https://github.com/npm/cli/compare/libnpmdiff-v5.0.7...libnpmdiff-v5.0.8) (2023-01-25)

### Dependencies
Expand Down
4 changes: 2 additions & 2 deletions workspaces/libnpmdiff/package.json
@@ -1,6 +1,6 @@
{
"name": "libnpmdiff",
"version": "5.0.8",
"version": "5.0.9",
"description": "The registry diff",
"repository": {
"type": "git",
Expand Down Expand Up @@ -47,7 +47,7 @@
"tap": "^16.3.2"
},
"dependencies": {
"@npmcli/arborist": "^6.2.0",
"@npmcli/arborist": "^6.2.1",
"@npmcli/disparity-colors": "^3.0.0",
"@npmcli/installed-package-contents": "^2.0.0",
"binary-extensions": "^2.2.0",
Expand Down
6 changes: 6 additions & 0 deletions workspaces/libnpmexec/CHANGELOG.md
@@ -1,5 +1,11 @@
# Changelog

## [5.0.9](https://github.com/npm/cli/compare/libnpmexec-v5.0.8...libnpmexec-v5.0.9) (2023-02-01)

### Dependencies

* [Workspace](https://github.com/npm/cli/releases/tag/arborist-v6.2.1): `@npmcli/arborist@6.2.1`

## [5.0.8](https://github.com/npm/cli/compare/libnpmexec-v5.0.7...libnpmexec-v5.0.8) (2023-01-25)

### Dependencies
Expand Down
4 changes: 2 additions & 2 deletions workspaces/libnpmexec/package.json
@@ -1,6 +1,6 @@
{
"name": "libnpmexec",
"version": "5.0.8",
"version": "5.0.9",
"files": [
"bin/",
"lib/"
Expand Down Expand Up @@ -61,7 +61,7 @@
"tap": "^16.3.2"
},
"dependencies": {
"@npmcli/arborist": "^6.2.0",
"@npmcli/arborist": "^6.2.1",
"@npmcli/run-script": "^6.0.0",
"chalk": "^4.1.0",
"ci-info": "^3.7.0",
Expand Down
6 changes: 6 additions & 0 deletions workspaces/libnpmfund/CHANGELOG.md
@@ -1,5 +1,11 @@
# Changelog

## [4.0.9](https://github.com/npm/cli/compare/libnpmfund-v4.0.8...libnpmfund-v4.0.9) (2023-02-01)

### Dependencies

* [Workspace](https://github.com/npm/cli/releases/tag/arborist-v6.2.1): `@npmcli/arborist@6.2.1`

## [4.0.8](https://github.com/npm/cli/compare/libnpmfund-v4.0.7...libnpmfund-v4.0.8) (2023-01-25)

### Dependencies
Expand Down
4 changes: 2 additions & 2 deletions workspaces/libnpmfund/package.json
@@ -1,6 +1,6 @@
{
"name": "libnpmfund",
"version": "4.0.8",
"version": "4.0.9",
"main": "lib/index.js",
"files": [
"bin/",
Expand Down Expand Up @@ -46,7 +46,7 @@
"tap": "^16.3.2"
},
"dependencies": {
"@npmcli/arborist": "^6.2.0"
"@npmcli/arborist": "^6.2.1"
},
"engines": {
"node": "^14.17.0 || ^16.13.0 || >=18.0.0"
Expand Down
6 changes: 6 additions & 0 deletions workspaces/libnpmpack/CHANGELOG.md
@@ -1,5 +1,11 @@
# Changelog

## [5.0.9](https://github.com/npm/cli/compare/libnpmpack-v5.0.8...libnpmpack-v5.0.9) (2023-02-01)

### Dependencies

* [Workspace](https://github.com/npm/cli/releases/tag/arborist-v6.2.1): `@npmcli/arborist@6.2.1`

## [5.0.8](https://github.com/npm/cli/compare/libnpmpack-v5.0.7...libnpmpack-v5.0.8) (2023-01-25)

### Dependencies
Expand Down
4 changes: 2 additions & 2 deletions workspaces/libnpmpack/package.json
@@ -1,6 +1,6 @@
{
"name": "libnpmpack",
"version": "5.0.8",
"version": "5.0.9",
"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": "^6.2.0",
"@npmcli/arborist": "^6.2.1",
"@npmcli/run-script": "^6.0.0",
"npm-package-arg": "^10.1.0",
"pacote": "^15.0.7"
Expand Down

0 comments on commit 484f305

Please sign in to comment.