chore(release): libs

This commit is contained in:
Zoltan Kochan
2024-08-05 13:45:55 +02:00
parent 98c8bd69cb
commit 87439cdf35
234 changed files with 1580 additions and 142 deletions

View File

@@ -1,15 +1,4 @@
---
"@pnpm/build-modules": major
"@pnpm/core": minor
"@pnpm/deps.graph-builder": major
"@pnpm/headless": minor
"@pnpm/lockfile.types": patch
"@pnpm/patching.apply-patch": minor
"@pnpm/patching.config": major
"@pnpm/patching.types": major
"@pnpm/plugin-commands-patching": minor
"@pnpm/resolve-dependencies": major
"@pnpm/types": major
"pnpm": minor
---

View File

@@ -1,5 +0,0 @@
---
"@pnpm/core": minor
---
Add an option to return the list of dependencies that require a build.

View File

@@ -1,5 +0,0 @@
---
"@pnpm/cli-meta": minor
---
Added isExecutedByCorepack.

View File

@@ -1,5 +1,4 @@
---
"@pnpm/cli-utils": patch
"pnpm": patch
---

View File

@@ -1,5 +1,4 @@
---
"@pnpm/config": minor
"pnpm": minor
---

View File

@@ -1,5 +0,0 @@
---
"@pnpm/cli-meta": minor
---
Add detectIfCurrentPkgIsExecutable.

View File

@@ -1,5 +1,13 @@
# @pnpm-private/updater
## 2.0.12
### Patch Changes
- Updated dependencies [cb006df]
- @pnpm/types@12.0.0
- @pnpm/lockfile.fs@1.0.1
## 2.0.11
### Patch Changes

View File

