mirror of
https://github.com/pnpm/pnpm.git
synced 2026-05-18 13:51:38 -04:00
chore(release): 10.11.1
This commit is contained in:
@@ -1,6 +0,0 @@
|
||||
---
|
||||
"@pnpm/plugin-commands-deploy": patch
|
||||
"pnpm": patch
|
||||
---
|
||||
|
||||
Fix an issue in which `pnpm deploy --legacy` creates unexpected directories when the root `package.json` has a workspace package as a peer dependency [#9550](https://github.com/pnpm/pnpm/issues/9550).
|
||||
@@ -1,6 +0,0 @@
|
||||
---
|
||||
"@pnpm/tarball-resolver": patch
|
||||
pnpm: patch
|
||||
---
|
||||
|
||||
Dependencies specified via a URL that redirects will only be locked to the target if it is immutable, fixing a regression when installing from GitHub releases. ([#9531](https://github.com/pnpm/pnpm/issues/9531))
|
||||
@@ -1,6 +0,0 @@
|
||||
---
|
||||
"@pnpm/core": patch
|
||||
"pnpm": patch
|
||||
---
|
||||
|
||||
Installation should not exit with an error if `strictPeerDependencies` is `true` but all issues are ignored by `peerDependencyRules` [#9505](https://github.com/pnpm/pnpm/pull/9505).
|
||||
@@ -1,6 +0,0 @@
|
||||
---
|
||||
"@pnpm/config": patch
|
||||
"pnpm": patch
|
||||
---
|
||||
|
||||
Use `pnpm_config_` env variables instead of `npm_config_` [#9571](https://github.com/pnpm/pnpm/pull/9571).
|
||||
@@ -1,9 +0,0 @@
|
||||
---
|
||||
"@pnpm/resolve-dependencies": patch
|
||||
"@pnpm/package-requester": patch
|
||||
"@pnpm/store-controller-types": patch
|
||||
"@pnpm/core": patch
|
||||
pnpm: patch
|
||||
---
|
||||
|
||||
Fix a regression (in v10.9.0) causing the `--lockfile-only` flag on `pnpm update` to produce a different `pnpm-lock.yaml` than an update without the flag.
|
||||
@@ -1,6 +0,0 @@
|
||||
---
|
||||
"@pnpm/plugin-commands-deploy": patch
|
||||
"pnpm": patch
|
||||
---
|
||||
|
||||
Let `pnpm deploy` work in repos with `overrides` when `inject-workspace-packages=true` [#9283](https://github.com/pnpm/pnpm/issues/9283).
|
||||
@@ -1,6 +0,0 @@
|
||||
---
|
||||
"@pnpm/git-resolver": patch
|
||||
"pnpm": patch
|
||||
---
|
||||
|
||||
Fixed the problem of path loss caused by parsing URL address. Fixes a regression shipped in pnpm v10.11 via [#9502](https://github.com/pnpm/pnpm/pull/9502).
|
||||
@@ -1,6 +0,0 @@
|
||||
---
|
||||
"@pnpm/plugin-commands-script-runners": patch
|
||||
"pnpm": patch
|
||||
---
|
||||
|
||||
`pnpm -r --silent run` should not print out section [#9563](https://github.com/pnpm/pnpm/issues/9563).
|
||||
@@ -1,5 +1,11 @@
|
||||
# @pnpm/assert-project
|
||||
|
||||
## 4.0.13
|
||||
|
||||
### Patch Changes
|
||||
|
||||
- @pnpm/assert-store@2.0.13
|
||||
|
||||
## 4.0.12
|
||||
|
||||
### Patch Changes
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
{
|
||||
"name": "@pnpm/assert-project",
|
||||
"description": "Utils for testing projects that use pnpm",
|
||||
"version": "4.0.12",
|
||||
"version": "4.0.13",
|
||||
"author": {
|
||||
"name": "Zoltan Kochan",
|
||||
"email": "z@kochan.io",
|
||||
|
||||
@@ -1,5 +1,11 @@
|
||||
# @pnpm/assert-store
|
||||
|
||||
## 2.0.13
|
||||
|
||||
### Patch Changes
|
||||
|
||||
- @pnpm/store.cafs@1000.0.13
|
||||
|
||||
## 2.0.12
|
||||
|
||||
### Patch Changes
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
{
|
||||
"name": "@pnpm/assert-store",
|
||||
"description": "Utils for testing pnpm store",
|
||||
"version": "2.0.12",
|
||||
"version": "2.0.13",
|
||||
"bugs": {
|
||||
"url": "https://github.com/pnpm/pnpm/issues"
|
||||
},
|
||||
|
||||
@@ -1,5 +1,11 @@
|
||||
# @pnpm/jest-config
|
||||
|
||||
## 1.0.18
|
||||
|
||||
### Patch Changes
|
||||
|
||||
- @pnpm/worker@1000.1.7
|
||||
|
||||
## 1.0.17
|
||||
|
||||
### Patch Changes
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@pnpm/jest-config",
|
||||
"version": "1.0.17",
|
||||
"version": "1.0.18",
|
||||
"private": true,
|
||||
"main": "jest-preset.js",
|
||||
"dependencies": {
|
||||
|
||||
@@ -1,5 +1,11 @@
|
||||
# @pnpm/prepare
|
||||
|
||||
## 0.0.120
|
||||
|
||||
### Patch Changes
|
||||
|
||||
- @pnpm/assert-project@4.0.13
|
||||
|
||||
## 0.0.119
|
||||
|
||||
### Patch Changes
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@pnpm/prepare",
|
||||
"version": "0.0.119",
|
||||
"version": "0.0.120",
|
||||
"main": "lib/index.js",
|
||||
"types": "lib/index.d.ts",
|
||||
"dependencies": {
|
||||
|
||||
8
cache/api/CHANGELOG.md
vendored
8
cache/api/CHANGELOG.md
vendored
@@ -1,5 +1,13 @@
|
||||
# @pnpm/cache.api
|
||||
|
||||
## 1000.0.24
|
||||
|
||||
### Patch Changes
|
||||
|
||||
- Updated dependencies [8d175c0]
|
||||
- @pnpm/config@1003.1.1
|
||||
- @pnpm/store.cafs@1000.0.13
|
||||
|
||||
## 1000.0.23
|
||||
|
||||
### Patch Changes
|
||||
|
||||
2
cache/api/package.json
vendored
2
cache/api/package.json
vendored
@@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@pnpm/cache.api",
|
||||
"version": "1000.0.23",
|
||||
"version": "1000.0.24",
|
||||
"description": "API for controlling the cache",
|
||||
"keywords": [
|
||||
"pnpm",
|
||||
|
||||
9
cache/commands/CHANGELOG.md
vendored
9
cache/commands/CHANGELOG.md
vendored
@@ -1,5 +1,14 @@
|
||||
# @pnpm/cache.commands
|
||||
|
||||
## 1000.0.25
|
||||
|
||||
### Patch Changes
|
||||
|
||||
- Updated dependencies [8d175c0]
|
||||
- @pnpm/config@1003.1.1
|
||||
- @pnpm/cache.api@1000.0.24
|
||||
- @pnpm/cli-utils@1000.1.5
|
||||
|
||||
## 1000.0.24
|
||||
|
||||
### Patch Changes
|
||||
|
||||
2
cache/commands/package.json
vendored
2
cache/commands/package.json
vendored
@@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@pnpm/cache.commands",
|
||||
"version": "1000.0.24",
|
||||
"version": "1000.0.25",
|
||||
"description": "Commands for controlling the cache",
|
||||
"keywords": [
|
||||
"pnpm",
|
||||
|
||||
@@ -1,5 +1,16 @@
|
||||
# @pnpm/cli-utils
|
||||
|
||||
## 1000.1.5
|
||||
|
||||
### Patch Changes
|
||||
|
||||
- Updated dependencies [8d175c0]
|
||||
- @pnpm/config@1003.1.1
|
||||
- @pnpm/default-reporter@1002.0.1
|
||||
- @pnpm/store-connection-manager@1002.0.3
|
||||
- @pnpm/pnpmfile@1001.2.2
|
||||
- @pnpm/config.deps-installer@1000.0.5
|
||||
|
||||
## 1000.1.4
|
||||
|
||||
### Patch Changes
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@pnpm/cli-utils",
|
||||
"version": "1000.1.4",
|
||||
"version": "1000.1.5",
|
||||
"description": "Utils for pnpm commands",
|
||||
"keywords": [
|
||||
"pnpm",
|
||||
|
||||
@@ -1,5 +1,12 @@
|
||||
# @pnpm/default-reporter
|
||||
|
||||
## 1002.0.1
|
||||
|
||||
### Patch Changes
|
||||
|
||||
- Updated dependencies [8d175c0]
|
||||
- @pnpm/config@1003.1.1
|
||||
|
||||
## 1002.0.0
|
||||
|
||||
### Major Changes
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@pnpm/default-reporter",
|
||||
"version": "1002.0.0",
|
||||
"version": "1002.0.1",
|
||||
"description": "The default reporter of pnpm",
|
||||
"keywords": [
|
||||
"pnpm",
|
||||
|
||||
@@ -1,5 +1,12 @@
|
||||
# @pnpm/plugin-commands-completion
|
||||
|
||||
## 1000.0.25
|
||||
|
||||
### Patch Changes
|
||||
|
||||
- @pnpm/cli-utils@1000.1.5
|
||||
- @pnpm/workspace.find-packages@1000.0.25
|
||||
|
||||
## 1000.0.24
|
||||
|
||||
### Patch Changes
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@pnpm/plugin-commands-completion",
|
||||
"version": "1000.0.24",
|
||||
"version": "1000.0.25",
|
||||
"description": "Commands for shell completions",
|
||||
"keywords": [
|
||||
"pnpm",
|
||||
|
||||
@@ -1,5 +1,12 @@
|
||||
# @pnpm/config
|
||||
|
||||
## 1003.1.1
|
||||
|
||||
### Patch Changes
|
||||
|
||||
- 8d175c0: Use `pnpm_config_` env variables instead of `npm_config_` [#9571](https://github.com/pnpm/pnpm/pull/9571).
|
||||
- @pnpm/pnpmfile@1001.2.2
|
||||
|
||||
## 1003.1.0
|
||||
|
||||
### Minor Changes
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@pnpm/config",
|
||||
"version": "1003.1.0",
|
||||
"version": "1003.1.1",
|
||||
"description": "Gets configuration options for pnpm",
|
||||
"keywords": [
|
||||
"pnpm",
|
||||
|
||||
@@ -1,5 +1,11 @@
|
||||
# @pnpm/config.deps-installer
|
||||
|
||||
## 1000.0.5
|
||||
|
||||
### Patch Changes
|
||||
|
||||
- @pnpm/package-store@1002.0.4
|
||||
|
||||
## 1000.0.4
|
||||
|
||||
### Patch Changes
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@pnpm/config.deps-installer",
|
||||
"version": "1000.0.4",
|
||||
"version": "1000.0.5",
|
||||
"description": "Installer for configurational dependencies",
|
||||
"keywords": [
|
||||
"pnpm",
|
||||
|
||||
@@ -1,5 +1,13 @@
|
||||
# @pnpm/plugin-commands-config
|
||||
|
||||
## 1000.1.7
|
||||
|
||||
### Patch Changes
|
||||
|
||||
- Updated dependencies [8d175c0]
|
||||
- @pnpm/config@1003.1.1
|
||||
- @pnpm/cli-utils@1000.1.5
|
||||
|
||||
## 1000.1.6
|
||||
|
||||
### Patch Changes
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@pnpm/plugin-commands-config",
|
||||
"version": "1000.1.6",
|
||||
"version": "1000.1.7",
|
||||
"description": "Commands for reading and writing settings to/from config files",
|
||||
"keywords": [
|
||||
"pnpm",
|
||||
|
||||
7
deps/graph-builder/CHANGELOG.md
vendored
7
deps/graph-builder/CHANGELOG.md
vendored
@@ -1,5 +1,12 @@
|
||||
# @pnpm/deps.graph-builder
|
||||
|
||||
## 1002.0.5
|
||||
|
||||
### Patch Changes
|
||||
|
||||
- Updated dependencies [509948d]
|
||||
- @pnpm/store-controller-types@1003.0.2
|
||||
|
||||
## 1002.0.4
|
||||
|
||||
### Patch Changes
|
||||
|
||||
2
deps/graph-builder/package.json
vendored
2
deps/graph-builder/package.json
vendored
@@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@pnpm/deps.graph-builder",
|
||||
"version": "1002.0.4",
|
||||
"version": "1002.0.5",
|
||||
"description": "A package for building a dependency graph from a lockfile",
|
||||
"keywords": [
|
||||
"pnpm",
|
||||
|
||||
12
deps/status/CHANGELOG.md
vendored
12
deps/status/CHANGELOG.md
vendored
@@ -1,5 +1,17 @@
|
||||
# @pnpm/deps.status
|
||||
|
||||
## 1002.1.3
|
||||
|
||||
### Patch Changes
|
||||
|
||||
- Updated dependencies [8d175c0]
|
||||
- @pnpm/config@1003.1.1
|
||||
- @pnpm/workspace.state@1001.1.21
|
||||
- @pnpm/pnpmfile@1001.2.2
|
||||
- @pnpm/workspace.find-packages@1000.0.25
|
||||
- @pnpm/lockfile.settings-checker@1001.0.9
|
||||
- @pnpm/lockfile.verification@1001.1.7
|
||||
|
||||
## 1002.1.2
|
||||
|
||||
### Patch Changes
|
||||
|
||||
2
deps/status/package.json
vendored
2
deps/status/package.json
vendored
@@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@pnpm/deps.status",
|
||||
"version": "1002.1.2",
|
||||
"version": "1002.1.3",
|
||||
"description": "Check dependencies status",
|
||||
"keywords": [
|
||||
"pnpm",
|
||||
|
||||
7
env/node.fetcher/CHANGELOG.md
vendored
7
env/node.fetcher/CHANGELOG.md
vendored
@@ -1,5 +1,12 @@
|
||||
# @pnpm/node.fetcher
|
||||
|
||||
## 1000.0.18
|
||||
|
||||
### Patch Changes
|
||||
|
||||
- @pnpm/create-cafs-store@1000.0.14
|
||||
- @pnpm/tarball-fetcher@1001.0.8
|
||||
|
||||
## 1000.0.17
|
||||
|
||||
### Patch Changes
|
||||
|
||||
2
env/node.fetcher/package.json
vendored
2
env/node.fetcher/package.json
vendored
@@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@pnpm/node.fetcher",
|
||||
"version": "1000.0.17",
|
||||
"version": "1000.0.18",
|
||||
"description": "Node.js artifacts fetcher",
|
||||
"keywords": [
|
||||
"pnpm",
|
||||
|
||||
6
env/node.resolver/CHANGELOG.md
vendored
6
env/node.resolver/CHANGELOG.md
vendored
@@ -1,5 +1,11 @@
|
||||
# @pnpm/node.resolver
|
||||
|
||||
## 1000.0.18
|
||||
|
||||
### Patch Changes
|
||||
|
||||
- @pnpm/node.fetcher@1000.0.18
|
||||
|
||||
## 1000.0.17
|
||||
|
||||
### Patch Changes
|
||||
|
||||
2
env/node.resolver/package.json
vendored
2
env/node.resolver/package.json
vendored
@@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@pnpm/node.resolver",
|
||||
"version": "1000.0.17",
|
||||
"version": "1000.0.18",
|
||||
"description": "Resolves a Node.js version specifier to an exact Node.js version",
|
||||
"keywords": [
|
||||
"pnpm",
|
||||
|
||||
10
env/plugin-commands-env/CHANGELOG.md
vendored
10
env/plugin-commands-env/CHANGELOG.md
vendored
@@ -1,5 +1,15 @@
|
||||
# @pnpm/plugin-commands-env
|
||||
|
||||
## 1000.0.26
|
||||
|
||||
### Patch Changes
|
||||
|
||||
- Updated dependencies [8d175c0]
|
||||
- @pnpm/config@1003.1.1
|
||||
- @pnpm/cli-utils@1000.1.5
|
||||
- @pnpm/node.fetcher@1000.0.18
|
||||
- @pnpm/node.resolver@1000.0.18
|
||||
|
||||
## 1000.0.25
|
||||
|
||||
### Patch Changes
|
||||
|
||||
2
env/plugin-commands-env/package.json
vendored
2
env/plugin-commands-env/package.json
vendored
@@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@pnpm/plugin-commands-env",
|
||||
"version": "1000.0.25",
|
||||
"version": "1000.0.26",
|
||||
"description": "pnpm commands for managing Node.js",
|
||||
"keywords": [
|
||||
"pnpm",
|
||||
|
||||
@@ -1,5 +1,13 @@
|
||||
# @pnpm/exec.build-commands
|
||||
|
||||
## 1001.0.15
|
||||
|
||||
### Patch Changes
|
||||
|
||||
- Updated dependencies [8d175c0]
|
||||
- @pnpm/config@1003.1.1
|
||||
- @pnpm/plugin-commands-rebuild@1002.0.15
|
||||
|
||||
## 1001.0.14
|
||||
|
||||
### Patch Changes
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@pnpm/exec.build-commands",
|
||||
"version": "1001.0.14",
|
||||
"version": "1001.0.15",
|
||||
"description": "Commands for managing dependency builds",
|
||||
"keywords": [
|
||||
"pnpm",
|
||||
|
||||
@@ -1,5 +1,18 @@
|
||||
# @pnpm/build-modules
|
||||
|
||||
## 1000.3.6
|
||||
|
||||
### Patch Changes
|
||||
|
||||
- Updated dependencies [8d175c0]
|
||||
- Updated dependencies [509948d]
|
||||
- @pnpm/config@1003.1.1
|
||||
- @pnpm/store-controller-types@1003.0.2
|
||||
- @pnpm/lifecycle@1001.0.15
|
||||
- @pnpm/worker@1000.1.7
|
||||
- @pnpm/fs.hard-link-dir@1000.0.1
|
||||
- @pnpm/patching.apply-patch@1000.0.4
|
||||
|
||||
## 1000.3.5
|
||||
|
||||
### Patch Changes
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@pnpm/build-modules",
|
||||
"version": "1000.3.5",
|
||||
"version": "1000.3.6",
|
||||
"description": "Build packages in node_modules",
|
||||
"keywords": [
|
||||
"pnpm",
|
||||
|
||||
@@ -1,5 +1,12 @@
|
||||
# @pnpm/lifecycle
|
||||
|
||||
## 1001.0.15
|
||||
|
||||
### Patch Changes
|
||||
|
||||
- Updated dependencies [509948d]
|
||||
- @pnpm/store-controller-types@1003.0.2
|
||||
|
||||
## 1001.0.14
|
||||
|
||||
### Patch Changes
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@pnpm/lifecycle",
|
||||
"version": "1001.0.14",
|
||||
"version": "1001.0.15",
|
||||
"description": "Package lifecycle hook runner",
|
||||
"keywords": [
|
||||
"pnpm",
|
||||
|
||||
@@ -1,5 +1,20 @@
|
||||
# @pnpm/plugin-commands-rebuild
|
||||
|
||||
## 1002.0.15
|
||||
|
||||
### Patch Changes
|
||||
|
||||
- Updated dependencies [8d175c0]
|
||||
- Updated dependencies [509948d]
|
||||
- @pnpm/config@1003.1.1
|
||||
- @pnpm/store-controller-types@1003.0.2
|
||||
- @pnpm/cli-utils@1000.1.5
|
||||
- @pnpm/store-connection-manager@1002.0.3
|
||||
- @pnpm/lifecycle@1001.0.15
|
||||
- @pnpm/store.cafs@1000.0.13
|
||||
- @pnpm/workspace.find-packages@1000.0.25
|
||||
- @pnpm/worker@1000.1.7
|
||||
|
||||
## 1002.0.14
|
||||
|
||||
### Patch Changes
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@pnpm/plugin-commands-rebuild",
|
||||
"version": "1002.0.14",
|
||||
"version": "1002.0.15",
|
||||
"description": "Commands for rebuilding dependencies",
|
||||
"keywords": [
|
||||
"pnpm",
|
||||
|
||||
@@ -1,5 +1,21 @@
|
||||
# @pnpm/plugin-commands-script-runners
|
||||
|
||||
## 1000.2.15
|
||||
|
||||
### Patch Changes
|
||||
|
||||
- 55424eb: `pnpm -r --silent run` should not print out section [#9563](https://github.com/pnpm/pnpm/issues/9563).
|
||||
- Updated dependencies [8d175c0]
|
||||
- @pnpm/config@1003.1.1
|
||||
- @pnpm/plugin-commands-installation@1004.0.3
|
||||
- @pnpm/cli-utils@1000.1.5
|
||||
- @pnpm/deps.status@1002.1.3
|
||||
- @pnpm/plugin-commands-env@1000.0.26
|
||||
- @pnpm/lifecycle@1001.0.15
|
||||
- @pnpm/client@1000.0.19
|
||||
- @pnpm/crypto.hash@1000.1.1
|
||||
- @pnpm/workspace.injected-deps-syncer@1000.0.8
|
||||
|
||||
## 1000.2.14
|
||||
|
||||
### Patch Changes
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@pnpm/plugin-commands-script-runners",
|
||||
"version": "1000.2.14",
|
||||
"version": "1000.2.15",
|
||||
"description": "Commands for running scripts",
|
||||
"keywords": [
|
||||
"pnpm",
|
||||
|
||||
@@ -1,5 +1,11 @@
|
||||
# @pnpm/prepare-package
|
||||
|
||||
## 1000.0.16
|
||||
|
||||
### Patch Changes
|
||||
|
||||
- @pnpm/lifecycle@1001.0.15
|
||||
|
||||
## 1000.0.15
|
||||
|
||||
### Patch Changes
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@pnpm/prepare-package",
|
||||
"version": "1000.0.15",
|
||||
"version": "1000.0.16",
|
||||
"description": "Prepares a Git-hosted package",
|
||||
"keywords": [
|
||||
"pnpm",
|
||||
|
||||
@@ -1,5 +1,12 @@
|
||||
# @pnpm/git-fetcher
|
||||
|
||||
## 1001.0.8
|
||||
|
||||
### Patch Changes
|
||||
|
||||
- @pnpm/prepare-package@1000.0.16
|
||||
- @pnpm/worker@1000.1.7
|
||||
|
||||
## 1001.0.7
|
||||
|
||||
### Patch Changes
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@pnpm/git-fetcher",
|
||||
"version": "1001.0.7",
|
||||
"version": "1001.0.8",
|
||||
"description": "A fetcher for git-hosted packages",
|
||||
"keywords": [
|
||||
"pnpm",
|
||||
|
||||
@@ -1,5 +1,12 @@
|
||||
# @pnpm/tarball-fetcher
|
||||
|
||||
## 1001.0.8
|
||||
|
||||
### Patch Changes
|
||||
|
||||
- @pnpm/prepare-package@1000.0.16
|
||||
- @pnpm/worker@1000.1.7
|
||||
|
||||
## 1001.0.7
|
||||
|
||||
### Patch Changes
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@pnpm/tarball-fetcher",
|
||||
"version": "1001.0.7",
|
||||
"version": "1001.0.8",
|
||||
"description": "Fetcher for packages hosted as tarballs",
|
||||
"keywords": [
|
||||
"pnpm",
|
||||
|
||||
@@ -1,5 +1,12 @@
|
||||
# @pnpm/fs.indexed-pkg-importer
|
||||
|
||||
## 1000.1.8
|
||||
|
||||
### Patch Changes
|
||||
|
||||
- Updated dependencies [509948d]
|
||||
- @pnpm/store-controller-types@1003.0.2
|
||||
|
||||
## 1000.1.7
|
||||
|
||||
### Patch Changes
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@pnpm/fs.indexed-pkg-importer",
|
||||
"version": "1000.1.7",
|
||||
"version": "1000.1.8",
|
||||
"description": "Replicates indexed directories using hard links, copies, or cloning",
|
||||
"keywords": [
|
||||
"pnpm",
|
||||
|
||||
@@ -1,5 +1,13 @@
|
||||
# @pnpm/pnpmfile
|
||||
|
||||
## 1001.2.2
|
||||
|
||||
### Patch Changes
|
||||
|
||||
- Updated dependencies [509948d]
|
||||
- @pnpm/store-controller-types@1003.0.2
|
||||
- @pnpm/crypto.hash@1000.1.1
|
||||
|
||||
## 1001.2.1
|
||||
|
||||
### Patch Changes
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@pnpm/pnpmfile",
|
||||
"version": "1001.2.1",
|
||||
"version": "1001.2.2",
|
||||
"description": "Reading a .pnpmfile.cjs",
|
||||
"keywords": [
|
||||
"pnpm",
|
||||
|
||||
@@ -1,5 +1,13 @@
|
||||
# @pnpm/plugin-commands-audit
|
||||
|
||||
## 1002.1.1
|
||||
|
||||
### Patch Changes
|
||||
|
||||
- Updated dependencies [8d175c0]
|
||||
- @pnpm/config@1003.1.1
|
||||
- @pnpm/cli-utils@1000.1.5
|
||||
|
||||
## 1002.1.0
|
||||
|
||||
### Minor Changes
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@pnpm/plugin-commands-audit",
|
||||
"version": "1002.1.0",
|
||||
"version": "1002.1.1",
|
||||
"description": "pnpm commands for dependencies audit",
|
||||
"keywords": [
|
||||
"pnpm",
|
||||
|
||||
@@ -1,5 +1,13 @@
|
||||
# @pnpm/mount-modules
|
||||
|
||||
## 1001.0.24
|
||||
|
||||
### Patch Changes
|
||||
|
||||
- Updated dependencies [8d175c0]
|
||||
- @pnpm/config@1003.1.1
|
||||
- @pnpm/store.cafs@1000.0.13
|
||||
|
||||
## 1001.0.23
|
||||
|
||||
### Patch Changes
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@pnpm/mount-modules",
|
||||
"version": "1001.0.23",
|
||||
"version": "1001.0.24",
|
||||
"description": "Mounts a node_modules directory with FUSE",
|
||||
"keywords": [
|
||||
"pnpm",
|
||||
|
||||
@@ -1,5 +1,13 @@
|
||||
# @pnpm/plugin-commands-doctor
|
||||
|
||||
## 1000.1.24
|
||||
|
||||
### Patch Changes
|
||||
|
||||
- Updated dependencies [8d175c0]
|
||||
- @pnpm/config@1003.1.1
|
||||
- @pnpm/cli-utils@1000.1.5
|
||||
|
||||
## 1000.1.23
|
||||
|
||||
### Patch Changes
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@pnpm/plugin-commands-doctor",
|
||||
"version": "1000.1.23",
|
||||
"version": "1000.1.24",
|
||||
"description": "Commands for checks of known common issues ",
|
||||
"keywords": [
|
||||
"pnpm",
|
||||
|
||||
@@ -1,5 +1,13 @@
|
||||
# @pnpm/plugin-commands-init
|
||||
|
||||
## 1000.2.1
|
||||
|
||||
### Patch Changes
|
||||
|
||||
- Updated dependencies [8d175c0]
|
||||
- @pnpm/config@1003.1.1
|
||||
- @pnpm/cli-utils@1000.1.5
|
||||
|
||||
## 1000.2.0
|
||||
|
||||
### Minor Changes
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@pnpm/plugin-commands-init",
|
||||
"version": "1000.2.0",
|
||||
"version": "1000.2.1",
|
||||
"description": "Create a package.json file",
|
||||
"keywords": [
|
||||
"pnpm",
|
||||
|
||||
@@ -1,5 +1,11 @@
|
||||
# @pnpm/plugin-commands-setup
|
||||
|
||||
## 1000.1.1
|
||||
|
||||
### Patch Changes
|
||||
|
||||
- @pnpm/cli-utils@1000.1.5
|
||||
|
||||
## 1000.1.0
|
||||
|
||||
### Minor Changes
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@pnpm/plugin-commands-setup",
|
||||
"version": "1000.1.0",
|
||||
"version": "1000.1.1",
|
||||
"description": "pnpm commands for setting up pnpm",
|
||||
"keywords": [
|
||||
"pnpm",
|
||||
|
||||
@@ -1,5 +1,17 @@
|
||||
# @pnpm/plugin-commands-patching
|
||||
|
||||
## 1000.2.5
|
||||
|
||||
### Patch Changes
|
||||
|
||||
- Updated dependencies [8d175c0]
|
||||
- @pnpm/config@1003.1.1
|
||||
- @pnpm/plugin-commands-installation@1004.0.3
|
||||
- @pnpm/cli-utils@1000.1.5
|
||||
- @pnpm/store-connection-manager@1002.0.3
|
||||
- @pnpm/crypto.hash@1000.1.1
|
||||
- @pnpm/patching.apply-patch@1000.0.4
|
||||
|
||||
## 1000.2.4
|
||||
|
||||
### Patch Changes
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@pnpm/plugin-commands-patching",
|
||||
"version": "1000.2.4",
|
||||
"version": "1000.2.5",
|
||||
"description": "Commands for creating patches",
|
||||
"keywords": [
|
||||
"pnpm",
|
||||
|
||||
@@ -1,5 +1,13 @@
|
||||
# @pnpm/client
|
||||
|
||||
## 1000.0.19
|
||||
|
||||
### Patch Changes
|
||||
|
||||
- @pnpm/default-resolver@1002.0.2
|
||||
- @pnpm/git-fetcher@1001.0.8
|
||||
- @pnpm/tarball-fetcher@1001.0.8
|
||||
|
||||
## 1000.0.18
|
||||
|
||||
### Patch Changes
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@pnpm/client",
|
||||
"version": "1000.0.18",
|
||||
"version": "1000.0.19",
|
||||
"description": "Creates the package resolve and fetch functions",
|
||||
"keywords": [
|
||||
"pnpm",
|
||||
|
||||
@@ -1,5 +1,25 @@
|
||||
# @pnpm/core
|
||||
|
||||
## 1008.0.3
|
||||
|
||||
### Patch Changes
|
||||
|
||||
- 32dadef: Installation should not exit with an error if `strictPeerDependencies` is `true` but all issues are ignored by `peerDependencyRules` [#9505](https://github.com/pnpm/pnpm/pull/9505).
|
||||
- 509948d: Fix a regression (in v10.9.0) causing the `--lockfile-only` flag on `pnpm update` to produce a different `pnpm-lock.yaml` than an update without the flag.
|
||||
- Updated dependencies [509948d]
|
||||
- @pnpm/resolve-dependencies@1007.0.2
|
||||
- @pnpm/package-requester@1004.0.2
|
||||
- @pnpm/store-controller-types@1003.0.2
|
||||
- @pnpm/build-modules@1000.3.6
|
||||
- @pnpm/headless@1004.0.5
|
||||
- @pnpm/lifecycle@1001.0.15
|
||||
- @pnpm/modules-cleaner@1001.0.14
|
||||
- @pnpm/worker@1000.1.7
|
||||
- @pnpm/crypto.hash@1000.1.1
|
||||
- @pnpm/symlink-dependency@1000.0.9
|
||||
- @pnpm/lockfile.settings-checker@1001.0.9
|
||||
- @pnpm/lockfile.verification@1001.1.7
|
||||
|
||||
## 1008.0.2
|
||||
|
||||
### Patch Changes
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@pnpm/core",
|
||||
"version": "1008.0.2",
|
||||
"version": "1008.0.3",
|
||||
"description": "Fast, disk space efficient installation engine",
|
||||
"keywords": [
|
||||
"pnpm",
|
||||
|
||||
@@ -1,5 +1,19 @@
|
||||
# @pnpm/headless
|
||||
|
||||
## 1004.0.5
|
||||
|
||||
### Patch Changes
|
||||
|
||||
- Updated dependencies [509948d]
|
||||
- @pnpm/package-requester@1004.0.2
|
||||
- @pnpm/store-controller-types@1003.0.2
|
||||
- @pnpm/build-modules@1000.3.6
|
||||
- @pnpm/deps.graph-builder@1002.0.5
|
||||
- @pnpm/lifecycle@1001.0.15
|
||||
- @pnpm/modules-cleaner@1001.0.14
|
||||
- @pnpm/worker@1000.1.7
|
||||
- @pnpm/symlink-dependency@1000.0.9
|
||||
|
||||
## 1004.0.4
|
||||
|
||||
### Patch Changes
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@pnpm/headless",
|
||||
"version": "1004.0.4",
|
||||
"version": "1004.0.5",
|
||||
"description": "Fast installation using only pnpm-lock.yaml",
|
||||
"keywords": [
|
||||
"pnpm",
|
||||
|
||||
@@ -1,5 +1,12 @@
|
||||
# @pnpm/modules-cleaner
|
||||
|
||||
## 1001.0.14
|
||||
|
||||
### Patch Changes
|
||||
|
||||
- Updated dependencies [509948d]
|
||||
- @pnpm/store-controller-types@1003.0.2
|
||||
|
||||
## 1001.0.13
|
||||
|
||||
### Patch Changes
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@pnpm/modules-cleaner",
|
||||
"version": "1001.0.13",
|
||||
"version": "1001.0.14",
|
||||
"description": "Exports util functions to clean up node_modules",
|
||||
"keywords": [
|
||||
"pnpm",
|
||||
|
||||
@@ -1,5 +1,15 @@
|
||||
# @pnpm/package-requester
|
||||
|
||||
## 1004.0.2
|
||||
|
||||
### Patch Changes
|
||||
|
||||
- 509948d: Fix a regression (in v10.9.0) causing the `--lockfile-only` flag on `pnpm update` to produce a different `pnpm-lock.yaml` than an update without the flag.
|
||||
- Updated dependencies [509948d]
|
||||
- @pnpm/store-controller-types@1003.0.2
|
||||
- @pnpm/store.cafs@1000.0.13
|
||||
- @pnpm/worker@1000.1.7
|
||||
|
||||
## 1004.0.1
|
||||
|
||||
### Patch Changes
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@pnpm/package-requester",
|
||||
"version": "1004.0.1",
|
||||
"version": "1004.0.2",
|
||||
"description": "Concurrent downloader of npm-compatible packages",
|
||||
"keywords": [
|
||||
"pnpm",
|
||||
|
||||
@@ -1,5 +1,27 @@
|
||||
# @pnpm/plugin-commands-installation
|
||||
|
||||
## 1004.0.3
|
||||
|
||||
### Patch Changes
|
||||
|
||||
- Updated dependencies [32dadef]
|
||||
- Updated dependencies [8d175c0]
|
||||
- Updated dependencies [509948d]
|
||||
- @pnpm/core@1008.0.3
|
||||
- @pnpm/config@1003.1.1
|
||||
- @pnpm/cli-utils@1000.1.5
|
||||
- @pnpm/deps.status@1002.1.3
|
||||
- @pnpm/plugin-commands-env@1000.0.26
|
||||
- @pnpm/plugin-commands-rebuild@1002.0.15
|
||||
- @pnpm/store-connection-manager@1002.0.3
|
||||
- @pnpm/workspace.state@1001.1.21
|
||||
- @pnpm/package-store@1002.0.4
|
||||
- @pnpm/pnpmfile@1001.2.2
|
||||
- @pnpm/workspace.find-packages@1000.0.25
|
||||
- @pnpm/config.deps-installer@1000.0.5
|
||||
- @pnpm/outdated@1001.0.20
|
||||
- @pnpm/filter-workspace-packages@1000.0.25
|
||||
|
||||
## 1004.0.2
|
||||
|
||||
### Patch Changes
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@pnpm/plugin-commands-installation",
|
||||
"version": "1004.0.2",
|
||||
"version": "1004.0.3",
|
||||
"description": "Commands for installation",
|
||||
"keywords": [
|
||||
"pnpm",
|
||||
|
||||
@@ -1,5 +1,13 @@
|
||||
# @pnpm/resolve-dependencies
|
||||
|
||||
## 1007.0.2
|
||||
|
||||
### Patch Changes
|
||||
|
||||
- 509948d: Fix a regression (in v10.9.0) causing the `--lockfile-only` flag on `pnpm update` to produce a different `pnpm-lock.yaml` than an update without the flag.
|
||||
- Updated dependencies [509948d]
|
||||
- @pnpm/store-controller-types@1003.0.2
|
||||
|
||||
## 1007.0.1
|
||||
|
||||
### Patch Changes
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@pnpm/resolve-dependencies",
|
||||
"version": "1007.0.1",
|
||||
"version": "1007.0.2",
|
||||
"description": "Resolves dependency graph of a package",
|
||||
"keywords": [
|
||||
"pnpm",
|
||||
|
||||
@@ -1,5 +1,18 @@
|
||||
# pnpm
|
||||
|
||||
## 10.11.1
|
||||
|
||||
### Patch Changes
|
||||
|
||||
- Fix an issue in which `pnpm deploy --legacy` creates unexpected directories when the root `package.json` has a workspace package as a peer dependency [#9550](https://github.com/pnpm/pnpm/issues/9550).
|
||||
- Dependencies specified via a URL that redirects will only be locked to the target if it is immutable, fixing a regression when installing from GitHub releases. ([#9531](https://github.com/pnpm/pnpm/issues/9531))
|
||||
- Installation should not exit with an error if `strictPeerDependencies` is `true` but all issues are ignored by `peerDependencyRules` [#9505](https://github.com/pnpm/pnpm/pull/9505).
|
||||
- Use `pnpm_config_` env variables instead of `npm_config_` [#9571](https://github.com/pnpm/pnpm/pull/9571).
|
||||
- Fix a regression (in v10.9.0) causing the `--lockfile-only` flag on `pnpm update` to produce a different `pnpm-lock.yaml` than an update without the flag.
|
||||
- Let `pnpm deploy` work in repos with `overrides` when `inject-workspace-packages=true` [#9283](https://github.com/pnpm/pnpm/issues/9283).
|
||||
- Fixed the problem of path loss caused by parsing URL address. Fixes a regression shipped in pnpm v10.11 via [#9502](https://github.com/pnpm/pnpm/pull/9502).
|
||||
- `pnpm -r --silent run` should not print out section [#9563](https://github.com/pnpm/pnpm/issues/9563).
|
||||
|
||||
## 10.11.0
|
||||
|
||||
### Minor Changes
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@pnpm/exe",
|
||||
"version": "10.11.0",
|
||||
"version": "10.11.1",
|
||||
"description": "Fast, disk space efficient package manager",
|
||||
"keywords": [
|
||||
"pnpm",
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@pnpm/linux-arm64",
|
||||
"version": "10.11.0",
|
||||
"version": "10.11.1",
|
||||
"keywords": [
|
||||
"pnpm",
|
||||
"pnpm10"
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@pnpm/linux-x64",
|
||||
"version": "10.11.0",
|
||||
"version": "10.11.1",
|
||||
"keywords": [
|
||||
"pnpm",
|
||||
"pnpm10"
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@pnpm/macos-arm64",
|
||||
"version": "10.11.0",
|
||||
"version": "10.11.1",
|
||||
"keywords": [
|
||||
"pnpm",
|
||||
"pnpm10"
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@pnpm/macos-x64",
|
||||
"version": "10.11.0",
|
||||
"version": "10.11.1",
|
||||
"keywords": [
|
||||
"pnpm",
|
||||
"pnpm10"
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@pnpm/win-arm64",
|
||||
"version": "10.11.0",
|
||||
"version": "10.11.1",
|
||||
"keywords": [
|
||||
"pnpm",
|
||||
"pnpm10"
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@pnpm/win-x64",
|
||||
"version": "10.11.0",
|
||||
"version": "10.11.1",
|
||||
"keywords": [
|
||||
"pnpm",
|
||||
"pnpm10"
|
||||
|
||||
@@ -1,5 +1,11 @@
|
||||
# pd
|
||||
|
||||
## 1.0.27
|
||||
|
||||
### Patch Changes
|
||||
|
||||
- @pnpm/workspace.find-packages@1000.0.25
|
||||
|
||||
## 1.0.26
|
||||
|
||||
### Patch Changes
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "pd",
|
||||
"version": "1.0.26",
|
||||
"version": "1.0.27",
|
||||
"bin": "pd.js",
|
||||
"private": true,
|
||||
"scripts": {
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "pnpm",
|
||||
"version": "10.11.0",
|
||||
"version": "10.11.1",
|
||||
"description": "Fast, disk space efficient package manager",
|
||||
"keywords": [
|
||||
"pnpm",
|
||||
|
||||
@@ -1,5 +1,17 @@
|
||||
# @pnpm/plugin-commands-deploy
|
||||
|
||||
## 1001.1.24
|
||||
|
||||
### Patch Changes
|
||||
|
||||
- 3387aa9: Fix an issue in which `pnpm deploy --legacy` creates unexpected directories when the root `package.json` has a workspace package as a peer dependency [#9550](https://github.com/pnpm/pnpm/issues/9550).
|
||||
- 3f268ff: Let `pnpm deploy` work in repos with `overrides` when `inject-workspace-packages=true` [#9283](https://github.com/pnpm/pnpm/issues/9283).
|
||||
- Updated dependencies [8d175c0]
|
||||
- @pnpm/config@1003.1.1
|
||||
- @pnpm/plugin-commands-installation@1004.0.3
|
||||
- @pnpm/cli-utils@1000.1.5
|
||||
- @pnpm/fs.indexed-pkg-importer@1000.1.8
|
||||
|
||||
## 1001.1.23
|
||||
|
||||
### 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