chore(release): 8.4.0

This commit is contained in:
Zoltan Kochan
2023-05-02 13:46:53 +03:00
parent 2809e89aba
commit fcfbf96429
99 changed files with 439 additions and 99 deletions

View File

@@ -1,5 +0,0 @@
---
"@pnpm/core": major
---
Return installation stats. Breaking change to the API.

View File

@@ -1,7 +0,0 @@
---
"@pnpm/plugin-commands-outdated": patch
"@pnpm/plugin-commands-config": patch
"@pnpm/npm-resolver": patch
---
Update dependencies.

View File

@@ -1,6 +0,0 @@
---
"@pnpm/headless": patch
"pnpm": patch
---
Link the bin files of local workspace dependencies, when `node-linker` is set to `hoisted` [6486](https://github.com/pnpm/pnpm/issues/6486).

View File

@@ -1,6 +0,0 @@
---
"@pnpm/plugin-commands-publishing": minor
"pnpm": minor
---
`pnpm publish` supports the `--provenance` CLI option [#6435](https://github.com/pnpm/pnpm/issues/6435).

View File

@@ -1,5 +0,0 @@
---
"@pnpm/pkg-manager.direct-dep-linker": minor
---
Return the amount of linked dependencies.

View File

@@ -1,6 +0,0 @@
---
"@pnpm/get-context": patch
"pnpm": patch
---
Ask the user to confirm the removal of node_modules directory unless the `--force` option is passed.

View File

@@ -1,5 +0,0 @@
---
"@pnpm/npm-conf": patch
---
Make sure `--otp` option is in the publish's cli options [6384](https://github.com/pnpm/pnpm/issues/6384).

View File

@@ -1,6 +0,0 @@
---
"@pnpm/modules-yaml": minor
"pnpm": patch
---
Do not create a `node_modules` folder with a `.modules.yaml` file if there are now dependencies inside `node_modules`.

View File

@@ -1,5 +0,0 @@
---
"@pnpm/headless": minor
---
Return installation stats.

View File

@@ -1,5 +1,12 @@
# @pnpm/assert-project
## 2.3.23
### Patch Changes
- Updated dependencies [e6b83c84e]
- @pnpm/modules-yaml@12.1.0
## 2.3.22
### Patch Changes

View File

@@ -1,7 +1,7 @@
{
"name": "@pnpm/assert-project",
"description": "Utils for testing projects that use pnpm",
"version": "2.3.22",
"version": "2.3.23",
"author": {
"name": "Zoltan Kochan",
"email": "z@kochan.io",

View File

@@ -1,5 +1,11 @@
# @pnpm/prepare
## 0.0.66
### Patch Changes
- @pnpm/assert-project@2.3.23
## 0.0.65
### Patch Changes

View File

@@ -1,6 +1,6 @@
{
"name": "@pnpm/prepare",
"version": "0.0.65",
"version": "0.0.66",
"main": "lib/index.js",
"types": "lib/index.d.ts",
"dependencies": {

View File

@@ -1,5 +1,11 @@
# @pnpm/test-fixtures
## 0.0.35
### Patch Changes
- @pnpm/prepare@0.0.66
## 0.0.34
### Patch Changes

View File

@@ -1,7 +1,7 @@
{
"name": "@pnpm/test-fixtures",
"description": "Test fixtures",
"version": "0.0.34",
"version": "0.0.35",
"author": {
"name": "Zoltan Kochan",
"email": "z@kochan.io",

View File

@@ -1,5 +1,13 @@
# @pnpm/cli-utils
## 2.0.7
### Patch Changes
- Updated dependencies [2809e89ab]
- @pnpm/config@18.3.1
- @pnpm/default-reporter@12.2.1
## 2.0.6
### Patch Changes

View File

@@ -1,6 +1,6 @@
{
"name": "@pnpm/cli-utils",
"version": "2.0.6",
"version": "2.0.7",
"description": "Utils for pnpm commands",
"main": "lib/index.js",
"types": "lib/index.d.ts",

View File

@@ -1,5 +1,12 @@
# @pnpm/default-reporter
## 12.2.1
### Patch Changes
- Updated dependencies [2809e89ab]
- @pnpm/config@18.3.1
## 12.2.0
### Minor Changes

View File

@@ -1,6 +1,6 @@
{
"name": "@pnpm/default-reporter",
"version": "12.2.0",
"version": "12.2.1",
"description": "The default reporter of pnpm",
"main": "lib/index.js",
"types": "lib/index.d.ts",

View File

@@ -1,5 +1,11 @@
# @pnpm/config
## 18.3.1
### Patch Changes
- 2809e89ab: Make sure `--otp` option is in the publish's cli options [6384](https://github.com/pnpm/pnpm/issues/6384).
## 18.3.0
### Minor Changes

View File

@@ -1,6 +1,6 @@
{
"name": "@pnpm/config",
"version": "18.3.0",
"version": "18.3.1",
"description": "Gets configuration options for pnpm",
"main": "lib/index.js",
"types": "lib/index.d.ts",

View File

@@ -1,5 +1,14 @@
# @pnpm/plugin-commands-config
## 2.0.7
### Patch Changes
- edb3072a9: Update dependencies.
- Updated dependencies [2809e89ab]
- @pnpm/config@18.3.1
- @pnpm/cli-utils@2.0.7
## 2.0.6
### Patch Changes

View File

@@ -1,6 +1,6 @@
{
"name": "@pnpm/plugin-commands-config",
"version": "2.0.6",
"version": "2.0.7",
"description": "Commands for reading and writing settings to/from config files",
"main": "lib/index.js",
"types": "lib/index.d.ts",

View File

@@ -1,5 +1,14 @@
# @pnpm/plugin-commands-env
## 4.0.8
### Patch Changes
- Updated dependencies [2809e89ab]
- @pnpm/config@18.3.1
- @pnpm/cli-utils@2.0.7
- @pnpm/node.fetcher@3.0.1
## 4.0.7
### Patch Changes

View File

@@ -1,6 +1,6 @@
{
"name": "@pnpm/plugin-commands-env",
"version": "4.0.7",
"version": "4.0.8",
"description": "pnpm commands for managing Node.js",
"main": "lib/index.js",
"types": "lib/index.d.ts",

View File

@@ -1,5 +1,22 @@
# @pnpm/plugin-commands-rebuild
## 8.0.8
### Patch Changes
- Updated dependencies [497b0a79c]
- Updated dependencies [2809e89ab]
- Updated dependencies [e6b83c84e]
- @pnpm/get-context@9.0.4
- @pnpm/config@18.3.1
- @pnpm/modules-yaml@12.1.0
- @pnpm/cli-utils@2.0.7
- @pnpm/store-connection-manager@6.0.8
- @pnpm/find-workspace-packages@6.0.7
- @pnpm/fs.hard-link-dir@2.0.1
- @pnpm/lifecycle@15.0.0
- @pnpm/link-bins@9.0.0
## 8.0.7
### Patch Changes

View File

@@ -1,6 +1,6 @@
{
"name": "@pnpm/plugin-commands-rebuild",
"version": "8.0.7",
"version": "8.0.8",
"description": "Commands for rebuilding dependencies",
"main": "lib/index.js",
"types": "lib/index.d.ts",

View File

@@ -1,5 +1,15 @@
# @pnpm/plugin-commands-script-runners
## 7.0.9
### Patch Changes
- Updated dependencies [2809e89ab]
- @pnpm/config@18.3.1
- @pnpm/plugin-commands-installation@13.0.3
- @pnpm/cli-utils@2.0.7
- @pnpm/lifecycle@15.0.0
## 7.0.8
### Patch Changes

View File

@@ -1,6 +1,6 @@
{
"name": "@pnpm/plugin-commands-script-runners",
"version": "7.0.8",
"version": "7.0.9",
"description": "Commands for running scripts",
"main": "lib/index.js",
"types": "lib/index.d.ts",

View File

@@ -1,5 +1,11 @@
# @pnpm/audit
## 7.0.6
### Patch Changes
- @pnpm/list@9.0.4
## 7.0.5
### Patch Changes

View File

@@ -1,6 +1,6 @@
{
"name": "@pnpm/audit",
"version": "7.0.5",
"version": "7.0.6",
"description": "Audit a lockfile",
"main": "lib/index.js",
"types": "lib/index.d.ts",

View File

@@ -1,5 +1,14 @@
# @pnpm/plugin-commands-audit
## 8.0.8
### Patch Changes
- Updated dependencies [2809e89ab]
- @pnpm/config@18.3.1
- @pnpm/cli-utils@2.0.7
- @pnpm/audit@7.0.6
## 8.0.7
### Patch Changes

View File

@@ -1,6 +1,6 @@
{
"name": "@pnpm/plugin-commands-audit",
"version": "8.0.7",
"version": "8.0.8",
"description": "pnpm commands for dependencies audit",
"main": "lib/index.js",
"types": "lib/index.d.ts",

View File

@@ -1,5 +1,12 @@
# @pnpm/mount-modules
## 0.4.7
### Patch Changes
- Updated dependencies [2809e89ab]
- @pnpm/config@18.3.1
## 0.4.6
### Patch Changes

View File

@@ -1,6 +1,6 @@
{
"name": "@pnpm/mount-modules",
"version": "0.4.6",
"version": "0.4.7",
"description": "Mounts a node_modules directory with FUSE",
"main": "lib/index.js",
"bin": "bin/mount-modules.js",

View File

@@ -1,5 +1,13 @@
# @pnpm/plugin-commands-doctor
## 2.0.7
### Patch Changes
- Updated dependencies [2809e89ab]
- @pnpm/config@18.3.1
- @pnpm/cli-utils@2.0.7
## 2.0.6
### Patch Changes

View File

@@ -1,6 +1,6 @@
{
"name": "@pnpm/plugin-commands-doctor",
"version": "2.0.6",
"version": "2.0.7",
"description": "Commands for checks of known common issues ",
"main": "lib/index.js",
"types": "lib/index.d.ts",

View File

@@ -1,5 +1,13 @@
# @pnpm/plugin-commands-init
## 3.0.7
### Patch Changes
- Updated dependencies [2809e89ab]
- @pnpm/config@18.3.1
- @pnpm/cli-utils@2.0.7
## 3.0.6
### Patch Changes

View File

@@ -1,6 +1,6 @@
{
"name": "@pnpm/plugin-commands-init",
"version": "3.0.6",
"version": "3.0.7",
"description": "Create a package.json file",
"main": "lib/index.js",
"types": "lib/index.d.ts",

View File

@@ -1,5 +1,11 @@
# @pnpm/plugin-commands-setup
## 4.0.7
### Patch Changes
- @pnpm/cli-utils@2.0.7
## 4.0.6
### Patch Changes

View File

@@ -1,6 +1,6 @@
{
"name": "@pnpm/plugin-commands-setup",
"version": "4.0.6",
"version": "4.0.7",
"description": "pnpm commands for setting up pnpm",
"main": "lib/index.js",
"types": "lib/index.d.ts",

View File

@@ -1,5 +1,17 @@
# @pnpm/plugin-commands-patching
## 3.0.9
### Patch Changes
- Updated dependencies [2809e89ab]
- Updated dependencies [e6b83c84e]
- @pnpm/config@18.3.1
- @pnpm/modules-yaml@12.1.0
- @pnpm/plugin-commands-installation@13.0.3
- @pnpm/cli-utils@2.0.7
- @pnpm/store-connection-manager@6.0.8
## 3.0.8
### Patch Changes

View File

@@ -1,6 +1,6 @@
{
"name": "@pnpm/plugin-commands-patching",
"version": "3.0.8",
"version": "3.0.9",
"description": "Commands for creating patches",
"main": "lib/index.js",
"types": "lib/index.d.ts",

View File

@@ -1,5 +1,13 @@
# @pnpm/client
## 10.0.5
### Patch Changes
- @pnpm/default-resolver@18.0.5
- @pnpm/directory-fetcher@6.0.0
- @pnpm/tarball-fetcher@15.0.0
## 10.0.4
### Patch Changes

View File

@@ -1,6 +1,6 @@
{
"name": "@pnpm/client",
"version": "10.0.4",
"version": "10.0.5",
"description": "Creates the package resolve and fetch functions",
"main": "lib/index.js",
"types": "lib/index.d.ts",

View File

@@ -1,5 +1,29 @@
# @pnpm/core
## 10.0.0
### Major Changes
- 42902ef85: Return installation stats. Breaking change to the API.
### Patch Changes
- Updated dependencies [3a1a1385d]
- Updated dependencies [42902ef85]
- Updated dependencies [497b0a79c]
- Updated dependencies [e6b83c84e]
- Updated dependencies [42902ef85]
- @pnpm/headless@20.2.0
- @pnpm/pkg-manager.direct-dep-linker@2.1.0
- @pnpm/get-context@9.0.4
- @pnpm/modules-yaml@12.1.0
- @pnpm/resolve-dependencies@31.1.2
- @pnpm/package-requester@21.0.2
- @pnpm/symlink-dependency@7.0.0
- @pnpm/crypto.base32-hash@2.0.0
- @pnpm/lifecycle@15.0.0
- @pnpm/link-bins@9.0.0
## 9.3.1
### Patch Changes

View File

@@ -1,7 +1,7 @@
{
"name": "@pnpm/core",
"description": "Fast, disk space efficient installation engine",
"version": "9.3.1",
"version": "10.0.0",
"bugs": {
"url": "https://github.com/pnpm/pnpm/issues"
},

View File

@@ -1,5 +1,15 @@
# @pnpm/pkg-manager.direct-dep-linker
## 2.1.0
### Minor Changes
- 42902ef85: Return the amount of linked dependencies.
### Patch Changes
- @pnpm/symlink-dependency@7.0.0
## 2.0.0
### Major Changes

View File

@@ -1,7 +1,7 @@
{
"name": "@pnpm/pkg-manager.direct-dep-linker",
"description": "Fast installation using only pnpm-lock.yaml",
"version": "2.0.0",
"version": "2.1.0",
"bugs": {
"url": "https://github.com/pnpm/pnpm/issues"
},

View File

@@ -1,5 +1,14 @@
# @pnpm/get-context
## 9.0.4
### Patch Changes
- 497b0a79c: Ask the user to confirm the removal of node_modules directory unless the `--force` option is passed.
- Updated dependencies [e6b83c84e]
- @pnpm/modules-yaml@12.1.0
- @pnpm/read-projects-context@8.0.3
## 9.0.3
### Patch Changes

View File

@@ -1,6 +1,6 @@
{
"name": "@pnpm/get-context",
"version": "9.0.3",
"version": "9.0.4",
"description": "Gets context information about a project",
"main": "lib/index.js",
"types": "lib/index.d.ts",

View File

@@ -1,5 +1,23 @@
# @pnpm/headless
## 20.2.0
### Minor Changes
- 42902ef85: Return installation stats.
### Patch Changes
- 3a1a1385d: Link the bin files of local workspace dependencies, when `node-linker` is set to `hoisted` [6486](https://github.com/pnpm/pnpm/issues/6486).
- Updated dependencies [42902ef85]
- Updated dependencies [e6b83c84e]
- @pnpm/pkg-manager.direct-dep-linker@2.1.0
- @pnpm/modules-yaml@12.1.0
- @pnpm/package-requester@21.0.2
- @pnpm/symlink-dependency@7.0.0
- @pnpm/lifecycle@15.0.0
- @pnpm/link-bins@9.0.0
## 20.1.2
### Patch Changes

View File

@@ -1,7 +1,7 @@
{
"name": "@pnpm/headless",
"description": "Fast installation using only pnpm-lock.yaml",
"version": "20.1.2",
"version": "20.2.0",
"bugs": {
"url": "https://github.com/pnpm/pnpm/issues"
},

View File

@@ -1,5 +1,11 @@
# @pnpm/modules-yaml
## 12.1.0
### Minor Changes
- e6b83c84e: Do not create a `node_modules` folder with a `.modules.yaml` file if there are now dependencies inside `node_modules`.
## 12.0.0
### Major Changes

View File

@@ -1,6 +1,6 @@
{
"name": "@pnpm/modules-yaml",
"version": "12.0.0",
"version": "12.1.0",
"description": "Reads/writes `node_modules/.modules.yaml`",
"main": "lib/index.js",
"types": "lib/index.d.ts",

View File

@@ -1,5 +1,21 @@
# @pnpm/plugin-commands-installation
## 13.0.3
### Patch Changes
- Updated dependencies [42902ef85]
- Updated dependencies [2809e89ab]
- @pnpm/core@10.0.0
- @pnpm/config@18.3.1
- @pnpm/outdated@12.0.6
- @pnpm/plugin-commands-rebuild@8.0.8
- @pnpm/cli-utils@2.0.7
- @pnpm/store-connection-manager@6.0.8
- @pnpm/find-workspace-packages@6.0.7
- @pnpm/package-store@16.0.2
- @pnpm/filter-workspace-packages@7.0.7
## 13.0.2
### Patch Changes

View File

@@ -1,6 +1,6 @@
{
"name": "@pnpm/plugin-commands-installation",
"version": "13.0.2",
"version": "13.0.3",
"description": "Commands for installation",
"main": "lib/index.js",
"types": "lib/index.d.ts",

View File

@@ -1,5 +1,12 @@
# @pnpm/read-projects-context
## 8.0.3
### Patch Changes
- Updated dependencies [e6b83c84e]
- @pnpm/modules-yaml@12.1.0
## 8.0.2
### Patch Changes

View File

@@ -1,6 +1,6 @@
{
"name": "@pnpm/read-projects-context",
"version": "8.0.2",
"version": "8.0.3",
"description": "Reads the current state of projects from modules manifest",
"main": "lib/index.js",
"types": "lib/index.d.ts",

View File

@@ -1,5 +1,12 @@
# @pnpm/resolve-dependencies
## 31.1.2
### Patch Changes
- Updated dependencies [edb3072a9]
- @pnpm/npm-resolver@16.0.4
## 31.1.1
### Patch Changes

View File

@@ -1,6 +1,6 @@
{
"name": "@pnpm/resolve-dependencies",
"version": "31.1.1",
"version": "31.1.2",
"description": "Resolves dependency graph of a package",
"main": "lib/index.js",
"types": "lib/index.d.ts",

View File

@@ -1,5 +1,17 @@
# pnpm
## 8.4.0
### Minor Changes
- `pnpm publish` supports the `--provenance` CLI option [#6435](https://github.com/pnpm/pnpm/issues/6435).
### Patch Changes
- Link the bin files of local workspace dependencies, when `node-linker` is set to `hoisted` [6486](https://github.com/pnpm/pnpm/issues/6486).
- Ask the user to confirm the removal of `node_modules` directory unless the `--force` option is passed.
- Do not create a `node_modules` folder with a `.modules.yaml` file if there are no dependencies inside `node_modules`.
## 8.3.1
### Patch Changes

View File

@@ -1,7 +1,7 @@
{
"name": "@pnpm/exe",
"description": "Fast, disk space efficient package manager",
"version": "8.3.1",
"version": "8.4.0",
"publishConfig": {
"bin": {
"pnpm": "pnpm"

View File

@@ -1,6 +1,6 @@
{
"name": "@pnpm/linux-arm64",
"version": "8.3.1",
"version": "8.4.0",
"license": "MIT",
"publishConfig": {
"bin": {

View File

@@ -1,6 +1,6 @@
{
"name": "@pnpm/linux-x64",
"version": "8.3.1",
"version": "8.4.0",
"license": "MIT",
"publishConfig": {
"bin": {

View File

@@ -1,6 +1,6 @@
{
"name": "@pnpm/macos-arm64",
"version": "8.3.1",
"version": "8.4.0",
"license": "MIT",
"publishConfig": {
"bin": {

View File

@@ -1,6 +1,6 @@
{
"name": "@pnpm/macos-x64",
"version": "8.3.1",
"version": "8.4.0",
"license": "MIT",
"publishConfig": {
"bin": {

View File

@@ -1,6 +1,6 @@
{
"name": "@pnpm/win-x64",
"version": "8.3.1",
"version": "8.4.0",
"license": "MIT",
"publishConfig": {
"bin": {

View File

@@ -1,7 +1,7 @@
{
"name": "pnpm",
"description": "Fast, disk space efficient package manager",
"version": "8.3.1",
"version": "8.4.0",
"bin": {
"pnpm": "bin/pnpm.cjs",
"pnpx": "bin/pnpx.cjs"

View File

@@ -1,5 +1,14 @@
# @pnpm/plugin-commands-deploy
## 3.0.9
### Patch Changes
- @pnpm/plugin-commands-installation@13.0.3
- @pnpm/cli-utils@2.0.7
- @pnpm/fs.indexed-pkg-importer@3.0.0
- @pnpm/directory-fetcher@6.0.0
## 3.0.8
### Patch Changes

View File

@@ -1,6 +1,6 @@
{
"name": "@pnpm/plugin-commands-deploy",
"version": "3.0.8",
"version": "3.0.9",
"description": "Commands for deploy",
"funding": "https://opencollective.com/pnpm",
"main": "lib/index.js",

View File

@@ -1,5 +1,20 @@
# @pnpm/plugin-commands-publishing
## 7.2.0
### Minor Changes
- ad8e3b6a0: `pnpm publish` supports the `--provenance` CLI option [#6435](https://github.com/pnpm/pnpm/issues/6435).
### Patch Changes
- Updated dependencies [2809e89ab]
- @pnpm/config@18.3.1
- @pnpm/cli-utils@2.0.7
- @pnpm/client@10.0.5
- @pnpm/exportable-manifest@5.0.0
- @pnpm/lifecycle@15.0.0
## 7.1.1
### Patch Changes

View File

@@ -1,6 +1,6 @@
{
"name": "@pnpm/plugin-commands-publishing",
"version": "7.1.1",
"version": "7.2.0",
"description": "The pack and publish commands of pnpm",
"main": "lib/index.js",
"types": "lib/index.d.ts",

View File

@@ -1,5 +1,12 @@
# @pnpm/default-resolver
## 18.0.5
### Patch Changes
- Updated dependencies [edb3072a9]
- @pnpm/npm-resolver@16.0.4
## 18.0.4
### Patch Changes

View File

@@ -1,6 +1,6 @@
{
"name": "@pnpm/default-resolver",
"version": "18.0.4",
"version": "18.0.5",
"description": "pnpm's default package resolver",
"main": "lib/index.js",
"types": "lib/index.d.ts",

View File

@@ -1,5 +1,11 @@
# @pnpm/npm-resolver
## 16.0.4
### Patch Changes
- edb3072a9: Update dependencies.
## 16.0.3
### Patch Changes

View File

@@ -1,6 +1,6 @@
{
"name": "@pnpm/npm-resolver",
"version": "16.0.3",
"version": "16.0.4",
"description": "Resolver for npm-hosted packages",
"main": "lib/index.js",
"types": "lib/index.d.ts",

View File

@@ -1,5 +1,12 @@
# @pnpm/reviewing.dependencies-hierarchy
## 2.0.4
### Patch Changes
- Updated dependencies [e6b83c84e]
- @pnpm/modules-yaml@12.1.0
## 2.0.3
### Patch Changes

View File

@@ -1,6 +1,6 @@
{
"name": "@pnpm/reviewing.dependencies-hierarchy",
"version": "2.0.3",
"version": "2.0.4",
"description": "Creates a dependencies hierarchy for a symlinked `node_modules`",
"main": "lib/index.js",
"types": "lib/index.d.ts",

View File

@@ -1,5 +1,11 @@
# @pnpm/list
## 9.0.4
### Patch Changes
- @pnpm/reviewing.dependencies-hierarchy@2.0.4
## 9.0.3
### Patch Changes

View File

@@ -1,6 +1,6 @@
{
"name": "@pnpm/list",
"version": "9.0.3",
"version": "9.0.4",
"description": "List installed packages in a symlinked `node_modules`",
"main": "lib/index.js",
"types": "lib/index.d.ts",

View File

@@ -1,5 +1,15 @@
# @pnpm/outdated
## 12.0.6
### Patch Changes
- Updated dependencies [edb3072a9]
- Updated dependencies [e6b83c84e]
- @pnpm/npm-resolver@16.0.4
- @pnpm/modules-yaml@12.1.0
- @pnpm/client@10.0.5
## 12.0.5
### Patch Changes

View File

@@ -1,6 +1,6 @@
{
"name": "@pnpm/outdated",
"version": "12.0.5",
"version": "12.0.6",
"description": "Check for outdated packages",
"main": "lib/index.js",
"types": "lib/index.d.ts",

View File

@@ -1,5 +1,13 @@
# @pnpm/plugin-commands-licenses
## 2.0.7
### Patch Changes
- Updated dependencies [2809e89ab]
- @pnpm/config@18.3.1
- @pnpm/cli-utils@2.0.7
## 2.0.6
### Patch Changes

View File

@@ -1,6 +1,6 @@
{
"name": "@pnpm/plugin-commands-licenses",
"version": "2.0.6",
"version": "2.0.7",
"description": "The licenses command of pnpm",
"main": "lib/index.js",
"types": "lib/index.d.ts",

View File

@@ -1,5 +1,14 @@
# @pnpm/plugin-commands-listing
## 7.0.7
### Patch Changes
- Updated dependencies [2809e89ab]
- @pnpm/config@18.3.1
- @pnpm/cli-utils@2.0.7
- @pnpm/list@9.0.4
## 7.0.6
### Patch Changes

View File

@@ -1,6 +1,6 @@
{
"name": "@pnpm/plugin-commands-listing",
"version": "7.0.6",
"version": "7.0.7",
"description": "The list and why commands of pnpm",
"main": "lib/index.js",
"types": "lib/index.d.ts",

View File

@@ -1,5 +1,18 @@
# @pnpm/plugin-commands-outdated
## 9.0.8
### Patch Changes
- edb3072a9: Update dependencies.
- Updated dependencies [2809e89ab]
- Updated dependencies [e6b83c84e]
- @pnpm/config@18.3.1
- @pnpm/modules-yaml@12.1.0
- @pnpm/default-resolver@18.0.5
- @pnpm/outdated@12.0.6
- @pnpm/cli-utils@2.0.7
## 9.0.7
### Patch Changes

View File

@@ -1,6 +1,6 @@
{
"name": "@pnpm/plugin-commands-outdated",
"version": "9.0.7",
"version": "9.0.8",
"description": "The outdated command of pnpm",
"main": "lib/index.js",
"types": "lib/index.d.ts",

View File

@@ -1,5 +1,15 @@
# @pnpm/plugin-commands-server
## 6.0.8
### Patch Changes
- Updated dependencies [2809e89ab]
- @pnpm/config@18.3.1
- @pnpm/cli-utils@2.0.7
- @pnpm/store-connection-manager@6.0.8
- @pnpm/server@15.0.1
## 6.0.7
### Patch Changes

View File

@@ -1,6 +1,6 @@
{
"name": "@pnpm/plugin-commands-server",
"version": "6.0.7",
"version": "6.0.8",
"description": "Commands for controlling the store server",
"main": "lib/index.js",
"types": "lib/index.d.ts",

View File

@@ -1,5 +1,16 @@
# @pnpm/plugin-commands-store
## 7.0.8
### Patch Changes
- Updated dependencies [497b0a79c]
- Updated dependencies [2809e89ab]
- @pnpm/get-context@9.0.4
- @pnpm/config@18.3.1
- @pnpm/cli-utils@2.0.7
- @pnpm/store-connection-manager@6.0.8
## 7.0.7
### Patch Changes

View File

@@ -1,6 +1,6 @@
{
"name": "@pnpm/plugin-commands-store",
"version": "7.0.7",
"version": "7.0.8",
"description": "Commands for controlling the store",
"main": "lib/index.js",
"types": "lib/index.d.ts",

View File

@@ -1,5 +1,15 @@
# @pnpm/store-connection-manager
## 6.0.8
### Patch Changes
- Updated dependencies [2809e89ab]
- @pnpm/config@18.3.1
- @pnpm/client@10.0.5
- @pnpm/package-store@16.0.2
- @pnpm/server@15.0.1
## 6.0.7
### Patch Changes

View File

@@ -1,6 +1,6 @@
{
"name": "@pnpm/store-connection-manager",
"version": "6.0.7",
"version": "6.0.8",
"description": "Create a direct pnpm store controller or connect to a running store server",
"main": "lib/index.js",
"types": "lib/index.d.ts",

View File

@@ -1,5 +1,11 @@
# @pnpm/filter-workspace-packages
## 7.0.7
### Patch Changes
- @pnpm/find-workspace-packages@6.0.7
## 7.0.6
### Patch Changes

View File

@@ -1,6 +1,6 @@
{
"name": "@pnpm/filter-workspace-packages",
"version": "7.0.6",
"version": "7.0.7",
"description": "Filters packages in a workspace",
"main": "lib/index.js",
"types": "lib/index.d.ts",

View File

@@ -1,5 +1,11 @@
# @pnpm/find-workspace-packages
## 6.0.7
### Patch Changes
- @pnpm/cli-utils@2.0.7
## 6.0.6
### Patch Changes

View File

@@ -1,6 +1,6 @@
{
"name": "@pnpm/find-workspace-packages",
"version": "6.0.6",
"version": "6.0.7",
"description": "Finds packages inside a workspace",
"main": "lib/index.js",
"types": "lib/index.d.ts",