chore(release): 9.5.0

This commit is contained in:
Zoltan Kochan
2024-07-07 18:27:55 +02:00
parent afe520dc01
commit 07a7ac4a93
127 changed files with 612 additions and 100 deletions

View File

@@ -1,11 +0,0 @@
---
"@pnpm/node.fetcher": patch
"@pnpm/tarball-fetcher": patch
"@pnpm/fs.indexed-pkg-importer": patch
"@pnpm/resolve-dependencies": patch
"@pnpm/npm-resolver": patch
"@pnpm/store.cafs": patch
"@pnpm/make-dedicated-lockfile": patch
---
Update rename-overwrite to v6.

View File

@@ -1,13 +0,0 @@
---
"@pnpm/config": patch
"@pnpm/plugin-commands-env": patch
"@pnpm/plugin-commands-script-runners": patch
"@pnpm/symlink-dependency": patch
"@pnpm/core": patch
"@pnpm/hoist": patch
"@pnpm/link-bins": patch
"@pnpm/plugin-commands-installation": patch
"@pnpm/store.cafs": patch
---
Update symlink-dir to v6.0.1.

View File

@@ -1,5 +1,11 @@
# @pnpm/assert-project
## 2.3.54
### Patch Changes
- @pnpm/assert-store@1.0.86
## 2.3.53
### Patch Changes

View File

