-
Notifications
You must be signed in to change notification settings - Fork 3.1k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
104fcb5
commit 2f664fc
Showing
30 changed files
with
174 additions
and
43 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,16 +1,16 @@ | ||
{ | ||
".": "10.6.0", | ||
"workspaces/arborist": "7.5.0", | ||
"workspaces/libnpmaccess": "8.0.4", | ||
"workspaces/libnpmdiff": "6.1.0", | ||
"workspaces/libnpmexec": "8.0.0", | ||
"workspaces/libnpmfund": "5.0.8", | ||
"workspaces/libnpmhook": "10.0.3", | ||
"workspaces/libnpmorg": "6.0.4", | ||
"workspaces/libnpmpack": "7.0.0", | ||
"workspaces/libnpmpublish": "9.0.6", | ||
"workspaces/libnpmsearch": "7.0.3", | ||
"workspaces/libnpmteam": "6.0.3", | ||
"workspaces/libnpmversion": "6.0.0", | ||
"workspaces/config": "8.3.0" | ||
".": "10.6.1", | ||
"workspaces/arborist": "7.5.1", | ||
"workspaces/libnpmaccess": "8.0.5", | ||
"workspaces/libnpmdiff": "6.1.1", | ||
"workspaces/libnpmexec": "8.0.1", | ||
"workspaces/libnpmfund": "5.0.9", | ||
"workspaces/libnpmhook": "10.0.4", | ||
"workspaces/libnpmorg": "6.0.5", | ||
"workspaces/libnpmpack": "7.0.1", | ||
"workspaces/libnpmpublish": "9.0.7", | ||
"workspaces/libnpmsearch": "7.0.4", | ||
"workspaces/libnpmteam": "6.0.4", | ||
"workspaces/libnpmversion": "6.0.1", | ||
"workspaces/config": "8.3.1" | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,32 @@ | ||
# Changelog | ||
|
||
## [10.6.1](https://github.com/npm/cli/compare/v10.6.0...v10.6.1) (2024-04-29) | ||
|
||
### Bug Fixes | ||
|
||
* [`104fcb5`](https://github.com/npm/cli/commit/104fcb53282653a1c5610a6590afecc207920a6b) [#7438](https://github.com/npm/cli/pull/7438) remove doctor log for each file permission check (#7438) (@lukekarrys) | ||
* [`5230647`](https://github.com/npm/cli/commit/52306473da03123ef5623e9e152e10285c8097f3) [#7422](https://github.com/npm/cli/pull/7422) rewrite powershell scripts to use PSScriptRoot (#7422) (@lukekarrys) | ||
* [`71cbd91`](https://github.com/npm/cli/commit/71cbd91b6f01875a99eeae989ea67489bdd0178d) [#7421](https://github.com/npm/cli/pull/7421) hide banner for exec and explore (#7421) (@lukekarrys) | ||
* [`57ebebf`](https://github.com/npm/cli/commit/57ebebf03d55d4eda2b6439149a97b595a191aaf) [#7418](https://github.com/npm/cli/pull/7418) update repository.url in package.json (#7418) (@wraithgar) | ||
|
||
### Dependencies | ||
|
||
* [`9da5738`](https://github.com/npm/cli/commit/9da57388ebd5c643c2a95bbf63abc745cad45ccc) [#7437](https://github.com/npm/cli/pull/7437) `@npmcli/[email protected]` (#7437) | ||
* [`762888a`](https://github.com/npm/cli/commit/762888a3b603704c7c53a94a704b8a7f3edea918) [#7429](https://github.com/npm/cli/pull/7429) update dependencies for workspaces (#7429) | ||
* [workspace](https://github.com/npm/cli/releases/tag/arborist-v7.5.1): `@npmcli/[email protected]` | ||
* [workspace](https://github.com/npm/cli/releases/tag/config-v8.3.1): `@npmcli/[email protected]` | ||
* [workspace](https://github.com/npm/cli/releases/tag/libnpmaccess-v8.0.5): `[email protected]` | ||
* [workspace](https://github.com/npm/cli/releases/tag/libnpmdiff-v6.1.1): `[email protected]` | ||
* [workspace](https://github.com/npm/cli/releases/tag/libnpmexec-v8.0.1): `[email protected]` | ||
* [workspace](https://github.com/npm/cli/releases/tag/libnpmfund-v5.0.9): `[email protected]` | ||
* [workspace](https://github.com/npm/cli/releases/tag/libnpmhook-v10.0.4): `[email protected]` | ||
* [workspace](https://github.com/npm/cli/releases/tag/libnpmorg-v6.0.5): `[email protected]` | ||
* [workspace](https://github.com/npm/cli/releases/tag/libnpmpack-v7.0.1): `[email protected]` | ||
* [workspace](https://github.com/npm/cli/releases/tag/libnpmpublish-v9.0.7): `[email protected]` | ||
* [workspace](https://github.com/npm/cli/releases/tag/libnpmsearch-v7.0.4): `[email protected]` | ||
* [workspace](https://github.com/npm/cli/releases/tag/libnpmteam-v6.0.4): `[email protected]` | ||
* [workspace](https://github.com/npm/cli/releases/tag/libnpmversion-v6.0.1): `[email protected]` | ||
|
||
## [10.6.0](https://github.com/npm/cli/compare/v10.5.2...v10.6.0) (2024-04-25) | ||
|
||
### Features | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,15 @@ | ||
# Changelog | ||
|
||
## [7.5.1](https://github.com/npm/cli/compare/arborist-v7.5.0...arborist-v7.5.1) (2024-04-29) | ||
|
||
### Bug Fixes | ||
|
||
* [`57ebebf`](https://github.com/npm/cli/commit/57ebebf03d55d4eda2b6439149a97b595a191aaf) [#7418](https://github.com/npm/cli/pull/7418) update repository.url in package.json (#7418) (@wraithgar) | ||
|
||
### Dependencies | ||
|
||
* [`9da5738`](https://github.com/npm/cli/commit/9da57388ebd5c643c2a95bbf63abc745cad45ccc) [#7437](https://github.com/npm/cli/pull/7437) `@npmcli/[email protected]` (#7437) | ||
|
||
## [7.5.0](https://github.com/npm/cli/compare/arborist-v7.4.2...arborist-v7.5.0) (2024-04-25) | ||
|
||
### Features | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
{ | ||
"name": "@npmcli/config", | ||
"version": "8.3.0", | ||
"version": "8.3.1", | ||
"files": [ | ||
"bin/", | ||
"lib/" | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,15 @@ | ||
# Changelog | ||
|
||
## [6.1.1](https://github.com/npm/cli/compare/libnpmdiff-v6.1.0...libnpmdiff-v6.1.1) (2024-04-29) | ||
|
||
### Bug Fixes | ||
|
||
* [`57ebebf`](https://github.com/npm/cli/commit/57ebebf03d55d4eda2b6439149a97b595a191aaf) [#7418](https://github.com/npm/cli/pull/7418) update repository.url in package.json (#7418) (@wraithgar) | ||
|
||
### Dependencies | ||
|
||
* [workspace](https://github.com/npm/cli/releases/tag/arborist-v7.5.1): `@npmcli/[email protected]` | ||
|
||
## [6.1.0](https://github.com/npm/cli/compare/libnpmdiff-v6.0.9...libnpmdiff-v6.1.0) (2024-04-25) | ||
|
||
### Features | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,16 @@ | ||
# Changelog | ||
|
||
## [8.0.1](https://github.com/npm/cli/compare/libnpmexec-v8.0.0...libnpmexec-v8.0.1) (2024-04-29) | ||
|
||
### Bug Fixes | ||
|
||
* [`57ebebf`](https://github.com/npm/cli/commit/57ebebf03d55d4eda2b6439149a97b595a191aaf) [#7418](https://github.com/npm/cli/pull/7418) update repository.url in package.json (#7418) (@wraithgar) | ||
|
||
### Dependencies | ||
|
||
* [`9da5738`](https://github.com/npm/cli/commit/9da57388ebd5c643c2a95bbf63abc745cad45ccc) [#7437](https://github.com/npm/cli/pull/7437) `@npmcli/[email protected]` (#7437) | ||
* [workspace](https://github.com/npm/cli/releases/tag/arborist-v7.5.1): `@npmcli/[email protected]` | ||
|
||
## [8.0.0](https://github.com/npm/cli/compare/libnpmexec-v7.0.10...libnpmexec-v8.0.0) (2024-04-25) | ||
|
||
### ⚠️ BREAKING CHANGES | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
{ | ||
"name": "libnpmexec", | ||
"version": "8.0.0", | ||
"version": "8.0.1", | ||
"files": [ | ||
"bin/", | ||
"lib/" | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,15 @@ | ||
# Changelog | ||
|
||
## [5.0.9](https://github.com/npm/cli/compare/libnpmfund-v5.0.8...libnpmfund-v5.0.9) (2024-04-29) | ||
|
||
### Bug Fixes | ||
|
||
* [`57ebebf`](https://github.com/npm/cli/commit/57ebebf03d55d4eda2b6439149a97b595a191aaf) [#7418](https://github.com/npm/cli/pull/7418) update repository.url in package.json (#7418) (@wraithgar) | ||
|
||
### Dependencies | ||
|
||
* [workspace](https://github.com/npm/cli/releases/tag/arborist-v7.5.1): `@npmcli/[email protected]` | ||
|
||
## [5.0.8](https://github.com/npm/cli/compare/libnpmfund-v5.0.7...libnpmfund-v5.0.8) (2024-04-25) | ||
|
||
### Dependencies | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
{ | ||
"name": "libnpmfund", | ||
"version": "5.0.8", | ||
"version": "5.0.9", | ||
"main": "lib/index.js", | ||
"files": [ | ||
"bin/", | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,16 @@ | ||
# Changelog | ||
|
||
## [7.0.1](https://github.com/npm/cli/compare/libnpmpack-v7.0.0...libnpmpack-v7.0.1) (2024-04-29) | ||
|
||
### Bug Fixes | ||
|
||
* [`57ebebf`](https://github.com/npm/cli/commit/57ebebf03d55d4eda2b6439149a97b595a191aaf) [#7418](https://github.com/npm/cli/pull/7418) update repository.url in package.json (#7418) (@wraithgar) | ||
|
||
### Dependencies | ||
|
||
* [`9da5738`](https://github.com/npm/cli/commit/9da57388ebd5c643c2a95bbf63abc745cad45ccc) [#7437](https://github.com/npm/cli/pull/7437) `@npmcli/[email protected]` (#7437) | ||
* [workspace](https://github.com/npm/cli/releases/tag/arborist-v7.5.1): `@npmcli/[email protected]` | ||
|
||
## [7.0.0](https://github.com/npm/cli/compare/libnpmpack-v6.0.9...libnpmpack-v7.0.0) (2024-04-25) | ||
|
||
### ⚠️ BREAKING CHANGES | ||
|
Oops, something went wrong.