mirror of
https://github.com/pnpm/pnpm.git
synced 2026-05-18 05:42:27 -04:00
chore(release): 11.0.1
This commit is contained in:
@@ -1,5 +0,0 @@
|
||||
---
|
||||
"pnpm": patch
|
||||
---
|
||||
|
||||
Report unknown top-level options before falling back to implicit `pnpm run` scripts.
|
||||
@@ -1,6 +0,0 @@
|
||||
---
|
||||
"@pnpm/workspace.workspace-manifest-reader": patch
|
||||
"pnpm": patch
|
||||
---
|
||||
|
||||
Reject `null` named catalogs in workspace manifests with `InvalidWorkspaceManifestError` instead of crashing with a raw `TypeError`.
|
||||
@@ -1,6 +0,0 @@
|
||||
---
|
||||
"@pnpm/deps.compliance.sbom": patch
|
||||
"pnpm": patch
|
||||
---
|
||||
|
||||
Populate download location for git-sourced dependencies in SBOM output. Previously `pnpm sbom` emitted `NOASSERTION` (SPDX) and omitted the distribution reference (CycloneDX) for git dependencies. Now emits the git URL with commit hash, e.g. `git+https://github.com/user/repo.git#commit`.
|
||||
@@ -1,7 +0,0 @@
|
||||
---
|
||||
"@pnpm/config.reader": patch
|
||||
"@pnpm/engine.pm.commands": patch
|
||||
"pnpm": patch
|
||||
---
|
||||
|
||||
`pnpm self-update` now keeps `package.json`'s `packageManager` and `devEngines.packageManager` in sync. When the legacy `packageManager` field pins pnpm, both fields are rewritten to the new exact pnpm version on update — `packageManager` to `pnpm@<version>` (without an integrity hash), and `devEngines.packageManager.version` to the same exact `<version>` (dropping any range operator). When only `devEngines.packageManager` is declared, the existing range-preserving behavior is unchanged [#11388](https://github.com/pnpm/pnpm/issues/11388).
|
||||
@@ -1,6 +0,0 @@
|
||||
---
|
||||
"@pnpm/deps.compliance.commands": patch
|
||||
"pnpm": patch
|
||||
---
|
||||
|
||||
Sort the keys of the overrides object returned by `pnpm audit --fix` so that the log output order matches the order written to `pnpm-workspace.yaml`.
|
||||
@@ -1,5 +0,0 @@
|
||||
---
|
||||
"pnpm": patch
|
||||
---
|
||||
|
||||
Update the env lockfile's `packageManagerDependencies` entry when `devEngines.packageManager` declares a pnpm version that the lockfile no longer satisfies. Previously, the stale entry was kept even though the running pnpm matched the declared version, silently breaking the integrity record [#11387](https://github.com/pnpm/pnpm/issues/11387).
|
||||
@@ -1,5 +1,13 @@
|
||||
# @pnpm-private/updater
|
||||
|
||||
## 1100.0.5
|
||||
|
||||
### Patch Changes
|
||||
|
||||
- Updated dependencies [f543b77]
|
||||
- @pnpm/workspace.workspace-manifest-reader@1100.0.2
|
||||
- @pnpm/workspace.projects-reader@1101.0.0
|
||||
|
||||
## 1100.0.4
|
||||
|
||||
### Patch Changes
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@pnpm-private/updater",
|
||||
"version": "1100.0.4",
|
||||
"version": "1100.0.5",
|
||||
"private": true,
|
||||
"type": "module",
|
||||
"scripts": {
|
||||
|
||||
@@ -1,5 +1,13 @@
|
||||
# @pnpm/scripts
|
||||
|
||||
## 1100.0.3
|
||||
|
||||
### Patch Changes
|
||||
|
||||
- Updated dependencies [f543b77]
|
||||
- @pnpm/workspace.workspace-manifest-reader@1100.0.2
|
||||
- @pnpm/workspace.projects-reader@1101.0.0
|
||||
|
||||
## 1100.0.2
|
||||
|
||||
### Patch Changes
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@pnpm/scripts",
|
||||
"version": "1100.0.2",
|
||||
"version": "1100.0.3",
|
||||
"private": true,
|
||||
"type": "module",
|
||||
"dependencies": {
|
||||
|
||||
@@ -1,5 +1,13 @@
|
||||
# pnpm-agent
|
||||
|
||||
## 0.0.4
|
||||
|
||||
### Patch Changes
|
||||
|
||||
- @pnpm/installing.deps-installer@1101.0.2
|
||||
- @pnpm/installing.client@1100.0.6
|
||||
- @pnpm/store.controller@1101.0.0
|
||||
|
||||
## 0.0.3
|
||||
|
||||
### Patch Changes
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "pnpm-agent",
|
||||
"version": "0.0.3",
|
||||
"version": "0.0.4",
|
||||
"description": "pnpm agent server for server-side resolution and store-aware downloads",
|
||||
"keywords": [
|
||||
"pnpm",
|
||||
|
||||
@@ -1,5 +1,12 @@
|
||||
# @pnpm/auth.commands
|
||||
|
||||
## 1100.0.5
|
||||
|
||||
### Patch Changes
|
||||
|
||||
- Updated dependencies [0fbcf74]
|
||||
- @pnpm/config.reader@1101.1.2
|
||||
|
||||
## 1100.0.4
|
||||
|
||||
### Patch Changes
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@pnpm/auth.commands",
|
||||
"version": "1100.0.4",
|
||||
"version": "1100.0.5",
|
||||
"description": "Commands for authentication with npm registries",
|
||||
"keywords": [
|
||||
"pnpm",
|
||||
|
||||
@@ -1,5 +1,13 @@
|
||||
# @pnpm/building.after-install
|
||||
|
||||
## 1101.0.2
|
||||
|
||||
### Patch Changes
|
||||
|
||||
- Updated dependencies [0fbcf74]
|
||||
- @pnpm/config.reader@1101.1.2
|
||||
- @pnpm/store.connection-manager@1100.0.6
|
||||
|
||||
## 1101.0.1
|
||||
|
||||
### Patch Changes
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@pnpm/building.after-install",
|
||||
"version": "1101.0.1",
|
||||
"version": "1101.0.2",
|
||||
"description": "Rebuild packages that are already installed by running their lifecycle scripts",
|
||||
"keywords": [
|
||||
"pnpm",
|
||||
|
||||
@@ -1,5 +1,16 @@
|
||||
# @pnpm/building.commands
|
||||
|
||||
## 1100.0.6
|
||||
|
||||
### Patch Changes
|
||||
|
||||
- Updated dependencies [0fbcf74]
|
||||
- @pnpm/config.reader@1101.1.2
|
||||
- @pnpm/building.after-install@1101.0.2
|
||||
- @pnpm/installing.commands@1100.1.4
|
||||
- @pnpm/store.connection-manager@1100.0.6
|
||||
- @pnpm/config.writer@1100.0.3
|
||||
|
||||
## 1100.0.5
|
||||
|
||||
### Patch Changes
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@pnpm/building.commands",
|
||||
"version": "1100.0.5",
|
||||
"version": "1100.0.6",
|
||||
"description": "Commands for rebuilding and managing dependency builds",
|
||||
"keywords": [
|
||||
"pnpm",
|
||||
|
||||
@@ -1,5 +1,12 @@
|
||||
# @pnpm/building.during-install
|
||||
|
||||
## 1101.0.1
|
||||
|
||||
### Patch Changes
|
||||
|
||||
- Updated dependencies [0fbcf74]
|
||||
- @pnpm/config.reader@1101.1.2
|
||||
|
||||
## 1101.0.0
|
||||
|
||||
### Patch Changes
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@pnpm/building.during-install",
|
||||
"version": "1101.0.0",
|
||||
"version": "1101.0.1",
|
||||
"description": "Build packages in node_modules",
|
||||
"keywords": [
|
||||
"pnpm",
|
||||
|
||||
7
cache/api/CHANGELOG.md
vendored
7
cache/api/CHANGELOG.md
vendored
@@ -1,5 +1,12 @@
|
||||
# @pnpm/cache.api
|
||||
|
||||
## 1100.0.5
|
||||
|
||||
### Patch Changes
|
||||
|
||||
- Updated dependencies [0fbcf74]
|
||||
- @pnpm/config.reader@1101.1.2
|
||||
|
||||
## 1100.0.4
|
||||
|
||||
### Patch Changes
|
||||
|
||||
2
cache/api/package.json
vendored
2
cache/api/package.json
vendored
@@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@pnpm/cache.api",
|
||||
"version": "1100.0.4",
|
||||
"version": "1100.0.5",
|
||||
"description": "API for controlling the cache",
|
||||
"keywords": [
|
||||
"pnpm",
|
||||
|
||||
8
cache/commands/CHANGELOG.md
vendored
8
cache/commands/CHANGELOG.md
vendored
@@ -1,5 +1,13 @@
|
||||
# @pnpm/cache.commands
|
||||
|
||||
## 1100.0.5
|
||||
|
||||
### Patch Changes
|
||||
|
||||
- Updated dependencies [0fbcf74]
|
||||
- @pnpm/config.reader@1101.1.2
|
||||
- @pnpm/cache.api@1100.0.5
|
||||
|
||||
## 1100.0.4
|
||||
|
||||
### Patch Changes
|
||||
|
||||
2
cache/commands/package.json
vendored
2
cache/commands/package.json
vendored
@@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@pnpm/cache.commands",
|
||||
"version": "1100.0.4",
|
||||
"version": "1100.0.5",
|
||||
"description": "Commands for controlling the cache",
|
||||
"keywords": [
|
||||
"pnpm",
|
||||
|
||||
@@ -1,5 +1,15 @@
|
||||
# @pnpm/cli.commands
|
||||
|
||||
## 1100.0.5
|
||||
|
||||
### Patch Changes
|
||||
|
||||
- Updated dependencies [f543b77]
|
||||
- Updated dependencies [0fbcf74]
|
||||
- @pnpm/workspace.workspace-manifest-reader@1100.0.2
|
||||
- @pnpm/config.reader@1101.1.2
|
||||
- @pnpm/workspace.projects-reader@1101.0.0
|
||||
|
||||
## 1100.0.4
|
||||
|
||||
### Patch Changes
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@pnpm/cli.commands",
|
||||
"version": "1100.0.4",
|
||||
"version": "1100.0.5",
|
||||
"description": "Commands for pnpm CLI",
|
||||
"keywords": [
|
||||
"pnpm",
|
||||
|
||||
@@ -1,5 +1,12 @@
|
||||
# @pnpm/default-reporter
|
||||
|
||||
## 1100.0.5
|
||||
|
||||
### Patch Changes
|
||||
|
||||
- Updated dependencies [0fbcf74]
|
||||
- @pnpm/config.reader@1101.1.2
|
||||
|
||||
## 1100.0.4
|
||||
|
||||
### Patch Changes
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@pnpm/cli.default-reporter",
|
||||
"version": "1100.0.4",
|
||||
"version": "1100.0.5",
|
||||
"description": "The default reporter of pnpm",
|
||||
"keywords": [
|
||||
"pnpm",
|
||||
|
||||
@@ -1,5 +1,13 @@
|
||||
# @pnpm/plugin-commands-config
|
||||
|
||||
## 1100.0.5
|
||||
|
||||
### Patch Changes
|
||||
|
||||
- Updated dependencies [0fbcf74]
|
||||
- @pnpm/config.reader@1101.1.2
|
||||
- @pnpm/workspace.workspace-manifest-writer@1100.0.3
|
||||
|
||||
## 1100.0.4
|
||||
|
||||
### Patch Changes
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@pnpm/config.commands",
|
||||
"version": "1100.0.4",
|
||||
"version": "1100.0.5",
|
||||
"description": "Commands for reading and writing settings to/from config files",
|
||||
"keywords": [
|
||||
"pnpm",
|
||||
|
||||
@@ -1,5 +1,14 @@
|
||||
# @pnpm/config
|
||||
|
||||
## 1101.1.2
|
||||
|
||||
### Patch Changes
|
||||
|
||||
- 0fbcf74: `pnpm self-update` now keeps `package.json`'s `packageManager` and `devEngines.packageManager` in sync. When the legacy `packageManager` field pins pnpm, both fields are rewritten to the new exact pnpm version on update — `packageManager` to `pnpm@<version>` (without an integrity hash), and `devEngines.packageManager.version` to the same exact `<version>` (dropping any range operator). When only `devEngines.packageManager` is declared, the existing range-preserving behavior is unchanged [#11388](https://github.com/pnpm/pnpm/issues/11388).
|
||||
- Updated dependencies [f543b77]
|
||||
- @pnpm/workspace.workspace-manifest-reader@1100.0.2
|
||||
- @pnpm/catalogs.config@1100.0.0
|
||||
|
||||
## 1101.1.1
|
||||
|
||||
### Patch Changes
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@pnpm/config.reader",
|
||||
"version": "1101.1.1",
|
||||
"version": "1101.1.2",
|
||||
"description": "Gets configuration options for pnpm",
|
||||
"keywords": [
|
||||
"pnpm",
|
||||
|
||||
@@ -1,5 +1,11 @@
|
||||
# @pnpm/config.config-writer
|
||||
|
||||
## 1100.0.3
|
||||
|
||||
### Patch Changes
|
||||
|
||||
- @pnpm/workspace.workspace-manifest-writer@1100.0.3
|
||||
|
||||
## 1100.0.2
|
||||
|
||||
### Patch Changes
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@pnpm/config.writer",
|
||||
"version": "1100.0.2",
|
||||
"version": "1100.0.3",
|
||||
"description": "Functions for updating the configuration settings",
|
||||
"keywords": [
|
||||
"pnpm",
|
||||
|
||||
12
deps/compliance/commands/CHANGELOG.md
vendored
12
deps/compliance/commands/CHANGELOG.md
vendored
@@ -1,5 +1,17 @@
|
||||
# @pnpm/deps.compliance.commands
|
||||
|
||||
## 1101.1.3
|
||||
|
||||
### Patch Changes
|
||||
|
||||
- 5e11362: Sort the keys of the overrides object returned by `pnpm audit --fix` so that the log output order matches the order written to `pnpm-workspace.yaml`.
|
||||
- Updated dependencies [f9afe81]
|
||||
- Updated dependencies [0fbcf74]
|
||||
- @pnpm/deps.compliance.sbom@1100.0.5
|
||||
- @pnpm/config.reader@1101.1.2
|
||||
- @pnpm/installing.commands@1100.1.4
|
||||
- @pnpm/config.writer@1100.0.3
|
||||
|
||||
## 1101.1.2
|
||||
|
||||
### Patch Changes
|
||||
|
||||
2
deps/compliance/commands/package.json
vendored
2
deps/compliance/commands/package.json
vendored
@@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@pnpm/deps.compliance.commands",
|
||||
"version": "1101.1.2",
|
||||
"version": "1101.1.3",
|
||||
"description": "pnpm commands for audit, licenses, and sbom",
|
||||
"keywords": [
|
||||
"pnpm",
|
||||
|
||||
6
deps/compliance/sbom/CHANGELOG.md
vendored
6
deps/compliance/sbom/CHANGELOG.md
vendored
@@ -1,5 +1,11 @@
|
||||
# @pnpm/deps.compliance.sbom
|
||||
|
||||
## 1100.0.5
|
||||
|
||||
### Patch Changes
|
||||
|
||||
- f9afe81: Populate download location for git-sourced dependencies in SBOM output. Previously `pnpm sbom` emitted `NOASSERTION` (SPDX) and omitted the distribution reference (CycloneDX) for git dependencies. Now emits the git URL with commit hash, e.g. `git+https://github.com/user/repo.git#commit`.
|
||||
|
||||
## 1100.0.4
|
||||
|
||||
### Patch Changes
|
||||
|
||||
2
deps/compliance/sbom/package.json
vendored
2
deps/compliance/sbom/package.json
vendored
@@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@pnpm/deps.compliance.sbom",
|
||||
"version": "1100.0.4",
|
||||
"version": "1100.0.5",
|
||||
"description": "Generate SBOM from pnpm lockfile",
|
||||
"keywords": [
|
||||
"pnpm",
|
||||
|
||||
10
deps/inspection/commands/CHANGELOG.md
vendored
10
deps/inspection/commands/CHANGELOG.md
vendored
@@ -1,5 +1,15 @@
|
||||
# @pnpm/deps.inspection.commands
|
||||
|
||||
## 1100.1.5
|
||||
|
||||
### Patch Changes
|
||||
|
||||
- Updated dependencies [0fbcf74]
|
||||
- @pnpm/config.reader@1101.1.2
|
||||
- @pnpm/global.commands@1100.0.6
|
||||
- @pnpm/resolving.default-resolver@1100.0.6
|
||||
- @pnpm/deps.inspection.outdated@1100.0.6
|
||||
|
||||
## 1100.1.4
|
||||
|
||||
### Patch Changes
|
||||
|
||||
2
deps/inspection/commands/package.json
vendored
2
deps/inspection/commands/package.json
vendored
@@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@pnpm/deps.inspection.commands",
|
||||
"version": "1100.1.4",
|
||||
"version": "1100.1.5",
|
||||
"description": "The list, ll, why, and outdated commands of pnpm",
|
||||
"keywords": [
|
||||
"pnpm",
|
||||
|
||||
6
deps/inspection/outdated/CHANGELOG.md
vendored
6
deps/inspection/outdated/CHANGELOG.md
vendored
@@ -1,5 +1,11 @@
|
||||
# @pnpm/outdated
|
||||
|
||||
## 1100.0.6
|
||||
|
||||
### Patch Changes
|
||||
|
||||
- @pnpm/installing.client@1100.0.6
|
||||
|
||||
## 1100.0.5
|
||||
|
||||
### Patch Changes
|
||||
|
||||
2
deps/inspection/outdated/package.json
vendored
2
deps/inspection/outdated/package.json
vendored
@@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@pnpm/deps.inspection.outdated",
|
||||
"version": "1100.0.5",
|
||||
"version": "1100.0.6",
|
||||
"description": "Check for outdated packages",
|
||||
"keywords": [
|
||||
"pnpm",
|
||||
|
||||
11
deps/status/CHANGELOG.md
vendored
11
deps/status/CHANGELOG.md
vendored
@@ -1,5 +1,16 @@
|
||||
# @pnpm/deps.status
|
||||
|
||||
## 1100.0.5
|
||||
|
||||
### Patch Changes
|
||||
|
||||
- Updated dependencies [f543b77]
|
||||
- Updated dependencies [0fbcf74]
|
||||
- @pnpm/workspace.workspace-manifest-reader@1100.0.2
|
||||
- @pnpm/config.reader@1101.1.2
|
||||
- @pnpm/workspace.projects-reader@1101.0.0
|
||||
- @pnpm/workspace.state@1100.0.5
|
||||
|
||||
## 1100.0.4
|
||||
|
||||
### Patch Changes
|
||||
|
||||
2
deps/status/package.json
vendored
2
deps/status/package.json
vendored
@@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@pnpm/deps.status",
|
||||
"version": "1100.0.4",
|
||||
"version": "1100.0.5",
|
||||
"description": "Check dependencies status",
|
||||
"keywords": [
|
||||
"pnpm",
|
||||
|
||||
@@ -1,5 +1,19 @@
|
||||
# @pnpm/engine.pm.commands
|
||||
|
||||
## 1101.1.1
|
||||
|
||||
### Patch Changes
|
||||
|
||||
- 0fbcf74: `pnpm self-update` now keeps `package.json`'s `packageManager` and `devEngines.packageManager` in sync. When the legacy `packageManager` field pins pnpm, both fields are rewritten to the new exact pnpm version on update — `packageManager` to `pnpm@<version>` (without an integrity hash), and `devEngines.packageManager.version` to the same exact `<version>` (dropping any range operator). When only `devEngines.packageManager` is declared, the existing range-preserving behavior is unchanged [#11388](https://github.com/pnpm/pnpm/issues/11388).
|
||||
- Updated dependencies [0fbcf74]
|
||||
- @pnpm/config.reader@1101.1.2
|
||||
- @pnpm/global.commands@1100.0.6
|
||||
- @pnpm/store.connection-manager@1100.0.6
|
||||
- @pnpm/installing.deps-restorer@1101.0.1
|
||||
- @pnpm/installing.client@1100.0.6
|
||||
- @pnpm/installing.env-installer@1101.0.1
|
||||
- @pnpm/store.controller@1101.0.0
|
||||
|
||||
## 1101.1.0
|
||||
|
||||
### Minor Changes
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@pnpm/engine.pm.commands",
|
||||
"version": "1101.1.0",
|
||||
"version": "1101.1.1",
|
||||
"description": "pnpm commands for self-updating and setting up pnpm",
|
||||
"keywords": [
|
||||
"pnpm",
|
||||
|
||||
@@ -1,5 +1,13 @@
|
||||
# @pnpm/engine.runtime.commands
|
||||
|
||||
## 1100.0.6
|
||||
|
||||
### Patch Changes
|
||||
|
||||
- Updated dependencies [0fbcf74]
|
||||
- @pnpm/config.reader@1101.1.2
|
||||
- @pnpm/engine.runtime.node-resolver@1101.0.1
|
||||
|
||||
## 1100.0.5
|
||||
|
||||
### Patch Changes
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@pnpm/engine.runtime.commands",
|
||||
"version": "1100.0.5",
|
||||
"version": "1100.0.6",
|
||||
"description": "pnpm commands for managing runtimes",
|
||||
"keywords": [
|
||||
"pnpm",
|
||||
|
||||
@@ -1,5 +1,12 @@
|
||||
# @pnpm/node.resolver
|
||||
|
||||
## 1101.0.1
|
||||
|
||||
### Patch Changes
|
||||
|
||||
- Updated dependencies [0fbcf74]
|
||||
- @pnpm/config.reader@1101.1.2
|
||||
|
||||
## 1101.0.0
|
||||
|
||||
### Major Changes
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@pnpm/engine.runtime.node-resolver",
|
||||
"version": "1101.0.0",
|
||||
"version": "1101.0.1",
|
||||
"description": "Resolves a Node.js version specifier to an exact Node.js version",
|
||||
"keywords": [
|
||||
"pnpm",
|
||||
|
||||
@@ -1,5 +1,16 @@
|
||||
# @pnpm/plugin-commands-script-runners
|
||||
|
||||
## 1100.0.6
|
||||
|
||||
### Patch Changes
|
||||
|
||||
- Updated dependencies [0fbcf74]
|
||||
- @pnpm/config.reader@1101.1.2
|
||||
- @pnpm/deps.status@1100.0.5
|
||||
- @pnpm/engine.runtime.commands@1100.0.6
|
||||
- @pnpm/installing.commands@1100.1.4
|
||||
- @pnpm/installing.client@1100.0.6
|
||||
|
||||
## 1100.0.5
|
||||
|
||||
### Patch Changes
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@pnpm/exec.commands",
|
||||
"version": "1100.0.5",
|
||||
"version": "1100.0.6",
|
||||
"description": "Commands for running scripts",
|
||||
"keywords": [
|
||||
"pnpm",
|
||||
|
||||
@@ -1,5 +1,14 @@
|
||||
# @pnpm/global.commands
|
||||
|
||||
## 1100.0.6
|
||||
|
||||
### Patch Changes
|
||||
|
||||
- Updated dependencies [0fbcf74]
|
||||
- @pnpm/config.reader@1101.1.2
|
||||
- @pnpm/store.connection-manager@1100.0.6
|
||||
- @pnpm/installing.deps-installer@1101.0.2
|
||||
|
||||
## 1100.0.5
|
||||
|
||||
### Patch Changes
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@pnpm/global.commands",
|
||||
"version": "1100.0.5",
|
||||
"version": "1100.0.6",
|
||||
"description": "Global package command handlers for pnpm",
|
||||
"keywords": [
|
||||
"pnpm",
|
||||
|
||||
@@ -1,5 +1,12 @@
|
||||
# @pnpm/client
|
||||
|
||||
## 1100.0.6
|
||||
|
||||
### Patch Changes
|
||||
|
||||
- @pnpm/engine.runtime.node-resolver@1101.0.1
|
||||
- @pnpm/resolving.default-resolver@1100.0.6
|
||||
|
||||
## 1100.0.5
|
||||
|
||||
### Patch Changes
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@pnpm/installing.client",
|
||||
"version": "1100.0.5",
|
||||
"version": "1100.0.6",
|
||||
"description": "Creates the package resolve and fetch functions",
|
||||
"keywords": [
|
||||
"pnpm",
|
||||
|
||||
@@ -1,5 +1,25 @@
|
||||
# @pnpm/plugin-commands-installation
|
||||
|
||||
## 1100.1.4
|
||||
|
||||
### Patch Changes
|
||||
|
||||
- Updated dependencies [0fbcf74]
|
||||
- @pnpm/config.reader@1101.1.2
|
||||
- @pnpm/deps.status@1100.0.5
|
||||
- @pnpm/workspace.projects-filter@1100.0.5
|
||||
- @pnpm/workspace.projects-reader@1101.0.0
|
||||
- @pnpm/workspace.workspace-manifest-writer@1100.0.3
|
||||
- @pnpm/building.after-install@1101.0.2
|
||||
- @pnpm/global.commands@1100.0.6
|
||||
- @pnpm/store.connection-manager@1100.0.6
|
||||
- @pnpm/workspace.state@1100.0.5
|
||||
- @pnpm/config.writer@1100.0.3
|
||||
- @pnpm/installing.deps-installer@1101.0.2
|
||||
- @pnpm/installing.env-installer@1101.0.1
|
||||
- @pnpm/deps.inspection.outdated@1100.0.6
|
||||
- @pnpm/store.controller@1101.0.0
|
||||
|
||||
## 1100.1.3
|
||||
|
||||
### Patch Changes
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@pnpm/installing.commands",
|
||||
"version": "1100.1.3",
|
||||
"version": "1100.1.4",
|
||||
"description": "Commands for installation",
|
||||
"keywords": [
|
||||
"pnpm",
|
||||
|
||||
@@ -1,5 +1,14 @@
|
||||
# @pnpm/core
|
||||
|
||||
## 1101.0.2
|
||||
|
||||
### Patch Changes
|
||||
|
||||
- @pnpm/building.after-install@1101.0.2
|
||||
- @pnpm/building.during-install@1101.0.1
|
||||
- @pnpm/installing.deps-restorer@1101.0.1
|
||||
- @pnpm/installing.package-requester@1101.0.0
|
||||
|
||||
## 1101.0.1
|
||||
|
||||
### Patch Changes
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@pnpm/installing.deps-installer",
|
||||
"version": "1101.0.1",
|
||||
"version": "1101.0.2",
|
||||
"description": "Fast, disk space efficient installation engine",
|
||||
"keywords": [
|
||||
"pnpm",
|
||||
|
||||
@@ -1,5 +1,12 @@
|
||||
# @pnpm/headless
|
||||
|
||||
## 1101.0.1
|
||||
|
||||
### Patch Changes
|
||||
|
||||
- @pnpm/building.during-install@1101.0.1
|
||||
- @pnpm/installing.package-requester@1101.0.0
|
||||
|
||||
## 1101.0.0
|
||||
|
||||
### Patch Changes
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@pnpm/installing.deps-restorer",
|
||||
"version": "1101.0.0",
|
||||
"version": "1101.0.1",
|
||||
"description": "Fast installation using only pnpm-lock.yaml",
|
||||
"keywords": [
|
||||
"pnpm",
|
||||
|
||||
@@ -1,5 +1,12 @@
|
||||
# @pnpm/config.deps-installer
|
||||
|
||||
## 1101.0.1
|
||||
|
||||
### Patch Changes
|
||||
|
||||
- @pnpm/config.writer@1100.0.3
|
||||
- @pnpm/store.controller@1101.0.0
|
||||
|
||||
## 1101.0.0
|
||||
|
||||
### Patch Changes
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@pnpm/installing.env-installer",
|
||||
"version": "1101.0.0",
|
||||
"version": "1101.0.1",
|
||||
"description": "Installer for configurational dependencies",
|
||||
"keywords": [
|
||||
"pnpm",
|
||||
|
||||
@@ -1,5 +1,12 @@
|
||||
# @pnpm/mount-modules
|
||||
|
||||
## 1100.0.5
|
||||
|
||||
### Patch Changes
|
||||
|
||||
- Updated dependencies [0fbcf74]
|
||||
- @pnpm/config.reader@1101.1.2
|
||||
|
||||
## 1100.0.4
|
||||
|
||||
### Patch Changes
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@pnpm/modules-mounter.daemon",
|
||||
"version": "1100.0.4",
|
||||
"version": "1100.0.5",
|
||||
"description": "Mounts a node_modules directory with FUSE",
|
||||
"keywords": [
|
||||
"pnpm",
|
||||
|
||||
@@ -1,5 +1,17 @@
|
||||
# @pnpm/plugin-commands-patching
|
||||
|
||||
## 1100.0.6
|
||||
|
||||
### Patch Changes
|
||||
|
||||
- Updated dependencies [f543b77]
|
||||
- Updated dependencies [0fbcf74]
|
||||
- @pnpm/workspace.workspace-manifest-reader@1100.0.2
|
||||
- @pnpm/config.reader@1101.1.2
|
||||
- @pnpm/installing.commands@1100.1.4
|
||||
- @pnpm/store.connection-manager@1100.0.6
|
||||
- @pnpm/config.writer@1100.0.3
|
||||
|
||||
## 1100.0.5
|
||||
|
||||
### Patch Changes
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@pnpm/patching.commands",
|
||||
"version": "1100.0.5",
|
||||
"version": "1100.0.6",
|
||||
"description": "Commands for creating patches",
|
||||
"keywords": [
|
||||
"pnpm",
|
||||
|
||||
@@ -1,5 +1,16 @@
|
||||
# pnpm
|
||||
|
||||
## 11.0.1
|
||||
|
||||
### Patch Changes
|
||||
|
||||
- Report unknown top-level options before falling back to implicit `pnpm run` scripts.
|
||||
- Reject `null` named catalogs in workspace manifests with `InvalidWorkspaceManifestError` instead of crashing with a raw `TypeError`.
|
||||
- Populate download location for git-sourced dependencies in SBOM output. Previously `pnpm sbom` emitted `NOASSERTION` (SPDX) and omitted the distribution reference (CycloneDX) for git dependencies. Now emits the git URL with commit hash, e.g. `git+https://github.com/user/repo.git#commit`.
|
||||
- `pnpm self-update` now keeps `package.json`'s `packageManager` and `devEngines.packageManager` in sync. When the legacy `packageManager` field pins pnpm, both fields are rewritten to the new exact pnpm version on update — `packageManager` to `pnpm@<version>` (without an integrity hash), and `devEngines.packageManager.version` to the same exact `<version>` (dropping any range operator). When only `devEngines.packageManager` is declared, the existing range-preserving behavior is unchanged [#11388](https://github.com/pnpm/pnpm/issues/11388).
|
||||
- Sort the keys of the overrides object returned by `pnpm audit --fix` so that the log output order matches the order written to `pnpm-workspace.yaml`.
|
||||
- Update the env lockfile's `packageManagerDependencies` entry when `devEngines.packageManager` declares a pnpm version that the lockfile no longer satisfies. Previously, the stale entry was kept even though the running pnpm matched the declared version, silently breaking the integrity record [#11387](https://github.com/pnpm/pnpm/issues/11387).
|
||||
|
||||
## 11.0.0
|
||||
|
||||
### Highlights
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@pnpm/macos-arm64",
|
||||
"version": "11.0.0",
|
||||
"version": "11.0.1",
|
||||
"keywords": [
|
||||
"pnpm",
|
||||
"pnpm11",
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@pnpm/macos-x64",
|
||||
"version": "11.0.0",
|
||||
"version": "11.0.1",
|
||||
"keywords": [
|
||||
"pnpm",
|
||||
"pnpm11",
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@pnpm/exe",
|
||||
"version": "11.0.0",
|
||||
"version": "11.0.1",
|
||||
"description": "Fast, disk space efficient package manager",
|
||||
"keywords": [
|
||||
"pnpm",
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@pnpm/linuxstatic-arm64",
|
||||
"version": "11.0.0",
|
||||
"version": "11.0.1",
|
||||
"keywords": [
|
||||
"pnpm",
|
||||
"pnpm11",
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@pnpm/linux-arm64",
|
||||
"version": "11.0.0",
|
||||
"version": "11.0.1",
|
||||
"keywords": [
|
||||
"pnpm",
|
||||
"pnpm11",
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@pnpm/linuxstatic-x64",
|
||||
"version": "11.0.0",
|
||||
"version": "11.0.1",
|
||||
"keywords": [
|
||||
"pnpm",
|
||||
"pnpm11",
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@pnpm/linux-x64",
|
||||
"version": "11.0.0",
|
||||
"version": "11.0.1",
|
||||
"keywords": [
|
||||
"pnpm",
|
||||
"pnpm11",
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@pnpm/win-arm64",
|
||||
"version": "11.0.0",
|
||||
"version": "11.0.1",
|
||||
"keywords": [
|
||||
"pnpm",
|
||||
"pnpm11",
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@pnpm/win-x64",
|
||||
"version": "11.0.0",
|
||||
"version": "11.0.1",
|
||||
"keywords": [
|
||||
"pnpm",
|
||||
"pnpm11",
|
||||
|
||||
@@ -1,5 +1,13 @@
|
||||
# pd
|
||||
|
||||
## 1100.0.3
|
||||
|
||||
### Patch Changes
|
||||
|
||||
- Updated dependencies [f543b77]
|
||||
- @pnpm/workspace.workspace-manifest-reader@1100.0.2
|
||||
- @pnpm/workspace.projects-reader@1101.0.0
|
||||
|
||||
## 1100.0.2
|
||||
|
||||
### Patch Changes
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "pd",
|
||||
"version": "1100.0.2",
|
||||
"version": "1100.0.3",
|
||||
"bin": "pd.js",
|
||||
"private": true,
|
||||
"type": "module",
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "pnpm",
|
||||
"version": "11.0.0",
|
||||
"version": "11.0.1",
|
||||
"description": "Fast, disk space efficient package manager",
|
||||
"keywords": [
|
||||
"pnpm",
|
||||
|
||||
@@ -1,5 +1,12 @@
|
||||
# @pnpm/registry-access.commands
|
||||
|
||||
## 1100.2.3
|
||||
|
||||
### Patch Changes
|
||||
|
||||
- Updated dependencies [0fbcf74]
|
||||
- @pnpm/config.reader@1101.1.2
|
||||
|
||||
## 1100.2.2
|
||||
|
||||
### Patch Changes
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@pnpm/registry-access.commands",
|
||||
"version": "1100.2.2",
|
||||
"version": "1100.2.3",
|
||||
"description": "Commands for managing packages on the registry",
|
||||
"keywords": [
|
||||
"pnpm",
|
||||
|
||||
@@ -1,5 +1,17 @@
|
||||
# @pnpm/releasing.commands
|
||||
|
||||
## 1100.2.3
|
||||
|
||||
### Patch Changes
|
||||
|
||||
- Updated dependencies [0fbcf74]
|
||||
- @pnpm/config.reader@1101.1.2
|
||||
- @pnpm/workspace.projects-filter@1100.0.5
|
||||
- @pnpm/engine.runtime.commands@1100.0.6
|
||||
- @pnpm/engine.runtime.node-resolver@1101.0.1
|
||||
- @pnpm/installing.commands@1100.1.4
|
||||
- @pnpm/installing.client@1100.0.6
|
||||
|
||||
## 1100.2.2
|
||||
|
||||
### Patch Changes
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@pnpm/releasing.commands",
|
||||
"version": "1100.2.2",
|
||||
"version": "1100.2.3",
|
||||
"description": "Commands for deploy, pack, and publish",
|
||||
"keywords": [
|
||||
"pnpm",
|
||||
|
||||
@@ -1,5 +1,11 @@
|
||||
# @pnpm/default-resolver
|
||||
|
||||
## 1100.0.6
|
||||
|
||||
### Patch Changes
|
||||
|
||||
- @pnpm/engine.runtime.node-resolver@1101.0.1
|
||||
|
||||
## 1100.0.5
|
||||
|
||||
### Patch Changes
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@pnpm/resolving.default-resolver",
|
||||
"version": "1100.0.5",
|
||||
"version": "1100.0.6",
|
||||
"description": "pnpm's default package resolver",
|
||||
"keywords": [
|
||||
"pnpm",
|
||||
|
||||
@@ -1,5 +1,14 @@
|
||||
# @pnpm/store.commands
|
||||
|
||||
## 1100.0.6
|
||||
|
||||
### Patch Changes
|
||||
|
||||
- Updated dependencies [0fbcf74]
|
||||
- @pnpm/config.reader@1101.1.2
|
||||
- @pnpm/store.connection-manager@1100.0.6
|
||||
- @pnpm/installing.client@1100.0.6
|
||||
|
||||
## 1100.0.5
|
||||
|
||||
### Patch Changes
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@pnpm/store.commands",
|
||||
"version": "1100.0.5",
|
||||
"version": "1100.0.6",
|
||||
"description": "Commands for controlling and inspecting the store",
|
||||
"keywords": [
|
||||
"pnpm",
|
||||
|
||||
@@ -1,5 +1,14 @@
|
||||
# @pnpm/store-connection-manager
|
||||
|
||||
## 1100.0.6
|
||||
|
||||
### Patch Changes
|
||||
|
||||
- Updated dependencies [0fbcf74]
|
||||
- @pnpm/config.reader@1101.1.2
|
||||
- @pnpm/installing.client@1100.0.6
|
||||
- @pnpm/store.controller@1101.0.0
|
||||
|
||||
## 1100.0.5
|
||||
|
||||
### Patch Changes
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@pnpm/store.connection-manager",
|
||||
"version": "1100.0.5",
|
||||
"version": "1100.0.6",
|
||||
"description": "Create a pnpm store controller",
|
||||
"keywords": [
|
||||
"pnpm",
|
||||
|
||||
@@ -1,5 +1,12 @@
|
||||
# @pnpm/testing.temp-store
|
||||
|
||||
## 1100.0.6
|
||||
|
||||
### Patch Changes
|
||||
|
||||
- @pnpm/installing.client@1100.0.6
|
||||
- @pnpm/store.controller@1101.0.0
|
||||
|
||||
## 1100.0.5
|
||||
|
||||
### Patch Changes
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@pnpm/testing.temp-store",
|
||||
"version": "1100.0.5",
|
||||
"version": "1100.0.6",
|
||||
"description": "A temporary store for testing purposes",
|
||||
"keywords": [
|
||||
"pnpm",
|
||||
|
||||
@@ -1,5 +1,12 @@
|
||||
# @pnpm/plugin-commands-init
|
||||
|
||||
## 1100.1.3
|
||||
|
||||
### Patch Changes
|
||||
|
||||
- Updated dependencies [0fbcf74]
|
||||
- @pnpm/config.reader@1101.1.2
|
||||
|
||||
## 1100.1.2
|
||||
|
||||
### Patch Changes
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@pnpm/workspace.commands",
|
||||
"version": "1100.1.2",
|
||||
"version": "1100.1.3",
|
||||
"description": "Create a package.json file",
|
||||
"keywords": [
|
||||
"pnpm",
|
||||
|
||||
@@ -1,5 +1,13 @@
|
||||
# @pnpm/filter-workspace-packages
|
||||
|
||||
## 1100.0.5
|
||||
|
||||
### Patch Changes
|
||||
|
||||
- Updated dependencies [f543b77]
|
||||
- @pnpm/workspace.workspace-manifest-reader@1100.0.2
|
||||
- @pnpm/workspace.projects-reader@1101.0.0
|
||||
|
||||
## 1100.0.4
|
||||
|
||||
### Patch Changes
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@pnpm/workspace.projects-filter",
|
||||
"version": "1100.0.4",
|
||||
"version": "1100.0.5",
|
||||
"description": "Filters packages in a workspace",
|
||||
"keywords": [
|
||||
"pnpm",
|
||||
|
||||
@@ -1,5 +1,12 @@
|
||||
# @pnpm/workspace.state
|
||||
|
||||
## 1100.0.5
|
||||
|
||||
### Patch Changes
|
||||
|
||||
- Updated dependencies [0fbcf74]
|
||||
- @pnpm/config.reader@1101.1.2
|
||||
|
||||
## 1100.0.4
|
||||
|
||||
### Patch Changes
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@pnpm/workspace.state",
|
||||
"version": "1100.0.4",
|
||||
"version": "1100.0.5",
|
||||
"description": "Track the list of actual paths of workspace packages in a cache",
|
||||
"keywords": [
|
||||
"pnpm",
|
||||
|
||||
@@ -1,5 +1,11 @@
|
||||
# @pnpm/workspace.read-manifest
|
||||
|
||||
## 1100.0.2
|
||||
|
||||
### Patch Changes
|
||||
|
||||
- f543b77: Reject `null` named catalogs in workspace manifests with `InvalidWorkspaceManifestError` instead of crashing with a raw `TypeError`.
|
||||
|
||||
## 1100.0.1
|
||||
|
||||
### Patch Changes
|
||||
|
||||
Some files were not shown because too many files have changed in this diff Show More
Reference in New Issue
Block a user