Skip to content

Commit

Permalink
chore: release 10.8.2
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] authored Jun 14, 2024
1 parent 2273183 commit 9710405
Show file tree
Hide file tree
Showing 8 changed files with 48 additions and 12 deletions.
6 changes: 3 additions & 3 deletions .release-please-manifest.json
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
{
".": "10.8.1",
".": "10.8.2",
"workspaces/arborist": "7.5.3",
"workspaces/libnpmaccess": "8.0.6",
"workspaces/libnpmdiff": "6.1.3",
"workspaces/libnpmexec": "8.1.2",
"workspaces/libnpmexec": "8.1.3",
"workspaces/libnpmfund": "5.0.11",
"workspaces/libnpmhook": "10.0.5",
"workspaces/libnpmorg": "6.0.6",
Expand All @@ -12,5 +12,5 @@
"workspaces/libnpmsearch": "7.0.6",
"workspaces/libnpmteam": "6.0.5",
"workspaces/libnpmversion": "6.0.3",
"workspaces/config": "8.3.3"
"workspaces/config": "8.3.4"
}
18 changes: 18 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,23 @@
# Changelog

## [10.8.2](https://github.com/npm/cli/compare/v10.8.1...v10.8.2) (2024-06-14)

### Bug Fixes

* [`2273183`](https://github.com/npm/cli/commit/22731831e22011e32fa0ca12178e242c2ee2b33d) [#7595](https://github.com/npm/cli/pull/7595) outdated: fixed wanted range for alias with version range (#7595) (@milaninfy)

### Documentation

* [`93883bb`](https://github.com/npm/cli/commit/93883bb6459208a916584cad8c6c72a315cf32af) [#7582](https://github.com/npm/cli/pull/7582) Improve manpage section for `package.json` `funding` properties (#7582) (@kemitchell)
* [`92e71e6`](https://github.com/npm/cli/commit/92e71e6b0c7889e243e6b54ef8b4eb9656de95f8) [#7576](https://github.com/npm/cli/pull/7576) fix links to community discussions (#7576) (@leobalter)

### Dependencies

* [`04d6910`](https://github.com/npm/cli/commit/04d6910e474003762b4606837960b4eb10d7bcd9) [#7574](https://github.com/npm/cli/pull/7574) `@npmcli/package-json@5.1.1`
* [`4ef4830`](https://github.com/npm/cli/commit/4ef4830dd792c2f23d3ffc7a10f797fc4ac8e5cb) [#7574](https://github.com/npm/cli/pull/7574) remove read-package-json-fast
* [workspace](https://github.com/npm/cli/releases/tag/config-v8.3.4): `@npmcli/config@8.3.4`
* [workspace](https://github.com/npm/cli/releases/tag/libnpmexec-v8.1.3): `libnpmexec@8.1.3`

## [10.8.1](https://github.com/npm/cli/compare/v10.8.0...v10.8.1) (2024-05-29)

### Bug Fixes
Expand Down
8 changes: 4 additions & 4 deletions package-lock.json
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
{
"name": "npm",
"version": "10.8.1",
"version": "10.8.2",
"lockfileVersion": 3,
"requires": true,
"packages": {
"": {
"name": "npm",
"version": "10.8.1",
"version": "10.8.2",
"bundleDependencies": [
"@isaacs/string-locale-compare",
"@npmcli/arborist",
Expand Down Expand Up @@ -15870,7 +15870,7 @@
},
"workspaces/config": {
"name": "@npmcli/config",
"version": "8.3.3",
"version": "8.3.4",
"license": "ISC",
"dependencies": {
"@npmcli/map-workspaces": "^3.0.2",
Expand Down Expand Up @@ -15933,7 +15933,7 @@
}
},
"workspaces/libnpmexec": {
"version": "8.1.2",
"version": "8.1.3",
"license": "ISC",
"dependencies": {
"@npmcli/arborist": "^7.5.3",
Expand Down
6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"version": "10.8.1",
"version": "10.8.2",
"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": "^7.5.3",
"@npmcli/config": "^8.3.3",
"@npmcli/config": "^8.3.4",
"@npmcli/fs": "^3.1.1",
"@npmcli/map-workspaces": "^3.0.6",
"@npmcli/package-json": "^5.1.1",
Expand All @@ -78,7 +78,7 @@
"json-parse-even-better-errors": "^3.0.2",
"libnpmaccess": "^8.0.6",
"libnpmdiff": "^6.1.3",
"libnpmexec": "^8.1.2",
"libnpmexec": "^8.1.3",
"libnpmfund": "^5.0.11",
"libnpmhook": "^10.0.5",
"libnpmorg": "^6.0.6",
Expand Down
12 changes: 12 additions & 0 deletions workspaces/config/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,17 @@
# Changelog

## [8.3.4](https://github.com/npm/cli/compare/config-v8.3.3...config-v8.3.4) (2024-06-14)

### Bug Fixes

* [`15be6dd`](https://github.com/npm/cli/commit/15be6dd33bfab8bdfaf8c3dece435d7139c1bf6d) [#7574](https://github.com/npm/cli/pull/7574) don't try parsing workspaces if none exist (@wraithgar)
* [`d185c9b`](https://github.com/npm/cli/commit/d185c9bdcab7dd2a8a485cd167b9a7c5c1f43ad0) [#7574](https://github.com/npm/cli/pull/7574) use @npmcli/package-json to parse local package (@wraithgar)

### Dependencies

* [`04d6910`](https://github.com/npm/cli/commit/04d6910e474003762b4606837960b4eb10d7bcd9) [#7574](https://github.com/npm/cli/pull/7574) `@npmcli/package-json@5.1.1`
* [`4ef4830`](https://github.com/npm/cli/commit/4ef4830dd792c2f23d3ffc7a10f797fc4ac8e5cb) [#7574](https://github.com/npm/cli/pull/7574) remove read-package-json-fast

## [8.3.3](https://github.com/npm/cli/compare/config-v8.3.2...config-v8.3.3) (2024-05-29)

### Bug Fixes
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": "8.3.3",
"version": "8.3.4",
"files": [
"bin/",
"lib/"
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

## [8.1.3](https://github.com/npm/cli/compare/libnpmexec-v8.1.2...libnpmexec-v8.1.3) (2024-06-14)

### Bug Fixes

* [`71c6848`](https://github.com/npm/cli/commit/71c6848acd97f00c84b07ee1a80d92a053d405b5) [#7587](https://github.com/npm/cli/pull/7587) exec: npx to run specified version if multiple version exist globally (#7587) (@milaninfy)

## [8.1.2](https://github.com/npm/cli/compare/libnpmexec-v8.1.1...libnpmexec-v8.1.2) (2024-05-29)

### Bug Fixes
Expand Down
2 changes: 1 addition & 1 deletion workspaces/libnpmexec/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "libnpmexec",
"version": "8.1.2",
"version": "8.1.3",
"files": [
"bin/",
"lib/"
Expand Down

0 comments on commit 9710405

Please sign in to comment.