chore(release): 8.7.4

This commit is contained in:
Zoltan Kochan
2023-09-06 01:08:56 +03:00
parent d92070876d
commit d194baeb50
123 changed files with 547 additions and 95 deletions

View File

@@ -1,7 +0,0 @@
---
"@pnpm/plugin-commands-server": patch
"@pnpm/server": patch
pnpm: patch
---
Fix a bug causing the pnpm server to hang if a tarball worker was requested while another worker was exiting.

View File

@@ -1,6 +0,0 @@
---
"@pnpm/store.cafs": patch
"pnpm": patch
---
Fixes a regression published with pnpm v8.7.3. Don't hang while reading `package.json` from the content-addressable store [#7051](https://github.com/pnpm/pnpm/pull/7051).

View File

@@ -1,7 +0,0 @@
---
"@pnpm/directory-fetcher": major
"@pnpm/fetcher-base": patch
"@pnpm/cafs-types": patch
---
Breakin change to the directory-fetcher API.

View File

@@ -1,5 +0,0 @@
---
"@pnpm/plugin-commands-script-runners": patch
---
Allow create scoped package with preferred version. [#7053](https://github.com/pnpm/pnpm/issues/7053)

View File

@@ -1,8 +0,0 @@
---
"@pnpm/plugin-commands-deploy": patch
"@pnpm/directory-fetcher": patch
"pnpm": patch
---
Reverting a change shipped in v8.7 that caused issues with the `pnpm deploy` command and "injected dependencies" [#6943](https://github.com/pnpm/pnpm/pull/6943).

View File

@@ -1,5 +1,11 @@
# @pnpm/assert-project
## 2.3.34
### Patch Changes
- @pnpm/assert-store@1.0.69
## 2.3.33
### Patch Changes

View File

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

View File

@@ -1,5 +1,12 @@
# @pnpm/assert-store
## 1.0.69
### Patch Changes
- Updated dependencies [b548f2f43]
- @pnpm/store.cafs@2.0.1
## 1.0.68
### Patch Changes

View File

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

View File

@@ -1,5 +1,11 @@
# @pnpm/prepare
## 0.0.77
### Patch Changes
- @pnpm/assert-project@2.3.34
## 0.0.76
### Patch Changes

View File

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

View File

@@ -1,5 +1,11 @@
# @pnpm/test-fixtures
## 0.1.7
### Patch Changes
- @pnpm/prepare@0.0.77
## 0.1.6
### Patch Changes

View File

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

View File

@@ -1,5 +1,12 @@
# @pnpm/cli-utils
## 2.0.17
### Patch Changes
- @pnpm/config@19.0.1
- @pnpm/default-reporter@12.3.2
## 2.0.16
### Patch Changes

View File

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

View File

@@ -1,5 +1,11 @@
# @pnpm/default-reporter
## 12.3.2
### Patch Changes
- @pnpm/config@19.0.1
## 12.3.1
### Patch Changes

View File

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

View File

@@ -1,5 +1,11 @@
# @pnpm/config
## 19.0.1
### Patch Changes
- @pnpm/pnpmfile@5.0.11
## 19.0.0
### Major Changes

View File

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

View File

@@ -1,5 +1,12 @@
# @pnpm/plugin-commands-config
## 2.0.18
### Patch Changes
- @pnpm/config@19.0.1
- @pnpm/cli-utils@2.0.17
## 2.0.17
### Patch Changes

View File

@@ -1,6 +1,6 @@
{
"name": "@pnpm/plugin-commands-config",
"version": "2.0.17",
"version": "2.0.18",
"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,11 @@
# @pnpm/deps.graph-builder
## 0.1.1
### Patch Changes
- @pnpm/store-controller-types@16.0.1
## 0.1.0
### Minor Changes

View File

@@ -1,7 +1,7 @@
{
"name": "@pnpm/deps.graph-builder",
"description": "A package for building a dependency graph from a lockfile",
"version": "0.1.0",
"version": "0.1.1",
"bugs": {
"url": "https://github.com/pnpm/pnpm/issues"
},

View File

@@ -1,5 +1,15 @@
# @pnpm/node.fetcher
## 3.0.15
### Patch Changes
- Updated dependencies [4a1a9431d]
- @pnpm/fetcher-base@15.0.1
- @pnpm/create-cafs-store@5.0.1
- @pnpm/pick-fetcher@2.0.0
- @pnpm/tarball-fetcher@16.0.1
## 3.0.14
### Patch Changes

View File

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

View File

@@ -1,5 +1,11 @@
# @pnpm/node.resolver
## 2.0.16
### Patch Changes
- @pnpm/node.fetcher@3.0.15
## 2.0.15
### Patch Changes

View File

@@ -1,6 +1,6 @@
{
"name": "@pnpm/node.resolver",
"version": "2.0.15",
"version": "2.0.16",
"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,14 @@
# @pnpm/plugin-commands-env
## 4.0.24
### Patch Changes
- @pnpm/node.fetcher@3.0.15
- @pnpm/node.resolver@2.0.16
- @pnpm/config@19.0.1
- @pnpm/cli-utils@2.0.17
## 4.0.23
### Patch Changes

View File

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

View File

@@ -1,5 +1,15 @@
# @pnpm/build-modules
## 11.0.13
### Patch Changes
- @pnpm/lifecycle@15.0.8
- @pnpm/store-controller-types@16.0.1
- @pnpm/fs.hard-link-dir@2.0.1
- @pnpm/patching.apply-patch@2.0.5
- @pnpm/link-bins@9.0.6
## 11.0.12
### Patch Changes

View File

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

View File

@@ -1,5 +1,15 @@
# @pnpm/lifecycle
## 15.0.8
### Patch Changes
- Updated dependencies [4a1a9431d]
- Updated dependencies [d92070876]
- @pnpm/directory-fetcher@7.0.0
- @pnpm/store-controller-types@16.0.1
- @pnpm/link-bins@9.0.6
## 15.0.7
### Patch Changes

View File

@@ -1,6 +1,6 @@
{
"name": "@pnpm/lifecycle",
"version": "15.0.7",
"version": "15.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
## 9.1.10
### Patch Changes
- Updated dependencies [b548f2f43]
- @pnpm/store.cafs@2.0.1
- @pnpm/store-connection-manager@6.1.2
- @pnpm/lifecycle@15.0.8
- @pnpm/store-controller-types@16.0.1
- @pnpm/config@19.0.1
- @pnpm/fs.hard-link-dir@2.0.1
- @pnpm/cli-utils@2.0.17
- @pnpm/link-bins@9.0.6
- @pnpm/workspace.find-packages@1.0.7
## 9.1.9
### Patch Changes

View File

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

View File

@@ -1,5 +1,15 @@
# @pnpm/plugin-commands-script-runners
## 7.1.21
### Patch Changes
- b962c27ae: Allow create scoped package with preferred version. [#7053](https://github.com/pnpm/pnpm/issues/7053)
- @pnpm/lifecycle@15.0.8
- @pnpm/plugin-commands-installation@13.1.1
- @pnpm/config@19.0.1
- @pnpm/cli-utils@2.0.17
## 7.1.20
### Patch Changes

View File

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

View File

@@ -1,5 +1,11 @@
# @pnpm/prepare-package
## 5.0.9
### Patch Changes
- @pnpm/lifecycle@15.0.8
## 5.0.8
### Patch Changes

View File

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

View File

@@ -1,5 +1,17 @@
# @pnpm/directory-fetcher
## 7.0.0
### Major Changes
- 4a1a9431d: Breaking change to the `directory-fetcher` API.
### Patch Changes
- d92070876: Reverting a change shipped in v8.7 that caused issues with the `pnpm deploy` command and "injected dependencies" [#6943](https://github.com/pnpm/pnpm/pull/6943).
- Updated dependencies [4a1a9431d]
- @pnpm/fetcher-base@15.0.1
## 6.1.0
### Minor Changes

View File

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

View File

@@ -1,5 +1,11 @@
# @pnpm/fetcher-base
## 15.0.1
### Patch Changes
- 4a1a9431d: Breaking change to the `directory-fetcher` API.
## 15.0.0
### Major Changes

View File

@@ -1,6 +1,6 @@
{
"name": "@pnpm/fetcher-base",
"version": "15.0.0",
"version": "15.0.1",
"description": "Types for pnpm-compatible fetchers",
"main": "lib/index.js",
"types": "lib/index.d.ts",

View File

@@ -1,5 +1,14 @@
# @pnpm/git-fetcher
## 10.0.1
### Patch Changes
- Updated dependencies [4a1a9431d]
- @pnpm/fetcher-base@15.0.1
- @pnpm/worker@0.1.1
- @pnpm/prepare-package@5.0.9
## 10.0.0
### Major Changes

View File

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

View File

@@ -1,5 +1,14 @@
# @pnpm/tarball-fetcher
## 16.0.1
### Patch Changes
- Updated dependencies [4a1a9431d]
- @pnpm/fetcher-base@15.0.1
- @pnpm/worker@0.1.1
- @pnpm/prepare-package@5.0.9
## 16.0.0
### Major Changes

View File

@@ -1,6 +1,6 @@
{
"name": "@pnpm/tarball-fetcher",
"version": "16.0.0",
"version": "16.0.1",
"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
## 4.0.1
### Patch Changes
- @pnpm/store-controller-types@16.0.1
## 4.0.0
### Major Changes

View File

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

View File

@@ -1,5 +1,11 @@
# @pnpm/pnpmfile
## 5.0.11
### Patch Changes
- @pnpm/store-controller-types@16.0.1
## 5.0.10
### Patch Changes

View File

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

View File

@@ -1,5 +1,13 @@
# @pnpm/plugin-commands-audit
## 8.0.22
### Patch Changes
- @pnpm/config@19.0.1
- @pnpm/cli-utils@2.0.17
- @pnpm/audit@7.0.13
## 8.0.21
### Patch Changes

View File

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

View File

@@ -1,5 +1,13 @@
# @pnpm/mount-modules
## 0.4.20
### Patch Changes
- Updated dependencies [b548f2f43]
- @pnpm/store.cafs@2.0.1
- @pnpm/config@19.0.1
## 0.4.19
### Patch Changes

View File

@@ -1,6 +1,6 @@
{
"name": "@pnpm/mount-modules",
"version": "0.4.19",
"version": "0.4.20",
"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
## 2.0.17
### Patch Changes
- @pnpm/config@19.0.1
- @pnpm/cli-utils@2.0.17
## 2.0.16
### Patch Changes

View File

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

View File

@@ -1,5 +1,12 @@
# @pnpm/plugin-commands-init
## 3.0.17
### Patch Changes
- @pnpm/config@19.0.1
- @pnpm/cli-utils@2.0.17
## 3.0.16
### Patch Changes

View File

@@ -1,6 +1,6 @@
{
"name": "@pnpm/plugin-commands-init",
"version": "3.0.16",
"version": "3.0.17",
"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
## 4.0.17
### Patch Changes
- @pnpm/cli-utils@2.0.17
## 4.0.16
### Patch Changes

View File

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

View File

@@ -1,5 +1,15 @@
# @pnpm/plugin-commands-patching
## 3.1.22
### Patch Changes
- @pnpm/store-connection-manager@6.1.2
- @pnpm/plugin-commands-installation@13.1.1
- @pnpm/config@19.0.1
- @pnpm/patching.apply-patch@2.0.5
- @pnpm/cli-utils@2.0.17
## 3.1.21
### Patch Changes

View File

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

View File

@@ -1,5 +1,15 @@
# @pnpm/client
## 10.0.19
### Patch Changes
- Updated dependencies [4a1a9431d]
- Updated dependencies [d92070876]
- @pnpm/directory-fetcher@7.0.0
- @pnpm/git-fetcher@10.0.1
- @pnpm/tarball-fetcher@16.0.1
## 10.0.18
### Patch Changes

View File

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

View File

@@ -1,5 +1,21 @@
# @pnpm/core
## 11.0.1
### Patch Changes
- @pnpm/headless@21.0.15
- @pnpm/package-requester@22.0.1
- @pnpm/worker@0.1.1
- @pnpm/lifecycle@15.0.8
- @pnpm/store-controller-types@16.0.1
- @pnpm/build-modules@11.0.13
- @pnpm/modules-cleaner@14.0.11
- @pnpm/resolve-dependencies@31.1.15
- @pnpm/symlink-dependency@7.0.3
- @pnpm/crypto.base32-hash@2.0.0
- @pnpm/link-bins@9.0.6
## 11.0.0
### Patch Changes

View File

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

View File

@@ -1,5 +1,18 @@
# @pnpm/headless
## 21.0.15
### Patch Changes
- @pnpm/package-requester@22.0.1
- @pnpm/lifecycle@15.0.8
- @pnpm/store-controller-types@16.0.1
- @pnpm/build-modules@11.0.13
- @pnpm/deps.graph-builder@0.1.1
- @pnpm/modules-cleaner@14.0.11
- @pnpm/symlink-dependency@7.0.3
- @pnpm/link-bins@9.0.6
## 21.0.14
### Patch Changes

View File

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

View File

@@ -1,5 +1,11 @@
# @pnpm/modules-cleaner
## 14.0.11
### Patch Changes
- @pnpm/store-controller-types@16.0.1
## 14.0.10
### Patch Changes

View File

@@ -1,6 +1,6 @@
{
"name": "@pnpm/modules-cleaner",
"version": "14.0.10",
"version": "14.0.11",
"description": "Exports util functions to clean up node_modules",
"main": "lib/index.js",
"types": "lib/index.d.ts",

View File

@@ -1,5 +1,17 @@
# @pnpm/package-requester
## 22.0.1
### Patch Changes
- Updated dependencies [b548f2f43]
- Updated dependencies [4a1a9431d]
- @pnpm/store.cafs@2.0.1
- @pnpm/fetcher-base@15.0.1
- @pnpm/worker@0.1.1
- @pnpm/pick-fetcher@2.0.0
- @pnpm/store-controller-types@16.0.1
## 22.0.0
### Major Changes

View File

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

View File

@@ -1,5 +1,20 @@
# @pnpm/plugin-commands-installation
## 13.1.1
### Patch Changes
- @pnpm/store-connection-manager@6.1.2
- @pnpm/plugin-commands-rebuild@9.1.10
- @pnpm/core@11.0.1
- @pnpm/package-store@17.0.1
- @pnpm/pnpmfile@5.0.11
- @pnpm/outdated@13.0.13
- @pnpm/config@19.0.1
- @pnpm/cli-utils@2.0.17
- @pnpm/workspace.find-packages@1.0.7
- @pnpm/filter-workspace-packages@7.0.17
## 13.1.0
### Minor Changes

View File

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

View File

@@ -1,5 +1,12 @@
# @pnpm/resolve-dependencies
## 31.1.15
### Patch Changes
- @pnpm/store-controller-types@16.0.1
- @pnpm/npm-resolver@16.0.9
## 31.1.14
### Patch Changes

View File

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

View File

@@ -1,5 +1,14 @@
# pnpm
## 8.7.4
### Patch Changes
- Fix a bug causing the pnpm server to hang if a tarball worker was requested while another worker was exiting [#7041](https://github.com/pnpm/pnpm/pull/7041).
- Fixes a regression published with pnpm v8.7.3. Don't hang while reading `package.json` from the content-addressable store [#7051](https://github.com/pnpm/pnpm/pull/7051).
- Allow create scoped package with preferred version. [#7053](https://github.com/pnpm/pnpm/issues/7053)
- Reverting a change shipped in v8.7 that caused issues with the `pnpm deploy` command and "injected dependencies" [#6943](https://github.com/pnpm/pnpm/pull/6943).
## 8.7.3
### Patch Changes

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

@@ -1,5 +1,17 @@
# @pnpm/plugin-commands-deploy
## 3.1.1
### Patch Changes
- d92070876: Reverting a change shipped in v8.7 that caused issues with the `pnpm deploy` command and "injected dependencies" [#6943](https://github.com/pnpm/pnpm/pull/6943).
- Updated dependencies [4a1a9431d]
- Updated dependencies [d92070876]
- @pnpm/directory-fetcher@7.0.0
- @pnpm/plugin-commands-installation@13.1.1
- @pnpm/fs.indexed-pkg-importer@4.0.1
- @pnpm/cli-utils@2.0.17
## 3.1.0
### Minor Changes

View File

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

View File

@@ -1,5 +1,15 @@
# @pnpm/plugin-commands-publishing
## 7.3.7
### Patch Changes
- @pnpm/lifecycle@15.0.8
- @pnpm/client@10.0.19
- @pnpm/config@19.0.1
- @pnpm/exportable-manifest@5.0.6
- @pnpm/cli-utils@2.0.17
## 7.3.6
### Patch Changes

View File

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

View File

@@ -1,5 +1,15 @@
# @pnpm/license-scanner
## 2.0.16
### Patch Changes
- Updated dependencies [b548f2f43]
- Updated dependencies [4a1a9431d]
- Updated dependencies [d92070876]
- @pnpm/store.cafs@2.0.1
- @pnpm/directory-fetcher@7.0.0
## 2.0.15
### Patch Changes

View File

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

View File

@@ -1,5 +1,12 @@
# @pnpm/outdated
## 13.0.13
### Patch Changes
- @pnpm/client@10.0.19
- @pnpm/npm-resolver@16.0.9
## 13.0.12
### Patch Changes

View File

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

View File

@@ -1,5 +1,13 @@
# @pnpm/plugin-commands-licenses
## 2.0.22
### Patch Changes
- @pnpm/license-scanner@2.0.16
- @pnpm/config@19.0.1
- @pnpm/cli-utils@2.0.17
## 2.0.21
### Patch Changes

View File

@@ -1,6 +1,6 @@
{
"name": "@pnpm/plugin-commands-licenses",
"version": "2.0.21",
"version": "2.0.22",
"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
## 7.0.18
### Patch Changes
- @pnpm/config@19.0.1
- @pnpm/cli-utils@2.0.17
- @pnpm/list@9.0.11
## 7.0.17
### Patch Changes

View File

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

View File

@@ -1,5 +1,13 @@
# @pnpm/plugin-commands-outdated
## 9.0.25
### Patch Changes
- @pnpm/outdated@13.0.13
- @pnpm/config@19.0.1
- @pnpm/cli-utils@2.0.17
## 9.0.24
### Patch Changes

View File

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

View File

@@ -1,5 +1,11 @@
# @pnpm/cafs-types
## 3.0.1
### Patch Changes
- 4a1a9431d: Breaking change to the `directory-fetcher` API.
## 3.0.0
### Major Changes

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