chore(release): 11.0.0-rc.3

This commit is contained in:
Zoltan Kochan
2026-04-21 00:17:38 +02:00
parent 54eec40233
commit fcdd50aaa7
224 changed files with 1231 additions and 219 deletions

View File

@@ -1,5 +1,11 @@
# @pnpm/lockfile.detect-dep-types
## 1100.0.2
### Patch Changes
- @pnpm/lockfile.types@1100.0.2
## 1100.0.1
### Patch Changes

View File

@@ -1,6 +1,6 @@
{
"name": "@pnpm/lockfile.detect-dep-types",
"version": "1100.0.1",
"version": "1100.0.2",
"description": "Detect the types of dependencies",
"keywords": [
"pnpm",

View File

@@ -1,5 +1,13 @@
# @pnpm/filter-lockfile
## 1100.0.2
### Patch Changes
- @pnpm/lockfile.types@1100.0.2
- @pnpm/lockfile.utils@1100.0.2
- @pnpm/lockfile.walker@1100.0.2
## 1100.0.1
### Patch Changes

View File

@@ -1,6 +1,6 @@
{
"name": "@pnpm/lockfile.filtering",
"version": "1100.0.1",
"version": "1100.0.2",
"description": "Filters a lockfile",
"keywords": [
"pnpm",

View File

@@ -1,5 +1,13 @@
# @pnpm/lockfile-file
## 1100.0.2
### Patch Changes
- @pnpm/lockfile.types@1100.0.2
- @pnpm/lockfile.utils@1100.0.2
- @pnpm/lockfile.merger@1100.0.2
## 1100.0.1
### Patch Changes

View File

@@ -1,6 +1,6 @@
{
"name": "@pnpm/lockfile.fs",
"version": "1100.0.1",
"version": "1100.0.2",
"description": "Read/write pnpm-lock.yaml files",
"keywords": [
"pnpm",

View File

@@ -1,5 +1,13 @@
# @pnpm/make-dedicated-lockfile
## 1100.0.3
### Patch Changes
- @pnpm/lockfile.fs@1100.0.2
- @pnpm/lockfile.pruner@1100.0.2
- @pnpm/releasing.exportable-manifest@1100.0.2
## 1100.0.2
### Patch Changes

View File

@@ -1,6 +1,6 @@
{
"name": "@pnpm/lockfile.make-dedicated-lockfile",
"version": "1100.0.2",
"version": "1100.0.3",
"description": "Creates a dedicated lockfile for a subset of workspace projects",
"keywords": [
"pnpm",

View File

@@ -1,5 +1,11 @@
# @pnpm/merge-lockfile-changes
## 1100.0.2
### Patch Changes
- @pnpm/lockfile.types@1100.0.2
## 1100.0.1
### Patch Changes

View File

@@ -1,6 +1,6 @@
{
"name": "@pnpm/lockfile.merger",
"version": "1100.0.1",
"version": "1100.0.2",
"description": "Merges lockfiles. Can automatically fix merge conflicts",
"keywords": [
"pnpm",

View File

@@ -1,5 +1,13 @@
# @pnpm/lockfile.preferred-versions
## 1100.0.3
### Patch Changes
- Updated dependencies [72c1e05]
- @pnpm/resolving.resolver-base@1100.1.0
- @pnpm/lockfile.utils@1100.0.2
## 1100.0.2
### Patch Changes

View File

@@ -1,6 +1,6 @@
{
"name": "@pnpm/lockfile.preferred-versions",
"version": "1100.0.2",
"version": "1100.0.3",
"description": "Get preferred version from lockfile",
"keywords": [
"pnpm",

View File

@@ -1,5 +1,11 @@
# @pnpm/prune-lockfile
## 1100.0.2
### Patch Changes
- @pnpm/lockfile.types@1100.0.2
## 1100.0.1
### Patch Changes

View File

@@ -1,6 +1,6 @@
{
"name": "@pnpm/lockfile.pruner",
"version": "1100.0.1",
"version": "1100.0.2",
"description": "Prune a pnpm-lock.yaml",
"keywords": [
"pnpm",

View File

@@ -1,5 +1,13 @@
# @pnpm/lockfile.settings-checker
## 1100.0.2
### Patch Changes
- @pnpm/lockfile.types@1100.0.2
- @pnpm/lockfile.verification@1100.0.2
- @pnpm/crypto.hash@1100.0.0
## 1100.0.1
### Patch Changes

View File

@@ -1,6 +1,6 @@
{
"name": "@pnpm/lockfile.settings-checker",
"version": "1100.0.1",
"version": "1100.0.2",
"description": "Utilities to check if lockfile settings are out-of-date",
"keywords": [
"pnpm",

View File

@@ -1,5 +1,12 @@
# @pnpm/lockfile-to-pnp
## 1100.0.2
### Patch Changes
- @pnpm/lockfile.utils@1100.0.2
- @pnpm/lockfile.fs@1100.0.2
## 1100.0.1
### Patch Changes

View File

@@ -1,6 +1,6 @@
{
"name": "@pnpm/lockfile.to-pnp",
"version": "1100.0.1",
"version": "1100.0.2",
"description": "Creates a Plug'n'Play file from a pnpm-lock.yaml",
"keywords": [
"pnpm",

View File

@@ -1,5 +1,12 @@
# @pnpm/lockfile-types
## 1100.0.2
### Patch Changes
- Updated dependencies [72c1e05]
- @pnpm/resolving.resolver-base@1100.1.0
## 1100.0.1
### Patch Changes

View File

@@ -1,6 +1,6 @@
{
"name": "@pnpm/lockfile.types",
"version": "1100.0.1",
"version": "1100.0.2",
"description": "Types for the pnpm-lock.yaml lockfile",
"keywords": [
"pnpm",

View File

@@ -1,5 +1,15 @@
# @pnpm/lockfile-utils
## 1100.0.2
### Patch Changes
- Updated dependencies [72c1e05]
- @pnpm/resolving.resolver-base@1100.1.0
- @pnpm/fetching.pick-fetcher@1100.0.2
- @pnpm/hooks.types@1100.0.2
- @pnpm/lockfile.types@1100.0.2
## 1100.0.1
### Patch Changes

View File

@@ -1,6 +1,6 @@
{
"name": "@pnpm/lockfile.utils",
"version": "1100.0.1",
"version": "1100.0.2",
"description": "Utils for dealing with pnpm-lock.yaml",
"keywords": [
"pnpm",

View File

@@ -1,5 +1,16 @@
# @pnpm/lockfile.verification
## 1100.0.2
### Patch Changes
- Updated dependencies [72c1e05]
- @pnpm/resolving.resolver-base@1100.1.0
- @pnpm/installing.context@1100.0.2
- @pnpm/lockfile.types@1100.0.2
- @pnpm/lockfile.utils@1100.0.2
- @pnpm/crypto.hash@1100.0.0
## 1100.0.1
### Patch Changes

View File

@@ -1,6 +1,6 @@
{
"name": "@pnpm/lockfile.verification",
"version": "1100.0.1",
"version": "1100.0.2",
"description": "Checks a lockfile",
"keywords": [
"pnpm",

View File

@@ -1,5 +1,11 @@
# @pnpm/lockfile-walker
## 1100.0.2
### Patch Changes
- @pnpm/lockfile.types@1100.0.2
## 1100.0.1
### Patch Changes

View File

@@ -1,6 +1,6 @@
{
"name": "@pnpm/lockfile.walker",
"version": "1100.0.1",
"version": "1100.0.2",
"description": "Walk over all the dependencies in a lockfile",
"keywords": [
"pnpm",