chore(release): 11.7.0 (#12414)

This commit is contained in:
Zoltan Kochan
2026-06-15 08:37:08 +02:00
committed by GitHub
parent cd8348c6e9
commit 1e82e001cd
332 changed files with 3173 additions and 438 deletions

View File

@@ -1,5 +1,16 @@
# @pnpm/patching.apply-patch
## 1100.0.2
### Patch Changes
- a31faa7: Updated dependency ranges. Notably:
- `@pnpm/logger` peer dependency range moved to `^1100.0.0`.
- `msgpackr` 1.11.8 → 2.0.4 (store index files remain byte-compatible in both directions).
- `open` ^7.4.2 → ^11.0.0, `memoize` ^10 → ^11, `cli-truncate` ^5 → ^6, `pidtree` ^0.6 → ^1.
- `@yarnpkg/core` 4.5.0 → 4.8.0, `@rushstack/worker-pool` 0.7.7 → 0.7.18, `@cyclonedx/cyclonedx-library` 10.0.0 → 10.1.0, `@pnpm/config.nerf-dart` ^1 → ^2, `@pnpm/log.group` 3.0.2 → 4.0.1, `@pnpm/util.lex-comparator` ^3 → ^4.
## 1100.0.1
### Patch Changes

View File

@@ -1,6 +1,6 @@
{
"name": "@pnpm/patching.apply-patch",
"version": "1100.0.1",
"version": "1100.0.2",
"description": "Apply a patch to a directory",
"keywords": [
"pnpm",

View File

@@ -1,5 +1,42 @@
# @pnpm/plugin-commands-patching
## 1100.1.5
### Patch Changes
- 612a2e6: Prevent `pnpm patch-remove` from removing files outside the configured patches directory.
- a31faa7: Updated dependency ranges. Notably:
- `@pnpm/logger` peer dependency range moved to `^1100.0.0`.
- `msgpackr` 1.11.8 → 2.0.4 (store index files remain byte-compatible in both directions).
- `open` ^7.4.2 → ^11.0.0, `memoize` ^10 → ^11, `cli-truncate` ^5 → ^6, `pidtree` ^0.6 → ^1.
- `@yarnpkg/core` 4.5.0 → 4.8.0, `@rushstack/worker-pool` 0.7.7 → 0.7.18, `@cyclonedx/cyclonedx-library` 10.0.0 → 10.1.0, `@pnpm/config.nerf-dart` ^1 → ^2, `@pnpm/log.group` 3.0.2 → 4.0.1, `@pnpm/util.lex-comparator` ^3 → ^4.
- Updated dependencies [8dcd9a0]
- Updated dependencies [86e70d2]
- Updated dependencies [61810aa]
- Updated dependencies [f20ad8f]
- Updated dependencies [ab0b7d1]
- Updated dependencies [74a2dc9]
- Updated dependencies [681b593]
- Updated dependencies [d50d691]
- Updated dependencies [a31faa7]
- @pnpm/installing.commands@1100.9.0
- @pnpm/config.reader@1101.9.0
- @pnpm/store.connection-manager@1100.3.0
- @pnpm/lockfile.utils@1100.0.13
- @pnpm/types@1101.3.2
- @pnpm/lockfile.fs@1100.1.5
- @pnpm/cli.utils@1101.0.12
- @pnpm/patching.apply-patch@1100.0.2
- @pnpm/workspace.project-manifest-reader@1100.0.13
- @pnpm/fetching.pick-fetcher@1100.0.12
- @pnpm/config.writer@1100.0.13
- @pnpm/installing.modules-yaml@1100.0.9
- @pnpm/pkg-manifest.reader@1100.0.8
- @pnpm/workspace.workspace-manifest-reader@1100.0.8
- @pnpm/crypto.hash@1100.0.1
## 1100.1.4
### Patch Changes

View File

@@ -1,6 +1,6 @@
{
"name": "@pnpm/patching.commands",
"version": "1100.1.4",
"version": "1100.1.5",
"description": "Commands for creating patches",
"keywords": [
"pnpm",

View File

@@ -1,5 +1,19 @@
# @pnpm/patching.config
## 1100.0.8
### Patch Changes
- a31faa7: Updated dependency ranges. Notably:
- `@pnpm/logger` peer dependency range moved to `^1100.0.0`.
- `msgpackr` 1.11.8 → 2.0.4 (store index files remain byte-compatible in both directions).
- `open` ^7.4.2 → ^11.0.0, `memoize` ^10 → ^11, `cli-truncate` ^5 → ^6, `pidtree` ^0.6 → ^1.
- `@yarnpkg/core` 4.5.0 → 4.8.0, `@rushstack/worker-pool` 0.7.7 → 0.7.18, `@cyclonedx/cyclonedx-library` 10.0.0 → 10.1.0, `@pnpm/config.nerf-dart` ^1 → ^2, `@pnpm/log.group` 3.0.2 → 4.0.1, `@pnpm/util.lex-comparator` ^3 → ^4.
- Updated dependencies [a31faa7]
- @pnpm/deps.path@1100.0.8
## 1100.0.7
### Patch Changes

View File

@@ -1,6 +1,6 @@
{
"name": "@pnpm/patching.config",
"version": "1100.0.7",
"version": "1100.0.8",
"description": "Functions related to patching configurations",
"keywords": [
"pnpm",