mirror of
https://github.com/pnpm/pnpm.git
synced 2026-04-04 23:34:58 -04:00
chore(release): 9.1.0
This commit is contained in:
@@ -1,7 +0,0 @@
|
||||
---
|
||||
"@pnpm/plugin-commands-licenses": patch
|
||||
"@pnpm/plugin-commands-outdated": patch
|
||||
"pnpm": patch
|
||||
---
|
||||
|
||||
Details in the `pnpm outdated` output are wrapped correctly [#8037](https://github.com/pnpm/pnpm/pull/8037).
|
||||
@@ -1,5 +0,0 @@
|
||||
---
|
||||
"@pnpm/deps.graph-sequencer": patch
|
||||
---
|
||||
|
||||
Topological ordering will look for the longest circle
|
||||
@@ -1,5 +0,0 @@
|
||||
---
|
||||
"@pnpm/workspace.spec-parser": major
|
||||
---
|
||||
|
||||
Initial release.
|
||||
@@ -1,7 +0,0 @@
|
||||
---
|
||||
"@pnpm/resolve-dependencies": patch
|
||||
"@pnpm/lockfile-utils": patch
|
||||
"pnpm": patch
|
||||
---
|
||||
|
||||
Fix `Cannot read properties of undefined (reading 'missingPeersOfChildren')` exception that happens on install [#8041](https://github.com/pnpm/pnpm/issues/8041).
|
||||
@@ -1,6 +0,0 @@
|
||||
---
|
||||
"@pnpm/plugin-commands-publishing": patch
|
||||
"pnpm": patch
|
||||
---
|
||||
|
||||
Explicitly throw an error when user attempts to run `publish` or `pack` when `bundledDependencies` is set but `node-linker` isn't `hoisted`.
|
||||
@@ -1,7 +0,0 @@
|
||||
---
|
||||
"@pnpm/resolve-dependencies": patch
|
||||
"@pnpm/npm-resolver": patch
|
||||
"pnpm": patch
|
||||
---
|
||||
|
||||
`pnpm update` should not fail when there's an aliased local workspace dependency [#7975](https://github.com/pnpm/pnpm/issues/7975).
|
||||
@@ -1,5 +1,11 @@
|
||||
# @pnpm-private/updater
|
||||
|
||||
## 2.0.4
|
||||
|
||||
### Patch Changes
|
||||
|
||||
- @pnpm/lockfile-file@9.0.4
|
||||
|
||||
## 2.0.3
|
||||
|
||||
### Patch Changes
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@pnpm-private/updater",
|
||||
"version": "2.0.3",
|
||||
"version": "2.0.4",
|
||||
"private": true,
|
||||
"type": "module",
|
||||
"scripts": {
|
||||
|
||||
8
deps/graph-builder/CHANGELOG.md
vendored
8
deps/graph-builder/CHANGELOG.md
vendored
@@ -1,5 +1,13 @@
|
||||
# @pnpm/deps.graph-builder
|
||||
|
||||
## 1.1.1
|
||||
|
||||
### Patch Changes
|
||||
|
||||
- Updated dependencies [7a0536e]
|
||||
- @pnpm/lockfile-utils@10.1.1
|
||||
- @pnpm/lockfile-file@9.0.4
|
||||
|
||||
## 1.1.0
|
||||
|
||||
### Minor Changes
|
||||
|
||||
2
deps/graph-builder/package.json
vendored
2
deps/graph-builder/package.json
vendored
@@ -1,7 +1,7 @@
|
||||
{
|
||||
"name": "@pnpm/deps.graph-builder",
|
||||
"description": "A package for building a dependency graph from a lockfile",
|
||||
"version": "1.1.0",
|
||||
"version": "1.1.1",
|
||||
"bugs": {
|
||||
"url": "https://github.com/pnpm/pnpm/issues"
|
||||
},
|
||||
|
||||
6
deps/graph-sequencer/CHANGELOG.md
vendored
6
deps/graph-sequencer/CHANGELOG.md
vendored
@@ -1,5 +1,11 @@
|
||||
# @pnpm/deps.graph-sequencer
|
||||
|
||||
## 2.0.1
|
||||
|
||||
### Patch Changes
|
||||
|
||||
- db1d6ff: Topological ordering will look for the longest circle
|
||||
|
||||
## 2.0.0
|
||||
|
||||
### Major Changes
|
||||
|
||||
2
deps/graph-sequencer/package.json
vendored
2
deps/graph-sequencer/package.json
vendored
@@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@pnpm/deps.graph-sequencer",
|
||||
"version": "2.0.0",
|
||||
"version": "2.0.1",
|
||||
"description": "Sort items in a graph using a topological sort",
|
||||
"main": "lib/index.js",
|
||||
"types": "lib/index.d.ts",
|
||||
|
||||
@@ -1,5 +1,12 @@
|
||||
# @pnpm/build-modules
|
||||
|
||||
## 12.0.3
|
||||
|
||||
### Patch Changes
|
||||
|
||||
- Updated dependencies [db1d6ff]
|
||||
- @pnpm/deps.graph-sequencer@2.0.1
|
||||
|
||||
## 12.0.2
|
||||
|
||||
### Patch Changes
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@pnpm/build-modules",
|
||||
"version": "12.0.2",
|
||||
"version": "12.0.3",
|
||||
"description": "Build packages in node_modules",
|
||||
"main": "lib/index.js",
|
||||
"types": "lib/index.d.ts",
|
||||
|
||||
@@ -1,5 +1,17 @@
|
||||
# @pnpm/plugin-commands-rebuild
|
||||
|
||||
## 11.1.1
|
||||
|
||||
### Patch Changes
|
||||
|
||||
- Updated dependencies [db1d6ff]
|
||||
- Updated dependencies [7a0536e]
|
||||
- @pnpm/deps.graph-sequencer@2.0.1
|
||||
- @pnpm/lockfile-utils@10.1.1
|
||||
- @pnpm/sort-packages@6.0.1
|
||||
- @pnpm/get-context@11.1.1
|
||||
- @pnpm/store-connection-manager@8.1.1
|
||||
|
||||
## 11.1.0
|
||||
|
||||
### Minor Changes
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@pnpm/plugin-commands-rebuild",
|
||||
"version": "11.1.0",
|
||||
"version": "11.1.1",
|
||||
"description": "Commands for rebuilding dependencies",
|
||||
"main": "lib/index.js",
|
||||
"types": "lib/index.d.ts",
|
||||
|
||||
@@ -1,5 +1,12 @@
|
||||
# @pnpm/plugin-commands-script-runners
|
||||
|
||||
## 9.1.1
|
||||
|
||||
### Patch Changes
|
||||
|
||||
- @pnpm/sort-packages@6.0.1
|
||||
- @pnpm/plugin-commands-installation@15.1.1
|
||||
|
||||
## 9.1.0
|
||||
|
||||
### Minor Changes
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@pnpm/plugin-commands-script-runners",
|
||||
"version": "9.1.0",
|
||||
"version": "9.1.1",
|
||||
"description": "Commands for running scripts",
|
||||
"main": "lib/index.js",
|
||||
"types": "lib/index.d.ts",
|
||||
|
||||
@@ -1,5 +1,13 @@
|
||||
# @pnpm/audit
|
||||
|
||||
## 8.1.1
|
||||
|
||||
### Patch Changes
|
||||
|
||||
- Updated dependencies [7a0536e]
|
||||
- @pnpm/lockfile-utils@10.1.1
|
||||
- @pnpm/list@10.1.1
|
||||
|
||||
## 8.1.0
|
||||
|
||||
### Minor Changes
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@pnpm/audit",
|
||||
"version": "8.1.0",
|
||||
"version": "8.1.1",
|
||||
"description": "Audit a lockfile",
|
||||
"main": "lib/index.js",
|
||||
"types": "lib/index.d.ts",
|
||||
|
||||
@@ -1,5 +1,12 @@
|
||||
# @pnpm/filter-lockfile
|
||||
|
||||
## 9.0.3
|
||||
|
||||
### Patch Changes
|
||||
|
||||
- Updated dependencies [7a0536e]
|
||||
- @pnpm/lockfile-utils@10.1.1
|
||||
|
||||
## 9.0.2
|
||||
|
||||
### Patch Changes
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@pnpm/filter-lockfile",
|
||||
"version": "9.0.2",
|
||||
"version": "9.0.3",
|
||||
"description": "Filters a lockfile",
|
||||
"main": "lib/index.js",
|
||||
"types": "lib/index.d.ts",
|
||||
|
||||
@@ -1,5 +1,12 @@
|
||||
# @pnpm/lockfile-file
|
||||
|
||||
## 9.0.4
|
||||
|
||||
### Patch Changes
|
||||
|
||||
- Updated dependencies [7a0536e]
|
||||
- @pnpm/lockfile-utils@10.1.1
|
||||
|
||||
## 9.0.3
|
||||
|
||||
### Patch Changes
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@pnpm/lockfile-file",
|
||||
"version": "9.0.3",
|
||||
"version": "9.0.4",
|
||||
"description": "Read/write pnpm-lock.yaml files",
|
||||
"main": "lib/index.js",
|
||||
"types": "lib/index.d.ts",
|
||||
|
||||
@@ -1,5 +1,13 @@
|
||||
# @pnpm/lockfile-to-pnp
|
||||
|
||||
## 4.1.1
|
||||
|
||||
### Patch Changes
|
||||
|
||||
- Updated dependencies [7a0536e]
|
||||
- @pnpm/lockfile-utils@10.1.1
|
||||
- @pnpm/lockfile-file@9.0.4
|
||||
|
||||
## 4.1.0
|
||||
|
||||
### Minor Changes
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@pnpm/lockfile-to-pnp",
|
||||
"version": "4.1.0",
|
||||
"version": "4.1.1",
|
||||
"description": "Creates a Plug'n'Play file from a pnpm-lock.yaml",
|
||||
"main": "lib/index.js",
|
||||
"types": "lib/index.d.ts",
|
||||
|
||||
@@ -1,5 +1,11 @@
|
||||
# @pnpm/lockfile-utils
|
||||
|
||||
## 10.1.1
|
||||
|
||||
### Patch Changes
|
||||
|
||||
- 7a0536e: Fix `Cannot read properties of undefined (reading 'missingPeersOfChildren')` exception that happens on install [#8041](https://github.com/pnpm/pnpm/issues/8041).
|
||||
|
||||
## 10.1.0
|
||||
|
||||
### Minor Changes
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@pnpm/lockfile-utils",
|
||||
"version": "10.1.0",
|
||||
"version": "10.1.1",
|
||||
"description": "Utils for dealing with pnpm-lock.yaml",
|
||||
"main": "lib/index.js",
|
||||
"types": "lib/index.d.ts",
|
||||
|
||||
@@ -1,5 +1,12 @@
|
||||
# @pnpm/plugin-commands-audit
|
||||
|
||||
## 10.1.1
|
||||
|
||||
### Patch Changes
|
||||
|
||||
- @pnpm/audit@8.1.1
|
||||
- @pnpm/lockfile-file@9.0.4
|
||||
|
||||
## 10.1.0
|
||||
|
||||
### Minor Changes
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@pnpm/plugin-commands-audit",
|
||||
"version": "10.1.0",
|
||||
"version": "10.1.1",
|
||||
"description": "pnpm commands for dependencies audit",
|
||||
"main": "lib/index.js",
|
||||
"types": "lib/index.d.ts",
|
||||
|
||||
@@ -1,5 +1,12 @@
|
||||
# @pnpm/lockfile.preferred-versions
|
||||
|
||||
## 1.0.2
|
||||
|
||||
### Patch Changes
|
||||
|
||||
- Updated dependencies [7a0536e]
|
||||
- @pnpm/lockfile-utils@10.1.1
|
||||
|
||||
## 1.0.1
|
||||
|
||||
### Patch Changes
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@pnpm/lockfile.preferred-versions",
|
||||
"version": "1.0.1",
|
||||
"version": "1.0.2",
|
||||
"description": "Get preferred version from lockfile",
|
||||
"main": "lib/index.js",
|
||||
"types": "lib/index.d.ts",
|
||||
|
||||
@@ -1,5 +1,13 @@
|
||||
# @pnpm/mount-modules
|
||||
|
||||
## 0.6.1
|
||||
|
||||
### Patch Changes
|
||||
|
||||
- Updated dependencies [7a0536e]
|
||||
- @pnpm/lockfile-utils@10.1.1
|
||||
- @pnpm/lockfile-file@9.0.4
|
||||
|
||||
## 0.6.0
|
||||
|
||||
### Minor Changes
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@pnpm/mount-modules",
|
||||
"version": "0.6.0",
|
||||
"version": "0.6.1",
|
||||
"description": "Mounts a node_modules directory with FUSE",
|
||||
"main": "lib/index.js",
|
||||
"bin": "bin/mount-modules.js",
|
||||
|
||||
@@ -1,5 +1,11 @@
|
||||
# @pnpm/make-dedicated-lockfile
|
||||
|
||||
## 0.6.4
|
||||
|
||||
### Patch Changes
|
||||
|
||||
- @pnpm/lockfile-file@9.0.4
|
||||
|
||||
## 0.6.3
|
||||
|
||||
### Patch Changes
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@pnpm/make-dedicated-lockfile",
|
||||
"version": "0.6.3",
|
||||
"version": "0.6.4",
|
||||
"description": "Creates a dedicated lockfile for a subset of workspace projects",
|
||||
"main": "lib/index.js",
|
||||
"types": "lib/index.d.ts",
|
||||
|
||||
@@ -1,5 +1,15 @@
|
||||
# @pnpm/plugin-commands-patching
|
||||
|
||||
## 6.1.1
|
||||
|
||||
### Patch Changes
|
||||
|
||||
- Updated dependencies [7a0536e]
|
||||
- @pnpm/lockfile-utils@10.1.1
|
||||
- @pnpm/lockfile-file@9.0.4
|
||||
- @pnpm/plugin-commands-installation@15.1.1
|
||||
- @pnpm/store-connection-manager@8.1.1
|
||||
|
||||
## 6.1.0
|
||||
|
||||
### Minor Changes
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@pnpm/plugin-commands-patching",
|
||||
"version": "6.1.0",
|
||||
"version": "6.1.1",
|
||||
"description": "Commands for creating patches",
|
||||
"main": "lib/index.js",
|
||||
"types": "lib/index.d.ts",
|
||||
|
||||
@@ -1,5 +1,11 @@
|
||||
# @pnpm/client
|
||||
|
||||
## 11.0.3
|
||||
|
||||
### Patch Changes
|
||||
|
||||
- @pnpm/default-resolver@19.0.2
|
||||
|
||||
## 11.0.2
|
||||
|
||||
### Patch Changes
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@pnpm/client",
|
||||
"version": "11.0.2",
|
||||
"version": "11.0.3",
|
||||
"description": "Creates the package resolve and fetch functions",
|
||||
"main": "lib/index.js",
|
||||
"types": "lib/index.d.ts",
|
||||
|
||||
@@ -1,5 +1,26 @@
|
||||
# @pnpm/core
|
||||
|
||||
## 14.1.1
|
||||
|
||||
### Patch Changes
|
||||
|
||||
- Updated dependencies [db1d6ff]
|
||||
- Updated dependencies [7a0536e]
|
||||
- Updated dependencies [cb0f459]
|
||||
- @pnpm/deps.graph-sequencer@2.0.1
|
||||
- @pnpm/resolve-dependencies@32.1.1
|
||||
- @pnpm/lockfile-utils@10.1.1
|
||||
- @pnpm/build-modules@12.0.3
|
||||
- @pnpm/filter-lockfile@9.0.3
|
||||
- @pnpm/lockfile-file@9.0.4
|
||||
- @pnpm/lockfile-to-pnp@4.1.1
|
||||
- @pnpm/lockfile.preferred-versions@1.0.2
|
||||
- @pnpm/headless@23.1.1
|
||||
- @pnpm/hoist@9.1.1
|
||||
- @pnpm/modules-cleaner@15.1.1
|
||||
- @pnpm/get-context@11.1.1
|
||||
- @pnpm/package-requester@25.1.0
|
||||
|
||||
## 14.1.0
|
||||
|
||||
### Minor Changes
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
{
|
||||
"name": "@pnpm/core",
|
||||
"description": "Fast, disk space efficient installation engine",
|
||||
"version": "14.1.0",
|
||||
"version": "14.1.1",
|
||||
"bugs": {
|
||||
"url": "https://github.com/pnpm/pnpm/issues"
|
||||
},
|
||||
|
||||
@@ -1,5 +1,12 @@
|
||||
# @pnpm/get-context
|
||||
|
||||
## 11.1.1
|
||||
|
||||
### Patch Changes
|
||||
|
||||
- @pnpm/lockfile-file@9.0.4
|
||||
- @pnpm/read-projects-context@9.1.1
|
||||
|
||||
## 11.1.0
|
||||
|
||||
### Minor Changes
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@pnpm/get-context",
|
||||
"version": "11.1.0",
|
||||
"version": "11.1.1",
|
||||
"description": "Gets context information about a project",
|
||||
"main": "lib/index.js",
|
||||
"types": "lib/index.d.ts",
|
||||
|
||||
@@ -1,5 +1,21 @@
|
||||
# @pnpm/headless
|
||||
|
||||
## 23.1.1
|
||||
|
||||
### Patch Changes
|
||||
|
||||
- Updated dependencies [7a0536e]
|
||||
- @pnpm/lockfile-utils@10.1.1
|
||||
- @pnpm/build-modules@12.0.3
|
||||
- @pnpm/deps.graph-builder@1.1.1
|
||||
- @pnpm/filter-lockfile@9.0.3
|
||||
- @pnpm/lockfile-file@9.0.4
|
||||
- @pnpm/lockfile-to-pnp@4.1.1
|
||||
- @pnpm/hoist@9.1.1
|
||||
- @pnpm/modules-cleaner@15.1.1
|
||||
- @pnpm/real-hoist@3.0.2
|
||||
- @pnpm/package-requester@25.1.0
|
||||
|
||||
## 23.1.0
|
||||
|
||||
### Minor Changes
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
{
|
||||
"name": "@pnpm/headless",
|
||||
"description": "Fast installation using only pnpm-lock.yaml",
|
||||
"version": "23.1.0",
|
||||
"version": "23.1.1",
|
||||
"bugs": {
|
||||
"url": "https://github.com/pnpm/pnpm/issues"
|
||||
},
|
||||
|
||||
@@ -1,5 +1,12 @@
|
||||
# @pnpm/hoist
|
||||
|
||||
## 9.1.1
|
||||
|
||||
### Patch Changes
|
||||
|
||||
- Updated dependencies [7a0536e]
|
||||
- @pnpm/lockfile-utils@10.1.1
|
||||
|
||||
## 9.1.0
|
||||
|
||||
### Minor Changes
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
{
|
||||
"name": "@pnpm/hoist",
|
||||
"description": "Hoists dependencies in a node_modules created by pnpm",
|
||||
"version": "9.1.0",
|
||||
"version": "9.1.1",
|
||||
"bugs": {
|
||||
"url": "https://github.com/pnpm/pnpm/issues"
|
||||
},
|
||||
|
||||
@@ -1,5 +1,13 @@
|
||||
# @pnpm/modules-cleaner
|
||||
|
||||
## 15.1.1
|
||||
|
||||
### Patch Changes
|
||||
|
||||
- Updated dependencies [7a0536e]
|
||||
- @pnpm/lockfile-utils@10.1.1
|
||||
- @pnpm/filter-lockfile@9.0.3
|
||||
|
||||
## 15.1.0
|
||||
|
||||
### Minor Changes
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@pnpm/modules-cleaner",
|
||||
"version": "15.1.0",
|
||||
"version": "15.1.1",
|
||||
"description": "Exports util functions to clean up node_modules",
|
||||
"main": "lib/index.js",
|
||||
"types": "lib/index.d.ts",
|
||||
|
||||
@@ -1,5 +1,18 @@
|
||||
# @pnpm/plugin-commands-installation
|
||||
|
||||
## 15.1.1
|
||||
|
||||
### Patch Changes
|
||||
|
||||
- @pnpm/plugin-commands-rebuild@11.1.1
|
||||
- @pnpm/core@14.1.1
|
||||
- @pnpm/sort-packages@6.0.1
|
||||
- @pnpm/outdated@14.0.5
|
||||
- @pnpm/workspace.pkgs-graph@3.0.1
|
||||
- @pnpm/filter-workspace-packages@8.0.4
|
||||
- @pnpm/package-store@20.1.0
|
||||
- @pnpm/store-connection-manager@8.1.1
|
||||
|
||||
## 15.1.0
|
||||
|
||||
### Minor Changes
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@pnpm/plugin-commands-installation",
|
||||
"version": "15.1.0",
|
||||
"version": "15.1.1",
|
||||
"description": "Commands for installation",
|
||||
"main": "lib/index.js",
|
||||
"types": "lib/index.d.ts",
|
||||
|
||||
@@ -1,5 +1,11 @@
|
||||
# @pnpm/read-projects-context
|
||||
|
||||
## 9.1.1
|
||||
|
||||
### Patch Changes
|
||||
|
||||
- @pnpm/lockfile-file@9.0.4
|
||||
|
||||
## 9.1.0
|
||||
|
||||
### Minor Changes
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@pnpm/read-projects-context",
|
||||
"version": "9.1.0",
|
||||
"version": "9.1.1",
|
||||
"description": "Reads the current state of projects from modules manifest",
|
||||
"main": "lib/index.js",
|
||||
"types": "lib/index.d.ts",
|
||||
|
||||
@@ -1,5 +1,12 @@
|
||||
# @pnpm/real-hoist
|
||||
|
||||
## 3.0.2
|
||||
|
||||
### Patch Changes
|
||||
|
||||
- Updated dependencies [7a0536e]
|
||||
- @pnpm/lockfile-utils@10.1.1
|
||||
|
||||
## 3.0.1
|
||||
|
||||
### Patch Changes
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
{
|
||||
"name": "@pnpm/real-hoist",
|
||||
"description": "Hoists dependencies in a node_modules created by pnpm",
|
||||
"version": "3.0.1",
|
||||
"version": "3.0.2",
|
||||
"bugs": {
|
||||
"url": "https://github.com/pnpm/pnpm/issues"
|
||||
},
|
||||
|
||||
@@ -1,5 +1,19 @@
|
||||
# @pnpm/resolve-dependencies
|
||||
|
||||
## 32.1.1
|
||||
|
||||
### Patch Changes
|
||||
|
||||
- 7a0536e: Fix `Cannot read properties of undefined (reading 'missingPeersOfChildren')` exception that happens on install [#8041](https://github.com/pnpm/pnpm/issues/8041).
|
||||
- cb0f459: `pnpm update` should not fail when there's an aliased local workspace dependency [#7975](https://github.com/pnpm/pnpm/issues/7975).
|
||||
- Updated dependencies [cb0f459]
|
||||
- Updated dependencies [7a0536e]
|
||||
- Updated dependencies [cb0f459]
|
||||
- @pnpm/workspace.spec-parser@1.0.0
|
||||
- @pnpm/lockfile-utils@10.1.1
|
||||
- @pnpm/npm-resolver@19.0.1
|
||||
- @pnpm/lockfile.preferred-versions@1.0.2
|
||||
|
||||
## 32.1.0
|
||||
|
||||
### Minor Changes
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@pnpm/resolve-dependencies",
|
||||
"version": "32.1.0",
|
||||
"version": "32.1.1",
|
||||
"description": "Resolves dependency graph of a package",
|
||||
"main": "lib/index.js",
|
||||
"types": "lib/index.d.ts",
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
# pnpm
|
||||
|
||||
## 9.1.0-0
|
||||
## 9.1.0
|
||||
|
||||
### Minor Changes
|
||||
|
||||
@@ -9,6 +9,10 @@
|
||||
### Patch Changes
|
||||
|
||||
- A dependency is hoisted to resolve an optional peer dependency only if it satisfies the range provided for the optional peer dependency [#8028](https://github.com/pnpm/pnpm/pull/8028).
|
||||
- Details in the `pnpm outdated` output are wrapped correctly [#8037](https://github.com/pnpm/pnpm/pull/8037).
|
||||
- Fix `Cannot read properties of undefined (reading 'missingPeersOfChildren')` exception that happens on install [#8041](https://github.com/pnpm/pnpm/issues/8041).
|
||||
- Explicitly throw an error when user attempts to run `publish` or `pack` when `bundledDependencies` is set but `node-linker` isn't `hoisted`.
|
||||
- `pnpm update` should not fail when there's an aliased local workspace dependency [#7975](https://github.com/pnpm/pnpm/issues/7975).
|
||||
|
||||
## 9.0.6
|
||||
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
{
|
||||
"name": "@pnpm/exe",
|
||||
"description": "Fast, disk space efficient package manager",
|
||||
"version": "9.1.0-0",
|
||||
"version": "9.1.0",
|
||||
"publishConfig": {
|
||||
"tag": "next-9",
|
||||
"bin": {
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@pnpm/linux-arm64",
|
||||
"version": "9.1.0-0",
|
||||
"version": "9.1.0",
|
||||
"license": "MIT",
|
||||
"publishConfig": {
|
||||
"bin": {
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@pnpm/linux-x64",
|
||||
"version": "9.1.0-0",
|
||||
"version": "9.1.0",
|
||||
"license": "MIT",
|
||||
"publishConfig": {
|
||||
"bin": {
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@pnpm/macos-arm64",
|
||||
"version": "9.1.0-0",
|
||||
"version": "9.1.0",
|
||||
"license": "MIT",
|
||||
"publishConfig": {
|
||||
"bin": {
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@pnpm/macos-x64",
|
||||
"version": "9.1.0-0",
|
||||
"version": "9.1.0",
|
||||
"license": "MIT",
|
||||
"publishConfig": {
|
||||
"bin": {
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@pnpm/win-x64",
|
||||
"version": "9.1.0-0",
|
||||
"version": "9.1.0",
|
||||
"license": "MIT",
|
||||
"publishConfig": {
|
||||
"bin": {
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
{
|
||||
"name": "pnpm",
|
||||
"description": "Fast, disk space efficient package manager",
|
||||
"version": "9.1.0-0",
|
||||
"version": "9.1.0",
|
||||
"bin": {
|
||||
"pnpm": "bin/pnpm.cjs",
|
||||
"pnpx": "bin/pnpx.cjs"
|
||||
|
||||
@@ -1,5 +1,11 @@
|
||||
# @pnpm/plugin-commands-deploy
|
||||
|
||||
## 5.1.1
|
||||
|
||||
### Patch Changes
|
||||
|
||||
- @pnpm/plugin-commands-installation@15.1.1
|
||||
|
||||
## 5.1.0
|
||||
|
||||
### Minor Changes
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@pnpm/plugin-commands-deploy",
|
||||
"version": "5.1.0",
|
||||
"version": "5.1.1",
|
||||
"description": "Commands for deploy",
|
||||
"funding": "https://opencollective.com/pnpm",
|
||||
"main": "lib/index.js",
|
||||
|
||||
@@ -1,5 +1,13 @@
|
||||
# @pnpm/plugin-commands-publishing
|
||||
|
||||
## 8.1.1
|
||||
|
||||
### Patch Changes
|
||||
|
||||
- c50afe4: Explicitly throw an error when user attempts to run `publish` or `pack` when `bundledDependencies` is set but `node-linker` isn't `hoisted`.
|
||||
- @pnpm/sort-packages@6.0.1
|
||||
- @pnpm/client@11.0.3
|
||||
|
||||
## 8.1.0
|
||||
|
||||
### Minor Changes
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@pnpm/plugin-commands-publishing",
|
||||
"version": "8.1.0",
|
||||
"version": "8.1.1",
|
||||
"description": "The pack and publish commands of pnpm",
|
||||
"main": "lib/index.js",
|
||||
"types": "lib/index.d.ts",
|
||||
|
||||
@@ -1,5 +1,12 @@
|
||||
# @pnpm/default-resolver
|
||||
|
||||
## 19.0.2
|
||||
|
||||
### Patch Changes
|
||||
|
||||
- Updated dependencies [cb0f459]
|
||||
- @pnpm/npm-resolver@19.0.1
|
||||
|
||||
## 19.0.1
|
||||
|
||||
### Patch Changes
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@pnpm/default-resolver",
|
||||
"version": "19.0.1",
|
||||
"version": "19.0.2",
|
||||
"description": "pnpm's default package resolver",
|
||||
"main": "lib/index.js",
|
||||
"types": "lib/index.d.ts",
|
||||
|
||||
@@ -1,5 +1,13 @@
|
||||
# @pnpm/npm-resolver
|
||||
|
||||
## 19.0.1
|
||||
|
||||
### Patch Changes
|
||||
|
||||
- cb0f459: `pnpm update` should not fail when there's an aliased local workspace dependency [#7975](https://github.com/pnpm/pnpm/issues/7975).
|
||||
- Updated dependencies [cb0f459]
|
||||
- @pnpm/workspace.spec-parser@1.0.0
|
||||
|
||||
## 19.0.0
|
||||
|
||||
### Major Changes
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@pnpm/npm-resolver",
|
||||
"version": "19.0.0",
|
||||
"version": "19.0.1",
|
||||
"description": "Resolver for npm-hosted packages",
|
||||
"main": "lib/index.js",
|
||||
"types": "lib/index.d.ts",
|
||||
|
||||
@@ -1,5 +1,13 @@
|
||||
# @pnpm/reviewing.dependencies-hierarchy
|
||||
|
||||
## 3.1.1
|
||||
|
||||
### Patch Changes
|
||||
|
||||
- Updated dependencies [7a0536e]
|
||||
- @pnpm/lockfile-utils@10.1.1
|
||||
- @pnpm/lockfile-file@9.0.4
|
||||
|
||||
## 3.1.0
|
||||
|
||||
### Minor Changes
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@pnpm/reviewing.dependencies-hierarchy",
|
||||
"version": "3.1.0",
|
||||
"version": "3.1.1",
|
||||
"description": "Creates a dependencies hierarchy for a symlinked `node_modules`",
|
||||
"main": "lib/index.js",
|
||||
"types": "lib/index.d.ts",
|
||||
|
||||
@@ -1,5 +1,13 @@
|
||||
# @pnpm/license-scanner
|
||||
|
||||
## 3.1.1
|
||||
|
||||
### Patch Changes
|
||||
|
||||
- Updated dependencies [7a0536e]
|
||||
- @pnpm/lockfile-utils@10.1.1
|
||||
- @pnpm/lockfile-file@9.0.4
|
||||
|
||||
## 3.1.0
|
||||
|
||||
### Minor Changes
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@pnpm/license-scanner",
|
||||
"version": "3.1.0",
|
||||
"version": "3.1.1",
|
||||
"description": "Check for licenses packages",
|
||||
"main": "lib/index.js",
|
||||
"types": "lib/index.d.ts",
|
||||
|
||||
@@ -1,5 +1,11 @@
|
||||
# @pnpm/list
|
||||
|
||||
## 10.1.1
|
||||
|
||||
### Patch Changes
|
||||
|
||||
- @pnpm/reviewing.dependencies-hierarchy@3.1.1
|
||||
|
||||
## 10.1.0
|
||||
|
||||
### Minor Changes
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@pnpm/list",
|
||||
"version": "10.1.0",
|
||||
"version": "10.1.1",
|
||||
"description": "List installed packages in a symlinked `node_modules`",
|
||||
"main": "lib/index.js",
|
||||
"types": "lib/index.d.ts",
|
||||
|
||||
@@ -1,5 +1,16 @@
|
||||
# @pnpm/outdated
|
||||
|
||||
## 14.0.5
|
||||
|
||||
### Patch Changes
|
||||
|
||||
- Updated dependencies [7a0536e]
|
||||
- Updated dependencies [cb0f459]
|
||||
- @pnpm/lockfile-utils@10.1.1
|
||||
- @pnpm/npm-resolver@19.0.1
|
||||
- @pnpm/lockfile-file@9.0.4
|
||||
- @pnpm/client@11.0.3
|
||||
|
||||
## 14.0.4
|
||||
|
||||
### Patch Changes
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@pnpm/outdated",
|
||||
"version": "14.0.4",
|
||||
"version": "14.0.5",
|
||||
"description": "Check for outdated packages",
|
||||
"main": "lib/index.js",
|
||||
"types": "lib/index.d.ts",
|
||||
|
||||
@@ -1,5 +1,13 @@
|
||||
# @pnpm/plugin-commands-licenses
|
||||
|
||||
## 4.1.1
|
||||
|
||||
### Patch Changes
|
||||
|
||||
- 21de734: Details in the `pnpm outdated` output are wrapped correctly [#8037](https://github.com/pnpm/pnpm/pull/8037).
|
||||
- @pnpm/lockfile-file@9.0.4
|
||||
- @pnpm/license-scanner@3.1.1
|
||||
|
||||
## 4.1.0
|
||||
|
||||
### Minor Changes
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@pnpm/plugin-commands-licenses",
|
||||
"version": "4.1.0",
|
||||
"version": "4.1.1",
|
||||
"description": "The licenses command of pnpm",
|
||||
"main": "lib/index.js",
|
||||
"types": "lib/index.d.ts",
|
||||
|
||||
@@ -1,5 +1,11 @@
|
||||
# @pnpm/plugin-commands-listing
|
||||
|
||||
## 9.1.1
|
||||
|
||||
### Patch Changes
|
||||
|
||||
- @pnpm/list@10.1.1
|
||||
|
||||
## 9.1.0
|
||||
|
||||
### Minor Changes
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@pnpm/plugin-commands-listing",
|
||||
"version": "9.1.0",
|
||||
"version": "9.1.1",
|
||||
"description": "The list and why commands of pnpm",
|
||||
"main": "lib/index.js",
|
||||
"types": "lib/index.d.ts",
|
||||
|
||||
@@ -1,5 +1,14 @@
|
||||
# @pnpm/plugin-commands-outdated
|
||||
|
||||
## 11.1.1
|
||||
|
||||
### Patch Changes
|
||||
|
||||
- 21de734: Details in the `pnpm outdated` output are wrapped correctly [#8037](https://github.com/pnpm/pnpm/pull/8037).
|
||||
- @pnpm/lockfile-file@9.0.4
|
||||
- @pnpm/outdated@14.0.5
|
||||
- @pnpm/default-resolver@19.0.2
|
||||
|
||||
## 11.1.0
|
||||
|
||||
### Minor Changes
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@pnpm/plugin-commands-outdated",
|
||||
"version": "11.1.0",
|
||||
"version": "11.1.1",
|
||||
"description": "The outdated command of pnpm",
|
||||
"main": "lib/index.js",
|
||||
"types": "lib/index.d.ts",
|
||||
|
||||
@@ -1,5 +1,12 @@
|
||||
# @pnpm/plugin-commands-server
|
||||
|
||||
## 7.0.6
|
||||
|
||||
### Patch Changes
|
||||
|
||||
- @pnpm/server@18.1.0
|
||||
- @pnpm/store-connection-manager@8.1.1
|
||||
|
||||
## 7.0.5
|
||||
|
||||
### Patch Changes
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@pnpm/plugin-commands-server",
|
||||
"version": "7.0.5",
|
||||
"version": "7.0.6",
|
||||
"description": "Commands for controlling the store server",
|
||||
"main": "lib/index.js",
|
||||
"types": "lib/index.d.ts",
|
||||
|
||||
@@ -1,5 +1,11 @@
|
||||
# @pnpm/plugin-commands-store-inspecting
|
||||
|
||||
## 0.2.5
|
||||
|
||||
### Patch Changes
|
||||
|
||||
- @pnpm/client@11.0.3
|
||||
|
||||
## 0.2.4
|
||||
|
||||
### Patch Changes
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@pnpm/plugin-commands-store-inspecting",
|
||||
"version": "0.2.4",
|
||||
"version": "0.2.5",
|
||||
"description": "The inspecting store commands of pnpm",
|
||||
"main": "lib/index.js",
|
||||
"types": "lib/index.d.ts",
|
||||
|
||||
@@ -1,5 +1,14 @@
|
||||
# @pnpm/plugin-commands-store
|
||||
|
||||
## 9.1.1
|
||||
|
||||
### Patch Changes
|
||||
|
||||
- Updated dependencies [7a0536e]
|
||||
- @pnpm/lockfile-utils@10.1.1
|
||||
- @pnpm/get-context@11.1.1
|
||||
- @pnpm/store-connection-manager@8.1.1
|
||||
|
||||
## 9.1.0
|
||||
|
||||
### Minor Changes
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@pnpm/plugin-commands-store",
|
||||
"version": "9.1.0",
|
||||
"version": "9.1.1",
|
||||
"description": "Commands for controlling the store",
|
||||
"main": "lib/index.js",
|
||||
"types": "lib/index.d.ts",
|
||||
|
||||
@@ -1,5 +1,13 @@
|
||||
# @pnpm/store-connection-manager
|
||||
|
||||
## 8.1.1
|
||||
|
||||
### Patch Changes
|
||||
|
||||
- @pnpm/client@11.0.3
|
||||
- @pnpm/package-store@20.1.0
|
||||
- @pnpm/server@18.1.0
|
||||
|
||||
## 8.1.0
|
||||
|
||||
### Minor Changes
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@pnpm/store-connection-manager",
|
||||
"version": "8.1.0",
|
||||
"version": "8.1.1",
|
||||
"description": "Create a direct pnpm store controller or connect to a running store server",
|
||||
"main": "lib/index.js",
|
||||
"types": "lib/index.d.ts",
|
||||
|
||||
@@ -1,5 +1,11 @@
|
||||
# @pnpm/filter-workspace-packages
|
||||
|
||||
## 8.0.4
|
||||
|
||||
### Patch Changes
|
||||
|
||||
- @pnpm/workspace.pkgs-graph@3.0.1
|
||||
|
||||
## 8.0.3
|
||||
|
||||
### Patch Changes
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@pnpm/filter-workspace-packages",
|
||||
"version": "8.0.3",
|
||||
"version": "8.0.4",
|
||||
"description": "Filters packages in a workspace",
|
||||
"main": "lib/index.js",
|
||||
"types": "lib/index.d.ts",
|
||||
|
||||
@@ -1,5 +1,12 @@
|
||||
# @pnpm/workspace.pkgs-graph
|
||||
|
||||
## 3.0.1
|
||||
|
||||
### Patch Changes
|
||||
|
||||
- Updated dependencies [cb0f459]
|
||||
- @pnpm/npm-resolver@19.0.1
|
||||
|
||||
## 3.0.0
|
||||
|
||||
### Major Changes
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@pnpm/workspace.pkgs-graph",
|
||||
"version": "3.0.0",
|
||||
"version": "3.0.1",
|
||||
"description": "Create a graph from an array of packages",
|
||||
"main": "lib/index.js",
|
||||
"types": "lib/index.d.ts",
|
||||
|
||||
Some files were not shown because too many files have changed in this diff Show More
Reference in New Issue
Block a user