Skip to content

Commit

Permalink
chore: release 8.19.3
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] authored and wraithgar committed Nov 3, 2022
1 parent 50a7d32 commit ef42996
Show file tree
Hide file tree
Showing 11 changed files with 58 additions and 23 deletions.
8 changes: 4 additions & 4 deletions .release-please-manifest.json
@@ -1,10 +1,10 @@
{
".": "8.19.2",
"workspaces/arborist": "5.6.2",
".": "8.19.3",
"workspaces/arborist": "5.6.3",
"workspaces/libnpmaccess": "6.0.4",
"workspaces/libnpmdiff": "4.0.5",
"workspaces/libnpmexec": "4.0.13",
"workspaces/libnpmfund": "3.0.4",
"workspaces/libnpmexec": "4.0.14",
"workspaces/libnpmfund": "3.0.5",
"workspaces/libnpmhook": "8.0.4",
"workspaces/libnpmorg": "4.0.4",
"workspaces/libnpmpack": "4.1.3",
Expand Down
1 change: 1 addition & 0 deletions AUTHORS
Expand Up @@ -852,3 +852,4 @@ KevinBrother <1301239018@qq.com>
Kyle West <kyle-west@users.noreply.github.com>
Nathan Hughes <nathan@endor.ai>
Sandeep Meduru <73886592+sandeepmeduru@users.noreply.github.com>
Dominik Gorczyca <73836513+dominikgorczyca@users.noreply.github.com>
16 changes: 16 additions & 0 deletions CHANGELOG.md
@@ -1,5 +1,21 @@
# Changelog

## [8.19.3](https://github.com/npm/cli/compare/v8.19.2...v8.19.3) (2022-11-03)

### Bug Fixes

* [`26f3d0b`](https://github.com/npm/cli/commit/26f3d0b04fec438400d337c2d4ace218225b7ecb) [#5761](https://github.com/npm/cli/pull/5761) use hosted-git-info to parse registry urls (#5761) (@lukekarrys)

### Documentation

* [`bd92aa0`](https://github.com/npm/cli/commit/bd92aa03920aa04b20dc7087871a853c50c613e4) [#5753](https://github.com/npm/cli/pull/5753) name and version description change (#5753) (@dominikgorczyca)

### Dependencies

* [Workspace](https://github.com/npm/cli/compare/arborist-v5.6.2...arborist-v5.6.3): `@npmcli/arborist@5.6.3`
* [Workspace](https://github.com/npm/cli/compare/libnpmexec-v4.0.13...libnpmexec-v4.0.14): `libnpmexec@4.0.14`
* [Workspace](https://github.com/npm/cli/compare/libnpmfund-v3.0.4...libnpmfund-v3.0.5): `libnpmfund@3.0.5`

## [8.19.2](https://github.com/npm/cli/compare/v8.19.1...v8.19.2) (2022-09-13)

### Dependencies
Expand Down
20 changes: 10 additions & 10 deletions package-lock.json
@@ -1,12 +1,12 @@
{
"name": "npm",
"version": "8.19.2",
"version": "8.19.3",
"lockfileVersion": 3,
"requires": true,
"packages": {
"": {
"name": "npm",
"version": "8.19.2",
"version": "8.19.3",
"bundleDependencies": [
"@isaacs/string-locale-compare",
"@npmcli/arborist",
Expand Down Expand Up @@ -90,7 +90,7 @@
],
"dependencies": {
"@isaacs/string-locale-compare": "^1.1.0",
"@npmcli/arborist": "^5.6.2",
"@npmcli/arborist": "^5.6.3",
"@npmcli/ci-detect": "^2.0.0",
"@npmcli/config": "^4.2.1",
"@npmcli/fs": "^2.1.0",
Expand All @@ -116,8 +116,8 @@
"json-parse-even-better-errors": "^2.3.1",
"libnpmaccess": "^6.0.4",
"libnpmdiff": "^4.0.5",
"libnpmexec": "^4.0.13",
"libnpmfund": "^3.0.4",
"libnpmexec": "^4.0.14",
"libnpmfund": "^3.0.5",
"libnpmhook": "^8.0.4",
"libnpmorg": "^4.0.4",
"libnpmpack": "^4.1.3",
Expand Down Expand Up @@ -13646,7 +13646,7 @@
},
"workspaces/arborist": {
"name": "@npmcli/arborist",
"version": "5.6.2",
"version": "5.6.3",
"license": "ISC",
"dependencies": {
"@isaacs/string-locale-compare": "^1.1.0",
Expand Down Expand Up @@ -13746,10 +13746,10 @@
}
},
"workspaces/libnpmexec": {
"version": "4.0.13",
"version": "4.0.14",
"license": "ISC",
"dependencies": {
"@npmcli/arborist": "^5.6.2",
"@npmcli/arborist": "^5.6.3",
"@npmcli/ci-detect": "^2.0.0",
"@npmcli/fs": "^2.1.1",
"@npmcli/run-script": "^4.2.0",
Expand Down Expand Up @@ -13777,10 +13777,10 @@
}
},
"workspaces/libnpmfund": {
"version": "3.0.4",
"version": "3.0.5",
"license": "ISC",
"dependencies": {
"@npmcli/arborist": "^5.6.2"
"@npmcli/arborist": "^5.6.3"
},
"devDependencies": {
"@npmcli/eslint-config": "^3.1.0",
Expand Down
8 changes: 4 additions & 4 deletions package.json
@@ -1,5 +1,5 @@
{
"version": "8.19.2",
"version": "8.19.3",
"name": "npm",
"description": "a package manager for JavaScript",
"workspaces": [
Expand Down Expand Up @@ -56,7 +56,7 @@
},
"dependencies": {
"@isaacs/string-locale-compare": "^1.1.0",
"@npmcli/arborist": "^5.6.2",
"@npmcli/arborist": "^5.6.3",
"@npmcli/ci-detect": "^2.0.0",
"@npmcli/config": "^4.2.1",
"@npmcli/fs": "^2.1.0",
Expand All @@ -82,8 +82,8 @@
"json-parse-even-better-errors": "^2.3.1",
"libnpmaccess": "^6.0.4",
"libnpmdiff": "^4.0.5",
"libnpmexec": "^4.0.13",
"libnpmfund": "^3.0.4",
"libnpmexec": "^4.0.14",
"libnpmfund": "^3.0.5",
"libnpmhook": "^8.0.4",
"libnpmorg": "^4.0.4",
"libnpmpack": "^4.1.3",
Expand Down
6 changes: 6 additions & 0 deletions workspaces/arborist/CHANGELOG.md
@@ -1,5 +1,11 @@
# Changelog

## [5.6.3](https://github.com/npm/cli/compare/arborist-v5.6.2...arborist-v5.6.3) (2022-11-03)

### Bug Fixes

* [`26f3d0b`](https://github.com/npm/cli/commit/26f3d0b04fec438400d337c2d4ace218225b7ecb) [#5761](https://github.com/npm/cli/pull/5761) use hosted-git-info to parse registry urls (#5761) (@lukekarrys)

## [5.6.2](https://github.com/npm/cli/compare/arborist-v5.6.1...arborist-v5.6.2) (2022-09-13)

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

## [4.0.14](https://github.com/npm/cli/compare/libnpmexec-v4.0.13...libnpmexec-v4.0.14) (2022-11-03)

### Dependencies

* [Workspace](https://github.com/npm/cli/compare/arborist-v5.6.2...arborist-v5.6.3): `@npmcli/arborist@5.6.3`

## [4.0.13](https://github.com/npm/cli/compare/libnpmexec-v4.0.12...libnpmexec-v4.0.13) (2022-09-13)

### Dependencies
Expand Down
4 changes: 2 additions & 2 deletions workspaces/libnpmexec/package.json
@@ -1,6 +1,6 @@
{
"name": "libnpmexec",
"version": "4.0.13",
"version": "4.0.14",
"files": [
"bin/",
"lib/"
Expand Down Expand Up @@ -58,7 +58,7 @@
"tap": "^16.0.1"
},
"dependencies": {
"@npmcli/arborist": "^5.6.2",
"@npmcli/arborist": "^5.6.3",
"@npmcli/ci-detect": "^2.0.0",
"@npmcli/fs": "^2.1.1",
"@npmcli/run-script": "^4.2.0",
Expand Down
6 changes: 6 additions & 0 deletions workspaces/libnpmfund/CHANGELOG.md
@@ -1,5 +1,11 @@
# Changelog

## [3.0.5](https://github.com/npm/cli/compare/libnpmfund-v3.0.4...libnpmfund-v3.0.5) (2022-11-03)

### Dependencies

* [Workspace](https://github.com/npm/cli/compare/arborist-v5.6.2...arborist-v5.6.3): `@npmcli/arborist@5.6.3`

## [3.0.4](https://github.com/npm/cli/compare/libnpmfund-v3.0.3...libnpmfund-v3.0.4) (2022-09-13)

### Dependencies
Expand Down
4 changes: 2 additions & 2 deletions workspaces/libnpmfund/package.json
@@ -1,6 +1,6 @@
{
"name": "libnpmfund",
"version": "3.0.4",
"version": "3.0.5",
"main": "lib/index.js",
"files": [
"bin/",
Expand Down Expand Up @@ -46,7 +46,7 @@
"tap": "^16.0.1"
},
"dependencies": {
"@npmcli/arborist": "^5.6.2"
"@npmcli/arborist": "^5.6.3"
},
"engines": {
"node": "^12.13.0 || ^14.15.0 || >=16.0.0"
Expand Down

0 comments on commit ef42996

Please sign in to comment.