@@ -1,7 +1,7 @@
{
"name": "@pnpm/assert-project",
"description": "Utils for testing projects that use pnpm",
"version": "2.3.53",
"version": "2.3.54",
"author": {
"name": "Zoltan Kochan",
"email": "z@kochan.io",

View File

@@ -1,5 +1,13 @@
# @pnpm/assert-store
## 1.0.86
### Patch Changes
- Updated dependencies [afe520d]
- Updated dependencies [afe520d]
- @pnpm/store.cafs@3.0.5
## 1.0.85
### Patch Changes

View File

@@ -1,7 +1,7 @@
{
"name": "@pnpm/assert-store",
"description": "Utils for testing pnpm store",
"version": "1.0.85",
"version": "1.0.86",
"author": {
"name": "Zoltan Kochan",
"email": "z@kochan.io",

View File

@@ -1,5 +1,11 @@
# @pnpm/prepare
## 0.0.97
### Patch Changes
- @pnpm/assert-project@2.3.54
## 0.0.96
### Patch Changes

View File

@@ -1,6 +1,6 @@
{
"name": "@pnpm/prepare",
"version": "0.0.96",
"version": "0.0.97",
"main": "lib/index.js",
"types": "lib/index.d.ts",
"dependencies": {

View File

@@ -1,5 +1,11 @@
# @pnpm/test-fixtures
## 0.1.27
### Patch Changes
- @pnpm/prepare@0.0.97
## 0.1.26
### Patch Changes

View File

@@ -1,7 +1,7 @@
{
"name": "@pnpm/test-fixtures",
"description": "Test fixtures",
"version": "0.1.26",
"version": "0.1.27",
"author": {
"name": "Zoltan Kochan",
"email": "z@kochan.io",

View File

@@ -1,5 +1,13 @@
# @pnpm/cli-utils
## 3.1.4
### Patch Changes
- Updated dependencies [afe520d]
- @pnpm/config@21.6.1
- @pnpm/default-reporter@13.1.7
## 3.1.3
### Patch Changes

View File

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

View File

@@ -1,5 +1,12 @@
# @pnpm/default-reporter
## 13.1.7
### Patch Changes
- Updated dependencies [afe520d]
- @pnpm/config@21.6.1
## 13.1.6
### Patch Changes

View File

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

View File

@@ -1,5 +1,12 @@
# @pnpm/plugin-commands-completion
## 1.0.12
### Patch Changes
- @pnpm/cli-utils@3.1.4
- @pnpm/workspace.find-packages@4.0.1
## 1.0.11
### Patch Changes

View File

@@ -1,6 +1,6 @@
{
"name": "@pnpm/plugin-commands-completion",
"version": "1.0.11",
"version": "1.0.12",
"description": "Commands for shell completions",
"main": "lib/index.js",
"types": "lib/index.d.ts",

View File

@@ -1,5 +1,11 @@
# @pnpm/config
## 21.6.1
### Patch Changes
- afe520d: Update symlink-dir to v6.0.1.
## 21.6.0
### Minor Changes

View File

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

View File

@@ -1,5 +1,13 @@
# @pnpm/plugin-commands-config
## 3.0.12
### Patch Changes
- Updated dependencies [afe520d]
- @pnpm/config@21.6.1
- @pnpm/cli-utils@3.1.4
## 3.0.11
### Patch Changes

View File

@@ -1,6 +1,6 @@
{
"name": "@pnpm/plugin-commands-config",
"version": "3.0.11",
"version": "3.0.12",
"description": "Commands for reading and writing settings to/from config files",
"main": "lib/index.js",
"types": "lib/index.d.ts",

View File

@@ -1,5 +1,14 @@
# @pnpm/node.fetcher
## 4.0.8
### Patch Changes
- afe520d: Update rename-overwrite to v6.
- Updated dependencies [afe520d]
- @pnpm/tarball-fetcher@19.0.8
- @pnpm/create-cafs-store@7.0.5
## 4.0.7
### Patch Changes

View File

@@ -1,6 +1,6 @@
{
"name": "@pnpm/node.fetcher",
"version": "4.0.7",
"version": "4.0.8",
"description": "Node.js artifacts fetcher",
"funding": "https://opencollective.com/pnpm",
"main": "lib/index.js",

View File

@@ -1,5 +1,12 @@
# @pnpm/node.resolver
## 3.0.8
### Patch Changes
- Updated dependencies [afe520d]
- @pnpm/node.fetcher@4.0.8
## 3.0.7
### Patch Changes

View File

@@ -1,6 +1,6 @@
{
"name": "@pnpm/node.resolver",
"version": "3.0.7",
"version": "3.0.8",
"description": "Resolves a Node.js version specifier to an exact Node.js version",
"funding": "https://opencollective.com/pnpm",
"main": "lib/index.js",

View File

@@ -1,5 +1,17 @@
# @pnpm/plugin-commands-env
## 5.0.12
### Patch Changes
- afe520d: Update symlink-dir to v6.0.1.
- Updated dependencies [afe520d]
- Updated dependencies [afe520d]
- @pnpm/node.fetcher@4.0.8
- @pnpm/config@21.6.1
- @pnpm/node.resolver@3.0.8
- @pnpm/cli-utils@3.1.4
## 5.0.11
### Patch Changes

View File

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

View File

@@ -1,5 +1,16 @@
# @pnpm/build-modules
## 13.0.6
### Patch Changes
- Updated dependencies [afe520d]
- @pnpm/link-bins@10.0.6
- @pnpm/worker@1.0.6
- @pnpm/lifecycle@17.0.8
- @pnpm/fs.hard-link-dir@4.0.0
- @pnpm/patching.apply-patch@3.0.1
## 13.0.5
### Patch Changes

View File

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

View File

@@ -1,5 +1,13 @@
# @pnpm/lifecycle
## 17.0.8
### Patch Changes
- Updated dependencies [afe520d]
- @pnpm/link-bins@10.0.6
- @pnpm/directory-fetcher@8.0.4
## 17.0.7
### Patch Changes

View File

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

View File

@@ -1,5 +1,20 @@
# @pnpm/plugin-commands-rebuild
## 12.0.1
### Patch Changes
- Updated dependencies [afe520d]
- Updated dependencies [afe520d]
- @pnpm/store.cafs@3.0.5
- @pnpm/config@21.6.1
- @pnpm/link-bins@10.0.6
- @pnpm/worker@1.0.6
- @pnpm/cli-utils@3.1.4
- @pnpm/store-connection-manager@8.3.2
- @pnpm/lifecycle@17.0.8
- @pnpm/workspace.find-packages@4.0.1
## 12.0.0
### Major Changes

View File

@@ -1,6 +1,6 @@
{
"name": "@pnpm/plugin-commands-rebuild",
"version": "12.0.0",
"version": "12.0.1",
"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
## 10.0.1
### Patch Changes
- afe520d: Update symlink-dir to v6.0.1.
- Updated dependencies [afe520d]
- @pnpm/config@21.6.1
- @pnpm/plugin-commands-env@5.0.12
- @pnpm/plugin-commands-installation@16.0.1
- @pnpm/cli-utils@3.1.4
- @pnpm/lifecycle@17.0.8
- @pnpm/crypto.base32-hash@3.0.0
## 10.0.0
### Major Changes

View File

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

View File

@@ -1,5 +1,11 @@
# @pnpm/prepare-package
## 6.0.8
### Patch Changes
- @pnpm/lifecycle@17.0.8
## 6.0.7
### Patch Changes

View File

@@ -1,6 +1,6 @@
{
"name": "@pnpm/prepare-package",
"version": "6.0.7",
"version": "6.0.8",
"description": "Prepares a Git-hosted package",
"main": "lib/index.js",
"types": "lib/index.d.ts",

View File

@@ -1,5 +1,12 @@
# @pnpm/git-fetcher
## 13.0.8
### Patch Changes
- @pnpm/worker@1.0.6
- @pnpm/prepare-package@6.0.8
## 13.0.7
### Patch Changes

View File

@@ -1,6 +1,6 @@
{
"name": "@pnpm/git-fetcher",
"version": "13.0.7",
"version": "13.0.8",
"description": "A fetcher for git-hosted packages",
"main": "lib/index.js",
"types": "lib/index.d.ts",

View File

@@ -1,5 +1,13 @@
# @pnpm/tarball-fetcher
## 19.0.8
### Patch Changes
- afe520d: Update rename-overwrite to v6.
- @pnpm/worker@1.0.6
- @pnpm/prepare-package@6.0.8
## 19.0.7
### Patch Changes

View File

@@ -1,6 +1,6 @@
{
"name": "@pnpm/tarball-fetcher",
"version": "19.0.7",
"version": "19.0.8",
"description": "Fetcher for packages hosted as tarballs",
"main": "lib/index.js",
"types": "lib/index.d.ts",

View File

@@ -1,5 +1,11 @@
# @pnpm/fs.indexed-pkg-importer
## 6.0.5
### Patch Changes
- afe520d: Update rename-overwrite to v6.
## 6.0.4
### Patch Changes

View File

@@ -1,7 +1,7 @@
{
"name": "@pnpm/fs.indexed-pkg-importer",
"description": "Replicates indexed directories using hard links, copies, or cloning",
"version": "6.0.4",
"version": "6.0.5",
"bugs": {
"url": "https://github.com/pnpm/pnpm/issues"
},

View File

@@ -1,5 +1,11 @@
# @pnpm/symlink-dependency
## 8.0.4
### Patch Changes
- afe520d: Update symlink-dir to v6.0.1.
## 8.0.3
### Patch Changes

View File

@@ -1,7 +1,7 @@
{
"name": "@pnpm/symlink-dependency",
"description": "Symlink a dependency to node_modules",
"version": "8.0.3",
"version": "8.0.4",
"bugs": {
"url": "https://github.com/pnpm/pnpm/issues"
},

View File

@@ -1,5 +1,14 @@
# @pnpm/plugin-commands-audit
## 10.2.3
### Patch Changes
- Updated dependencies [afe520d]
- @pnpm/config@21.6.1
- @pnpm/cli-utils@3.1.4
- @pnpm/audit@8.1.6
## 10.2.2
### Patch Changes

View File

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

View File

@@ -1,5 +1,14 @@
# @pnpm/mount-modules
## 0.6.9
### Patch Changes
- Updated dependencies [afe520d]
- Updated dependencies [afe520d]
- @pnpm/store.cafs@3.0.5
- @pnpm/config@21.6.1
## 0.6.8
### Patch Changes

View File

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

View File

@@ -1,5 +1,12 @@
# @pnpm/make-dedicated-lockfile
## 0.6.11
### Patch Changes
- afe520d: Update rename-overwrite to v6.
- @pnpm/exportable-manifest@7.0.0
## 0.6.10
### Patch Changes

View File

@@ -1,6 +1,6 @@
{
"name": "@pnpm/make-dedicated-lockfile",
"version": "0.6.10",
"version": "0.6.11",
"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,13 @@
# @pnpm/plugin-commands-doctor
## 3.0.12
### Patch Changes
- Updated dependencies [afe520d]
- @pnpm/config@21.6.1
- @pnpm/cli-utils@3.1.4
## 3.0.11
### Patch Changes

View File

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

View File

@@ -1,5 +1,13 @@
# @pnpm/plugin-commands-init
## 4.0.12
### Patch Changes
- Updated dependencies [afe520d]
- @pnpm/config@21.6.1
- @pnpm/cli-utils@3.1.4
## 4.0.11
### Patch Changes

View File

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

View File

@@ -1,5 +1,11 @@
# @pnpm/plugin-commands-setup
## 5.1.1
### Patch Changes
- @pnpm/cli-utils@3.1.4
## 5.1.0
### Minor Changes

View File

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

View File

@@ -1,5 +1,16 @@
# @pnpm/plugin-commands-patching
## 6.2.3
### Patch Changes
- Updated dependencies [afe520d]
- @pnpm/config@21.6.1
- @pnpm/plugin-commands-installation@16.0.1
- @pnpm/cli-utils@3.1.4
- @pnpm/store-connection-manager@8.3.2
- @pnpm/patching.apply-patch@3.0.1
## 6.2.2
### Patch Changes

View File

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

View File

@@ -1,5 +1,15 @@
# @pnpm/client
## 11.1.4
### Patch Changes
- Updated dependencies [afe520d]
- @pnpm/tarball-fetcher@19.0.8
- @pnpm/default-resolver@20.0.3
- @pnpm/git-fetcher@13.0.8
- @pnpm/directory-fetcher@8.0.4
## 11.1.3
### Patch Changes

View File

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

View File

@@ -1,5 +1,24 @@
# @pnpm/core
## 15.0.1
### Patch Changes
- afe520d: Update symlink-dir to v6.0.1.
- Updated dependencies [afe520d]
- Updated dependencies [afe520d]
- @pnpm/resolve-dependencies@34.0.1
- @pnpm/symlink-dependency@8.0.4
- @pnpm/hoist@9.1.8
- @pnpm/link-bins@10.0.6
- @pnpm/headless@23.1.9
- @pnpm/package-requester@25.2.2
- @pnpm/worker@1.0.6
- @pnpm/pkg-manager.direct-dep-linker@3.0.4
- @pnpm/build-modules@13.0.6
- @pnpm/lifecycle@17.0.8
- @pnpm/crypto.base32-hash@3.0.0
## 15.0.0
### Major Changes

View File

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

View File

@@ -1,5 +1,12 @@
# @pnpm/pkg-manager.direct-dep-linker
## 3.0.4
### Patch Changes
- Updated dependencies [afe520d]
- @pnpm/symlink-dependency@8.0.4
## 3.0.3
### Patch Changes

View File

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

View File

@@ -1,5 +1,20 @@
# @pnpm/headless
## 23.1.9
### Patch Changes
- Updated dependencies [afe520d]
- @pnpm/symlink-dependency@8.0.4
- @pnpm/hoist@9.1.8
- @pnpm/link-bins@10.0.6
- @pnpm/package-requester@25.2.2
- @pnpm/worker@1.0.6
- @pnpm/pkg-manager.direct-dep-linker@3.0.4
- @pnpm/build-modules@13.0.6
- @pnpm/lifecycle@17.0.8
- @pnpm/real-hoist@3.0.7
## 23.1.8
### Patch Changes

View File

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

View File

@@ -1,5 +1,13 @@
# @pnpm/hoist
## 9.1.8
### Patch Changes
- afe520d: Update symlink-dir to v6.0.1.
- Updated dependencies [afe520d]
- @pnpm/link-bins@10.0.6
## 9.1.7
### Patch Changes

View File

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

View File

@@ -1,5 +1,11 @@
# @pnpm/link-bins
## 10.0.6
### Patch Changes
- afe520d: Update symlink-dir to v6.0.1.
## 10.0.5
### Patch Changes

View File

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

View File

@@ -1,5 +1,14 @@
# @pnpm/package-requester
## 25.2.2
### Patch Changes
- Updated dependencies [afe520d]
- Updated dependencies [afe520d]
- @pnpm/store.cafs@3.0.5
- @pnpm/worker@1.0.6
## 25.2.1
### Patch Changes

View File

@@ -1,6 +1,6 @@
{
"name": "@pnpm/package-requester",
"version": "25.2.1",
"version": "25.2.2",
"description": "Concurrent downloader of npm-compatible packages",
"main": "lib/index.js",
"types": "lib/index.d.ts",

View File

@@ -1,5 +1,22 @@
# @pnpm/plugin-commands-installation
## 16.0.1
### Patch Changes
- afe520d: Update symlink-dir to v6.0.1.
- Updated dependencies [afe520d]
- @pnpm/config@21.6.1
- @pnpm/core@15.0.1
- @pnpm/outdated@15.0.1
- @pnpm/workspace.pkgs-graph@4.0.1
- @pnpm/plugin-commands-rebuild@12.0.1
- @pnpm/package-store@20.3.2
- @pnpm/cli-utils@3.1.4
- @pnpm/store-connection-manager@8.3.2
- @pnpm/filter-workspace-packages@10.0.1
- @pnpm/workspace.find-packages@4.0.1
## 16.0.0
### Major Changes

View File

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

View File

@@ -1,5 +1,13 @@
# @pnpm/resolve-dependencies
## 34.0.1
### Patch Changes
- afe520d: Update rename-overwrite to v6.
- Updated dependencies [afe520d]
- @pnpm/npm-resolver@21.0.1
## 34.0.0
### Major Changes

View File

@@ -1,6 +1,6 @@
{
"name": "@pnpm/resolve-dependencies",
"version": "34.0.0",
"version": "34.0.1",
"description": "Resolves dependency graph of a package",
"main": "lib/index.js",
"types": "lib/index.d.ts",

View File

@@ -1,23 +1,46 @@
# pnpm
## 9.5.0-beta.3
### Patch Changes
- Installation with filtering should work, when `dedupe-peer-dependents` is set to `true` [#6300](https://github.com/pnpm/pnpm/issues/6300).
- Fix `dlx` not actually using node version specified by `--use-node-version`.
## 9.5.0-beta.0
## 9.5.0
### Minor Changes
- Added support for [catalogs](https://github.com/pnpm/rfcs/blob/main/text/0001-catalogs.md) [8122](#https://github.com/pnpm/pnpm/pull/8122).
- Bundled `pnpm setup` now creates `pnpx` script [#8230](https://github.com/pnpm/pnpm/issues/8230).
Catalogs may be declared in the `pnpm-workspace.yaml` file. For example:
```yaml
# Default catalogs
catalog:
chalk: ^4.1.2
# Named catalogs
catalogs:
react16:
react: ^16.7.0
react-dom: ^16.7.0
react17:
react: ^17.10.0
react-dom: ^17.10.0
```
Then, in `package.json` files, use the `catalog:` protocol to reference a "default" or "named" catalog:
```json
{
"dependencies": {
"chalk": "catalog:",
"react": "catalog:react16",
"react-dom": "catalog:react16"
}
}
```
- Bundled `pnpm setup` now creates the `pnpx` script [#8230](https://github.com/pnpm/pnpm/issues/8230).
### Patch Changes
- Read authentication information from `.npmrc` in the current directory when running `dlx` [#7996](https://github.com/pnpm/pnpm/issues/7996).
- update @pnpm/tabtab to v0.5.4, enabling zsh autocomplete lazy loading [#8236](https://github.com/pnpm/pnpm/pull/8236).
- Updated `@pnpm/tabtab` to v0.5.4, enabling zsh autocomplete lazy loading [#8236](https://github.com/pnpm/pnpm/pull/8236).
- Installation with filtering will now work, when `dedupe-peer-dependents` is set to `true` [#6300](https://github.com/pnpm/pnpm/issues/6300).
- Fixed `dlx` not actually using the Node.js version specified by `--use-node-version`.
## 9.4.0

View File

@@ -1,7 +1,7 @@
{
"name": "@pnpm/exe",
"description": "Fast, disk space efficient package manager",
"version": "9.5.0-beta.3",
"version": "9.5.0",
"publishConfig": {
"tag": "next-9",
"bin": {

View File

@@ -1,6 +1,6 @@
{
"name": "@pnpm/linux-arm64",
"version": "9.5.0-beta.3",
"version": "9.5.0",
"license": "MIT",
"publishConfig": {
"bin": {

View File

@@ -1,6 +1,6 @@
{
"name": "@pnpm/linux-x64",
"version": "9.5.0-beta.3",
"version": "9.5.0",
"license": "MIT",
"publishConfig": {
"bin": {

View File

@@ -1,6 +1,6 @@
{
"name": "@pnpm/macos-arm64",
"version": "9.5.0-beta.3",
"version": "9.5.0",
"license": "MIT",
"publishConfig": {
"bin": {

View File

@@ -1,6 +1,6 @@
{
"name": "@pnpm/macos-x64",
"version": "9.5.0-beta.3",
"version": "9.5.0",
"license": "MIT",
"publishConfig": {
"bin": {

View File

@@ -1,6 +1,6 @@
{
"name": "@pnpm/win-arm64",
"version": "9.5.0-beta.3",
"version": "9.5.0",
"license": "MIT",
"publishConfig": {
"bin": {

View File

@@ -1,6 +1,6 @@
{
"name": "@pnpm/win-x64",
"version": "9.5.0-beta.3",
"version": "9.5.0",
"license": "MIT",
"publishConfig": {
"bin": {

View File

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

View File

@@ -1,5 +1,16 @@
# @pnpm/plugin-commands-deploy
## 5.1.13
### Patch Changes
- Updated dependencies [afe520d]
- Updated dependencies [afe520d]
- @pnpm/fs.indexed-pkg-importer@6.0.5
- @pnpm/plugin-commands-installation@16.0.1
- @pnpm/cli-utils@3.1.4
- @pnpm/directory-fetcher@8.0.4
## 5.1.12
### Patch Changes

View File

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

View File

@@ -1,5 +1,16 @@
# @pnpm/plugin-commands-publishing
## 9.0.1
### Patch Changes
- Updated dependencies [afe520d]
- @pnpm/config@21.6.1
- @pnpm/client@11.1.4
- @pnpm/cli-utils@3.1.4
- @pnpm/lifecycle@17.0.8
- @pnpm/exportable-manifest@7.0.0
## 9.0.0
### Major Changes

View File

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

View File

@@ -1,5 +1,12 @@
# @pnpm/default-resolver
## 20.0.3
### Patch Changes
- Updated dependencies [afe520d]
- @pnpm/npm-resolver@21.0.1
## 20.0.2
### Patch Changes

View File

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

View File

@@ -1,5 +1,11 @@
# @pnpm/npm-resolver
## 21.0.1
### Patch Changes
- afe520d: Update rename-overwrite to v6.
## 21.0.0
### Major Changes

View File

@@ -1,6 +1,6 @@
{
"name": "@pnpm/npm-resolver",
"version": "21.0.0",
"version": "21.0.1",
"description": "Resolver for npm-hosted packages",
"main": "lib/index.js",
"types": "lib/index.d.ts",

View File

@@ -1,5 +1,14 @@
# @pnpm/license-scanner
## 3.1.8
### Patch Changes
- Updated dependencies [afe520d]
- Updated dependencies [afe520d]
- @pnpm/store.cafs@3.0.5
- @pnpm/directory-fetcher@8.0.4
## 3.1.7
### Patch Changes

View File

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

View File

@@ -1,5 +1,13 @@
# @pnpm/outdated
## 15.0.1
### Patch Changes
- Updated dependencies [afe520d]
- @pnpm/npm-resolver@21.0.1
- @pnpm/client@11.1.4
## 15.0.0
### Major Changes

View File

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

View File

@@ -1,5 +1,14 @@
# @pnpm/plugin-commands-licenses
## 4.1.10
### Patch Changes
- Updated dependencies [afe520d]
- @pnpm/config@21.6.1
- @pnpm/license-scanner@3.1.8
- @pnpm/cli-utils@3.1.4
## 4.1.9
### Patch Changes

View File

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

View File

@@ -1,5 +1,14 @@
# @pnpm/plugin-commands-listing
## 10.0.1
### Patch Changes
- Updated dependencies [afe520d]
- @pnpm/config@21.6.1
- @pnpm/cli-utils@3.1.4
- @pnpm/list@10.1.6
## 10.0.0
### Major Changes

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