chore(release): 8.6.2

This commit is contained in:
Zoltan Kochan
2023-06-11 21:35:42 +03:00
parent 302ebffc54
commit 43151bbd6e
173 changed files with 843 additions and 117 deletions

View File

@@ -1,6 +0,0 @@
---
"@pnpm/plugin-commands-patching": patch
"pnpm": patch
---
When patching a dependency, only consider files specified in the 'files' field of its package.json. Ignore all others [#6565](https://github.com/pnpm/pnpm/issues/6565)

View File

@@ -1,5 +0,0 @@
---
"@pnpm/workspace.find-packages": major
---
Package renamed from `@pnpm/find-workspace-packages`.

View File

@@ -1,8 +0,0 @@
---
"@pnpm/core": patch
"@pnpm/lockfile-utils": patch
"@pnpm/headless": patch
"pnpm": patch
---
Should always treat local file dependency as new dependency [#5381](https://github.com/pnpm/pnpm/issues/5381)

View File

@@ -1,6 +0,0 @@
---
"@pnpm/constants": patch
"pnpm": patch
---
Change lockfile version back to 6.0 as previous versions of pnpm fail to parse the version correctly.

View File

@@ -1,5 +0,0 @@
---
"@pnpm/find-workspace-packages": patch
"pnpm": patch
---
Output a warning message when "pnpm" or "resolutions" are configured in a non-root workspace project [#6636](https://github.com/pnpm/pnpm/issues/6636)

View File

@@ -1,5 +1,11 @@
# @pnpm-private/updater
## 1.0.4
### Patch Changes
- @pnpm/lockfile-file@8.1.1
## 1.0.3
### Patch Changes

View File

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

View File

@@ -1,5 +1,12 @@
# @pnpm/assert-project
## 2.3.26
### Patch Changes
- Updated dependencies [302ebffc5]
- @pnpm/constants@7.1.1
## 2.3.25
### Patch Changes

View File

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

View File

@@ -1,5 +1,11 @@
# @pnpm/prepare
## 0.0.69
### Patch Changes
- @pnpm/assert-project@2.3.26
## 0.0.68
### Patch Changes

View File

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

View File

@@ -1,5 +1,11 @@
# @pnpm/test-fixtures
## 0.0.38
### Patch Changes
- @pnpm/prepare@0.0.69
## 0.0.37
### Patch Changes

View File

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

View File

@@ -1,5 +1,16 @@
# @pnpm/cli-utils
## 2.0.10
### Patch Changes
- @pnpm/config@18.4.1
- @pnpm/error@5.0.2
- @pnpm/default-reporter@12.2.4
- @pnpm/package-is-installable@8.0.3
- @pnpm/manifest-utils@5.0.2
- @pnpm/read-project-manifest@5.0.2
## 2.0.9
### Patch Changes

View File

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

View File

@@ -1,5 +1,12 @@
# @pnpm/default-reporter
## 12.2.4
### Patch Changes
- @pnpm/config@18.4.1
- @pnpm/error@5.0.2
## 12.2.3
### Patch Changes

View File

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

View File

@@ -1,5 +1,12 @@
# @pnpm/parse-cli-args
## 7.0.2
### Patch Changes
- @pnpm/error@5.0.2
- @pnpm/find-workspace-dir@6.0.2
## 7.0.1
### Patch Changes

View File

@@ -1,6 +1,6 @@
{
"name": "@pnpm/parse-cli-args",
"version": "7.0.1",
"version": "7.0.2",
"description": "Parses the CLI args passed to pnpm",
"main": "lib/index.js",
"types": "lib/index.d.ts",

View File

@@ -1,5 +1,15 @@
# @pnpm/config
## 18.4.1
### Patch Changes
- Updated dependencies [302ebffc5]
- @pnpm/constants@7.1.1
- @pnpm/error@5.0.2
- @pnpm/pnpmfile@5.0.8
- @pnpm/read-project-manifest@5.0.2
## 18.4.0
### Minor Changes

View File

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

View File

@@ -1,5 +1,11 @@
# @pnpm/package-is-installable
## 8.0.3
### Patch Changes
- @pnpm/error@5.0.2
## 8.0.2
### Patch Changes

View File

@@ -1,6 +1,6 @@
{
"name": "@pnpm/package-is-installable",
"version": "8.0.2",
"version": "8.0.3",
"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,11 @@
# @pnpm/parse-overrides
## 4.0.2
### Patch Changes
- @pnpm/error@5.0.2
## 4.0.1
### Patch Changes

View File

@@ -1,7 +1,7 @@
{
"name": "@pnpm/parse-overrides",
"description": "Parse overrides",
"version": "4.0.1",
"version": "4.0.2",
"bugs": {
"url": "https://github.com/pnpm/pnpm/issues"
},

View File

@@ -1,5 +1,13 @@
# @pnpm/plugin-commands-config
## 2.0.11
### Patch Changes
- @pnpm/config@18.4.1
- @pnpm/error@5.0.2
- @pnpm/cli-utils@2.0.10
## 2.0.10
### Patch Changes

View File

@@ -1,6 +1,6 @@
{
"name": "@pnpm/plugin-commands-config",
"version": "2.0.10",
"version": "2.0.11",
"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/dedupe.check
## 1.0.2
### Patch Changes
- @pnpm/error@5.0.2
## 1.0.1
### Patch Changes

View File

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

View File

@@ -1,5 +1,13 @@
# @pnpm/node.fetcher
## 3.0.4
### Patch Changes
- @pnpm/error@5.0.2
- @pnpm/tarball-fetcher@15.0.3
- @pnpm/create-cafs-store@4.0.2
## 3.0.3
### Patch Changes

View File

@@ -1,6 +1,6 @@
{
"name": "@pnpm/node.fetcher",
"version": "3.0.3",
"version": "3.0.4",
"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.5
### Patch Changes
- @pnpm/node.fetcher@3.0.4
## 2.0.4
### Patch Changes

View File

@@ -1,6 +1,6 @@
{
"name": "@pnpm/node.resolver",
"version": "2.0.4",
"version": "2.0.5",
"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,16 @@
# @pnpm/plugin-commands-env
## 4.0.12
### Patch Changes
- @pnpm/config@18.4.1
- @pnpm/error@5.0.2
- @pnpm/cli-utils@2.0.10
- @pnpm/node.fetcher@3.0.4
- @pnpm/node.resolver@2.0.5
- @pnpm/remove-bins@5.0.2
## 4.0.11
### Patch Changes

View File

@@ -1,6 +1,6 @@
{
"name": "@pnpm/plugin-commands-env",
"version": "4.0.11",
"version": "4.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
## 11.0.5
### Patch Changes
- @pnpm/calc-dep-state@4.0.2
- @pnpm/lifecycle@15.0.2
- @pnpm/patching.apply-patch@2.0.3
- @pnpm/link-bins@9.0.3
- @pnpm/read-package-json@8.0.2
- @pnpm/fs.hard-link-dir@2.0.1
## 11.0.4
### Patch Changes

View File

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

View File

@@ -1,5 +1,13 @@
# @pnpm/lifecycle
## 15.0.2
### Patch Changes
- @pnpm/error@5.0.2
- @pnpm/read-package-json@8.0.2
- @pnpm/directory-fetcher@6.0.2
## 15.0.1
### Patch Changes

View File

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

View File

@@ -1,5 +1,25 @@
# @pnpm/plugin-commands-rebuild
## 9.0.2
### Patch Changes
- Updated dependencies [bd235794d]
- Updated dependencies [d9da627cd]
- Updated dependencies [302ebffc5]
- Updated dependencies [bd235794d]
- @pnpm/workspace.find-packages@1.0.0
- @pnpm/lockfile-utils@8.0.2
- @pnpm/constants@7.1.1
- @pnpm/config@18.4.1
- @pnpm/error@5.0.2
- @pnpm/get-context@10.0.2
- @pnpm/cli-utils@2.0.10
- @pnpm/store-connection-manager@6.0.12
- @pnpm/lifecycle@15.0.2
- @pnpm/link-bins@9.0.3
- @pnpm/fs.hard-link-dir@2.0.1
## 9.0.1
### Patch Changes

View File

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

View File

@@ -1,5 +1,17 @@
# @pnpm/plugin-commands-script-runners
## 7.1.4
### Patch Changes
- @pnpm/plugin-commands-installation@13.0.10
- @pnpm/config@18.4.1
- @pnpm/error@5.0.2
- @pnpm/cli-utils@2.0.10
- @pnpm/lifecycle@15.0.2
- @pnpm/read-package-json@8.0.2
- @pnpm/read-project-manifest@5.0.2
## 7.1.3
### Patch Changes

View File

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

View File

@@ -1,5 +1,12 @@
# @pnpm/prepare-package
## 5.0.2
### Patch Changes
- @pnpm/lifecycle@15.0.2
- @pnpm/read-package-json@8.0.2
## 5.0.1
### Patch Changes

View File

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

View File

@@ -1,5 +1,11 @@
# @pnpm/directory-fetcher
## 6.0.2
### Patch Changes
- @pnpm/read-project-manifest@5.0.2
## 6.0.1
### Patch Changes

View File

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

View File

@@ -1,5 +1,11 @@
# @pnpm/git-fetcher
## 9.0.2
### Patch Changes
- @pnpm/prepare-package@5.0.2
## 9.0.1
### Patch Changes

View File

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

View File

@@ -1,5 +1,12 @@
# @pnpm/tarball-fetcher
## 15.0.3
### Patch Changes
- @pnpm/error@5.0.2
- @pnpm/prepare-package@5.0.2
## 15.0.2
### Patch Changes

View File

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

View File

@@ -0,0 +1,7 @@
# @pnpm/fs.find-packages
## 2.0.2
### Patch Changes
- @pnpm/read-project-manifest@5.0.2

View File

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

View File

@@ -1,5 +1,11 @@
# @pnpm/pnpmfile
## 5.0.8
### Patch Changes
- @pnpm/error@5.0.2
## 5.0.7
### Patch Changes

View File

@@ -1,6 +1,6 @@
{
"name": "@pnpm/pnpmfile",
"version": "5.0.7",
"version": "5.0.8",
"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
## 3.0.3
### Patch Changes
- @pnpm/error@5.0.2
- @pnpm/parse-overrides@4.0.2
## 3.0.2
### Patch Changes

View File

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

View File

@@ -1,5 +1,15 @@
# @pnpm/audit
## 7.0.10
### Patch Changes
- Updated dependencies [d9da627cd]
- @pnpm/lockfile-utils@8.0.2
- @pnpm/error@5.0.2
- @pnpm/list@9.0.8
- @pnpm/read-project-manifest@5.0.2
## 7.0.9
### Patch Changes

View File

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

View File

@@ -1,5 +1,16 @@
# @pnpm/filter-lockfile
## 8.0.6
### Patch Changes
- Updated dependencies [d9da627cd]
- Updated dependencies [302ebffc5]
- @pnpm/lockfile-utils@8.0.2
- @pnpm/constants@7.1.1
- @pnpm/error@5.0.2
- @pnpm/package-is-installable@8.0.3
## 8.0.5
### Patch Changes

View File

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

View File

@@ -1,5 +1,13 @@
# @pnpm/lockfile-file
## 8.1.1
### Patch Changes
- Updated dependencies [302ebffc5]
- @pnpm/constants@7.1.1
- @pnpm/error@5.0.2
## 8.1.0
### Minor Changes

View File

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

View File

@@ -1,5 +1,13 @@
# @pnpm/lockfile-to-pnp
## 3.0.6
### Patch Changes
- Updated dependencies [d9da627cd]
- @pnpm/lockfile-utils@8.0.2
- @pnpm/lockfile-file@8.1.1
## 3.0.5
### Patch Changes

View File

@@ -1,6 +1,6 @@
{
"name": "@pnpm/lockfile-to-pnp",
"version": "3.0.5",
"version": "3.0.6",
"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,11 @@
# @pnpm/lockfile-utils
## 8.0.2
### Patch Changes
- d9da627cd: Should always treat local file dependency as new dependency [#5381](https://github.com/pnpm/pnpm/issues/5381)
## 8.0.1
### Patch Changes

View File

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

View File

@@ -1,5 +1,19 @@
# @pnpm/plugin-commands-audit
## 8.0.12
### Patch Changes
- Updated dependencies [302ebffc5]
- @pnpm/constants@7.1.1
- @pnpm/audit@7.0.10
- @pnpm/config@18.4.1
- @pnpm/lockfile-file@8.1.1
- @pnpm/error@5.0.2
- @pnpm/cli-utils@2.0.10
- @pnpm/network.auth-header@2.0.2
- @pnpm/read-project-manifest@5.0.2
## 8.0.11
### Patch Changes

View File

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

View File

@@ -1,5 +1,12 @@
# @pnpm/prune-lockfile
## 5.0.4
### Patch Changes
- Updated dependencies [302ebffc5]
- @pnpm/constants@7.1.1
## 5.0.3
### Patch Changes

View File

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

View File

@@ -1,5 +1,14 @@
# @pnpm/mount-modules
## 0.4.11
### Patch Changes
- Updated dependencies [d9da627cd]
- @pnpm/lockfile-utils@8.0.2
- @pnpm/config@18.4.1
- @pnpm/lockfile-file@8.1.1
## 0.4.10
### Patch Changes

View File

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

View File

@@ -1,5 +1,11 @@
# @pnpm/network.auth-header
## 2.0.2
### Patch Changes
- @pnpm/error@5.0.2
## 2.0.1
### Patch Changes

View File

@@ -1,6 +1,6 @@
{
"name": "@pnpm/network.auth-header",
"version": "2.0.1",
"version": "2.0.2",
"description": "Gets the authorization header for the given URI",
"main": "lib/index.js",
"types": "lib/index.d.ts",

View File

@@ -1,5 +1,12 @@
# @pnpm/calc-dep-state
## 4.0.2
### Patch Changes
- Updated dependencies [302ebffc5]
- @pnpm/constants@7.1.1
## 4.0.1
### Patch Changes

View File

@@ -1,6 +1,6 @@
{
"name": "@pnpm/calc-dep-state",
"version": "4.0.1",
"version": "4.0.2",
"description": "Calculates the state of a dependency",
"main": "lib/index.js",
"types": "lib/index.d.ts",

View File

@@ -1,5 +1,11 @@
# @pnpm/constants
## 7.1.1
### Patch Changes
- 302ebffc5: Change lockfile version back to 6.0 as previous versions of pnpm fail to parse the version correctly.
## 7.1.0
### Minor Changes

View File

@@ -1,6 +1,6 @@
{
"name": "@pnpm/constants",
"version": "7.1.0",
"version": "7.1.1",
"description": "pnpm constants",
"main": "lib/index.js",
"types": "lib/index.d.ts",

View File

@@ -1,5 +1,12 @@
# @pnpm/error
## 5.0.2
### Patch Changes
- Updated dependencies [302ebffc5]
- @pnpm/constants@7.1.1
## 5.0.1
### Patch Changes

View File

@@ -1,6 +1,6 @@
{
"name": "@pnpm/error",
"version": "5.0.1",
"version": "5.0.2",
"description": "An error class for pnpm errors",
"main": "lib/index.js",
"types": "lib/index.d.ts",

View File

@@ -1,5 +1,16 @@
# @pnpm/make-dedicated-lockfile
## 0.5.5
### Patch Changes
- @pnpm/lockfile-file@8.1.1
- @pnpm/prune-lockfile@5.0.4
- @pnpm/error@5.0.2
- @pnpm/exportable-manifest@5.0.3
- @pnpm/read-project-manifest@5.0.2
- @pnpm/find-workspace-dir@6.0.2
## 0.5.4
### Patch Changes

View File

@@ -1,6 +1,6 @@
{
"name": "@pnpm/make-dedicated-lockfile",
"version": "0.5.4",
"version": "0.5.5",
"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,12 @@
# @pnpm/plugin-commands-doctor
## 2.0.10
### Patch Changes
- @pnpm/config@18.4.1
- @pnpm/cli-utils@2.0.10
## 2.0.9
### Patch Changes

View File

@@ -1,6 +1,6 @@
{
"name": "@pnpm/plugin-commands-doctor",
"version": "2.0.9",
"version": "2.0.10",
"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
## 3.0.10
### Patch Changes
- @pnpm/config@18.4.1
- @pnpm/error@5.0.2
- @pnpm/cli-utils@2.0.10
## 3.0.9
### Patch Changes

View File

@@ -1,6 +1,6 @@
{
"name": "@pnpm/plugin-commands-init",
"version": "3.0.9",
"version": "3.0.10",
"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.10
### Patch Changes
- @pnpm/cli-utils@2.0.10
## 4.0.9
### Patch Changes

View File

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

View File

@@ -1,5 +1,11 @@
# @pnpm/patching.apply-patch
## 2.0.3
### Patch Changes
- @pnpm/error@5.0.2
## 2.0.2
### Patch Changes

View File

@@ -1,6 +1,6 @@
{
"name": "@pnpm/patching.apply-patch",
"version": "2.0.2",
"version": "2.0.3",
"description": "Apply a patch to a directory",
"main": "lib/index.js",
"types": "lib/index.d.ts",

View File

@@ -1,5 +1,24 @@
# @pnpm/plugin-commands-patching
## 3.1.5
### Patch Changes
- f0d68ab2f: When patching a dependency, only consider files specified in the 'files' field of its package.json. Ignore all others [#6565](https://github.com/pnpm/pnpm/issues/6565)
- Updated dependencies [d9da627cd]
- Updated dependencies [302ebffc5]
- @pnpm/lockfile-utils@8.0.2
- @pnpm/constants@7.1.1
- @pnpm/plugin-commands-installation@13.0.10
- @pnpm/config@18.4.1
- @pnpm/lockfile-file@8.1.1
- @pnpm/error@5.0.2
- @pnpm/cli-utils@2.0.10
- @pnpm/store-connection-manager@6.0.12
- @pnpm/patching.apply-patch@2.0.3
- @pnpm/read-package-json@8.0.2
- @pnpm/read-project-manifest@5.0.2
## 3.1.4
### Patch Changes

View File

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

View File

@@ -1,5 +1,15 @@
# @pnpm/client
## 10.0.8
### Patch Changes
- @pnpm/tarball-fetcher@15.0.3
- @pnpm/network.auth-header@2.0.2
- @pnpm/default-resolver@18.0.8
- @pnpm/directory-fetcher@6.0.2
- @pnpm/git-fetcher@9.0.2
## 10.0.7
### Patch Changes

View File

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

View File

@@ -1,5 +1,37 @@
# @pnpm/core
## 10.2.2
### Patch Changes
- d9da627cd: Should always treat local file dependency as new dependency [#5381](https://github.com/pnpm/pnpm/issues/5381)
- Updated dependencies [d9da627cd]
- Updated dependencies [302ebffc5]
- @pnpm/lockfile-utils@8.0.2
- @pnpm/headless@21.0.2
- @pnpm/constants@7.1.1
- @pnpm/filter-lockfile@8.0.6
- @pnpm/lockfile-to-pnp@3.0.6
- @pnpm/hoist@8.0.7
- @pnpm/modules-cleaner@14.0.7
- @pnpm/resolve-dependencies@31.1.8
- @pnpm/lockfile-file@8.1.1
- @pnpm/prune-lockfile@5.0.4
- @pnpm/calc-dep-state@4.0.2
- @pnpm/error@5.0.2
- @pnpm/get-context@10.0.2
- @pnpm/build-modules@11.0.5
- @pnpm/lifecycle@15.0.2
- @pnpm/hooks.read-package-hook@3.0.3
- @pnpm/link-bins@9.0.3
- @pnpm/package-requester@21.0.5
- @pnpm/manifest-utils@5.0.2
- @pnpm/read-package-json@8.0.2
- @pnpm/read-project-manifest@5.0.2
- @pnpm/symlink-dependency@7.0.1
- @pnpm/crypto.base32-hash@2.0.0
- @pnpm/remove-bins@5.0.2
## 10.2.1
### Patch Changes

View File

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

View File

@@ -1,5 +1,15 @@
# @pnpm/get-context
## 10.0.2
### Patch Changes
- Updated dependencies [302ebffc5]
- @pnpm/constants@7.1.1
- @pnpm/lockfile-file@8.1.1
- @pnpm/error@5.0.2
- @pnpm/read-projects-context@8.0.5
## 10.0.1
### Patch Changes

View File

@@ -1,6 +1,6 @@
{
"name": "@pnpm/get-context",
"version": "10.0.1",
"version": "10.0.2",
"description": "Gets context information about a project",
"main": "lib/index.js",
"types": "lib/index.d.ts",

View File

@@ -1,5 +1,31 @@
# @pnpm/headless
## 21.0.2
### Patch Changes
- d9da627cd: Should always treat local file dependency as new dependency [#5381](https://github.com/pnpm/pnpm/issues/5381)
- Updated dependencies [d9da627cd]
- Updated dependencies [302ebffc5]
- @pnpm/lockfile-utils@8.0.2
- @pnpm/constants@7.1.1
- @pnpm/filter-lockfile@8.0.6
- @pnpm/lockfile-to-pnp@3.0.6
- @pnpm/hoist@8.0.7
- @pnpm/modules-cleaner@14.0.7
- @pnpm/real-hoist@2.0.7
- @pnpm/lockfile-file@8.1.1
- @pnpm/calc-dep-state@4.0.2
- @pnpm/error@5.0.2
- @pnpm/build-modules@11.0.5
- @pnpm/package-is-installable@8.0.3
- @pnpm/lifecycle@15.0.2
- @pnpm/link-bins@9.0.3
- @pnpm/package-requester@21.0.5
- @pnpm/read-package-json@8.0.2
- @pnpm/read-project-manifest@5.0.2
- @pnpm/symlink-dependency@7.0.1
## 21.0.1
### Patch Changes

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