mirror of
https://github.com/pnpm/pnpm.git
synced 2026-03-26 02:51:59 -04:00
chore(release): 5.4.3
This commit is contained in:
@@ -1,5 +0,0 @@
|
||||
---
|
||||
"pnpm": patch
|
||||
---
|
||||
|
||||
Should not print colored output when `color` is set to `never`. This was an issue in commands that don't use `@pnpm/default-reporter`. Commands like `pnpm list`, `pnpm outdated`.
|
||||
@@ -1,5 +0,0 @@
|
||||
---
|
||||
"@pnpm/plugin-commands-audit": patch
|
||||
---
|
||||
|
||||
Allow to set a custom registry through the `--registry` option, when running `pnpm audit` (#2689).
|
||||
@@ -1,5 +0,0 @@
|
||||
---
|
||||
"@pnpm/plugin-commands-installation": patch
|
||||
---
|
||||
|
||||
Allow to use `--save-workspace-protocol` with the install/update commands.
|
||||
@@ -1,5 +0,0 @@
|
||||
---
|
||||
"@pnpm/list": patch
|
||||
---
|
||||
|
||||
Don't use inverse as it doesn't look good in all consoles.
|
||||
@@ -1,6 +0,0 @@
|
||||
---
|
||||
"pnpm": patch
|
||||
"supi": patch
|
||||
---
|
||||
|
||||
Changes that are made by the `readPackage` hook are not saved to the `package.json` files of projects.
|
||||
@@ -1,5 +0,0 @@
|
||||
---
|
||||
"@pnpm/get-context": minor
|
||||
---
|
||||
|
||||
Add `originalManifest` that stores the unmodified.
|
||||
@@ -1,5 +1,11 @@
|
||||
# @pnpm/get-context
|
||||
|
||||
## 3.2.0
|
||||
|
||||
### Minor Changes
|
||||
|
||||
- a01626668: Add `originalManifest` that stores the unmodified.
|
||||
|
||||
## 3.1.0
|
||||
|
||||
### Minor Changes
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@pnpm/get-context",
|
||||
"version": "3.1.0",
|
||||
"version": "3.2.0",
|
||||
"description": "Gets context information about a project",
|
||||
"main": "lib/index.js",
|
||||
"typings": "lib/index.d.ts",
|
||||
|
||||
@@ -1,5 +1,11 @@
|
||||
# @pnpm/list
|
||||
|
||||
## 5.0.1
|
||||
|
||||
### Patch Changes
|
||||
|
||||
- 78c2741b6: Don't use inverse as it doesn't look good in all consoles.
|
||||
|
||||
## 5.0.0
|
||||
|
||||
### Major Changes
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@pnpm/list",
|
||||
"version": "5.0.0",
|
||||
"version": "5.0.1",
|
||||
"description": "List installed packages in a symlinked `node_modules`",
|
||||
"main": "lib/index.js",
|
||||
"typings": "lib/index.d.ts",
|
||||
|
||||
@@ -1,5 +1,11 @@
|
||||
# @pnpm/plugin-commands-audit
|
||||
|
||||
## 1.0.20
|
||||
|
||||
### Patch Changes
|
||||
|
||||
- 4e5e22aab: Allow to set a custom registry through the `--registry` option, when running `pnpm audit` (#2689).
|
||||
|
||||
## 1.0.19
|
||||
|
||||
### Patch Changes
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@pnpm/plugin-commands-audit",
|
||||
"version": "1.0.19",
|
||||
"version": "1.0.20",
|
||||
"description": "pnpm commands for dependencies audit",
|
||||
"main": "lib/index.js",
|
||||
"typings": "lib/index.d.ts",
|
||||
|
||||
@@ -1,5 +1,12 @@
|
||||
# @pnpm/plugin-commands-import
|
||||
|
||||
## 1.0.40
|
||||
|
||||
### Patch Changes
|
||||
|
||||
- Updated dependencies [a01626668]
|
||||
- supi@0.41.11
|
||||
|
||||
## 1.0.39
|
||||
|
||||
### Patch Changes
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@pnpm/plugin-commands-import",
|
||||
"version": "1.0.39",
|
||||
"version": "1.0.40",
|
||||
"description": "The import command",
|
||||
"main": "lib/index.js",
|
||||
"typings": "lib/index.d.ts",
|
||||
@@ -50,7 +50,7 @@
|
||||
"@zkochan/rimraf": "1.0.0",
|
||||
"load-json-file": "6.2.0",
|
||||
"render-help": "1.0.0",
|
||||
"supi": "workspace:0.41.10"
|
||||
"supi": "workspace:0.41.11"
|
||||
},
|
||||
"funding": "https://opencollective.com/pnpm"
|
||||
}
|
||||
|
||||
@@ -1,5 +1,14 @@
|
||||
# @pnpm/plugin-commands-installation
|
||||
|
||||
## 3.0.6
|
||||
|
||||
### Patch Changes
|
||||
|
||||
- 7e47ebfb7: Allow to use `--save-workspace-protocol` with the install/update commands.
|
||||
- Updated dependencies [a01626668]
|
||||
- supi@0.41.11
|
||||
- @pnpm/plugin-commands-rebuild@2.0.23
|
||||
|
||||
## 3.0.5
|
||||
|
||||
### Patch Changes
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@pnpm/plugin-commands-installation",
|
||||
"version": "3.0.5",
|
||||
"version": "3.0.6",
|
||||
"description": "Commands for installation",
|
||||
"main": "lib/index.js",
|
||||
"typings": "lib/index.d.ts",
|
||||
@@ -68,7 +68,7 @@
|
||||
"@pnpm/outdated": "workspace:7.1.6",
|
||||
"@pnpm/package-store": "workspace:9.1.0",
|
||||
"@pnpm/parse-wanted-dependency": "workspace:1.0.0",
|
||||
"@pnpm/plugin-commands-rebuild": "workspace:2.0.22",
|
||||
"@pnpm/plugin-commands-rebuild": "workspace:2.0.23",
|
||||
"@pnpm/pnpmfile": "workspace:0.1.14",
|
||||
"@pnpm/resolver-base": "workspace:7.0.3",
|
||||
"@pnpm/semver-diff": "^1.0.2",
|
||||
@@ -89,7 +89,7 @@
|
||||
"ramda": "^0.27.0",
|
||||
"read-ini-file": "^3.0.0",
|
||||
"render-help": "^1.0.0",
|
||||
"supi": "workspace:0.41.10",
|
||||
"supi": "workspace:0.41.11",
|
||||
"table": "^5.4.6",
|
||||
"version-selector-type": "^3.0.0"
|
||||
},
|
||||
|
||||
@@ -1,5 +1,12 @@
|
||||
# @pnpm/plugin-commands-listing
|
||||
|
||||
## 2.0.11
|
||||
|
||||
### Patch Changes
|
||||
|
||||
- Updated dependencies [78c2741b6]
|
||||
- @pnpm/list@5.0.1
|
||||
|
||||
## 2.0.10
|
||||
|
||||
### Patch Changes
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@pnpm/plugin-commands-listing",
|
||||
"version": "2.0.10",
|
||||
"version": "2.0.11",
|
||||
"description": "The list and why commands of pnpm",
|
||||
"main": "lib/index.js",
|
||||
"typings": "lib/index.d.ts",
|
||||
@@ -50,7 +50,7 @@
|
||||
"@pnpm/common-cli-options-help": "workspace:0.1.6",
|
||||
"@pnpm/config": "workspace:11.1.0",
|
||||
"@pnpm/error": "workspace:1.2.0",
|
||||
"@pnpm/list": "workspace:5.0.0",
|
||||
"@pnpm/list": "workspace:5.0.1",
|
||||
"@pnpm/types": "workspace:6.2.0",
|
||||
"ramda": "0.27.0",
|
||||
"render-help": "1.0.0"
|
||||
|
||||
@@ -1,5 +1,12 @@
|
||||
# @pnpm/plugin-commands-rebuild
|
||||
|
||||
## 2.0.23
|
||||
|
||||
### Patch Changes
|
||||
|
||||
- Updated dependencies [a01626668]
|
||||
- @pnpm/get-context@3.2.0
|
||||
|
||||
## 2.0.22
|
||||
|
||||
### Patch Changes
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@pnpm/plugin-commands-rebuild",
|
||||
"version": "2.0.22",
|
||||
"version": "2.0.23",
|
||||
"description": "Commands for rebuilding dependencies",
|
||||
"main": "lib/index.js",
|
||||
"typings": "lib/index.d.ts",
|
||||
@@ -53,7 +53,7 @@
|
||||
"@pnpm/constants": "workspace:4.0.0",
|
||||
"@pnpm/core-loggers": "workspace:4.2.0",
|
||||
"@pnpm/find-workspace-packages": "workspace:2.3.1",
|
||||
"@pnpm/get-context": "workspace:3.1.0",
|
||||
"@pnpm/get-context": "workspace:3.2.0",
|
||||
"@pnpm/lifecycle": "workspace:9.2.1",
|
||||
"@pnpm/link-bins": "workspace:5.3.7",
|
||||
"@pnpm/lockfile-utils": "workspace:2.0.15",
|
||||
|
||||
@@ -1,5 +1,12 @@
|
||||
# @pnpm/plugin-commands-store
|
||||
|
||||
## 2.0.22
|
||||
|
||||
### Patch Changes
|
||||
|
||||
- Updated dependencies [a01626668]
|
||||
- @pnpm/get-context@3.2.0
|
||||
|
||||
## 2.0.21
|
||||
|
||||
### Patch Changes
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@pnpm/plugin-commands-store",
|
||||
"version": "2.0.21",
|
||||
"version": "2.0.22",
|
||||
"description": "Commands for controlling the store",
|
||||
"main": "lib/index.js",
|
||||
"typings": "lib/index.d.ts",
|
||||
@@ -55,7 +55,7 @@
|
||||
"@pnpm/cli-utils": "workspace:0.4.15",
|
||||
"@pnpm/config": "workspace:11.1.0",
|
||||
"@pnpm/error": "workspace:1.2.0",
|
||||
"@pnpm/get-context": "workspace:3.1.0",
|
||||
"@pnpm/get-context": "workspace:3.2.0",
|
||||
"@pnpm/lockfile-utils": "workspace:2.0.15",
|
||||
"@pnpm/normalize-registries": "workspace:1.0.3",
|
||||
"@pnpm/parse-wanted-dependency": "workspace:1.0.0",
|
||||
|
||||
@@ -1,5 +1,15 @@
|
||||
# pnpm
|
||||
|
||||
## 5.4.3
|
||||
|
||||
### Patch Changes
|
||||
|
||||
- Should not print colored output when `color` is set to `never`. This was an issue in commands that don't use `@pnpm/default-reporter`. Commands like `pnpm list`, `pnpm outdated`.
|
||||
- Changes that are made by the `readPackage` hook are not saved to the `package.json` files of projects.
|
||||
- Allow the `--registry` option with the `pnpm audit` command.
|
||||
- Allow the `--save-workspace-protocol` option.
|
||||
- Don't use inversed colors to highlight search results in `pnpm list`, `pnpm why`.
|
||||
|
||||
## 5.4.2
|
||||
|
||||
### Patch Changes
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
{
|
||||
"name": "pnpm",
|
||||
"description": "Fast, disk space efficient package manager",
|
||||
"version": "5.4.2",
|
||||
"version": "5.4.3",
|
||||
"author": "Zoltan Kochan <z@kochan.io> (https://www.kochan.io/)",
|
||||
"bin": {
|
||||
"pnpm": "bin/pnpm.js",
|
||||
@@ -29,16 +29,16 @@
|
||||
"@pnpm/find-workspace-dir": "workspace:1.0.0",
|
||||
"@pnpm/logger": "3.2.2",
|
||||
"@pnpm/parse-cli-args": "workspace:3.0.0",
|
||||
"@pnpm/plugin-commands-audit": "workspace:1.0.19",
|
||||
"@pnpm/plugin-commands-import": "workspace:1.0.39",
|
||||
"@pnpm/plugin-commands-installation": "workspace:3.0.5",
|
||||
"@pnpm/plugin-commands-listing": "workspace:2.0.10",
|
||||
"@pnpm/plugin-commands-audit": "workspace:1.0.20",
|
||||
"@pnpm/plugin-commands-import": "workspace:1.0.40",
|
||||
"@pnpm/plugin-commands-installation": "workspace:3.0.6",
|
||||
"@pnpm/plugin-commands-listing": "workspace:2.0.11",
|
||||
"@pnpm/plugin-commands-outdated": "workspace:2.0.13",
|
||||
"@pnpm/plugin-commands-publishing": "workspace:2.1.8",
|
||||
"@pnpm/plugin-commands-rebuild": "workspace:2.0.22",
|
||||
"@pnpm/plugin-commands-rebuild": "workspace:2.0.23",
|
||||
"@pnpm/plugin-commands-script-runners": "workspace:1.2.10",
|
||||
"@pnpm/plugin-commands-server": "workspace:2.0.19",
|
||||
"@pnpm/plugin-commands-store": "workspace:2.0.21",
|
||||
"@pnpm/plugin-commands-store": "workspace:2.0.22",
|
||||
"@pnpm/run-npm": "workspace:2.0.2",
|
||||
"@pnpm/tabtab": "0.0.1",
|
||||
"@pnpm/types": "workspace:6.2.0",
|
||||
|
||||
@@ -1,5 +1,13 @@
|
||||
# supi
|
||||
|
||||
## 0.41.11
|
||||
|
||||
### Patch Changes
|
||||
|
||||
- a01626668: Changes that are made by the `readPackage` hook are not saved to the `package.json` files of projects.
|
||||
- Updated dependencies [a01626668]
|
||||
- @pnpm/get-context@3.2.0
|
||||
|
||||
## 0.41.10
|
||||
|
||||
### Patch Changes
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
{
|
||||
"name": "supi",
|
||||
"description": "Fast, disk space efficient installation engine",
|
||||
"version": "0.41.10",
|
||||
"version": "0.41.11",
|
||||
"author": "Zoltan Kochan <z@kochan.io> (https://www.kochan.io/)",
|
||||
"bugs": {
|
||||
"url": "https://github.com/pnpm/pnpm/issues"
|
||||
@@ -21,7 +21,7 @@
|
||||
"@pnpm/core-loggers": "workspace:4.2.0",
|
||||
"@pnpm/error": "workspace:1.2.0",
|
||||
"@pnpm/filter-lockfile": "workspace:4.0.5",
|
||||
"@pnpm/get-context": "workspace:3.1.0",
|
||||
"@pnpm/get-context": "workspace:3.2.0",
|
||||
"@pnpm/headless": "workspace:14.0.10",
|
||||
"@pnpm/hoist": "workspace:4.0.4",
|
||||
"@pnpm/lifecycle": "workspace:9.2.1",
|
||||
|
||||
Reference in New Issue
Block a user