chore(release): 8.7.5

This commit is contained in:
Zoltan Kochan
2023-09-11 15:15:09 +03:00
parent 03cdccc6e6
commit 10cb4b3245
122 changed files with 574 additions and 92 deletions

View File

@@ -1,12 +0,0 @@
---
"@pnpm/store-connection-manager": minor
"@pnpm/store-controller-types": minor
"@pnpm/fs.indexed-pkg-importer": minor
"@pnpm/create-cafs-store": minor
"@pnpm/headless": minor
"@pnpm/core": minor
"@pnpm/cafs-types": minor
"@pnpm/worker": patch
---
New option added: disableRelinkFromStore.

View File

@@ -1,8 +0,0 @@
---
"@pnpm/headless": minor
"@pnpm/core": minor
"@pnpm/worker": minor
"pnpm": patch
---
Improve performance of installation by using a worker for creating the symlinks inside `node_modules/.pnpm` [#7069](https://github.com/pnpm/pnpm/pull/7069).

View File

@@ -1,5 +0,0 @@
---
"pnpm": patch
---
Tarballs that have hard links are now unpacked successfully. This fixes a regression introduced in v8.7.0, which was shipped with our new in-house tarball parser [#7062](https://github.com/pnpm/pnpm/pull/7062).

View File

@@ -1,5 +0,0 @@
---
"@pnpm/symlink-dependency": minor
---
Add a sync symlinker.

View File

@@ -1,5 +1,11 @@
# @pnpm/assert-project
## 2.3.36
### Patch Changes
- @pnpm/assert-store@1.0.71
## 2.3.35
### Patch Changes

View File

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

View File

@@ -1,5 +1,11 @@
# @pnpm/assert-store
## 1.0.71
### Patch Changes
- @pnpm/store.cafs@2.0.3
## 1.0.70
### Patch Changes

View File

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

View File

@@ -1,5 +1,11 @@
# @pnpm/prepare
## 0.0.79
### Patch Changes
- @pnpm/assert-project@2.3.36
## 0.0.78
### Patch Changes

View File

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

View File

@@ -1,5 +1,11 @@
# @pnpm/test-fixtures
## 0.1.9
### Patch Changes
- @pnpm/prepare@0.0.79
## 0.1.8
### Patch Changes

View File

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

View File

@@ -1,5 +1,12 @@
# @pnpm/cli-utils
## 2.0.18
### Patch Changes
- @pnpm/config@19.0.2
- @pnpm/default-reporter@12.3.3
## 2.0.17
### Patch Changes

View File

@@ -1,6 +1,6 @@
{
"name": "@pnpm/cli-utils",
"version": "2.0.17",
"version": "2.0.18",
"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.3
### Patch Changes
- @pnpm/config@19.0.2
## 12.3.2
### Patch Changes

View File

@@ -1,6 +1,6 @@
{
"name": "@pnpm/default-reporter",
"version": "12.3.2",
"version": "12.3.3",
"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.2
### Patch Changes
- @pnpm/pnpmfile@5.0.12
## 19.0.1
### Patch Changes

View File

@@ -1,6 +1,6 @@
{
"name": "@pnpm/config",
"version": "19.0.1",
"version": "19.0.2",
"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.19
### Patch Changes
- @pnpm/config@19.0.2
- @pnpm/cli-utils@2.0.18
## 2.0.18
### Patch Changes

View File

@@ -1,6 +1,6 @@
{
"name": "@pnpm/plugin-commands-config",
"version": "2.0.18",
"version": "2.0.19",
"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,12 @@
# @pnpm/deps.graph-builder
## 0.1.2
### Patch Changes
- Updated dependencies [03cdccc6e]
- @pnpm/store-controller-types@16.1.0
## 0.1.1
### Patch 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.1",
"version": "0.1.2",
"bugs": {
"url": "https://github.com/pnpm/pnpm/issues"
},

View File

@@ -1,5 +1,14 @@
# @pnpm/node.fetcher
## 3.0.17
### Patch Changes
- Updated dependencies [03cdccc6e]
- @pnpm/create-cafs-store@5.1.0
- @pnpm/tarball-fetcher@17.0.0
- @pnpm/fetcher-base@15.0.1
## 3.0.16
### Patch Changes

View File

@@ -1,6 +1,6 @@
{
"name": "@pnpm/node.fetcher",
"version": "3.0.16",
"version": "3.0.17",
"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.18
### Patch Changes
- @pnpm/node.fetcher@3.0.17
## 2.0.17
### Patch Changes

View File

@@ -1,6 +1,6 @@
{
"name": "@pnpm/node.resolver",
"version": "2.0.17",
"version": "2.0.18",
"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.26
### Patch Changes
- @pnpm/node.fetcher@3.0.17
- @pnpm/config@19.0.2
- @pnpm/node.resolver@2.0.18
- @pnpm/cli-utils@2.0.18
## 4.0.25
### Patch Changes

View File

@@ -1,6 +1,6 @@
{
"name": "@pnpm/plugin-commands-env",
"version": "4.0.25",
"version": "4.0.26",
"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
## 11.0.14
### Patch Changes
- Updated dependencies [03cdccc6e]
- @pnpm/store-controller-types@16.1.0
- @pnpm/lifecycle@15.0.9
- @pnpm/fs.hard-link-dir@2.0.1
- @pnpm/patching.apply-patch@2.0.5
- @pnpm/link-bins@9.0.6
## 11.0.13
### Patch Changes

View File

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

View File

@@ -1,5 +1,14 @@
# @pnpm/lifecycle
## 15.0.9
### Patch Changes
- Updated dependencies [03cdccc6e]
- @pnpm/store-controller-types@16.1.0
- @pnpm/directory-fetcher@7.0.0
- @pnpm/link-bins@9.0.6
## 15.0.8
### Patch Changes

View File

@@ -1,6 +1,6 @@
{
"name": "@pnpm/lifecycle",
"version": "15.0.8",
"version": "15.0.9",
"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.12
### Patch Changes
- Updated dependencies [03cdccc6e]
- @pnpm/store-connection-manager@6.2.0
- @pnpm/store-controller-types@16.1.0
- @pnpm/lifecycle@15.0.9
- @pnpm/store.cafs@2.0.3
- @pnpm/config@19.0.2
- @pnpm/cli-utils@2.0.18
- @pnpm/workspace.find-packages@1.0.8
- @pnpm/fs.hard-link-dir@2.0.1
- @pnpm/link-bins@9.0.6
## 9.1.11
### Patch Changes

View File

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

View File

@@ -1,5 +1,14 @@
# @pnpm/plugin-commands-script-runners
## 7.1.23
### Patch Changes
- @pnpm/plugin-commands-installation@13.1.3
- @pnpm/lifecycle@15.0.9
- @pnpm/config@19.0.2
- @pnpm/cli-utils@2.0.18
## 7.1.22
### Patch Changes

View File

@@ -1,6 +1,6 @@
{
"name": "@pnpm/plugin-commands-script-runners",
"version": "7.1.22",
"version": "7.1.23",
"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.10
### Patch Changes
- @pnpm/lifecycle@15.0.9
## 5.0.9
### Patch Changes

View File

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

View File

@@ -1,5 +1,15 @@
# @pnpm/git-fetcher
## 11.0.0
### Patch Changes
- Updated dependencies [03cdccc6e]
- Updated dependencies [48dcd108c]
- @pnpm/worker@0.2.0
- @pnpm/fetcher-base@15.0.1
- @pnpm/prepare-package@5.0.10
## 10.0.2
### Patch Changes

View File

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

View File

@@ -1,5 +1,15 @@
# @pnpm/tarball-fetcher
## 17.0.0
### Patch Changes
- Updated dependencies [03cdccc6e]
- Updated dependencies [48dcd108c]
- @pnpm/worker@0.2.0
- @pnpm/fetcher-base@15.0.1
- @pnpm/prepare-package@5.0.10
## 16.0.2
### Patch Changes

View File

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

View File

@@ -1,5 +1,16 @@
# @pnpm/fs.indexed-pkg-importer
## 4.1.0
### Minor Changes
- 03cdccc6e: New option added: disableRelinkFromStore.
### Patch Changes
- Updated dependencies [03cdccc6e]
- @pnpm/store-controller-types@16.1.0
## 4.0.1
### 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": "4.0.1",
"version": "4.1.0",
"bugs": {
"url": "https://github.com/pnpm/pnpm/issues"
},

View File

@@ -1,5 +1,11 @@
# @pnpm/symlink-dependency
## 7.1.0
### Minor Changes
- 48dcd108c: Add a sync symlinker.
## 7.0.3
### Patch Changes

View File

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

View File

@@ -1,5 +1,12 @@
# @pnpm/pnpmfile
## 5.0.12
### Patch Changes
- Updated dependencies [03cdccc6e]
- @pnpm/store-controller-types@16.1.0
## 5.0.11
### Patch Changes

View File

@@ -1,6 +1,6 @@
{
"name": "@pnpm/pnpmfile",
"version": "5.0.11",
"version": "5.0.12",
"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.23
### Patch Changes
- @pnpm/config@19.0.2
- @pnpm/cli-utils@2.0.18
- @pnpm/audit@7.0.13
## 8.0.22
### Patch Changes

View File

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

View File

@@ -1,5 +1,12 @@
# @pnpm/mount-modules
## 0.4.22
### Patch Changes
- @pnpm/store.cafs@2.0.3
- @pnpm/config@19.0.2
## 0.4.21
### Patch Changes

View File

@@ -1,6 +1,6 @@
{
"name": "@pnpm/mount-modules",
"version": "0.4.21",
"version": "0.4.22",
"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.18
### Patch Changes
- @pnpm/config@19.0.2
- @pnpm/cli-utils@2.0.18
## 2.0.17
### Patch Changes

View File

@@ -1,6 +1,6 @@
{
"name": "@pnpm/plugin-commands-doctor",
"version": "2.0.17",
"version": "2.0.18",
"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.18
### Patch Changes
- @pnpm/config@19.0.2
- @pnpm/cli-utils@2.0.18
## 3.0.17
### Patch Changes

View File

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

View File

@@ -1,6 +1,6 @@
{
"name": "@pnpm/plugin-commands-setup",
"version": "4.0.17",
"version": "4.0.18",
"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
## 3.1.24
### Patch Changes
- Updated dependencies [03cdccc6e]
- @pnpm/store-connection-manager@6.2.0
- @pnpm/plugin-commands-installation@13.1.3
- @pnpm/config@19.0.2
- @pnpm/cli-utils@2.0.18
- @pnpm/patching.apply-patch@2.0.5
## 3.1.23
### Patch Changes

View File

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

View File

@@ -1,5 +1,13 @@
# @pnpm/client
## 10.0.21
### Patch Changes
- @pnpm/git-fetcher@11.0.0
- @pnpm/tarball-fetcher@17.0.0
- @pnpm/directory-fetcher@7.0.0
## 10.0.20
### Patch Changes

View File

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

View File

@@ -1,5 +1,30 @@
# @pnpm/core
## 12.0.0
### Minor Changes
- 03cdccc6e: New option added: disableRelinkFromStore.
- 48dcd108c: Improve performance of installation by using a worker for creating the symlinks inside `node_modules/.pnpm` [#7069](https://github.com/pnpm/pnpm/pull/7069).
### Patch Changes
- Updated dependencies [03cdccc6e]
- Updated dependencies [48dcd108c]
- Updated dependencies [48dcd108c]
- @pnpm/store-controller-types@16.1.0
- @pnpm/headless@22.0.0
- @pnpm/worker@0.2.0
- @pnpm/symlink-dependency@7.1.0
- @pnpm/build-modules@11.0.14
- @pnpm/lifecycle@15.0.9
- @pnpm/modules-cleaner@14.0.12
- @pnpm/package-requester@23.0.0
- @pnpm/resolve-dependencies@31.1.16
- @pnpm/pkg-manager.direct-dep-linker@2.1.5
- @pnpm/crypto.base32-hash@2.0.0
- @pnpm/link-bins@9.0.6
## 11.0.2
### Patch Changes

View File

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

View File

@@ -1,5 +1,12 @@
# @pnpm/pkg-manager.direct-dep-linker
## 2.1.5
### Patch Changes
- Updated dependencies [48dcd108c]
- @pnpm/symlink-dependency@7.1.0
## 2.1.4
### Patch Changes

View File

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

View File

@@ -1,5 +1,28 @@
# @pnpm/headless
## 22.0.0
### Minor Changes
- 03cdccc6e: New option added: disableRelinkFromStore.
- 48dcd108c: Improve performance of installation by using a worker for creating the symlinks inside `node_modules/.pnpm` [#7069](https://github.com/pnpm/pnpm/pull/7069).
### Patch Changes
- Updated dependencies [03cdccc6e]
- Updated dependencies [48dcd108c]
- Updated dependencies [48dcd108c]
- @pnpm/store-controller-types@16.1.0
- @pnpm/worker@0.2.0
- @pnpm/symlink-dependency@7.1.0
- @pnpm/deps.graph-builder@0.1.2
- @pnpm/build-modules@11.0.14
- @pnpm/lifecycle@15.0.9
- @pnpm/modules-cleaner@14.0.12
- @pnpm/package-requester@23.0.0
- @pnpm/pkg-manager.direct-dep-linker@2.1.5
- @pnpm/link-bins@9.0.6
## 21.0.16
### Patch Changes

View File

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

View File

@@ -1,5 +1,12 @@
# @pnpm/modules-cleaner
## 14.0.12
### Patch Changes
- Updated dependencies [03cdccc6e]
- @pnpm/store-controller-types@16.1.0
## 14.0.11
### Patch Changes

View File

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

View File

@@ -1,5 +1,16 @@
# @pnpm/package-requester
## 23.0.0
### Patch Changes
- Updated dependencies [03cdccc6e]
- Updated dependencies [48dcd108c]
- @pnpm/store-controller-types@16.1.0
- @pnpm/worker@0.2.0
- @pnpm/store.cafs@2.0.3
- @pnpm/fetcher-base@15.0.1
## 22.0.2
### Patch Changes

View File

@@ -1,6 +1,6 @@
{
"name": "@pnpm/package-requester",
"version": "22.0.2",
"version": "23.0.0",
"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
## 13.1.3
### Patch Changes
- Updated dependencies [03cdccc6e]
- Updated dependencies [48dcd108c]
- @pnpm/store-connection-manager@6.2.0
- @pnpm/core@12.0.0
- @pnpm/plugin-commands-rebuild@9.1.12
- @pnpm/pnpmfile@5.0.12
- @pnpm/package-store@18.0.0
- @pnpm/config@19.0.2
- @pnpm/cli-utils@2.0.18
- @pnpm/outdated@13.0.15
- @pnpm/workspace.find-packages@1.0.8
- @pnpm/filter-workspace-packages@7.0.18
## 13.1.2
### Patch Changes

View File

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

View File

@@ -1,5 +1,13 @@
# @pnpm/resolve-dependencies
## 31.1.16
### Patch Changes
- Updated dependencies [03cdccc6e]
- @pnpm/store-controller-types@16.1.0
- @pnpm/npm-resolver@16.0.9
## 31.1.15
### Patch Changes

View File

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

View File

@@ -1,5 +1,12 @@
# pnpm
## 8.7.5
### Patch Changes
- Improve performance of installation by using a worker for creating the symlinks inside `node_modules/.pnpm` [#7069](https://github.com/pnpm/pnpm/pull/7069).
- Tarballs that have hard links are now unpacked successfully. This fixes a regression introduced in v8.7.0, which was shipped with our new in-house tarball parser [#7062](https://github.com/pnpm/pnpm/pull/7062).
## 8.7.4
### Patch Changes

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

@@ -1,5 +1,15 @@
# @pnpm/plugin-commands-deploy
## 3.1.3
### Patch Changes
- Updated dependencies [03cdccc6e]
- @pnpm/fs.indexed-pkg-importer@4.1.0
- @pnpm/plugin-commands-installation@13.1.3
- @pnpm/cli-utils@2.0.18
- @pnpm/directory-fetcher@7.0.0
## 3.1.2
### Patch Changes

View File

@@ -1,6 +1,6 @@
{
"name": "@pnpm/plugin-commands-deploy",
"version": "3.1.2",
"version": "3.1.3",
"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.9
### Patch Changes
- @pnpm/lifecycle@15.0.9
- @pnpm/config@19.0.2
- @pnpm/client@10.0.21
- @pnpm/cli-utils@2.0.18
- @pnpm/exportable-manifest@5.0.6
## 7.3.8
### Patch Changes

View File

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

View File

@@ -1,5 +1,12 @@
# @pnpm/license-scanner
## 2.0.18
### Patch Changes
- @pnpm/store.cafs@2.0.3
- @pnpm/directory-fetcher@7.0.0
## 2.0.17
### Patch Changes

View File

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

View File

@@ -1,5 +1,12 @@
# @pnpm/outdated
## 13.0.15
### Patch Changes
- @pnpm/client@10.0.21
- @pnpm/npm-resolver@16.0.9
## 13.0.14
### Patch Changes

View File

@@ -1,6 +1,6 @@
{
"name": "@pnpm/outdated",
"version": "13.0.14",
"version": "13.0.15",
"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.24
### Patch Changes
- @pnpm/config@19.0.2
- @pnpm/license-scanner@2.0.18
- @pnpm/cli-utils@2.0.18
## 2.0.23
### Patch Changes

View File

@@ -1,6 +1,6 @@
{
"name": "@pnpm/plugin-commands-licenses",
"version": "2.0.23",
"version": "2.0.24",
"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.19
### Patch Changes
- @pnpm/config@19.0.2
- @pnpm/cli-utils@2.0.18
- @pnpm/list@9.0.11
## 7.0.18
### Patch Changes

View File

@@ -1,6 +1,6 @@
{
"name": "@pnpm/plugin-commands-listing",
"version": "7.0.18",
"version": "7.0.19",
"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.27
### Patch Changes
- @pnpm/config@19.0.2
- @pnpm/cli-utils@2.0.18
- @pnpm/outdated@13.0.15
## 9.0.26
### Patch Changes

View File

@@ -1,6 +1,6 @@
{
"name": "@pnpm/plugin-commands-outdated",
"version": "9.0.26",
"version": "9.0.27",
"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.1.0
### Minor Changes
- 03cdccc6e: New option added: disableRelinkFromStore.
## 3.0.1
### Patch Changes

View File

@@ -1,6 +1,6 @@
{
"name": "@pnpm/cafs-types",
"version": "3.0.1",
"version": "3.1.0",
"description": "Types for the cafs",
"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