Skip to content

Commit

Permalink
chore: release 9.1.4
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] committed Dec 7, 2022
1 parent 83fb125 commit f64085b
Show file tree
Hide file tree
Showing 16 changed files with 74 additions and 26 deletions.
14 changes: 7 additions & 7 deletions .release-please-manifest.json
@@ -1,14 +1,14 @@
{
".": "9.1.3",
"workspaces/arborist": "6.1.4",
".": "9.1.4",
"workspaces/arborist": "6.1.5",
"workspaces/libnpmaccess": "7.0.0",
"workspaces/libnpmdiff": "5.0.5",
"workspaces/libnpmexec": "5.0.5",
"workspaces/libnpmfund": "4.0.5",
"workspaces/libnpmdiff": "5.0.6",
"workspaces/libnpmexec": "5.0.6",
"workspaces/libnpmfund": "4.0.6",
"workspaces/libnpmhook": "9.0.0",
"workspaces/libnpmorg": "5.0.0",
"workspaces/libnpmpack": "5.0.5",
"workspaces/libnpmpublish": "7.0.5",
"workspaces/libnpmpack": "5.0.6",
"workspaces/libnpmpublish": "7.0.6",
"workspaces/libnpmsearch": "6.0.0",
"workspaces/libnpmteam": "5.0.0",
"workspaces/libnpmversion": "4.0.1",
Expand Down
12 changes: 12 additions & 0 deletions CHANGELOG.md
@@ -1,5 +1,17 @@
# Changelog

## [9.1.4](https://github.com/npm/cli/compare/v9.1.3...v9.1.4) (2022-12-07)

### Dependencies

* [`280b7a4`](https://github.com/npm/cli/commit/280b7a445e4a83d70980cf3c436745a1faa50c67) [#5927](https://github.com/npm/cli/pull/5927) `npm-packlist@7.0.3`
* [Workspace](https://github.com/npm/cli/compare/arborist-v6.1.4...arborist-v6.1.5): `@npmcli/arborist@6.1.5`
* [Workspace](https://github.com/npm/cli/compare/libnpmdiff-v5.0.5...libnpmdiff-v5.0.6): `libnpmdiff@5.0.6`
* [Workspace](https://github.com/npm/cli/compare/libnpmexec-v5.0.5...libnpmexec-v5.0.6): `libnpmexec@5.0.6`
* [Workspace](https://github.com/npm/cli/compare/libnpmfund-v4.0.5...libnpmfund-v4.0.6): `libnpmfund@4.0.6`
* [Workspace](https://github.com/npm/cli/compare/libnpmpack-v5.0.5...libnpmpack-v5.0.6): `libnpmpack@5.0.6`
* [Workspace](https://github.com/npm/cli/compare/libnpmpublish-v7.0.5...libnpmpublish-v7.0.6): `libnpmpublish@7.0.6`

## [9.1.3](https://github.com/npm/cli/compare/v9.1.2...v9.1.3) (2022-11-30)

### Bug Fixes
Expand Down
2 changes: 1 addition & 1 deletion package-lock.json
@@ -1,6 +1,6 @@
{
"name": "npm",
"version": "9.1.3",
"version": "9.1.4",
"lockfileVersion": 3,
"requires": true,
"packages": {
Expand Down
14 changes: 7 additions & 7 deletions package.json
@@ -1,5 +1,5 @@
{
"version": "9.1.3",
"version": "9.1.4",
"name": "npm",
"description": "a package manager for JavaScript",
"workspaces": [
Expand Down Expand Up @@ -53,7 +53,7 @@
},
"dependencies": {
"@isaacs/string-locale-compare": "^1.1.0",
"@npmcli/arborist": "^6.1.4",
"@npmcli/arborist": "^6.1.5",
"@npmcli/config": "^6.1.0",
"@npmcli/map-workspaces": "^3.0.0",
"@npmcli/package-json": "^3.0.0",
Expand All @@ -76,13 +76,13 @@
"is-cidr": "^4.0.2",
"json-parse-even-better-errors": "^3.0.0",
"libnpmaccess": "^7.0.0",
"libnpmdiff": "^5.0.5",
"libnpmexec": "^5.0.5",
"libnpmfund": "^4.0.5",
"libnpmdiff": "^5.0.6",
"libnpmexec": "^5.0.6",
"libnpmfund": "^4.0.6",
"libnpmhook": "^9.0.0",
"libnpmorg": "^5.0.0",
"libnpmpack": "^5.0.5",
"libnpmpublish": "^7.0.5",
"libnpmpack": "^5.0.6",
"libnpmpublish": "^7.0.6",
"libnpmsearch": "^6.0.0",
"libnpmteam": "^5.0.0",
"libnpmversion": "^4.0.1",
Expand Down
6 changes: 6 additions & 0 deletions workspaces/arborist/CHANGELOG.md
@@ -1,5 +1,11 @@
# Changelog

## [6.1.5](https://github.com/npm/cli/compare/arborist-v6.1.4...arborist-v6.1.5) (2022-12-07)

### Bug Fixes

* [`83fb125`](https://github.com/npm/cli/commit/83fb125446a9fb217eedf53ca98c203d7d48527b) [#5923](https://github.com/npm/cli/pull/5923) audit package mismatch in special case (@fritzy)

## [6.1.4](https://github.com/npm/cli/compare/arborist-v6.1.3...arborist-v6.1.4) (2022-11-30)

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

## [5.0.6](https://github.com/npm/cli/compare/libnpmdiff-v5.0.5...libnpmdiff-v5.0.6) (2022-12-07)

### Dependencies

* [Workspace](https://github.com/npm/cli/compare/arborist-v6.1.4...arborist-v6.1.5): `@npmcli/arborist@6.1.5`

## [5.0.5](https://github.com/npm/cli/compare/libnpmdiff-v5.0.4...libnpmdiff-v5.0.5) (2022-11-30)

### Dependencies
Expand Down
4 changes: 2 additions & 2 deletions workspaces/libnpmdiff/package.json
@@ -1,6 +1,6 @@
{
"name": "libnpmdiff",
"version": "5.0.5",
"version": "5.0.6",
"description": "The registry diff",
"repository": {
"type": "git",
Expand Down Expand Up @@ -47,7 +47,7 @@
"tap": "^16.0.1"
},
"dependencies": {
"@npmcli/arborist": "^6.1.4",
"@npmcli/arborist": "^6.1.5",
"@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.6](https://github.com/npm/cli/compare/libnpmexec-v5.0.5...libnpmexec-v5.0.6) (2022-12-07)

### Dependencies

* [Workspace](https://github.com/npm/cli/compare/arborist-v6.1.4...arborist-v6.1.5): `@npmcli/arborist@6.1.5`

## [5.0.5](https://github.com/npm/cli/compare/libnpmexec-v5.0.4...libnpmexec-v5.0.5) (2022-11-30)

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

## [4.0.6](https://github.com/npm/cli/compare/libnpmfund-v4.0.5...libnpmfund-v4.0.6) (2022-12-07)

### Dependencies

* [Workspace](https://github.com/npm/cli/compare/arborist-v6.1.4...arborist-v6.1.5): `@npmcli/arborist@6.1.5`

## [4.0.5](https://github.com/npm/cli/compare/libnpmfund-v4.0.4...libnpmfund-v4.0.5) (2022-11-30)

### Dependencies
Expand Down
4 changes: 2 additions & 2 deletions workspaces/libnpmfund/package.json
@@ -1,6 +1,6 @@
{
"name": "libnpmfund",
"version": "4.0.5",
"version": "4.0.6",
"main": "lib/index.js",
"files": [
"bin/",
Expand Down Expand Up @@ -46,7 +46,7 @@
"tap": "^16.0.1"
},
"dependencies": {
"@npmcli/arborist": "^6.1.4"
"@npmcli/arborist": "^6.1.5"
},
"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.6](https://github.com/npm/cli/compare/libnpmpack-v5.0.5...libnpmpack-v5.0.6) (2022-12-07)

### Dependencies

* [Workspace](https://github.com/npm/cli/compare/arborist-v6.1.4...arborist-v6.1.5): `@npmcli/arborist@6.1.5`

## [5.0.5](https://github.com/npm/cli/compare/libnpmpack-v5.0.4...libnpmpack-v5.0.5) (2022-11-30)

### Dependencies
Expand Down
4 changes: 2 additions & 2 deletions workspaces/libnpmpack/package.json
@@ -1,6 +1,6 @@
{
"name": "libnpmpack",
"version": "5.0.5",
"version": "5.0.6",
"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.1.4",
"@npmcli/arborist": "^6.1.5",
"@npmcli/run-script": "^6.0.0",
"npm-package-arg": "^10.0.0",
"pacote": "^15.0.2"
Expand Down
6 changes: 6 additions & 0 deletions workspaces/libnpmpublish/CHANGELOG.md
@@ -1,5 +1,11 @@
# Changelog

## [7.0.6](https://github.com/npm/cli/compare/libnpmpublish-v7.0.5...libnpmpublish-v7.0.6) (2022-12-07)

### Dependencies

* [Workspace](https://github.com/npm/cli/compare/libnpmpack-v5.0.5...libnpmpack-v5.0.6): `libnpmpack@5.0.6`

## [7.0.5](https://github.com/npm/cli/compare/libnpmpublish-v7.0.4...libnpmpublish-v7.0.5) (2022-11-30)

### Dependencies
Expand Down
4 changes: 2 additions & 2 deletions workspaces/libnpmpublish/package.json
@@ -1,6 +1,6 @@
{
"name": "libnpmpublish",
"version": "7.0.5",
"version": "7.0.6",
"description": "Programmatic API for the bits behind npm publish and unpublish",
"author": "GitHub Inc.",
"main": "lib/index.js",
Expand All @@ -26,7 +26,7 @@
"devDependencies": {
"@npmcli/eslint-config": "^4.0.0",
"@npmcli/template-oss": "4.10.0",
"libnpmpack": "^5.0.5",
"libnpmpack": "^5.0.6",
"lodash.clonedeep": "^4.5.0",
"nock": "^13.2.4",
"tap": "^16.0.1"
Expand Down

0 comments on commit f64085b

Please sign in to comment.