chore(release): 7.17.1

This commit is contained in:
Zoltan Kochan 2022-11-27 03:43:44 +02:00
parent 0d12d38fd1
commit cf783fe9f8
No known key found for this signature in database
GPG Key ID: 649E4D4AF74E7DEC
108 changed files with 479 additions and 110 deletions

View File

@ -1,5 +0,0 @@
---
"pnpm": patch
---
`pnpm set-script` and `pnpm pkg` are passed through to npm [#5683](https://github.com/pnpm/pnpm/discussions/5683).

View File

@ -1,5 +0,0 @@
---
"@pnpm/text.comments-parser": major
---
Initial release.

View File

@ -1,7 +0,0 @@
---
"@pnpm/pkg-manager.direct-dep-linker": major
"@pnpm/core": minor
"@pnpm/headless": minor
---
New setting added for deduping direct dependencies: dedupeDirectDeps [#5676](https://github.com/pnpm/pnpm/pull/5676).

View File

@ -1,6 +0,0 @@
---
"@pnpm/plugin-commands-publishing": patch
"pnpm": patch
---
`pnpm publish <tarball path>` should exit with non-0 exit code when publish fails [#5396](https://github.com/pnpm/pnpm/issues/5396).

View File

@ -1,5 +0,0 @@
---
"@pnpm/pkg-manager.direct-dep-linker": minor
---
Initial release.

View File

@ -1,5 +0,0 @@
---
"@pnpm/read-project-manifest": patch
---
Update detect-intent with fork from @gwhitney.

View File

@ -1,7 +0,0 @@
---
"@pnpm/core": patch
"@pnpm/plugin-commands-installation": patch
"pnpm": patch
---
readPackage hooks should not modify the `package.json` files in a workspace [#5670](https://github.com/pnpm/pnpm/issues/5670).

View File

@ -1,7 +0,0 @@
---
"@pnpm/read-project-manifest": minor
"@pnpm/write-project-manifest": minor
"pnpm": patch
---
Comments in `package.json5` are preserver [#2008](https://github.com/pnpm/pnpm/issues/2008).

View File

@ -1,5 +0,0 @@
---
"pnpm": patch
---
`pnpm setup` should create PNPM_HOME as a non-expandable env variable on Windows [#4658](https://github.com/pnpm/pnpm/issues/4658).

View File

@ -1,6 +0,0 @@
---
"@pnpm/plugin-commands-licenses": patch
"pnpm": patch
---
Fix the CLI help of the `pnpm licenses` command.

View File

@ -1,5 +1,15 @@
# @pnpm/cli-utils
## 1.0.10
### Patch Changes
- Updated dependencies [fec9e3149]
- Updated dependencies [0d12d38fd]
- @pnpm/read-project-manifest@4.1.0
- @pnpm/config@16.1.4
- @pnpm/default-reporter@11.0.10
## 1.0.9
### Patch Changes

View File

@ -1,6 +1,6 @@
{
"name": "@pnpm/cli-utils",
"version": "1.0.9",
"version": "1.0.10",
"description": "Utils for pnpm commands",
"main": "lib/index.js",
"types": "lib/index.d.ts",

View File

@ -1,5 +1,11 @@
# @pnpm/default-reporter
## 11.0.10
### Patch Changes
- @pnpm/config@16.1.4
## 11.0.9
### Patch Changes

View File

@ -1,6 +1,6 @@
{
"name": "@pnpm/default-reporter",
"version": "11.0.9",
"version": "11.0.10",
"description": "The default reporter of pnpm",
"main": "lib/index.js",
"types": "lib/index.d.ts",

View File

@ -1,5 +1,14 @@
# @pnpm/config
## 16.1.4
### Patch Changes
- Updated dependencies [fec9e3149]
- Updated dependencies [0d12d38fd]
- @pnpm/read-project-manifest@4.1.0
- @pnpm/pnpmfile@4.0.10
## 16.1.3
### Patch Changes

View File

@ -1,6 +1,6 @@
{
"name": "@pnpm/config",
"version": "16.1.3",
"version": "16.1.4",
"description": "Gets configuration options for pnpm",
"main": "lib/index.js",
"types": "lib/index.d.ts",

View File

@ -1,5 +1,12 @@
# @pnpm/plugin-commands-env
## 3.1.4
### Patch Changes
- @pnpm/cli-utils@1.0.10
- @pnpm/config@16.1.4
## 3.1.3
### Patch Changes

View File

@ -1,6 +1,6 @@
{
"name": "@pnpm/plugin-commands-env",
"version": "3.1.3",
"version": "3.1.4",
"description": "pnpm commands for managing Node.js",
"main": "lib/index.js",
"types": "lib/index.d.ts",

View File

@ -1,5 +1,12 @@
# @pnpm/build-modules
## 10.0.5
### Patch Changes
- @pnpm/link-bins@8.0.3
- @pnpm/lifecycle@14.1.1
## 10.0.4
### Patch Changes

View File

@ -1,6 +1,6 @@
{
"name": "@pnpm/build-modules",
"version": "10.0.4",
"version": "10.0.5",
"description": "Build packages in node_modules",
"main": "lib/index.js",
"types": "lib/index.d.ts",

View File

@ -1,5 +1,11 @@
# @pnpm/lifecycle
## 14.1.1
### Patch Changes
- @pnpm/directory-fetcher@5.1.1
## 14.1.0
### Minor Changes

View File

@ -1,6 +1,6 @@
{
"name": "@pnpm/lifecycle",
"version": "14.1.0",
"version": "14.1.1",
"description": "Package lifecycle hook runner",
"main": "lib/index.js",
"types": "lib/index.d.ts",

View File

@ -1,5 +1,16 @@
# @pnpm/plugin-commands-rebuild
## 7.0.10
### Patch Changes
- @pnpm/cli-utils@1.0.10
- @pnpm/config@16.1.4
- @pnpm/link-bins@8.0.3
- @pnpm/find-workspace-packages@5.0.10
- @pnpm/store-connection-manager@5.1.3
- @pnpm/lifecycle@14.1.1
## 7.0.9
### Patch Changes

View File

@ -1,6 +1,6 @@
{
"name": "@pnpm/plugin-commands-rebuild",
"version": "7.0.9",
"version": "7.0.10",
"description": "Commands for rebuilding dependencies",
"main": "lib/index.js",
"types": "lib/index.d.ts",

View File

@ -1,5 +1,18 @@
# @pnpm/plugin-commands-script-runners
## 6.0.10
### Patch Changes
- Updated dependencies [fec9e3149]
- Updated dependencies [868f2fb16]
- Updated dependencies [0d12d38fd]
- @pnpm/read-project-manifest@4.1.0
- @pnpm/plugin-commands-installation@11.0.10
- @pnpm/cli-utils@1.0.10
- @pnpm/config@16.1.4
- @pnpm/lifecycle@14.1.1
## 6.0.9
### Patch Changes

View File

@ -1,6 +1,6 @@
{
"name": "@pnpm/plugin-commands-script-runners",
"version": "6.0.9",
"version": "6.0.10",
"description": "Commands for running scripts",
"main": "lib/index.js",
"types": "lib/index.d.ts",

View File

@ -1,5 +1,13 @@
# @pnpm/directory-fetcher
## 5.1.1
### Patch Changes
- Updated dependencies [fec9e3149]
- Updated dependencies [0d12d38fd]
- @pnpm/read-project-manifest@4.1.0
## 5.1.0
### Minor Changes

View File

@ -1,6 +1,6 @@
{
"name": "@pnpm/directory-fetcher",
"version": "5.1.0",
"version": "5.1.1",
"description": "A fetcher for local directory packages",
"funding": "https://opencollective.com/pnpm",
"main": "lib/index.js",

View File

@ -1,5 +1,13 @@
# find-packages
## 10.0.3
### Patch Changes
- Updated dependencies [fec9e3149]
- Updated dependencies [0d12d38fd]
- @pnpm/read-project-manifest@4.1.0
## 10.0.2
### Patch Changes

View File

@ -1,6 +1,6 @@
{
"name": "find-packages",
"version": "10.0.2",
"version": "10.0.3",
"description": "Find all packages inside a directory",
"main": "lib/index.js",
"files": [

View File

@ -1,5 +1,13 @@
# @pnpm/pnpmfile
## 4.0.10
### Patch Changes
- Updated dependencies [043bbeaf3]
- Updated dependencies [868f2fb16]
- @pnpm/core@7.2.0
## 4.0.9
### Patch Changes

View File

@ -1,6 +1,6 @@
{
"name": "@pnpm/pnpmfile",
"version": "4.0.9",
"version": "4.0.10",
"description": "Reading a .pnpmfile.cjs",
"main": "lib/index.js",
"types": "lib/index.d.ts",

View File

@ -1,5 +1,13 @@
# @pnpm/audit
## 6.0.1
### Patch Changes
- Updated dependencies [fec9e3149]
- Updated dependencies [0d12d38fd]
- @pnpm/read-project-manifest@4.1.0
## 6.0.0
### Major Changes

View File

@ -1,6 +1,6 @@
{
"name": "@pnpm/audit",
"version": "6.0.0",
"version": "6.0.1",
"description": "Audit a lockfile",
"main": "lib/index.js",
"types": "lib/index.d.ts",

View File

@ -1,5 +1,16 @@
# @pnpm/plugin-commands-audit
## 7.1.5
### Patch Changes
- Updated dependencies [fec9e3149]
- Updated dependencies [0d12d38fd]
- @pnpm/read-project-manifest@4.1.0
- @pnpm/cli-utils@1.0.10
- @pnpm/config@16.1.4
- @pnpm/audit@6.0.1
## 7.1.4
### Patch Changes

View File

@ -1,6 +1,6 @@
{
"name": "@pnpm/plugin-commands-audit",
"version": "7.1.4",
"version": "7.1.5",
"description": "pnpm commands for dependencies audit",
"main": "lib/index.js",
"types": "lib/index.d.ts",

View File

@ -1,5 +1,14 @@
# @pnpm/make-dedicated-lockfile
## 0.4.3
### Patch Changes
- Updated dependencies [fec9e3149]
- Updated dependencies [0d12d38fd]
- @pnpm/read-project-manifest@4.1.0
- @pnpm/exportable-manifest@4.0.3
## 0.4.2
### Patch Changes

View File

@ -1,6 +1,6 @@
{
"name": "@pnpm/make-dedicated-lockfile",
"version": "0.4.2",
"version": "0.4.3",
"description": "Creates a dedicated lockfile for a subset of workspace projects",
"main": "lib/index.js",
"types": "lib/index.d.ts",

View File

@ -1,5 +1,11 @@
# @pnpm/mount-modules
## 0.3.10
### Patch Changes
- @pnpm/config@16.1.4
## 0.3.9
### Patch Changes

View File

@ -1,6 +1,6 @@
{
"name": "@pnpm/mount-modules",
"version": "0.3.9",
"version": "0.3.10",
"description": "Mounts a node_modules directory with FUSE",
"main": "lib/index.js",
"bin": "bin/mount-modules.js",

View File

@ -1,5 +1,12 @@
# @pnpm/plugin-commands-doctor
## 1.0.8
### Patch Changes
- @pnpm/cli-utils@1.0.10
- @pnpm/config@16.1.4
## 1.0.7
### Patch Changes

View File

@ -1,6 +1,6 @@
{
"name": "@pnpm/plugin-commands-doctor",
"version": "1.0.7",
"version": "1.0.8",
"description": "Commands for checks of known common issues ",
"main": "lib/index.js",
"types": "lib/index.d.ts",

View File

@ -1,5 +1,14 @@
# @pnpm/plugin-commands-init
## 2.0.10
### Patch Changes
- Updated dependencies [0d12d38fd]
- @pnpm/write-project-manifest@4.1.0
- @pnpm/cli-utils@1.0.10
- @pnpm/config@16.1.4
## 2.0.9
### Patch Changes

View File

@ -1,6 +1,6 @@
{
"name": "@pnpm/plugin-commands-init",
"version": "2.0.9",
"version": "2.0.10",
"description": "Create a package.json file",
"main": "lib/index.js",
"types": "lib/index.d.ts",

View File

@ -1,5 +1,18 @@
# @pnpm/plugin-commands-patching
## 2.0.10
### Patch Changes
- Updated dependencies [fec9e3149]
- Updated dependencies [868f2fb16]
- Updated dependencies [0d12d38fd]
- @pnpm/read-project-manifest@4.1.0
- @pnpm/plugin-commands-installation@11.0.10
- @pnpm/cli-utils@1.0.10
- @pnpm/config@16.1.4
- @pnpm/store-connection-manager@5.1.3
## 2.0.9
### Patch Changes

View File

@ -1,6 +1,6 @@
{
"name": "@pnpm/plugin-commands-patching",
"version": "2.0.9",
"version": "2.0.10",
"description": "Commands for creating patches",
"main": "lib/index.js",
"types": "lib/index.d.ts",

View File

@ -1,5 +1,11 @@
# @pnpm/plugin-commands-setup
## 3.0.10
### Patch Changes
- @pnpm/cli-utils@1.0.10
## 3.0.9
### Patch Changes

View File

@ -1,6 +1,6 @@
{
"name": "@pnpm/plugin-commands-setup",
"version": "3.0.9",
"version": "3.0.10",
"description": "pnpm commands for setting up pnpm",
"main": "lib/index.js",
"types": "lib/index.d.ts",

View File

@ -1,5 +1,12 @@
# @pnpm/client
## 8.1.1
### Patch Changes
- @pnpm/directory-fetcher@5.1.1
- @pnpm/default-resolver@17.0.2
## 8.1.0
### Minor Changes

View File

@ -1,6 +1,6 @@
{
"name": "@pnpm/client",
"version": "8.1.0",
"version": "8.1.1",
"description": "Creates the package resolve and fetch functions",
"main": "lib/index.js",
"types": "lib/index.d.ts",

View File

@ -1,5 +1,27 @@
# @pnpm/core
## 7.2.0
### Minor Changes
- 043bbeaf3: New setting added for deduping direct dependencies: dedupeDirectDeps [#5676](https://github.com/pnpm/pnpm/pull/5676).
### Patch Changes
- 868f2fb16: readPackage hooks should not modify the `package.json` files in a workspace [#5670](https://github.com/pnpm/pnpm/issues/5670).
- Updated dependencies [043bbeaf3]
- Updated dependencies [d5496cc3f]
- Updated dependencies [fec9e3149]
- Updated dependencies [0d12d38fd]
- @pnpm/pkg-manager.direct-dep-linker@1.0.0
- @pnpm/headless@19.2.0
- @pnpm/read-project-manifest@4.1.0
- @pnpm/link-bins@8.0.3
- @pnpm/lifecycle@14.1.1
- @pnpm/build-modules@10.0.5
- @pnpm/hoist@7.0.5
- @pnpm/package-requester@20.0.2
## 7.1.1
### Patch Changes

View File

@ -1,7 +1,7 @@
{
"name": "@pnpm/core",
"description": "Fast, disk space efficient installation engine",
"version": "7.1.1",
"version": "7.2.0",
"bugs": {
"url": "https://github.com/pnpm/pnpm/issues"
},

View File

@ -0,0 +1,11 @@
# @pnpm/pkg-manager.direct-dep-linker
## 1.0.0
### Major Changes
- 043bbeaf3: New setting added for deduping direct dependencies: dedupeDirectDeps [#5676](https://github.com/pnpm/pnpm/pull/5676).
### Minor Changes
- d5496cc3f: Initial release.

View File

@ -1,7 +1,7 @@
{
"name": "@pnpm/pkg-manager.direct-dep-linker",
"description": "Fast installation using only pnpm-lock.yaml",
"version": "0.0.0",
"version": "1.0.0",
"bugs": {
"url": "https://github.com/pnpm/pnpm/issues"
},

View File

@ -1,5 +1,25 @@
# @pnpm/headless
## 19.2.0
### Minor Changes
- 043bbeaf3: New setting added for deduping direct dependencies: dedupeDirectDeps [#5676](https://github.com/pnpm/pnpm/pull/5676).
### Patch Changes
- Updated dependencies [043bbeaf3]
- Updated dependencies [d5496cc3f]
- Updated dependencies [fec9e3149]
- Updated dependencies [0d12d38fd]
- @pnpm/pkg-manager.direct-dep-linker@1.0.0
- @pnpm/read-project-manifest@4.1.0
- @pnpm/link-bins@8.0.3
- @pnpm/lifecycle@14.1.1
- @pnpm/build-modules@10.0.5
- @pnpm/hoist@7.0.5
- @pnpm/package-requester@20.0.2
## 19.1.1
### Patch Changes

View File

@ -1,7 +1,7 @@
{
"name": "@pnpm/headless",
"description": "Fast installation using only pnpm-lock.yaml",
"version": "19.1.1",
"version": "19.2.0",
"bugs": {
"url": "https://github.com/pnpm/pnpm/issues"
},

View File

@ -1,5 +1,11 @@
# @pnpm/hoist
## 7.0.5
### Patch Changes
- @pnpm/link-bins@8.0.3
## 7.0.4
### Patch Changes

View File

@ -1,7 +1,7 @@
{
"name": "@pnpm/hoist",
"description": "Hoists dependencies in a node_modules created by pnpm",
"version": "7.0.4",
"version": "7.0.5",
"bugs": {
"url": "https://github.com/pnpm/pnpm/issues"
},

View File

@ -1,5 +1,13 @@
# @pnpm/link-bins
## 8.0.3
### Patch Changes
- Updated dependencies [fec9e3149]
- Updated dependencies [0d12d38fd]
- @pnpm/read-project-manifest@4.1.0
## 8.0.2
### Patch Changes

View File

@ -1,6 +1,6 @@
{
"name": "@pnpm/link-bins",
"version": "8.0.2",
"version": "8.0.3",
"description": "Link bins to node_modules/.bin",
"main": "lib/index.js",
"types": "lib/index.d.ts",

View File

@ -1,5 +1,26 @@
# @pnpm/plugin-commands-installation
## 11.0.10
### Patch Changes
- 868f2fb16: readPackage hooks should not modify the `package.json` files in a workspace [#5670](https://github.com/pnpm/pnpm/issues/5670).
- Updated dependencies [043bbeaf3]
- Updated dependencies [fec9e3149]
- Updated dependencies [868f2fb16]
- Updated dependencies [0d12d38fd]
- @pnpm/core@7.2.0
- @pnpm/read-project-manifest@4.1.0
- @pnpm/pnpmfile@4.0.10
- @pnpm/cli-utils@1.0.10
- @pnpm/config@16.1.4
- @pnpm/plugin-commands-rebuild@7.0.10
- @pnpm/find-workspace-packages@5.0.10
- @pnpm/store-connection-manager@5.1.3
- @pnpm/filter-workspace-packages@6.0.10
- @pnpm/outdated@11.0.6
- @pnpm/package-store@15.0.2
## 11.0.9
### Patch Changes

View File

@ -1,6 +1,6 @@
{
"name": "@pnpm/plugin-commands-installation",
"version": "11.0.9",
"version": "11.0.10",
"description": "Commands for installation",
"main": "lib/index.js",
"types": "lib/index.d.ts",

View File

@ -1,5 +1,13 @@
# @pnpm/exportable-manifest
## 4.0.3
### Patch Changes
- Updated dependencies [fec9e3149]
- Updated dependencies [0d12d38fd]
- @pnpm/read-project-manifest@4.1.0
## 4.0.2
### Patch Changes

View File

@ -1,6 +1,6 @@
{
"name": "@pnpm/exportable-manifest",
"version": "4.0.2",
"version": "4.0.3",
"description": "Creates an exportable manifest",
"main": "lib/index.js",
"types": "lib/index.d.ts",

View File

@ -1,5 +1,19 @@
# @pnpm/read-project-manifest
## 4.1.0
### Minor Changes
- 0d12d38fd: Comments in `package.json5` are preserver [#2008](https://github.com/pnpm/pnpm/issues/2008).
### Patch Changes
- fec9e3149: Update detect-intent with fork from @gwhitney.
- Updated dependencies [0d12d38fd]
- Updated dependencies [0d12d38fd]
- @pnpm/text.comments-parser@1.0.0
- @pnpm/write-project-manifest@4.1.0
## 4.0.2
### Patch Changes

View File

@ -1,6 +1,6 @@
{
"name": "@pnpm/read-project-manifest",
"version": "4.0.2",
"version": "4.1.0",
"description": "Read a project manifest (called package.json in most cases)",
"main": "lib/index.js",
"types": "lib/index.d.ts",

View File

@ -1,5 +1,16 @@
# @pnpm/write-project-manifest
## 4.1.0
### Minor Changes
- 0d12d38fd: Comments in `package.json5` are preserver [#2008](https://github.com/pnpm/pnpm/issues/2008).
### Patch Changes
- Updated dependencies [0d12d38fd]
- @pnpm/text.comments-parser@1.0.0
## 4.0.2
### Patch Changes

View File

@ -1,6 +1,6 @@
{
"name": "@pnpm/write-project-manifest",
"version": "4.0.2",
"version": "4.1.0",
"description": "Write a project manifest (called package.json in most cases)",
"main": "lib/index.js",
"types": "lib/index.d.ts",

View File

@ -1,5 +1,16 @@
# pnpm
## 7.17.1
### Patch Changes
- `pnpm set-script` and `pnpm pkg` are passed through to npm [#5683](https://github.com/pnpm/pnpm/discussions/5683).
- `pnpm publish <tarball path>` should exit with non-0 exit code when publish fails [#5396](https://github.com/pnpm/pnpm/issues/5396).
- readPackage hooks should not modify the `package.json` files in a workspace [#5670](https://github.com/pnpm/pnpm/issues/5670).
- Comments in `package.json5` are preserver [#2008](https://github.com/pnpm/pnpm/issues/2008).
- `pnpm setup` should create PNPM_HOME as a non-expandable env variable on Windows [#4658](https://github.com/pnpm/pnpm/issues/4658).
- Fix the CLI help of the `pnpm licenses` command.
## 7.17.0
### Minor Changes

View File

@ -1,7 +1,7 @@
{
"name": "@pnpm/exe",
"description": "Fast, disk space efficient package manager",
"version": "7.17.0",
"version": "7.17.1",
"publishConfig": {
"bin": {
"pnpm": "pnpm"

View File

@ -1,6 +1,6 @@
{
"name": "@pnpm/linux-arm64",
"version": "7.17.0",
"version": "7.17.1",
"license": "MIT",
"publishConfig": {
"bin": {

View File

@ -1,6 +1,6 @@
{
"name": "@pnpm/linux-x64",
"version": "7.17.0",
"version": "7.17.1",
"license": "MIT",
"publishConfig": {
"bin": {

View File

@ -1,6 +1,6 @@
{
"name": "@pnpm/macos-arm64",
"version": "7.17.0",
"version": "7.17.1",
"license": "MIT",
"publishConfig": {
"bin": {

View File

@ -1,6 +1,6 @@
{
"name": "@pnpm/macos-x64",
"version": "7.17.0",
"version": "7.17.1",
"license": "MIT",
"publishConfig": {
"bin": {

View File

@ -1,6 +1,6 @@
{
"name": "@pnpm/win-x64",
"version": "7.17.0",
"version": "7.17.1",
"license": "MIT",
"publishConfig": {
"bin": {

View File

@ -1,7 +1,7 @@
{
"name": "pnpm",
"description": "Fast, disk space efficient package manager",
"version": "7.17.0",
"version": "7.17.1",
"bin": {
"pnpm": "bin/pnpm.cjs",
"pnpx": "bin/pnpx.cjs"

View File

@ -1,5 +1,14 @@
# @pnpm/plugin-commands-deploy
## 2.0.10
### Patch Changes
- Updated dependencies [868f2fb16]
- @pnpm/plugin-commands-installation@11.0.10
- @pnpm/cli-utils@1.0.10
- @pnpm/directory-fetcher@5.1.1
## 2.0.9
### Patch Changes

View File

@ -1,6 +1,6 @@
{
"name": "@pnpm/plugin-commands-deploy",
"version": "2.0.9",
"version": "2.0.10",
"description": "Commands for deploy",
"funding": "https://opencollective.com/pnpm",
"main": "lib/index.js",

View File

@ -1,5 +1,16 @@
# @pnpm/plugin-commands-publishing
## 6.0.10
### Patch Changes
- a2b432691: `pnpm publish <tarball path>` should exit with non-0 exit code when publish fails [#5396](https://github.com/pnpm/pnpm/issues/5396).
- @pnpm/cli-utils@1.0.10
- @pnpm/config@16.1.4
- @pnpm/exportable-manifest@4.0.3
- @pnpm/lifecycle@14.1.1
- @pnpm/client@8.1.1
## 6.0.9
### Patch Changes

View File

@ -1,6 +1,6 @@
{
"name": "@pnpm/plugin-commands-publishing",
"version": "6.0.9",
"version": "6.0.10",
"description": "The pack and publish commands of pnpm",
"main": "lib/index.js",
"types": "lib/index.d.ts",

View File

@ -1,5 +1,11 @@
# @pnpm/default-resolver
## 17.0.2
### Patch Changes
- @pnpm/local-resolver@9.0.3
## 17.0.1
### Patch Changes

View File

@ -1,6 +1,6 @@
{
"name": "@pnpm/default-resolver",
"version": "17.0.1",
"version": "17.0.2",
"description": "pnpm's default package resolver",
"main": "lib/index.js",
"types": "lib/index.d.ts",

View File

@ -1,5 +1,13 @@
# @pnpm/local-resolver
## 9.0.3
### Patch Changes
- Updated dependencies [fec9e3149]
- Updated dependencies [0d12d38fd]
- @pnpm/read-project-manifest@4.1.0
## 9.0.2
### Patch Changes

View File

@ -1,6 +1,6 @@
{
"name": "@pnpm/local-resolver",
"version": "9.0.2",
"version": "9.0.3",
"description": "Resolver for local packages",
"main": "lib/index.js",
"types": "lib/index.d.ts",

View File

@ -1,5 +1,11 @@
# @pnpm/license-scanner
## 1.0.1
### Patch Changes
- @pnpm/directory-fetcher@5.1.1
## 1.0.0
### Major Changes

View File

@ -1,6 +1,6 @@
{
"name": "@pnpm/license-scanner",
"version": "1.0.0",
"version": "1.0.1",
"description": "Check for licenses packages",
"main": "lib/index.js",
"types": "lib/index.d.ts",

View File

@ -1,5 +1,13 @@
# @pnpm/list
## 8.0.6
### Patch Changes
- Updated dependencies [fec9e3149]
- Updated dependencies [0d12d38fd]
- @pnpm/read-project-manifest@4.1.0
## 8.0.5
### Patch Changes

View File

@ -1,6 +1,6 @@
{
"name": "@pnpm/list",
"version": "8.0.5",
"version": "8.0.6",
"description": "List installed packages in a symlinked `node_modules`",
"main": "lib/index.js",
"types": "lib/index.d.ts",

View File

@ -1,5 +1,11 @@
# @pnpm/outdated
## 11.0.6
### Patch Changes
- @pnpm/client@8.1.1
## 11.0.5
### Patch Changes

View File

@ -1,6 +1,6 @@
{
"name": "@pnpm/outdated",
"version": "11.0.5",
"version": "11.0.6",
"description": "Check for outdated packages",
"main": "lib/index.js",
"types": "lib/index.d.ts",

View File

@ -1,5 +1,14 @@
# @pnpm/plugin-commands-licenses
## 1.0.1
### Patch Changes
- a8cc22364: Fix the CLI help of the `pnpm licenses` command.
- @pnpm/cli-utils@1.0.10
- @pnpm/config@16.1.4
- @pnpm/license-scanner@1.0.1
## 1.0.0
### Major Changes

View File

@ -1,6 +1,6 @@
{
"name": "@pnpm/plugin-commands-licenses",
"version": "1.0.0",
"version": "1.0.1",
"description": "The licenses command of pnpm",
"main": "lib/index.js",
"types": "lib/index.d.ts",

View File

@ -1,5 +1,13 @@
# @pnpm/plugin-commands-listing
## 6.0.10
### Patch Changes
- @pnpm/cli-utils@1.0.10
- @pnpm/config@16.1.4
- @pnpm/list@8.0.6
## 6.0.9
### Patch Changes

View File

@ -1,6 +1,6 @@
{
"name": "@pnpm/plugin-commands-listing",
"version": "6.0.9",
"version": "6.0.10",
"description": "The list and why commands of pnpm",
"main": "lib/index.js",
"types": "lib/index.d.ts",

View File

@ -1,5 +1,14 @@
# @pnpm/plugin-commands-outdated
## 8.0.5
### Patch Changes
- @pnpm/cli-utils@1.0.10
- @pnpm/config@16.1.4
- @pnpm/default-resolver@17.0.2
- @pnpm/outdated@11.0.6
## 8.0.4
### Patch Changes

View File

@ -1,6 +1,6 @@
{
"name": "@pnpm/plugin-commands-outdated",
"version": "8.0.4",
"version": "8.0.5",
"description": "The outdated command of pnpm",
"main": "lib/index.js",
"types": "lib/index.d.ts",

View File

@ -1,5 +1,14 @@
# @pnpm/plugin-commands-server
## 5.0.10
### Patch Changes
- @pnpm/cli-utils@1.0.10
- @pnpm/config@16.1.4
- @pnpm/store-connection-manager@5.1.3
- @pnpm/server@14.0.3
## 5.0.9
### Patch Changes

View File

@ -1,6 +1,6 @@
{
"name": "@pnpm/plugin-commands-server",
"version": "5.0.9",
"version": "5.0.10",
"description": "Commands for controlling the store server",
"main": "lib/index.js",
"types": "lib/index.d.ts",

View File

@ -1,5 +1,13 @@
# @pnpm/plugin-commands-store
## 6.0.10
### Patch Changes
- @pnpm/cli-utils@1.0.10
- @pnpm/config@16.1.4
- @pnpm/store-connection-manager@5.1.3
## 6.0.9
### Patch Changes

View File

@ -1,6 +1,6 @@
{
"name": "@pnpm/plugin-commands-store",
"version": "6.0.9",
"version": "6.0.10",
"description": "Commands for controlling the store",
"main": "lib/index.js",
"types": "lib/index.d.ts",

Some files were not shown because too many files have changed in this diff Show More