Skip to content

Commit

Permalink
chore(release): 8.5.1
Browse files Browse the repository at this point in the history
  • Loading branch information
zkochan committed May 15, 2023
1 parent ee429b3 commit cdb2a93
Show file tree
Hide file tree
Showing 88 changed files with 392 additions and 69 deletions.
5 changes: 0 additions & 5 deletions .changeset/ninety-eels-begin.md

This file was deleted.

7 changes: 0 additions & 7 deletions .changeset/pink-tips-rule.md

This file was deleted.

6 changes: 0 additions & 6 deletions .changeset/rotten-rivers-ring.md

This file was deleted.

6 changes: 0 additions & 6 deletions .changeset/tasty-kiwis-change.md

This file was deleted.

9 changes: 9 additions & 0 deletions cli/cli-utils/CHANGELOG.md
@@ -1,5 +1,14 @@
# @pnpm/cli-utils

## 2.0.8

### Patch Changes

- ee429b300: Expanded missing command error, including 'did you mean' [#6492](https://github.com/pnpm/pnpm/issues/6492).
- Updated dependencies [1de07a4af]
- @pnpm/config@18.3.2
- @pnpm/default-reporter@12.2.2

## 2.0.7

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion cli/cli-utils/package.json
@@ -1,6 +1,6 @@
{
"name": "@pnpm/cli-utils",
"version": "2.0.7",
"version": "2.0.8",
"description": "Utils for pnpm commands",
"main": "lib/index.js",
"types": "lib/index.d.ts",
Expand Down
7 changes: 7 additions & 0 deletions cli/default-reporter/CHANGELOG.md
@@ -1,5 +1,12 @@
# @pnpm/default-reporter

## 12.2.2

### Patch Changes

- Updated dependencies [1de07a4af]
- @pnpm/config@18.3.2

## 12.2.1

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion cli/default-reporter/package.json
@@ -1,6 +1,6 @@
{
"name": "@pnpm/default-reporter",
"version": "12.2.1",
"version": "12.2.2",
"description": "The default reporter of pnpm",
"main": "lib/index.js",
"types": "lib/index.d.ts",
Expand Down
6 changes: 6 additions & 0 deletions config/config/CHANGELOG.md
@@ -1,5 +1,11 @@
# @pnpm/config

## 18.3.2

### Patch Changes

- 1de07a4af: Normalize current working directory on Windows [#6524](https://github.com/pnpm/pnpm/issues/6524).

## 18.3.1

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion config/config/package.json
@@ -1,6 +1,6 @@
{
"name": "@pnpm/config",
"version": "18.3.1",
"version": "18.3.2",
"description": "Gets configuration options for pnpm",
"main": "lib/index.js",
"types": "lib/index.d.ts",
Expand Down
9 changes: 9 additions & 0 deletions config/plugin-commands-config/CHANGELOG.md
@@ -1,5 +1,14 @@
# @pnpm/plugin-commands-config

## 2.0.8

### Patch Changes

- Updated dependencies [ee429b300]
- Updated dependencies [1de07a4af]
- @pnpm/cli-utils@2.0.8
- @pnpm/config@18.3.2

## 2.0.7

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion config/plugin-commands-config/package.json
@@ -1,6 +1,6 @@
{
"name": "@pnpm/plugin-commands-config",
"version": "2.0.7",
"version": "2.0.8",
"description": "Commands for reading and writing settings to/from config files",
"main": "lib/index.js",
"types": "lib/index.d.ts",
Expand Down
9 changes: 9 additions & 0 deletions env/plugin-commands-env/CHANGELOG.md
@@ -1,5 +1,14 @@
# @pnpm/plugin-commands-env

## 4.0.9

### Patch Changes

- Updated dependencies [ee429b300]
- Updated dependencies [1de07a4af]
- @pnpm/cli-utils@2.0.8
- @pnpm/config@18.3.2

## 4.0.8

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion env/plugin-commands-env/package.json
@@ -1,6 +1,6 @@
{
"name": "@pnpm/plugin-commands-env",
"version": "4.0.8",
"version": "4.0.9",
"description": "pnpm commands for managing Node.js",
"main": "lib/index.js",
"types": "lib/index.d.ts",
Expand Down
13 changes: 13 additions & 0 deletions exec/plugin-commands-rebuild/CHANGELOG.md
@@ -1,5 +1,18 @@
# @pnpm/plugin-commands-rebuild

## 8.0.10

### Patch Changes

- Updated dependencies [d58cdb962]
- Updated dependencies [ee429b300]
- Updated dependencies [1de07a4af]
- @pnpm/lockfile-utils@8.0.0
- @pnpm/cli-utils@2.0.8
- @pnpm/config@18.3.2
- @pnpm/find-workspace-packages@6.0.8
- @pnpm/store-connection-manager@6.0.9

## 8.0.9

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion exec/plugin-commands-rebuild/package.json
@@ -1,6 +1,6 @@
{
"name": "@pnpm/plugin-commands-rebuild",
"version": "8.0.9",
"version": "8.0.10",
"description": "Commands for rebuilding dependencies",
"main": "lib/index.js",
"types": "lib/index.d.ts",
Expand Down
14 changes: 14 additions & 0 deletions exec/plugin-commands-script-runners/CHANGELOG.md
@@ -1,5 +1,19 @@
# @pnpm/plugin-commands-script-runners

## 7.1.0

### Minor Changes

- ee429b300: Expanded missing command error, including 'did you mean' [#6492](https://github.com/pnpm/pnpm/issues/6492).

### Patch Changes

- Updated dependencies [ee429b300]
- Updated dependencies [1de07a4af]
- @pnpm/cli-utils@2.0.8
- @pnpm/config@18.3.2
- @pnpm/plugin-commands-installation@13.0.6

## 7.0.11

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion exec/plugin-commands-script-runners/package.json
@@ -1,6 +1,6 @@
{
"name": "@pnpm/plugin-commands-script-runners",
"version": "7.0.11",
"version": "7.1.0",
"description": "Commands for running scripts",
"main": "lib/index.js",
"types": "lib/index.d.ts",
Expand Down
8 changes: 8 additions & 0 deletions lockfile/audit/CHANGELOG.md
@@ -1,5 +1,13 @@
# @pnpm/audit

## 7.0.7

### Patch Changes

- Updated dependencies [d58cdb962]
- @pnpm/lockfile-utils@8.0.0
- @pnpm/list@9.0.5

## 7.0.6

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion lockfile/audit/package.json
@@ -1,6 +1,6 @@
{
"name": "@pnpm/audit",
"version": "7.0.6",
"version": "7.0.7",
"description": "Audit a lockfile",
"main": "lib/index.js",
"types": "lib/index.d.ts",
Expand Down
7 changes: 7 additions & 0 deletions lockfile/filter-lockfile/CHANGELOG.md
@@ -1,5 +1,12 @@
# @pnpm/filter-lockfile

## 8.0.4

### Patch Changes

- Updated dependencies [d58cdb962]
- @pnpm/lockfile-utils@8.0.0

## 8.0.3

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion lockfile/filter-lockfile/package.json
@@ -1,6 +1,6 @@
{
"name": "@pnpm/filter-lockfile",
"version": "8.0.3",
"version": "8.0.4",
"description": "Filters a lockfile",
"main": "lib/index.js",
"types": "lib/index.d.ts",
Expand Down
7 changes: 7 additions & 0 deletions lockfile/lockfile-to-pnp/CHANGELOG.md
@@ -1,5 +1,12 @@
# @pnpm/lockfile-to-pnp

## 3.0.4

### Patch Changes

- Updated dependencies [d58cdb962]
- @pnpm/lockfile-utils@8.0.0

## 3.0.3

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion lockfile/lockfile-to-pnp/package.json
@@ -1,6 +1,6 @@
{
"name": "@pnpm/lockfile-to-pnp",
"version": "3.0.3",
"version": "3.0.4",
"description": "Creates a Plug'n'Play file from a pnpm-lock.yaml",
"main": "lib/index.js",
"types": "lib/index.d.ts",
Expand Down
6 changes: 6 additions & 0 deletions lockfile/lockfile-utils/CHANGELOG.md
@@ -1,5 +1,11 @@
# @pnpm/lockfile-utils

## 8.0.0

### Major Changes

- d58cdb962: Return details about the reason why the lockfile doesn't satisfy the manifest.

## 7.0.1

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion lockfile/lockfile-utils/package.json
@@ -1,6 +1,6 @@
{
"name": "@pnpm/lockfile-utils",
"version": "7.0.1",
"version": "8.0.0",
"description": "Utils for dealing with pnpm-lock.yaml",
"main": "lib/index.js",
"types": "lib/index.d.ts",
Expand Down
10 changes: 10 additions & 0 deletions lockfile/plugin-commands-audit/CHANGELOG.md
@@ -1,5 +1,15 @@
# @pnpm/plugin-commands-audit

## 8.0.9

### Patch Changes

- Updated dependencies [ee429b300]
- Updated dependencies [1de07a4af]
- @pnpm/cli-utils@2.0.8
- @pnpm/config@18.3.2
- @pnpm/audit@7.0.7

## 8.0.8

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion lockfile/plugin-commands-audit/package.json
@@ -1,6 +1,6 @@
{
"name": "@pnpm/plugin-commands-audit",
"version": "8.0.8",
"version": "8.0.9",
"description": "pnpm commands for dependencies audit",
"main": "lib/index.js",
"types": "lib/index.d.ts",
Expand Down
9 changes: 9 additions & 0 deletions modules-mounter/daemon/CHANGELOG.md
@@ -1,5 +1,14 @@
# @pnpm/mount-modules

## 0.4.8

### Patch Changes

- Updated dependencies [d58cdb962]
- Updated dependencies [1de07a4af]
- @pnpm/lockfile-utils@8.0.0
- @pnpm/config@18.3.2

## 0.4.7

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion modules-mounter/daemon/package.json
@@ -1,6 +1,6 @@
{
"name": "@pnpm/mount-modules",
"version": "0.4.7",
"version": "0.4.8",
"description": "Mounts a node_modules directory with FUSE",
"main": "lib/index.js",
"bin": "bin/mount-modules.js",
Expand Down
9 changes: 9 additions & 0 deletions packages/plugin-commands-doctor/CHANGELOG.md
@@ -1,5 +1,14 @@
# @pnpm/plugin-commands-doctor

## 2.0.8

### Patch Changes

- Updated dependencies [ee429b300]
- Updated dependencies [1de07a4af]
- @pnpm/cli-utils@2.0.8
- @pnpm/config@18.3.2

## 2.0.7

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/plugin-commands-doctor/package.json
@@ -1,6 +1,6 @@
{
"name": "@pnpm/plugin-commands-doctor",
"version": "2.0.7",
"version": "2.0.8",
"description": "Commands for checks of known common issues ",
"main": "lib/index.js",
"types": "lib/index.d.ts",
Expand Down
9 changes: 9 additions & 0 deletions packages/plugin-commands-init/CHANGELOG.md
@@ -1,5 +1,14 @@
# @pnpm/plugin-commands-init

## 3.0.8

### Patch Changes

- Updated dependencies [ee429b300]
- Updated dependencies [1de07a4af]
- @pnpm/cli-utils@2.0.8
- @pnpm/config@18.3.2

## 3.0.7

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/plugin-commands-init/package.json
@@ -1,6 +1,6 @@
{
"name": "@pnpm/plugin-commands-init",
"version": "3.0.7",
"version": "3.0.8",
"description": "Create a package.json file",
"main": "lib/index.js",
"types": "lib/index.d.ts",
Expand Down
7 changes: 7 additions & 0 deletions packages/plugin-commands-setup/CHANGELOG.md
@@ -1,5 +1,12 @@
# @pnpm/plugin-commands-setup

## 4.0.8

### Patch Changes

- Updated dependencies [ee429b300]
- @pnpm/cli-utils@2.0.8

## 4.0.7

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/plugin-commands-setup/package.json
@@ -1,6 +1,6 @@
{
"name": "@pnpm/plugin-commands-setup",
"version": "4.0.7",
"version": "4.0.8",
"description": "pnpm commands for setting up pnpm",
"main": "lib/index.js",
"types": "lib/index.d.ts",
Expand Down

0 comments on commit cdb2a93

Please sign in to comment.