Skip to content

Commit

Permalink
chore(release): 7.18.2
Browse files Browse the repository at this point in the history
  • Loading branch information
zkochan committed Dec 12, 2022
1 parent f5c377a commit 234e9eb
Show file tree
Hide file tree
Showing 73 changed files with 281 additions and 69 deletions.
6 changes: 0 additions & 6 deletions .changeset/four-ducks-try.md

This file was deleted.

8 changes: 0 additions & 8 deletions .changeset/old-islands-perform.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/sharp-masks-leave.md

This file was deleted.

6 changes: 0 additions & 6 deletions .changeset/tricky-coats-join.md

This file was deleted.

7 changes: 0 additions & 7 deletions .changeset/wet-snakes-sit.md

This file was deleted.

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

## 1.0.15

### Patch Changes

- @pnpm/config@16.1.9
- @pnpm/default-reporter@11.0.15

## 1.0.14

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

## 11.0.15

### Patch Changes

- @pnpm/config@16.1.9

## 11.0.14

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion cli/default-reporter/package.json
@@ -1,6 +1,6 @@
{
"name": "@pnpm/default-reporter",
"version": "11.0.14",
"version": "11.0.15",
"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

## 16.1.9

### Patch Changes

- @pnpm/pnpmfile@4.0.15

## 16.1.8

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

## 3.1.9

### Patch Changes

- @pnpm/config@16.1.9
- @pnpm/cli-utils@1.0.15

## 3.1.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": "3.1.8",
"version": "3.1.9",
"description": "pnpm commands for managing Node.js",
"main": "lib/index.js",
"types": "lib/index.d.ts",
Expand Down
7 changes: 7 additions & 0 deletions exec/build-modules/CHANGELOG.md
@@ -1,5 +1,12 @@
# @pnpm/build-modules

## 10.0.7

### Patch Changes

- Updated dependencies [f5c377a8d]
- @pnpm/lifecycle@14.1.3

## 10.0.6

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion exec/build-modules/package.json
@@ -1,6 +1,6 @@
{
"name": "@pnpm/build-modules",
"version": "10.0.6",
"version": "10.0.7",
"description": "Build packages in node_modules",
"main": "lib/index.js",
"types": "lib/index.d.ts",
Expand Down
6 changes: 6 additions & 0 deletions exec/lifecycle/CHANGELOG.md
@@ -1,5 +1,11 @@
# @pnpm/lifecycle

## 14.1.3

### Patch Changes

- f5c377a8d: Throw an error while missing script start or file `server.js` [#5782](https://github.com/pnpm/pnpm/pull/5782).

## 14.1.2

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion exec/lifecycle/package.json
@@ -1,6 +1,6 @@
{
"name": "@pnpm/lifecycle",
"version": "14.1.2",
"version": "14.1.3",
"description": "Package lifecycle hook runner",
"main": "lib/index.js",
"types": "lib/index.d.ts",
Expand Down
11 changes: 11 additions & 0 deletions exec/plugin-commands-rebuild/CHANGELOG.md
@@ -1,5 +1,16 @@
# @pnpm/plugin-commands-rebuild

## 7.0.15

### Patch Changes

- Updated dependencies [f5c377a8d]
- @pnpm/lifecycle@14.1.3
- @pnpm/config@16.1.9
- @pnpm/cli-utils@1.0.15
- @pnpm/store-connection-manager@5.1.8
- @pnpm/find-workspace-packages@5.0.15

## 7.0.14

### 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": "7.0.14",
"version": "7.0.15",
"description": "Commands for rebuilding dependencies",
"main": "lib/index.js",
"types": "lib/index.d.ts",
Expand Down
11 changes: 11 additions & 0 deletions exec/plugin-commands-script-runners/CHANGELOG.md
@@ -1,5 +1,16 @@
# @pnpm/plugin-commands-script-runners

## 6.0.15

### Patch Changes

- Updated dependencies [49f6c917f]
- Updated dependencies [f5c377a8d]
- @pnpm/plugin-commands-installation@11.1.2
- @pnpm/lifecycle@14.1.3
- @pnpm/config@16.1.9
- @pnpm/cli-utils@1.0.15

## 6.0.14

### 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": "6.0.14",
"version": "6.0.15",
"description": "Commands for running scripts",
"main": "lib/index.js",
"types": "lib/index.d.ts",
Expand Down
7 changes: 7 additions & 0 deletions hooks/pnpmfile/CHANGELOG.md
@@ -1,5 +1,12 @@
# @pnpm/pnpmfile

## 4.0.15

### Patch Changes

- Updated dependencies [49f6c917f]
- @pnpm/core@7.2.5

## 4.0.14

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion hooks/pnpmfile/package.json
@@ -1,6 +1,6 @@
{
"name": "@pnpm/pnpmfile",
"version": "4.0.14",
"version": "4.0.15",
"description": "Reading a .pnpmfile.cjs",
"main": "lib/index.js",
"types": "lib/index.d.ts",
Expand Down
7 changes: 7 additions & 0 deletions lockfile/plugin-commands-audit/CHANGELOG.md
@@ -1,5 +1,12 @@
# @pnpm/plugin-commands-audit

## 7.1.10

### Patch Changes

- @pnpm/config@16.1.9
- @pnpm/cli-utils@1.0.15

## 7.1.9

### 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": "7.1.9",
"version": "7.1.10",
"description": "pnpm commands for dependencies audit",
"main": "lib/index.js",
"types": "lib/index.d.ts",
Expand Down
6 changes: 6 additions & 0 deletions packages/mount-modules/CHANGELOG.md
@@ -1,5 +1,11 @@
# @pnpm/mount-modules

## 0.3.15

### Patch Changes

- @pnpm/config@16.1.9

## 0.3.14

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

## 1.0.13

### Patch Changes

- @pnpm/config@16.1.9
- @pnpm/cli-utils@1.0.15

## 1.0.12

### 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": "1.0.12",
"version": "1.0.13",
"description": "Commands for checks of known common issues ",
"main": "lib/index.js",
"types": "lib/index.d.ts",
Expand Down
7 changes: 7 additions & 0 deletions packages/plugin-commands-init/CHANGELOG.md
@@ -1,5 +1,12 @@
# @pnpm/plugin-commands-init

## 2.0.15

### Patch Changes

- @pnpm/config@16.1.9
- @pnpm/cli-utils@1.0.15

## 2.0.14

### 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": "2.0.14",
"version": "2.0.15",
"description": "Create a package.json file",
"main": "lib/index.js",
"types": "lib/index.d.ts",
Expand Down
10 changes: 10 additions & 0 deletions packages/plugin-commands-patching/CHANGELOG.md
@@ -1,5 +1,15 @@
# @pnpm/plugin-commands-patching

## 2.0.15

### Patch Changes

- Updated dependencies [49f6c917f]
- @pnpm/plugin-commands-installation@11.1.2
- @pnpm/config@16.1.9
- @pnpm/cli-utils@1.0.15
- @pnpm/store-connection-manager@5.1.8

## 2.0.14

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/plugin-commands-patching/package.json
@@ -1,6 +1,6 @@
{
"name": "@pnpm/plugin-commands-patching",
"version": "2.0.14",
"version": "2.0.15",
"description": "Commands for creating patches",
"main": "lib/index.js",
"types": "lib/index.d.ts",
Expand Down
6 changes: 6 additions & 0 deletions packages/plugin-commands-setup/CHANGELOG.md
@@ -1,5 +1,11 @@
# @pnpm/plugin-commands-setup

## 3.0.15

### Patch Changes

- @pnpm/cli-utils@1.0.15

## 3.0.14

### 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": "3.0.14",
"version": "3.0.15",
"description": "pnpm commands for setting up pnpm",
"main": "lib/index.js",
"types": "lib/index.d.ts",
Expand Down
12 changes: 12 additions & 0 deletions pkg-manager/core/CHANGELOG.md
@@ -1,5 +1,17 @@
# @pnpm/core

## 7.2.5

### Patch Changes

- 49f6c917f: `pnpm update` should not replace `workspace:*`, `workspace:~`, and `workspace:^` with `workspace:<version>` [#5764](https://github.com/pnpm/pnpm/pull/5764).
- Updated dependencies [49f6c917f]
- Updated dependencies [f5c377a8d]
- @pnpm/resolve-dependencies@29.0.9
- @pnpm/lifecycle@14.1.3
- @pnpm/build-modules@10.0.7
- @pnpm/headless@19.2.4

## 7.2.4

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion pkg-manager/core/package.json
@@ -1,7 +1,7 @@
{
"name": "@pnpm/core",
"description": "Fast, disk space efficient installation engine",
"version": "7.2.4",
"version": "7.2.5",
"bugs": {
"url": "https://github.com/pnpm/pnpm/issues"
},
Expand Down
8 changes: 8 additions & 0 deletions pkg-manager/headless/CHANGELOG.md
@@ -1,5 +1,13 @@
# @pnpm/headless

## 19.2.4

### Patch Changes

- Updated dependencies [f5c377a8d]
- @pnpm/lifecycle@14.1.3
- @pnpm/build-modules@10.0.7

## 19.2.3

### Patch Changes
Expand Down

0 comments on commit 234e9eb

Please sign in to comment.