@@ -1,6 +1,6 @@
{
"name": "@pnpm-private/updater",
"version": "2.0.11",
"version": "2.0.12",
"private": true,
"type": "module",
"scripts": {

View File

@@ -1,5 +1,15 @@
# @pnpm/assert-project
## 2.3.57
### Patch Changes
- Updated dependencies [cb006df]
- @pnpm/lockfile.types@1.0.1
- @pnpm/types@12.0.0
- @pnpm/modules-yaml@13.1.5
- @pnpm/assert-store@1.0.88
## 2.3.56
### Patch Changes

View File

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

View File

@@ -1,5 +1,11 @@
# @pnpm/assert-store
## 1.0.88
### Patch Changes
- @pnpm/store.cafs@3.0.7
## 1.0.87
### Patch Changes

View File

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

View File

@@ -1,5 +1,13 @@
# @pnpm/prepare
## 0.0.100
### Patch Changes
- Updated dependencies [cb006df]
- @pnpm/types@12.0.0
- @pnpm/assert-project@2.3.57
## 0.0.99
### Patch Changes

View File

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

View File

@@ -1,5 +1,11 @@
# @pnpm/test-fixtures
## 0.1.30
### Patch Changes
- @pnpm/prepare@0.0.100
## 0.1.29
### Patch Changes

View File

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

View File

@@ -1,5 +1,17 @@
# @pnpm/cli-meta
## 6.1.0
### Minor Changes
- 64e2e4f: Added isExecutedByCorepack.
- e7f6330: Add detectIfCurrentPkgIsExecutable.
### Patch Changes
- Updated dependencies [cb006df]
- @pnpm/types@12.0.0
## 6.0.4
### Patch Changes

View File

@@ -1,6 +1,6 @@
{
"name": "@pnpm/cli-meta",
"version": "6.0.4",
"version": "6.1.0",
"description": "Reads the metainfo of the currently running pnpm instance",
"main": "lib/index.js",
"types": "lib/index.d.ts",

View File

@@ -1,5 +1,22 @@
# @pnpm/cli-utils
## 3.1.7
### Patch Changes
- 98c8bd6: Print warnings to stderr [#8342](https://github.com/pnpm/pnpm/pull/8342).
- Updated dependencies [cb006df]
- Updated dependencies [64e2e4f]
- Updated dependencies [d20eed3]
- Updated dependencies [e7f6330]
- @pnpm/types@12.0.0
- @pnpm/cli-meta@6.1.0
- @pnpm/config@21.7.0
- @pnpm/default-reporter@13.1.10
- @pnpm/package-is-installable@9.0.6
- @pnpm/manifest-utils@6.0.6
- @pnpm/read-project-manifest@6.0.6
## 3.1.6
### Patch Changes

View File

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

View File

@@ -1,5 +1,19 @@
# @pnpm/default-reporter
## 13.1.10
### Patch Changes
- Updated dependencies [cb006df]
- Updated dependencies [64e2e4f]
- Updated dependencies [d20eed3]
- Updated dependencies [e7f6330]
- @pnpm/types@12.0.0
- @pnpm/cli-meta@6.1.0
- @pnpm/config@21.7.0
- @pnpm/core-loggers@10.0.5
- @pnpm/render-peer-issues@5.0.6
## 13.1.9
### Patch Changes

View File

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

View File

@@ -1,5 +1,13 @@
# @pnpm/plugin-commands-completion
## 1.0.15
### Patch Changes
- Updated dependencies [98c8bd6]
- @pnpm/cli-utils@3.1.7
- @pnpm/workspace.find-packages@4.0.4
## 1.0.14
### Patch Changes

View File

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

View File

@@ -1,5 +1,18 @@
# @pnpm/config
## 21.7.0
### Minor Changes
- d20eed3: Substitute environment variables in config keys [#6679](https://github.com/pnpm/pnpm/issues/6679).
### Patch Changes
- Updated dependencies [cb006df]
- @pnpm/types@12.0.0
- @pnpm/pnpmfile@6.0.9
- @pnpm/read-project-manifest@6.0.6
## 21.6.3
### Patch Changes

View File

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

View File

@@ -1,5 +1,12 @@
# @pnpm/normalize-registries
## 6.0.5
### Patch Changes
- Updated dependencies [cb006df]
- @pnpm/types@12.0.0
## 6.0.4
### Patch Changes

View File

@@ -1,7 +1,7 @@
{
"name": "@pnpm/normalize-registries",
"description": "Accepts a mapping of registry URLs and returns a mapping with the same URLs but normalized",
"version": "6.0.4",
"version": "6.0.5",
"bugs": {
"url": "https://github.com/pnpm/pnpm/issues"
},

View File

@@ -1,5 +1,16 @@
# @pnpm/package-is-installable
## 9.0.6
### Patch Changes
- Updated dependencies [cb006df]
- Updated dependencies [64e2e4f]
- Updated dependencies [e7f6330]
- @pnpm/types@12.0.0
- @pnpm/cli-meta@6.1.0
- @pnpm/core-loggers@10.0.5
## 9.0.5
### Patch Changes

View File

@@ -1,6 +1,6 @@
{
"name": "@pnpm/package-is-installable",
"version": "9.0.5",
"version": "9.0.6",
"description": "Checks if a package is installable on the current system",
"main": "lib/index.js",
"types": "lib/index.d.ts",

View File

@@ -1,5 +1,12 @@
# @pnpm/pick-registry-for-package
## 6.0.5
### Patch Changes
- Updated dependencies [cb006df]
- @pnpm/types@12.0.0
## 6.0.4
### Patch Changes

View File

@@ -1,7 +1,7 @@
{
"name": "@pnpm/pick-registry-for-package",
"description": "Picks the right registry for the package from a registries config",
"version": "6.0.4",
"version": "6.0.5",
"bugs": {
"url": "https://github.com/pnpm/pnpm/issues"
},

View File

@@ -1,5 +1,14 @@
# @pnpm/plugin-commands-config
## 3.0.15
### Patch Changes
- Updated dependencies [98c8bd6]
- Updated dependencies [d20eed3]
- @pnpm/cli-utils@3.1.7
- @pnpm/config@21.7.0
## 3.0.14
### Patch Changes

View File

@@ -1,6 +1,6 @@
{
"name": "@pnpm/plugin-commands-config",
"version": "3.0.14",
"version": "3.0.15",
"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,13 @@
# @pnpm/dedupe.check
## 2.0.8
### Patch Changes
- Updated dependencies [cb006df]
- @pnpm/lockfile.types@1.0.1
- @pnpm/types@12.0.0
## 2.0.7
### Patch Changes

View File

@@ -1,6 +1,6 @@
{
"name": "@pnpm/dedupe.check",
"version": "2.0.7",
"version": "2.0.8",
"description": "Visualize pnpm dedupe --check issues.",
"bugs": {
"url": "https://github.com/pnpm/pnpm/issues"

View File

@@ -1,5 +1,40 @@
# @pnpm/deps.graph-builder
## 2.0.0
### Major Changes
- cb006df: Add ability to apply patch to all versions:
If the key of `pnpm.patchedDependencies` is a package name without a version (e.g. `pkg`), pnpm will attempt to apply the patch to all versions of
the package, failure will be skipped.
If it is a package name and an exact version (e.g. `pkg@x.y.z`), pnpm will attempt to apply the patch to that exact version only, failure will
cause pnpm to fail.
If there's only one version of `pkg` installed, `pnpm patch pkg` and subsequent `pnpm patch-commit $edit_dir` will create an entry named `pkg` in
`pnpm.patchedDependencies`. And pnpm will attempt to apply this patch to other versions of `pkg` in the future.
If there's multiple versions of `pkg` installed, `pnpm patch pkg` will ask which version to edit and whether to attempt to apply the patch to all.
If the user chooses to apply the patch to all, `pnpm patch-commit $edit_dir` would create a `pkg` entry in `pnpm.patchedDependencies`.
If the user chooses not to apply the patch to all, `pnpm patch-commit $edit_dir` would create a `pkg@x.y.z` entry in `pnpm.patchedDependencies` with
`x.y.z` being the version the user chose to edit.
If the user runs `pnpm patch pkg@x.y.z` with `x.y.z` being the exact version of `pkg` that has been installed, `pnpm patch-commit $edit_dir` will always
create a `pkg@x.y.z` entry in `pnpm.patchedDependencies`.
### Patch Changes
- Updated dependencies [cb006df]
- @pnpm/patching.config@1.0.0
- @pnpm/patching.types@1.0.0
- @pnpm/types@12.0.0
- @pnpm/lockfile.fs@1.0.1
- @pnpm/lockfile.utils@1.0.1
- @pnpm/package-is-installable@9.0.6
- @pnpm/core-loggers@10.0.5
- @pnpm/dependency-path@5.1.4
- @pnpm/modules-yaml@13.1.5
- @pnpm/store-controller-types@18.1.4
## 1.1.9
### 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": "1.1.9",
"version": "2.0.0",
"bugs": {
"url": "https://github.com/pnpm/pnpm/issues"
},

View File

@@ -1,5 +1,14 @@
# @pnpm/node.fetcher
## 4.0.11
### Patch Changes
- @pnpm/fetcher-base@16.0.5
- @pnpm/tarball-fetcher@19.0.11
- @pnpm/create-cafs-store@7.0.7
- @pnpm/pick-fetcher@3.0.0
## 4.0.10
### Patch Changes

View File

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

View File

@@ -1,5 +1,11 @@
# @pnpm/node.resolver
## 3.0.11
### Patch Changes
- @pnpm/node.fetcher@4.0.11
## 3.0.10
### Patch Changes

View File

@@ -1,6 +1,6 @@
{
"name": "@pnpm/node.resolver",
"version": "3.0.10",
"version": "3.0.11",
"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,20 @@
# @pnpm/plugin-commands-env
## 5.1.2
### Patch Changes
- Updated dependencies [cb006df]
- Updated dependencies [98c8bd6]
- Updated dependencies [d20eed3]
- @pnpm/types@12.0.0
- @pnpm/cli-utils@3.1.7
- @pnpm/config@21.7.0
- @pnpm/fetch@8.0.5
- @pnpm/remove-bins@6.0.6
- @pnpm/node.fetcher@4.0.11
- @pnpm/node.resolver@3.0.11
## 5.1.1
### Patch Changes

View File

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

View File

@@ -1,5 +1,41 @@
# @pnpm/build-modules
## 14.0.0
### Major Changes
- cb006df: Add ability to apply patch to all versions:
If the key of `pnpm.patchedDependencies` is a package name without a version (e.g. `pkg`), pnpm will attempt to apply the patch to all versions of
the package, failure will be skipped.
If it is a package name and an exact version (e.g. `pkg@x.y.z`), pnpm will attempt to apply the patch to that exact version only, failure will
cause pnpm to fail.
If there's only one version of `pkg` installed, `pnpm patch pkg` and subsequent `pnpm patch-commit $edit_dir` will create an entry named `pkg` in
`pnpm.patchedDependencies`. And pnpm will attempt to apply this patch to other versions of `pkg` in the future.
If there's multiple versions of `pkg` installed, `pnpm patch pkg` will ask which version to edit and whether to attempt to apply the patch to all.
If the user chooses to apply the patch to all, `pnpm patch-commit $edit_dir` would create a `pkg` entry in `pnpm.patchedDependencies`.
If the user chooses not to apply the patch to all, `pnpm patch-commit $edit_dir` would create a `pkg@x.y.z` entry in `pnpm.patchedDependencies` with
`x.y.z` being the version the user chose to edit.
If the user runs `pnpm patch pkg@x.y.z` with `x.y.z` being the exact version of `pkg` that has been installed, `pnpm patch-commit $edit_dir` will always
create a `pkg@x.y.z` entry in `pnpm.patchedDependencies`.
### Patch Changes
- Updated dependencies [cb006df]
- @pnpm/patching.apply-patch@3.1.0
- @pnpm/patching.types@1.0.0
- @pnpm/types@12.0.0
- @pnpm/calc-dep-state@7.0.6
- @pnpm/lifecycle@17.1.2
- @pnpm/core-loggers@10.0.5
- @pnpm/link-bins@10.0.8
- @pnpm/read-package-json@9.0.6
- @pnpm/store-controller-types@18.1.4
- @pnpm/worker@1.0.8
- @pnpm/fs.hard-link-dir@4.0.0
## 13.0.8
### Patch Changes

View File

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

View File

@@ -1,5 +1,17 @@
# @pnpm/lifecycle
## 17.1.2
### Patch Changes
- Updated dependencies [cb006df]
- @pnpm/types@12.0.0
- @pnpm/directory-fetcher@8.0.6
- @pnpm/core-loggers@10.0.5
- @pnpm/link-bins@10.0.8
- @pnpm/read-package-json@9.0.6
- @pnpm/store-controller-types@18.1.4
## 17.1.1
### Patch Changes

View File

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

View File

@@ -1,5 +1,12 @@
# @pnpm/exec.pkg-requires-build
## 1.0.5
### Patch Changes
- Updated dependencies [cb006df]
- @pnpm/types@12.0.0
## 1.0.4
### Patch Changes

View File

@@ -1,6 +1,6 @@
{
"name": "@pnpm/exec.pkg-requires-build",
"version": "1.0.4",
"version": "1.0.5",
"description": "Checks if a package requires to be built",
"main": "lib/index.js",
"types": "lib/index.d.ts",

View File

@@ -1,5 +1,33 @@
# @pnpm/plugin-commands-rebuild
## 12.0.4
### Patch Changes
- Updated dependencies [cb006df]
- Updated dependencies [98c8bd6]
- Updated dependencies [d20eed3]
- @pnpm/lockfile.types@1.0.1
- @pnpm/types@12.0.0
- @pnpm/cli-utils@3.1.7
- @pnpm/config@21.7.0
- @pnpm/lockfile.utils@1.0.1
- @pnpm/lockfile.walker@1.0.1
- @pnpm/calc-dep-state@7.0.6
- @pnpm/normalize-registries@6.0.5
- @pnpm/lifecycle@17.1.2
- @pnpm/core-loggers@10.0.5
- @pnpm/dependency-path@5.1.4
- @pnpm/get-context@12.0.3
- @pnpm/link-bins@10.0.8
- @pnpm/modules-yaml@13.1.5
- @pnpm/store.cafs@3.0.7
- @pnpm/store-controller-types@18.1.4
- @pnpm/worker@1.0.8
- @pnpm/workspace.find-packages@4.0.4
- @pnpm/sort-packages@6.0.6
- @pnpm/store-connection-manager@8.3.5
## 12.0.3
### Patch Changes

View File

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

View File

@@ -1,5 +1,25 @@
# @pnpm/plugin-commands-script-runners
## 11.0.2
### Patch Changes
- Updated dependencies [cb006df]
- Updated dependencies [98c8bd6]
- Updated dependencies [d20eed3]
- @pnpm/types@12.0.0
- @pnpm/cli-utils@3.1.7
- @pnpm/config@21.7.0
- @pnpm/plugin-commands-installation@17.0.2
- @pnpm/plugin-commands-env@5.1.2
- @pnpm/lifecycle@17.1.2
- @pnpm/core-loggers@10.0.5
- @pnpm/package-bins@9.0.5
- @pnpm/read-package-json@9.0.6
- @pnpm/read-project-manifest@6.0.6
- @pnpm/sort-packages@6.0.6
- @pnpm/crypto.base32-hash@3.0.0
## 11.0.1
### Patch Changes

View File

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

View File

@@ -1,5 +1,14 @@
# @pnpm/prepare-package
## 6.0.11
### Patch Changes
- Updated dependencies [cb006df]
- @pnpm/types@12.0.0
- @pnpm/lifecycle@17.1.2
- @pnpm/read-package-json@9.0.6
## 6.0.10
### Patch Changes

View File

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

View File

@@ -1,5 +1,16 @@
# @pnpm/directory-fetcher
## 8.0.6
### Patch Changes
- Updated dependencies [cb006df]
- @pnpm/types@12.0.0
- @pnpm/exec.pkg-requires-build@1.0.5
- @pnpm/fetcher-base@16.0.5
- @pnpm/read-project-manifest@6.0.6
- @pnpm/resolver-base@13.0.2
## 8.0.5
### Patch Changes

View File

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

View File

@@ -1,5 +1,13 @@
# @pnpm/fetcher-base
## 16.0.5
### Patch Changes
- Updated dependencies [cb006df]
- @pnpm/types@12.0.0
- @pnpm/resolver-base@13.0.2
## 16.0.4
### Patch Changes

View File

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

View File

@@ -1,5 +1,13 @@
# @pnpm/git-fetcher
## 13.0.11
### Patch Changes
- @pnpm/prepare-package@6.0.11
- @pnpm/fetcher-base@16.0.5
- @pnpm/worker@1.0.8
## 13.0.10
### Patch Changes

View File

@@ -1,6 +1,6 @@
{
"name": "@pnpm/git-fetcher",
"version": "13.0.10",
"version": "13.0.11",
"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
## 19.0.11
### Patch Changes
- @pnpm/prepare-package@6.0.11
- @pnpm/fetcher-base@16.0.5
- @pnpm/core-loggers@10.0.5
- @pnpm/worker@1.0.8
## 19.0.10
### Patch Changes

View File

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

View File

@@ -1,5 +1,13 @@
# @pnpm/fs.find-packages
## 4.0.2
### Patch Changes
- Updated dependencies [cb006df]
- @pnpm/types@12.0.0
- @pnpm/read-project-manifest@6.0.6
## 4.0.1
### Patch Changes

View File

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

View File

@@ -1,5 +1,12 @@
# @pnpm/fs.indexed-pkg-importer
## 6.0.7
### Patch Changes
- @pnpm/core-loggers@10.0.5
- @pnpm/store-controller-types@18.1.4
## 6.0.6
### 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.6",
"version": "6.0.7",
"bugs": {
"url": "https://github.com/pnpm/pnpm/issues"
},

View File

@@ -1,5 +1,13 @@
# @pnpm/symlink-dependency
## 8.0.6
### Patch Changes
- Updated dependencies [cb006df]
- @pnpm/types@12.0.0
- @pnpm/core-loggers@10.0.5
## 8.0.5
### Patch Changes

View File

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

View File

@@ -1,5 +1,17 @@
# @pnpm/pnpmfile
## 6.0.9
### Patch Changes
- Updated dependencies [cb006df]
- @pnpm/lockfile.types@1.0.1
- @pnpm/types@12.0.0
- @pnpm/hooks.types@2.0.7
- @pnpm/core-loggers@10.0.5
- @pnpm/store-controller-types@18.1.4
- @pnpm/crypto.base32-hash@3.0.0
## 6.0.8
### Patch Changes

View File

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

View File

@@ -1,5 +1,12 @@
# @pnpm/hooks.read-package-hook
## 5.0.1
### Patch Changes
- Updated dependencies [cb006df]
- @pnpm/types@12.0.0
## 5.0.0
### Major Changes

View File

@@ -1,6 +1,6 @@
{
"name": "@pnpm/hooks.read-package-hook",
"version": "5.0.0",
"version": "5.0.1",
"description": "Creates the default package reader hook used by pnpm",
"main": "lib/index.js",
"types": "lib/index.d.ts",

View File

@@ -1,5 +1,13 @@
# @pnpm/hooks.types
## 2.0.7
### Patch Changes
- Updated dependencies [cb006df]
- @pnpm/lockfile.types@1.0.1
- @pnpm/types@12.0.0
## 2.0.6
### Patch Changes

View File

@@ -1,6 +1,6 @@
{
"name": "@pnpm/hooks.types",
"version": "2.0.6",
"version": "2.0.7",
"description": "Types for hooks",
"main": "lib/index.js",
"types": "lib/index.d.ts",

View File

@@ -1,5 +1,19 @@
# @pnpm/audit
## 8.1.9
### Patch Changes
- Updated dependencies [cb006df]
- @pnpm/lockfile.types@1.0.1
- @pnpm/types@12.0.0
- @pnpm/lockfile.detect-dep-types@2.0.6
- @pnpm/lockfile.utils@1.0.1
- @pnpm/lockfile.walker@1.0.1
- @pnpm/fetch@8.0.5
- @pnpm/read-project-manifest@6.0.6
- @pnpm/list@10.1.9
## 8.1.8
### Patch Changes

View File

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

View File

@@ -1,5 +1,14 @@
# @pnpm/lockfile.detect-dep-types
## 2.0.6
### Patch Changes
- Updated dependencies [cb006df]
- @pnpm/lockfile.types@1.0.1
- @pnpm/types@12.0.0
- @pnpm/dependency-path@5.1.4
## 2.0.5
### Patch Changes

View File

@@ -1,6 +1,6 @@
{
"name": "@pnpm/lockfile.detect-dep-types",
"version": "2.0.5",
"version": "2.0.6",
"description": "Detect the types of dependencies",
"main": "lib/index.js",
"types": "lib/index.d.ts",

View File

@@ -1,5 +1,17 @@
# @pnpm/filter-lockfile
## 1.0.1
### Patch Changes
- Updated dependencies [cb006df]
- @pnpm/lockfile.types@1.0.1
- @pnpm/types@12.0.0
- @pnpm/lockfile.utils@1.0.1
- @pnpm/lockfile.walker@1.0.1
- @pnpm/package-is-installable@9.0.6
- @pnpm/dependency-path@5.1.4
## 1.0.0
### Major Changes

View File

@@ -1,6 +1,6 @@
{
"name": "@pnpm/lockfile.filtering",
"version": "1.0.0",
"version": "1.0.1",
"description": "Filters a lockfile",
"main": "lib/index.js",
"types": "lib/index.d.ts",

View File

@@ -1,5 +1,17 @@
# @pnpm/lockfile-file
## 1.0.1
### Patch Changes
- Updated dependencies [cb006df]
- @pnpm/lockfile.types@1.0.1
- @pnpm/types@12.0.0
- @pnpm/lockfile.merger@1.0.1
- @pnpm/lockfile.utils@1.0.1
- @pnpm/dependency-path@5.1.4
- @pnpm/git-resolver@9.0.6
## 1.0.0
### Major Changes

View File

@@ -1,6 +1,6 @@
{
"name": "@pnpm/lockfile.fs",
"version": "1.0.0",
"version": "1.0.1",
"description": "Read/write pnpm-lock.yaml files",
"main": "lib/index.js",
"types": "lib/index.d.ts",

View File

@@ -1,5 +1,15 @@
# @pnpm/lockfile-to-pnp
## 4.1.10
### Patch Changes
- Updated dependencies [cb006df]
- @pnpm/types@12.0.0
- @pnpm/lockfile.fs@1.0.1
- @pnpm/lockfile.utils@1.0.1
- @pnpm/dependency-path@5.1.4
## 4.1.9
### Patch Changes

View File

@@ -1,6 +1,6 @@
{
"name": "@pnpm/lockfile-to-pnp",
"version": "4.1.9",
"version": "4.1.10",
"description": "Creates a Plug'n'Play file from a pnpm-lock.yaml",
"main": "lib/index.js",
"types": "lib/index.d.ts",

View File

@@ -1,5 +1,13 @@
# @pnpm/merge-lockfile-changes
## 1.0.1
### Patch Changes
- Updated dependencies [cb006df]
- @pnpm/lockfile.types@1.0.1
- @pnpm/types@12.0.0
## 1.0.0
### Major Changes

View File

@@ -1,6 +1,6 @@
{
"name": "@pnpm/lockfile.merger",
"version": "1.0.0",
"version": "1.0.1",
"description": "Merges lockfiles. Can automatically fix merge conflicts",
"main": "lib/index.js",
"types": "lib/index.d.ts",

View File

@@ -1,5 +1,19 @@
# @pnpm/plugin-commands-audit
## 10.2.6
### Patch Changes
- Updated dependencies [cb006df]
- Updated dependencies [98c8bd6]
- Updated dependencies [d20eed3]
- @pnpm/types@12.0.0
- @pnpm/cli-utils@3.1.7
- @pnpm/config@21.7.0
- @pnpm/audit@8.1.9
- @pnpm/lockfile.fs@1.0.1
- @pnpm/read-project-manifest@6.0.6
## 10.2.5
### Patch Changes

View File

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

View File

@@ -1,5 +1,15 @@
# @pnpm/lockfile.preferred-versions
## 1.0.10
### Patch Changes
- Updated dependencies [cb006df]
- @pnpm/types@12.0.0
- @pnpm/lockfile.utils@1.0.1
- @pnpm/manifest-utils@6.0.6
- @pnpm/resolver-base@13.0.2
## 1.0.9
### Patch Changes

View File

@@ -1,6 +1,6 @@
{
"name": "@pnpm/lockfile.preferred-versions",
"version": "1.0.9",
"version": "1.0.10",
"description": "Get preferred version from lockfile",
"main": "lib/index.js",
"types": "lib/index.d.ts",

View File

@@ -1,5 +1,14 @@
# @pnpm/prune-lockfile
## 0.0.2
### Patch Changes
- Updated dependencies [cb006df]
- @pnpm/lockfile.types@1.0.1
- @pnpm/types@12.0.0
- @pnpm/dependency-path@5.1.4
## 0.0.1
### Patch Changes

View File

@@ -1,6 +1,6 @@
{
"name": "@pnpm/lockfile.pruner",
"version": "0.0.1",
"version": "0.0.2",
"description": "Prune a pnpm-lock.yaml",
"main": "lib/index.js",
"types": "lib/index.d.ts",

View File

@@ -1,5 +1,30 @@
# @pnpm/lockfile-types
## 1.0.1
### Patch Changes
- cb006df: Add ability to apply patch to all versions:
If the key of `pnpm.patchedDependencies` is a package name without a version (e.g. `pkg`), pnpm will attempt to apply the patch to all versions of
the package, failure will be skipped.
If it is a package name and an exact version (e.g. `pkg@x.y.z`), pnpm will attempt to apply the patch to that exact version only, failure will
cause pnpm to fail.
If there's only one version of `pkg` installed, `pnpm patch pkg` and subsequent `pnpm patch-commit $edit_dir` will create an entry named `pkg` in
`pnpm.patchedDependencies`. And pnpm will attempt to apply this patch to other versions of `pkg` in the future.
If there's multiple versions of `pkg` installed, `pnpm patch pkg` will ask which version to edit and whether to attempt to apply the patch to all.
If the user chooses to apply the patch to all, `pnpm patch-commit $edit_dir` would create a `pkg` entry in `pnpm.patchedDependencies`.
If the user chooses not to apply the patch to all, `pnpm patch-commit $edit_dir` would create a `pkg@x.y.z` entry in `pnpm.patchedDependencies` with
`x.y.z` being the version the user chose to edit.
If the user runs `pnpm patch pkg@x.y.z` with `x.y.z` being the exact version of `pkg` that has been installed, `pnpm patch-commit $edit_dir` will always
create a `pkg@x.y.z` entry in `pnpm.patchedDependencies`.
- Updated dependencies [cb006df]
- @pnpm/patching.types@1.0.0
- @pnpm/types@12.0.0
## 1.0.0
### Major Changes

View File

@@ -1,6 +1,6 @@
{
"name": "@pnpm/lockfile.types",
"version": "1.0.0",
"version": "1.0.1",
"description": "Types for the pnpm-lock.yaml lockfile",
"main": "lib/index.js",
"types": "lib/index.d.ts",

View File

@@ -1,5 +1,16 @@
# @pnpm/lockfile-utils
## 1.0.1
### Patch Changes
- Updated dependencies [cb006df]
- @pnpm/lockfile.types@1.0.1
- @pnpm/types@12.0.0
- @pnpm/dependency-path@5.1.4
- @pnpm/resolver-base@13.0.2
- @pnpm/pick-fetcher@3.0.0
## 1.0.0
### Major Changes

View File

@@ -1,6 +1,6 @@
{
"name": "@pnpm/lockfile.utils",
"version": "1.0.0",
"version": "1.0.1",
"description": "Utils for dealing with pnpm-lock.yaml",
"main": "lib/index.js",
"types": "lib/index.d.ts",

View File

@@ -1,5 +1,18 @@
# @pnpm/lockfile.verification
## 1.0.1
### Patch Changes
- Updated dependencies [cb006df]
- @pnpm/lockfile.types@1.0.1
- @pnpm/types@12.0.0
- @pnpm/lockfile.utils@1.0.1
- @pnpm/dependency-path@5.1.4
- @pnpm/get-context@12.0.3
- @pnpm/read-package-json@9.0.6
- @pnpm/resolver-base@13.0.2
## 1.0.0
### Major Changes

View File

@@ -1,6 +1,6 @@
{
"name": "@pnpm/lockfile.verification",
"version": "1.0.0",
"version": "1.0.1",
"description": "Checks a lockfile",
"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