Skip to content

Commit

Permalink
chore(release): 7.18.1
Browse files Browse the repository at this point in the history
  • Loading branch information
zkochan committed Dec 6, 2022
1 parent 4947603 commit 28a99f4
Show file tree
Hide file tree
Showing 65 changed files with 234 additions and 63 deletions.
6 changes: 0 additions & 6 deletions .changeset/flat-rabbits-smile.md

This file was deleted.

6 changes: 0 additions & 6 deletions .changeset/nine-clocks-approve.md

This file was deleted.

6 changes: 0 additions & 6 deletions .changeset/perfect-islands-trade.md

This file was deleted.

6 changes: 0 additions & 6 deletions .changeset/pink-socks-learn.md

This file was deleted.

6 changes: 0 additions & 6 deletions .changeset/rotten-mayflies-enjoy.md

This file was deleted.

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

## 1.0.14

### Patch Changes

- Updated dependencies [3f644a514]
- @pnpm/default-reporter@11.0.14
- @pnpm/config@16.1.8

## 1.0.13

### 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.13",
"version": "1.0.14",
"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

## 11.0.14

### Patch Changes

- 3f644a514: The update notifier should suggest using the standalone script, when pnpm was installed using a standalone script.
- @pnpm/config@16.1.8

## 11.0.13

### 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.13",
"version": "11.0.14",
"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.8

### Patch Changes

- @pnpm/pnpmfile@4.0.14

## 16.1.7

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion config/config/package.json
@@ -1,6 +1,6 @@
{
"name": "@pnpm/config",
"version": "16.1.7",
"version": "16.1.8",
"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.8

### Patch Changes

- @pnpm/cli-utils@1.0.14
- @pnpm/config@16.1.8

## 3.1.7

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

## 7.0.14

### Patch Changes

- @pnpm/cli-utils@1.0.14
- @pnpm/find-workspace-packages@5.0.14
- @pnpm/config@16.1.8
- @pnpm/store-connection-manager@5.1.7

## 7.0.13

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

## 6.0.14

### Patch Changes

- @pnpm/cli-utils@1.0.14
- @pnpm/plugin-commands-installation@11.1.1
- @pnpm/config@16.1.8

## 6.0.13

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

## 4.0.14

### Patch Changes

- @pnpm/core@7.2.4

## 4.0.13

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

## 2.0.8

### Patch Changes

- b11a8c363: It should be possible to use overrides with absolute file paths [#5754](https://github.com/pnpm/pnpm/issues/5754).

## 2.0.7

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion hooks/read-package-hook/package.json
@@ -1,6 +1,6 @@
{
"name": "@pnpm/hooks.read-package-hook",
"version": "2.0.7",
"version": "2.0.8",
"description": "Creates the default package reader hook used by pnpm",
"main": "lib/index.js",
"types": "lib/index.d.ts",
Expand Down
9 changes: 9 additions & 0 deletions lockfile/plugin-commands-audit/CHANGELOG.md
@@ -1,5 +1,14 @@
# @pnpm/plugin-commands-audit

## 7.1.9

### Patch Changes

- 494760388: Vulnerabilities that don't have CVEs codes should not be skipped by `pnpm audit` if an ignoreCves list is declared in `package.json`.
- c5aea50ae: `pnpm audit --json` should ignore vulnerabilities listed in `auditConfig.ignoreCves` [#5734](https://github.com/pnpm/pnpm/issues/5734).
- @pnpm/cli-utils@1.0.14
- @pnpm/config@16.1.8

## 7.1.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": "7.1.8",
"version": "7.1.9",
"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.14

### Patch Changes

- @pnpm/config@16.1.8

## 0.3.13

### 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.13",
"version": "0.3.14",
"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.12

### Patch Changes

- @pnpm/cli-utils@1.0.14
- @pnpm/config@16.1.8

## 1.0.11

### 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.11",
"version": "1.0.12",
"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.14

### Patch Changes

- @pnpm/cli-utils@1.0.14
- @pnpm/config@16.1.8

## 2.0.13

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

## 2.0.14

### Patch Changes

- @pnpm/cli-utils@1.0.14
- @pnpm/plugin-commands-installation@11.1.1
- @pnpm/config@16.1.8
- @pnpm/store-connection-manager@5.1.7

## 2.0.13

### 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.13",
"version": "2.0.14",
"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.14

### Patch Changes

- @pnpm/cli-utils@1.0.14

## 3.0.13

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

## 7.2.4

### Patch Changes

- Updated dependencies [b11a8c363]
- @pnpm/hooks.read-package-hook@2.0.8

## 7.2.3

### 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.3",
"version": "7.2.4",
"bugs": {
"url": "https://github.com/pnpm/pnpm/issues"
},
Expand Down
13 changes: 13 additions & 0 deletions pkg-manager/plugin-commands-installation/CHANGELOG.md
@@ -1,5 +1,18 @@
# @pnpm/plugin-commands-installation

## 11.1.1

### Patch Changes

- @pnpm/cli-utils@1.0.14
- @pnpm/core@7.2.4
- @pnpm/plugin-commands-rebuild@7.0.14
- @pnpm/find-workspace-packages@5.0.14
- @pnpm/pnpmfile@4.0.14
- @pnpm/filter-workspace-packages@6.0.14
- @pnpm/config@16.1.8
- @pnpm/store-connection-manager@5.1.7

## 11.1.0

### Minor Changes
Expand Down
2 changes: 1 addition & 1 deletion pkg-manager/plugin-commands-installation/package.json
@@ -1,6 +1,6 @@
{
"name": "@pnpm/plugin-commands-installation",
"version": "11.1.0",
"version": "11.1.1",
"description": "Commands for installation",
"main": "lib/index.js",
"types": "lib/index.d.ts",
Expand Down
10 changes: 10 additions & 0 deletions pnpm/CHANGELOG.md
@@ -1,5 +1,15 @@
# pnpm

## 7.18.1

### Patch Changes

- The update notifier should suggest using the standalone script, when pnpm was installed using a standalone script [#5750](https://github.com/pnpm/pnpm/issues/5750).
- Vulnerabilities that don't have CVEs codes should not be skipped by `pnpm audit` if an `ignoreCves` list is declared in `package.json` [#5756](https://github.com/pnpm/pnpm/issues/5756).
- It should be possible to use overrides with absolute file paths [#5754](https://github.com/pnpm/pnpm/issues/5754).
- `pnpm audit --json` should ignore vulnerabilities listed in `auditConfig.ignoreCves` [#5734](https://github.com/pnpm/pnpm/issues/5734).
- `pnpm licenses` should print help, not just an error message [#5745](https://github.com/pnpm/pnpm/issues/5745).

## 7.18.0

### Minor Changes
Expand Down

0 comments on commit 28a99f4

Please sign in to comment.