mirror of
https://github.com/pnpm/pnpm.git
synced 2026-04-04 15:24:02 -04:00
Merge branch 'v8'
This commit is contained in:
@@ -1,5 +0,0 @@
|
||||
---
|
||||
"@pnpm/run-npm": minor
|
||||
---
|
||||
|
||||
Allow to set custom env.
|
||||
@@ -1,5 +0,0 @@
|
||||
---
|
||||
"@pnpm/network.auth-header": minor
|
||||
---
|
||||
|
||||
Export the loadToken function.
|
||||
@@ -1,7 +0,0 @@
|
||||
---
|
||||
"@pnpm/plugin-commands-publishing": minor
|
||||
"@pnpm/run-npm": minor
|
||||
"pnpm": patch
|
||||
---
|
||||
|
||||
Allow using token helpers in `pnpm publish` [#7316](https://github.com/pnpm/pnpm/issues/7316).
|
||||
@@ -1,7 +0,0 @@
|
||||
---
|
||||
"@pnpm/headless": patch
|
||||
"@pnpm/core": patch
|
||||
"pnpm": patch
|
||||
---
|
||||
|
||||
When `hoisted-workspace-packages` is `true` don't hoist the root package even if it has a name. Otherwise we would create a circular symlink.
|
||||
@@ -1,5 +1,12 @@
|
||||
# @pnpm/assert-project
|
||||
|
||||
## 2.3.45
|
||||
|
||||
### Patch Changes
|
||||
|
||||
- Updated dependencies [d349bc3a2]
|
||||
- @pnpm/modules-yaml@12.1.7
|
||||
|
||||
## 2.3.44
|
||||
|
||||
### Patch Changes
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
{
|
||||
"name": "@pnpm/assert-project",
|
||||
"description": "Utils for testing projects that use pnpm",
|
||||
"version": "2.3.44",
|
||||
"version": "2.3.45",
|
||||
"author": {
|
||||
"name": "Zoltan Kochan",
|
||||
"email": "z@kochan.io",
|
||||
|
||||
@@ -1,5 +1,11 @@
|
||||
# @pnpm/prepare
|
||||
|
||||
## 0.0.88
|
||||
|
||||
### Patch Changes
|
||||
|
||||
- @pnpm/assert-project@2.3.45
|
||||
|
||||
## 0.0.87
|
||||
|
||||
### Patch Changes
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@pnpm/prepare",
|
||||
"version": "0.0.87",
|
||||
"version": "0.0.88",
|
||||
"main": "lib/index.js",
|
||||
"types": "lib/index.d.ts",
|
||||
"dependencies": {
|
||||
|
||||
@@ -1,5 +1,11 @@
|
||||
# @pnpm/test-fixtures
|
||||
|
||||
## 0.1.18
|
||||
|
||||
### Patch Changes
|
||||
|
||||
- @pnpm/prepare@0.0.88
|
||||
|
||||
## 0.1.17
|
||||
|
||||
### Patch Changes
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
{
|
||||
"name": "@pnpm/test-fixtures",
|
||||
"description": "Test fixtures",
|
||||
"version": "0.1.17",
|
||||
"version": "0.1.18",
|
||||
"author": {
|
||||
"name": "Zoltan Kochan",
|
||||
"email": "z@kochan.io",
|
||||
|
||||
@@ -1,5 +1,13 @@
|
||||
# @pnpm/cli-utils
|
||||
|
||||
## 2.1.8
|
||||
|
||||
### Patch Changes
|
||||
|
||||
- Updated dependencies [d9564e354]
|
||||
- @pnpm/config@20.4.1
|
||||
- @pnpm/default-reporter@12.4.12
|
||||
|
||||
## 2.1.7
|
||||
|
||||
### Patch Changes
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@pnpm/cli-utils",
|
||||
"version": "2.1.7",
|
||||
"version": "2.1.8",
|
||||
"description": "Utils for pnpm commands",
|
||||
"main": "lib/index.js",
|
||||
"types": "lib/index.d.ts",
|
||||
|
||||
@@ -1,5 +1,12 @@
|
||||
# @pnpm/default-reporter
|
||||
|
||||
## 12.4.12
|
||||
|
||||
### Patch Changes
|
||||
|
||||
- Updated dependencies [d9564e354]
|
||||
- @pnpm/config@20.4.1
|
||||
|
||||
## 12.4.11
|
||||
|
||||
### Patch Changes
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@pnpm/default-reporter",
|
||||
"version": "12.4.11",
|
||||
"version": "12.4.12",
|
||||
"description": "The default reporter of pnpm",
|
||||
"main": "lib/index.js",
|
||||
"types": "lib/index.d.ts",
|
||||
|
||||
@@ -1,5 +1,11 @@
|
||||
# @pnpm/config
|
||||
|
||||
## 20.4.1
|
||||
|
||||
### Patch Changes
|
||||
|
||||
- d9564e354: Resolve the current working directory to its real location before doing any operations [#6524](https://github.com/pnpm/pnpm/issues/6524).
|
||||
|
||||
## 20.4.0
|
||||
|
||||
### Minor Changes
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@pnpm/config",
|
||||
"version": "20.4.0",
|
||||
"version": "20.4.1",
|
||||
"description": "Gets configuration options for pnpm",
|
||||
"main": "lib/index.js",
|
||||
"types": "lib/index.d.ts",
|
||||
|
||||
@@ -1,5 +1,16 @@
|
||||
# @pnpm/plugin-commands-config
|
||||
|
||||
## 2.0.34
|
||||
|
||||
### Patch Changes
|
||||
|
||||
- Updated dependencies [5a5e42551]
|
||||
- Updated dependencies [d9564e354]
|
||||
- Updated dependencies [5a5e42551]
|
||||
- @pnpm/run-npm@6.1.0
|
||||
- @pnpm/config@20.4.1
|
||||
- @pnpm/cli-utils@2.1.8
|
||||
|
||||
## 2.0.33
|
||||
|
||||
### Patch Changes
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@pnpm/plugin-commands-config",
|
||||
"version": "2.0.33",
|
||||
"version": "2.0.34",
|
||||
"description": "Commands for reading and writing settings to/from config files",
|
||||
"main": "lib/index.js",
|
||||
"types": "lib/index.d.ts",
|
||||
|
||||
7
deps/graph-builder/CHANGELOG.md
vendored
7
deps/graph-builder/CHANGELOG.md
vendored
@@ -1,5 +1,12 @@
|
||||
# @pnpm/deps.graph-builder
|
||||
|
||||
## 0.2.7
|
||||
|
||||
### Patch Changes
|
||||
|
||||
- Updated dependencies [d349bc3a2]
|
||||
- @pnpm/modules-yaml@12.1.7
|
||||
|
||||
## 0.2.6
|
||||
|
||||
### Patch 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": "0.2.6",
|
||||
"version": "0.2.7",
|
||||
"bugs": {
|
||||
"url": "https://github.com/pnpm/pnpm/issues"
|
||||
},
|
||||
|
||||
11
env/plugin-commands-env/CHANGELOG.md
vendored
11
env/plugin-commands-env/CHANGELOG.md
vendored
@@ -1,5 +1,16 @@
|
||||
# @pnpm/plugin-commands-env
|
||||
|
||||
## 4.1.20
|
||||
|
||||
### Patch Changes
|
||||
|
||||
- Updated dependencies [37ccff637]
|
||||
- Updated dependencies [d9564e354]
|
||||
- @pnpm/store-path@8.0.2
|
||||
- @pnpm/config@20.4.1
|
||||
- @pnpm/cli-utils@2.1.8
|
||||
- @pnpm/node.fetcher@3.0.37
|
||||
|
||||
## 4.1.19
|
||||
|
||||
### 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": "4.1.19",
|
||||
"version": "4.1.20",
|
||||
"description": "pnpm commands for managing Node.js",
|
||||
"main": "lib/index.js",
|
||||
"types": "lib/index.d.ts",
|
||||
|
||||
@@ -1,5 +1,20 @@
|
||||
# @pnpm/plugin-commands-rebuild
|
||||
|
||||
## 10.0.15
|
||||
|
||||
### Patch Changes
|
||||
|
||||
- Updated dependencies [d349bc3a2]
|
||||
- Updated dependencies [d9564e354]
|
||||
- @pnpm/modules-yaml@12.1.7
|
||||
- @pnpm/config@20.4.1
|
||||
- @pnpm/get-context@10.0.10
|
||||
- @pnpm/store-connection-manager@7.0.24
|
||||
- @pnpm/cli-utils@2.1.8
|
||||
- @pnpm/workspace.find-packages@1.1.9
|
||||
- @pnpm/lifecycle@16.0.10
|
||||
- @pnpm/link-bins@9.0.12
|
||||
|
||||
## 10.0.14
|
||||
|
||||
### Patch Changes
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@pnpm/plugin-commands-rebuild",
|
||||
"version": "10.0.14",
|
||||
"version": "10.0.15",
|
||||
"description": "Commands for rebuilding dependencies",
|
||||
"main": "lib/index.js",
|
||||
"types": "lib/index.d.ts",
|
||||
|
||||
@@ -1,5 +1,17 @@
|
||||
# @pnpm/plugin-commands-script-runners
|
||||
|
||||
## 8.0.19
|
||||
|
||||
### Patch Changes
|
||||
|
||||
- Updated dependencies [37ccff637]
|
||||
- Updated dependencies [d9564e354]
|
||||
- @pnpm/store-path@8.0.2
|
||||
- @pnpm/config@20.4.1
|
||||
- @pnpm/plugin-commands-installation@14.1.2
|
||||
- @pnpm/cli-utils@2.1.8
|
||||
- @pnpm/lifecycle@16.0.10
|
||||
|
||||
## 8.0.18
|
||||
|
||||
### Patch Changes
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@pnpm/plugin-commands-script-runners",
|
||||
"version": "8.0.18",
|
||||
"version": "8.0.19",
|
||||
"description": "Commands for running scripts",
|
||||
"main": "lib/index.js",
|
||||
"types": "lib/index.d.ts",
|
||||
|
||||
@@ -1,5 +1,12 @@
|
||||
# @pnpm/run-npm
|
||||
|
||||
## 6.1.0
|
||||
|
||||
### Minor Changes
|
||||
|
||||
- 5a5e42551: Allow to set custom env.
|
||||
- 5a5e42551: Allow using token helpers in `pnpm publish` [#7316](https://github.com/pnpm/pnpm/issues/7316).
|
||||
|
||||
## 6.0.0
|
||||
|
||||
### Major Changes
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@pnpm/run-npm",
|
||||
"version": "6.0.0",
|
||||
"version": "6.1.0",
|
||||
"description": "Runs the npm CLI",
|
||||
"main": "lib/index.js",
|
||||
"types": "lib/index.d.ts",
|
||||
|
||||
@@ -1,5 +1,11 @@
|
||||
# @pnpm/audit
|
||||
|
||||
## 7.0.24
|
||||
|
||||
### Patch Changes
|
||||
|
||||
- @pnpm/list@9.1.9
|
||||
|
||||
## 7.0.23
|
||||
|
||||
### Patch Changes
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@pnpm/audit",
|
||||
"version": "7.0.23",
|
||||
"version": "7.0.24",
|
||||
"description": "Audit a lockfile",
|
||||
"main": "lib/index.js",
|
||||
"types": "lib/index.d.ts",
|
||||
|
||||
@@ -1,5 +1,16 @@
|
||||
# @pnpm/plugin-commands-audit
|
||||
|
||||
## 9.0.10
|
||||
|
||||
### Patch Changes
|
||||
|
||||
- Updated dependencies [5a5e42551]
|
||||
- Updated dependencies [d9564e354]
|
||||
- @pnpm/network.auth-header@2.2.0
|
||||
- @pnpm/config@20.4.1
|
||||
- @pnpm/cli-utils@2.1.8
|
||||
- @pnpm/audit@7.0.24
|
||||
|
||||
## 9.0.9
|
||||
|
||||
### Patch Changes
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@pnpm/plugin-commands-audit",
|
||||
"version": "9.0.9",
|
||||
"version": "9.0.10",
|
||||
"description": "pnpm commands for dependencies audit",
|
||||
"main": "lib/index.js",
|
||||
"types": "lib/index.d.ts",
|
||||
|
||||
@@ -1,5 +1,14 @@
|
||||
# @pnpm/mount-modules
|
||||
|
||||
## 0.4.36
|
||||
|
||||
### Patch Changes
|
||||
|
||||
- Updated dependencies [37ccff637]
|
||||
- Updated dependencies [d9564e354]
|
||||
- @pnpm/store-path@8.0.2
|
||||
- @pnpm/config@20.4.1
|
||||
|
||||
## 0.4.35
|
||||
|
||||
### Patch Changes
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@pnpm/mount-modules",
|
||||
"version": "0.4.35",
|
||||
"version": "0.4.36",
|
||||
"description": "Mounts a node_modules directory with FUSE",
|
||||
"main": "lib/index.js",
|
||||
"bin": "bin/mount-modules.js",
|
||||
|
||||
@@ -1,5 +1,11 @@
|
||||
# @pnpm/network.auth-header
|
||||
|
||||
## 2.2.0
|
||||
|
||||
### Minor Changes
|
||||
|
||||
- 5a5e42551: Export the loadToken function.
|
||||
|
||||
## 2.1.0
|
||||
|
||||
### Minor Changes
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@pnpm/network.auth-header",
|
||||
"version": "2.1.0",
|
||||
"version": "2.2.0",
|
||||
"description": "Gets the authorization header for the given URI",
|
||||
"main": "lib/index.js",
|
||||
"types": "lib/index.d.ts",
|
||||
|
||||
@@ -1,5 +1,13 @@
|
||||
# @pnpm/plugin-commands-doctor
|
||||
|
||||
## 2.0.33
|
||||
|
||||
### Patch Changes
|
||||
|
||||
- Updated dependencies [d9564e354]
|
||||
- @pnpm/config@20.4.1
|
||||
- @pnpm/cli-utils@2.1.8
|
||||
|
||||
## 2.0.32
|
||||
|
||||
### Patch Changes
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@pnpm/plugin-commands-doctor",
|
||||
"version": "2.0.32",
|
||||
"version": "2.0.33",
|
||||
"description": "Commands for checks of known common issues ",
|
||||
"main": "lib/index.js",
|
||||
"types": "lib/index.d.ts",
|
||||
|
||||
@@ -1,5 +1,13 @@
|
||||
# @pnpm/plugin-commands-init
|
||||
|
||||
## 3.0.33
|
||||
|
||||
### Patch Changes
|
||||
|
||||
- Updated dependencies [d9564e354]
|
||||
- @pnpm/config@20.4.1
|
||||
- @pnpm/cli-utils@2.1.8
|
||||
|
||||
## 3.0.32
|
||||
|
||||
### Patch Changes
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@pnpm/plugin-commands-init",
|
||||
"version": "3.0.32",
|
||||
"version": "3.0.33",
|
||||
"description": "Create a package.json file",
|
||||
"main": "lib/index.js",
|
||||
"types": "lib/index.d.ts",
|
||||
|
||||
@@ -1,5 +1,11 @@
|
||||
# @pnpm/plugin-commands-setup
|
||||
|
||||
## 4.0.33
|
||||
|
||||
### Patch Changes
|
||||
|
||||
- @pnpm/cli-utils@2.1.8
|
||||
|
||||
## 4.0.32
|
||||
|
||||
### Patch Changes
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@pnpm/plugin-commands-setup",
|
||||
"version": "4.0.32",
|
||||
"version": "4.0.33",
|
||||
"description": "pnpm commands for setting up pnpm",
|
||||
"main": "lib/index.js",
|
||||
"types": "lib/index.d.ts",
|
||||
|
||||
@@ -1,5 +1,18 @@
|
||||
# @pnpm/plugin-commands-patching
|
||||
|
||||
## 5.0.18
|
||||
|
||||
### Patch Changes
|
||||
|
||||
- Updated dependencies [d349bc3a2]
|
||||
- Updated dependencies [d9564e354]
|
||||
- @pnpm/modules-yaml@12.1.7
|
||||
- @pnpm/config@20.4.1
|
||||
- @pnpm/plugin-commands-installation@14.1.2
|
||||
- @pnpm/store-connection-manager@7.0.24
|
||||
- @pnpm/cli-utils@2.1.8
|
||||
- @pnpm/patching.apply-patch@2.0.5
|
||||
|
||||
## 5.0.17
|
||||
|
||||
### Patch Changes
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@pnpm/plugin-commands-patching",
|
||||
"version": "5.0.17",
|
||||
"version": "5.0.18",
|
||||
"description": "Commands for creating patches",
|
||||
"main": "lib/index.js",
|
||||
"types": "lib/index.d.ts",
|
||||
|
||||
@@ -1,5 +1,14 @@
|
||||
# @pnpm/client
|
||||
|
||||
## 10.0.44
|
||||
|
||||
### Patch Changes
|
||||
|
||||
- Updated dependencies [5a5e42551]
|
||||
- @pnpm/network.auth-header@2.2.0
|
||||
- @pnpm/directory-fetcher@7.0.9
|
||||
- @pnpm/tarball-fetcher@18.0.17
|
||||
|
||||
## 10.0.43
|
||||
|
||||
### Patch Changes
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@pnpm/client",
|
||||
"version": "10.0.43",
|
||||
"version": "10.0.44",
|
||||
"description": "Creates the package resolve and fetch functions",
|
||||
"main": "lib/index.js",
|
||||
"types": "lib/index.d.ts",
|
||||
|
||||
@@ -1,5 +1,21 @@
|
||||
# @pnpm/core
|
||||
|
||||
## 13.3.2
|
||||
|
||||
### Patch Changes
|
||||
|
||||
- ff10acade: When `hoisted-workspace-packages` is `true` don't hoist the root package even if it has a name. Otherwise we would create a circular symlink.
|
||||
- Updated dependencies [d349bc3a2]
|
||||
- Updated dependencies [ff10acade]
|
||||
- @pnpm/modules-yaml@12.1.7
|
||||
- @pnpm/headless@22.4.2
|
||||
- @pnpm/get-context@10.0.10
|
||||
- @pnpm/package-requester@24.1.7
|
||||
- @pnpm/symlink-dependency@7.1.4
|
||||
- @pnpm/crypto.base32-hash@2.0.0
|
||||
- @pnpm/lifecycle@16.0.10
|
||||
- @pnpm/link-bins@9.0.12
|
||||
|
||||
## 13.3.1
|
||||
|
||||
### Patch Changes
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
{
|
||||
"name": "@pnpm/core",
|
||||
"description": "Fast, disk space efficient installation engine",
|
||||
"version": "13.3.1",
|
||||
"version": "13.3.2",
|
||||
"bugs": {
|
||||
"url": "https://github.com/pnpm/pnpm/issues"
|
||||
},
|
||||
|
||||
@@ -1,5 +1,13 @@
|
||||
# @pnpm/get-context
|
||||
|
||||
## 10.0.10
|
||||
|
||||
### Patch Changes
|
||||
|
||||
- Updated dependencies [d349bc3a2]
|
||||
- @pnpm/modules-yaml@12.1.7
|
||||
- @pnpm/read-projects-context@8.0.11
|
||||
|
||||
## 10.0.9
|
||||
|
||||
### Patch Changes
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@pnpm/get-context",
|
||||
"version": "10.0.9",
|
||||
"version": "10.0.10",
|
||||
"description": "Gets context information about a project",
|
||||
"main": "lib/index.js",
|
||||
"types": "lib/index.d.ts",
|
||||
|
||||
@@ -1,5 +1,18 @@
|
||||
# @pnpm/headless
|
||||
|
||||
## 22.4.2
|
||||
|
||||
### Patch Changes
|
||||
|
||||
- ff10acade: When `hoisted-workspace-packages` is `true` don't hoist the root package even if it has a name. Otherwise we would create a circular symlink.
|
||||
- Updated dependencies [d349bc3a2]
|
||||
- @pnpm/modules-yaml@12.1.7
|
||||
- @pnpm/deps.graph-builder@0.2.7
|
||||
- @pnpm/package-requester@24.1.7
|
||||
- @pnpm/symlink-dependency@7.1.4
|
||||
- @pnpm/lifecycle@16.0.10
|
||||
- @pnpm/link-bins@9.0.12
|
||||
|
||||
## 22.4.1
|
||||
|
||||
### Patch Changes
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
{
|
||||
"name": "@pnpm/headless",
|
||||
"description": "Fast installation using only pnpm-lock.yaml",
|
||||
"version": "22.4.1",
|
||||
"version": "22.4.2",
|
||||
"bugs": {
|
||||
"url": "https://github.com/pnpm/pnpm/issues"
|
||||
},
|
||||
|
||||
@@ -1,5 +1,11 @@
|
||||
# @pnpm/modules-yaml
|
||||
|
||||
## 12.1.7
|
||||
|
||||
### Patch Changes
|
||||
|
||||
- d349bc3a2: readModulesYaml should not crash on empty file.
|
||||
|
||||
## 12.1.6
|
||||
|
||||
### Patch Changes
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@pnpm/modules-yaml",
|
||||
"version": "12.1.6",
|
||||
"version": "12.1.7",
|
||||
"description": "Reads/writes `node_modules/.modules.yaml`",
|
||||
"main": "lib/index.js",
|
||||
"types": "lib/index.d.ts",
|
||||
|
||||
@@ -1,5 +1,21 @@
|
||||
# @pnpm/plugin-commands-installation
|
||||
|
||||
## 14.1.2
|
||||
|
||||
### Patch Changes
|
||||
|
||||
- Updated dependencies [d9564e354]
|
||||
- Updated dependencies [ff10acade]
|
||||
- @pnpm/config@20.4.1
|
||||
- @pnpm/core@13.3.2
|
||||
- @pnpm/plugin-commands-rebuild@10.0.15
|
||||
- @pnpm/outdated@13.0.40
|
||||
- @pnpm/store-connection-manager@7.0.24
|
||||
- @pnpm/cli-utils@2.1.8
|
||||
- @pnpm/package-store@19.0.14
|
||||
- @pnpm/workspace.find-packages@1.1.9
|
||||
- @pnpm/filter-workspace-packages@7.2.10
|
||||
|
||||
## 14.1.1
|
||||
|
||||
### Patch Changes
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@pnpm/plugin-commands-installation",
|
||||
"version": "14.1.1",
|
||||
"version": "14.1.2",
|
||||
"description": "Commands for installation",
|
||||
"main": "lib/index.js",
|
||||
"types": "lib/index.d.ts",
|
||||
|
||||
@@ -1,5 +1,12 @@
|
||||
# @pnpm/read-projects-context
|
||||
|
||||
## 8.0.11
|
||||
|
||||
### Patch Changes
|
||||
|
||||
- Updated dependencies [d349bc3a2]
|
||||
- @pnpm/modules-yaml@12.1.7
|
||||
|
||||
## 8.0.10
|
||||
|
||||
### Patch Changes
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@pnpm/read-projects-context",
|
||||
"version": "8.0.10",
|
||||
"version": "8.0.11",
|
||||
"description": "Reads the current state of projects from modules manifest",
|
||||
"main": "lib/index.js",
|
||||
"types": "lib/index.d.ts",
|
||||
|
||||
@@ -11,6 +11,15 @@
|
||||
- Use the same directories on macOS as on Linux. Don't use directories inside `~/Library` on macOS [#7321](https://github.com/pnpm/pnpm/issues/7321).
|
||||
- The default value of the [hoist-workspace-packages](https://pnpm.io/npmrc#hoist-workspace-packages) is `true`.
|
||||
|
||||
## 8.14.1
|
||||
|
||||
### Patch Changes
|
||||
|
||||
- Resolve the current working directory to its real location before doing any operations [#6524](https://github.com/pnpm/pnpm/issues/6524).
|
||||
- Allow using token helpers in `pnpm publish` [#7316](https://github.com/pnpm/pnpm/issues/7316).
|
||||
- Handle Git repository names containing capital letters [#7488](https://github.com/pnpm/pnpm/pull/7488).
|
||||
- When `hoisted-workspace-packages` is `true` don't hoist the root package even if it has a name. Otherwise we would create a circular symlink.
|
||||
|
||||
## 8.14.0
|
||||
|
||||
### Minor Changes
|
||||
|
||||
@@ -1,5 +1,14 @@
|
||||
# @pnpm/plugin-commands-deploy
|
||||
|
||||
## 4.0.18
|
||||
|
||||
### Patch Changes
|
||||
|
||||
- @pnpm/plugin-commands-installation@14.1.2
|
||||
- @pnpm/cli-utils@2.1.8
|
||||
- @pnpm/fs.indexed-pkg-importer@5.0.12
|
||||
- @pnpm/directory-fetcher@7.0.9
|
||||
|
||||
## 4.0.17
|
||||
|
||||
### Patch Changes
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@pnpm/plugin-commands-deploy",
|
||||
"version": "4.0.17",
|
||||
"version": "4.0.18",
|
||||
"description": "Commands for deploy",
|
||||
"funding": "https://opencollective.com/pnpm",
|
||||
"main": "lib/index.js",
|
||||
|
||||
@@ -1,5 +1,23 @@
|
||||
# @pnpm/plugin-commands-publishing
|
||||
|
||||
## 7.5.0
|
||||
|
||||
### Minor Changes
|
||||
|
||||
- 5a5e42551: Allow using token helpers in `pnpm publish` [#7316](https://github.com/pnpm/pnpm/issues/7316).
|
||||
|
||||
### Patch Changes
|
||||
|
||||
- Updated dependencies [5a5e42551]
|
||||
- Updated dependencies [d9564e354]
|
||||
- Updated dependencies [5a5e42551]
|
||||
- @pnpm/run-npm@6.1.0
|
||||
- @pnpm/config@20.4.1
|
||||
- @pnpm/client@10.0.44
|
||||
- @pnpm/cli-utils@2.1.8
|
||||
- @pnpm/exportable-manifest@5.0.11
|
||||
- @pnpm/lifecycle@16.0.10
|
||||
|
||||
## 7.4.13
|
||||
|
||||
### Patch Changes
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@pnpm/plugin-commands-publishing",
|
||||
"version": "7.4.13",
|
||||
"version": "7.5.0",
|
||||
"description": "The pack and publish commands of pnpm",
|
||||
"main": "lib/index.js",
|
||||
"types": "lib/index.d.ts",
|
||||
|
||||
@@ -1,5 +1,12 @@
|
||||
# @pnpm/reviewing.dependencies-hierarchy
|
||||
|
||||
## 2.1.8
|
||||
|
||||
### Patch Changes
|
||||
|
||||
- Updated dependencies [d349bc3a2]
|
||||
- @pnpm/modules-yaml@12.1.7
|
||||
|
||||
## 2.1.7
|
||||
|
||||
### Patch Changes
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@pnpm/reviewing.dependencies-hierarchy",
|
||||
"version": "2.1.7",
|
||||
"version": "2.1.8",
|
||||
"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
|
||||
|
||||
## 2.2.9
|
||||
|
||||
### Patch Changes
|
||||
|
||||
- fe737aeb4: Output license information for a deterministic version when multiple versions of a single package are depended on
|
||||
- dcf3ef7e4: Handle Git repository names containing capital letters [#7488](https://github.com/pnpm/pnpm/pull/7488).
|
||||
- @pnpm/directory-fetcher@7.0.9
|
||||
|
||||
## 2.2.8
|
||||
|
||||
### Patch Changes
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@pnpm/license-scanner",
|
||||
"version": "2.2.8",
|
||||
"version": "2.2.9",
|
||||
"description": "Check for licenses packages",
|
||||
"main": "lib/index.js",
|
||||
"types": "lib/index.d.ts",
|
||||
|
||||
@@ -1,5 +1,11 @@
|
||||
# @pnpm/list
|
||||
|
||||
## 9.1.9
|
||||
|
||||
### Patch Changes
|
||||
|
||||
- @pnpm/reviewing.dependencies-hierarchy@2.1.8
|
||||
|
||||
## 9.1.8
|
||||
|
||||
### Patch Changes
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@pnpm/list",
|
||||
"version": "9.1.8",
|
||||
"version": "9.1.9",
|
||||
"description": "List installed packages in a symlinked `node_modules`",
|
||||
"main": "lib/index.js",
|
||||
"types": "lib/index.d.ts",
|
||||
|
||||
@@ -1,5 +1,14 @@
|
||||
# @pnpm/outdated
|
||||
|
||||
## 13.0.40
|
||||
|
||||
### Patch Changes
|
||||
|
||||
- Updated dependencies [d349bc3a2]
|
||||
- @pnpm/modules-yaml@12.1.7
|
||||
- @pnpm/client@10.0.44
|
||||
- @pnpm/npm-resolver@18.0.2
|
||||
|
||||
## 13.0.39
|
||||
|
||||
### Patch Changes
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@pnpm/outdated",
|
||||
"version": "13.0.39",
|
||||
"version": "13.0.40",
|
||||
"description": "Check for outdated packages",
|
||||
"main": "lib/index.js",
|
||||
"types": "lib/index.d.ts",
|
||||
|
||||
@@ -1,5 +1,19 @@
|
||||
# @pnpm/plugin-commands-licenses
|
||||
|
||||
## 3.0.12
|
||||
|
||||
### Patch Changes
|
||||
|
||||
- dcf3ef7e4: Handle Git repository names containing capital letters [#7488](https://github.com/pnpm/pnpm/pull/7488).
|
||||
- Updated dependencies [37ccff637]
|
||||
- Updated dependencies [d9564e354]
|
||||
- Updated dependencies [fe737aeb4]
|
||||
- Updated dependencies [dcf3ef7e4]
|
||||
- @pnpm/store-path@8.0.2
|
||||
- @pnpm/config@20.4.1
|
||||
- @pnpm/license-scanner@2.2.9
|
||||
- @pnpm/cli-utils@2.1.8
|
||||
|
||||
## 3.0.11
|
||||
|
||||
### Patch Changes
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@pnpm/plugin-commands-licenses",
|
||||
"version": "3.0.11",
|
||||
"version": "3.0.12",
|
||||
"description": "The licenses command of pnpm",
|
||||
"main": "lib/index.js",
|
||||
"types": "lib/index.d.ts",
|
||||
|
||||
@@ -1,5 +1,14 @@
|
||||
# @pnpm/plugin-commands-listing
|
||||
|
||||
## 8.0.10
|
||||
|
||||
### Patch Changes
|
||||
|
||||
- Updated dependencies [d9564e354]
|
||||
- @pnpm/config@20.4.1
|
||||
- @pnpm/cli-utils@2.1.8
|
||||
- @pnpm/list@9.1.9
|
||||
|
||||
## 8.0.9
|
||||
|
||||
### Patch Changes
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@pnpm/plugin-commands-listing",
|
||||
"version": "8.0.9",
|
||||
"version": "8.0.10",
|
||||
"description": "The list and why commands of pnpm",
|
||||
"main": "lib/index.js",
|
||||
"types": "lib/index.d.ts",
|
||||
|
||||
@@ -1,5 +1,18 @@
|
||||
# @pnpm/plugin-commands-outdated
|
||||
|
||||
## 10.0.15
|
||||
|
||||
### Patch Changes
|
||||
|
||||
- Updated dependencies [d349bc3a2]
|
||||
- Updated dependencies [37ccff637]
|
||||
- Updated dependencies [d9564e354]
|
||||
- @pnpm/modules-yaml@12.1.7
|
||||
- @pnpm/store-path@8.0.2
|
||||
- @pnpm/config@20.4.1
|
||||
- @pnpm/outdated@13.0.40
|
||||
- @pnpm/cli-utils@2.1.8
|
||||
|
||||
## 10.0.14
|
||||
|
||||
### Patch Changes
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@pnpm/plugin-commands-outdated",
|
||||
"version": "10.0.14",
|
||||
"version": "10.0.15",
|
||||
"description": "The outdated command of pnpm",
|
||||
"main": "lib/index.js",
|
||||
"types": "lib/index.d.ts",
|
||||
|
||||
@@ -1,5 +1,17 @@
|
||||
# @pnpm/plugin-commands-server
|
||||
|
||||
## 6.0.55
|
||||
|
||||
### Patch Changes
|
||||
|
||||
- Updated dependencies [37ccff637]
|
||||
- Updated dependencies [d9564e354]
|
||||
- @pnpm/store-path@8.0.2
|
||||
- @pnpm/config@20.4.1
|
||||
- @pnpm/store-connection-manager@7.0.24
|
||||
- @pnpm/cli-utils@2.1.8
|
||||
- @pnpm/server@17.0.6
|
||||
|
||||
## 6.0.54
|
||||
|
||||
### Patch Changes
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@pnpm/plugin-commands-server",
|
||||
"version": "6.0.54",
|
||||
"version": "6.0.55",
|
||||
"description": "Commands for controlling the store server",
|
||||
"main": "lib/index.js",
|
||||
"types": "lib/index.d.ts",
|
||||
|
||||
@@ -1,5 +1,15 @@
|
||||
# @pnpm/plugin-commands-store-inspecting
|
||||
|
||||
## 0.1.3
|
||||
|
||||
### Patch Changes
|
||||
|
||||
- Updated dependencies [37ccff637]
|
||||
- Updated dependencies [d9564e354]
|
||||
- @pnpm/store-path@8.0.2
|
||||
- @pnpm/config@20.4.1
|
||||
- @pnpm/client@10.0.44
|
||||
|
||||
## 0.1.2
|
||||
|
||||
### Patch Changes
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@pnpm/plugin-commands-store-inspecting",
|
||||
"version": "0.1.2",
|
||||
"version": "0.1.3",
|
||||
"description": "The inspecting store commands of pnpm",
|
||||
"main": "lib/index.js",
|
||||
"types": "lib/index.d.ts",
|
||||
|
||||
@@ -1,5 +1,17 @@
|
||||
# @pnpm/plugin-commands-store
|
||||
|
||||
## 8.1.15
|
||||
|
||||
### Patch Changes
|
||||
|
||||
- Updated dependencies [37ccff637]
|
||||
- Updated dependencies [d9564e354]
|
||||
- @pnpm/store-path@8.0.2
|
||||
- @pnpm/config@20.4.1
|
||||
- @pnpm/get-context@10.0.10
|
||||
- @pnpm/store-connection-manager@7.0.24
|
||||
- @pnpm/cli-utils@2.1.8
|
||||
|
||||
## 8.1.14
|
||||
|
||||
### Patch Changes
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@pnpm/plugin-commands-store",
|
||||
"version": "8.1.14",
|
||||
"version": "8.1.15",
|
||||
"description": "Commands for controlling the store",
|
||||
"main": "lib/index.js",
|
||||
"types": "lib/index.d.ts",
|
||||
|
||||
@@ -1,5 +1,17 @@
|
||||
# @pnpm/store-connection-manager
|
||||
|
||||
## 7.0.24
|
||||
|
||||
### Patch Changes
|
||||
|
||||
- Updated dependencies [37ccff637]
|
||||
- Updated dependencies [d9564e354]
|
||||
- @pnpm/store-path@8.0.2
|
||||
- @pnpm/config@20.4.1
|
||||
- @pnpm/client@10.0.44
|
||||
- @pnpm/package-store@19.0.14
|
||||
- @pnpm/server@17.0.6
|
||||
|
||||
## 7.0.23
|
||||
|
||||
### Patch Changes
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@pnpm/store-connection-manager",
|
||||
"version": "7.0.23",
|
||||
"version": "7.0.24",
|
||||
"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/store-path
|
||||
|
||||
## 8.0.2
|
||||
|
||||
### Patch Changes
|
||||
|
||||
- 37ccff637: Throw an error when calculating the store directory without the pnpm home directory.
|
||||
|
||||
## 8.0.1
|
||||
|
||||
### Patch Changes
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@pnpm/store-path",
|
||||
"version": "8.0.1",
|
||||
"version": "8.0.2",
|
||||
"description": "Resolves the pnpm store path",
|
||||
"main": "lib/index.js",
|
||||
"typings": "lib/index.d.ts",
|
||||
|
||||
@@ -1,5 +1,11 @@
|
||||
# @pnpm/filter-workspace-packages
|
||||
|
||||
## 7.2.10
|
||||
|
||||
### Patch Changes
|
||||
|
||||
- @pnpm/workspace.find-packages@1.1.9
|
||||
|
||||
## 7.2.9
|
||||
|
||||
### Patch Changes
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@pnpm/filter-workspace-packages",
|
||||
"version": "7.2.9",
|
||||
"version": "7.2.10",
|
||||
"description": "Filters packages in a workspace",
|
||||
"main": "lib/index.js",
|
||||
"types": "lib/index.d.ts",
|
||||
|
||||
@@ -1,5 +1,11 @@
|
||||
# @pnpm/find-workspace-packages
|
||||
|
||||
## 1.1.9
|
||||
|
||||
### Patch Changes
|
||||
|
||||
- @pnpm/cli-utils@2.1.8
|
||||
|
||||
## 1.1.8
|
||||
|
||||
### Patch Changes
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@pnpm/workspace.find-packages",
|
||||
"version": "1.1.8",
|
||||
"version": "1.1.9",
|
||||
"description": "Finds packages inside a workspace",
|
||||
"main": "lib/index.js",
|
||||
"types": "lib/index.d.ts",
|
||||
|
||||
Reference in New Issue
Block a user