Skip to content

Commit

Permalink
chore(release): 8.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
zkochan committed Apr 9, 2023
1 parent 6cfaf31 commit 36fae6f
Show file tree
Hide file tree
Showing 96 changed files with 430 additions and 95 deletions.
5 changes: 0 additions & 5 deletions .changeset/brave-radios-cough.md

This file was deleted.

7 changes: 0 additions & 7 deletions .changeset/bright-turtles-try.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/little-badgers-sort.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/lovely-balloons-drive.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/nervous-turkeys-arrive.md

This file was deleted.

7 changes: 0 additions & 7 deletions .changeset/six-beds-arrive.md

This file was deleted.

7 changes: 0 additions & 7 deletions .changeset/tender-birds-wave.md

This file was deleted.

7 changes: 0 additions & 7 deletions .changeset/tiny-camels-divide.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.5

### Patch Changes

- Updated dependencies [6cfaf31a1]
- Updated dependencies [fc8780ca9]
- @pnpm/default-reporter@12.1.0
- @pnpm/config@18.2.0

## 2.0.4

### 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.4",
"version": "2.0.5",
"description": "Utils for pnpm commands",
"main": "lib/index.js",
"types": "lib/index.d.ts",
Expand Down
11 changes: 11 additions & 0 deletions cli/default-reporter/CHANGELOG.md
@@ -1,5 +1,16 @@
# @pnpm/default-reporter

## 12.1.0

### Minor Changes

- 6cfaf31a1: In order to filter out packages from the installation summary, a filter function may be passed to the reporter: filterPkgsDiff.

### Patch Changes

- Updated dependencies [fc8780ca9]
- @pnpm/config@18.2.0

## 12.0.4

### 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.0.4",
"version": "12.1.0",
"description": "The default reporter of pnpm",
"main": "lib/index.js",
"types": "lib/index.d.ts",
Expand Down
11 changes: 11 additions & 0 deletions config/config/CHANGELOG.md
@@ -1,5 +1,16 @@
# @pnpm/config

## 18.2.0

### Minor Changes

- fc8780ca9: Allow env variables to be specified with default values in `.npmrc`. This is a convention used by Yarn too.
Using `${NAME-fallback}` will return `fallback` if `NAME` isn't set. `${NAME:-fallback}` will return `fallback` if `NAME` isn't set, or is an empty string [#6018](https://github.com/pnpm/pnpm/issues/6018).

### Patch Changes

- @pnpm/pnpmfile@5.0.5

## 18.1.1

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

### Patch Changes

- bb287272a: `pnpm config get <key>` returns empty when the value is a boolean
- Updated dependencies [fc8780ca9]
- @pnpm/config@18.2.0
- @pnpm/cli-utils@2.0.5

## 2.0.4

### 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.4",
"version": "2.0.5",
"description": "Commands for reading and writing settings to/from config files",
"main": "lib/index.js",
"types": "lib/index.d.ts",
Expand Down
8 changes: 8 additions & 0 deletions env/plugin-commands-env/CHANGELOG.md
@@ -1,5 +1,13 @@
# @pnpm/plugin-commands-env

## 4.0.5

### Patch Changes

- Updated dependencies [fc8780ca9]
- @pnpm/config@18.2.0
- @pnpm/cli-utils@2.0.5

## 4.0.4

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

## 8.0.5

### Patch Changes

- Updated dependencies [72ba638e3]
- Updated dependencies [fc8780ca9]
- Updated dependencies [080fee0b8]
- @pnpm/lockfile-utils@7.0.0
- @pnpm/config@18.2.0
- @pnpm/get-context@9.0.2
- @pnpm/cli-utils@2.0.5
- @pnpm/store-connection-manager@6.0.5
- @pnpm/find-workspace-packages@6.0.5

## 8.0.4

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

## 7.0.5

### Patch Changes

- Updated dependencies [e440d784f]
- Updated dependencies [fc8780ca9]
- @pnpm/plugin-commands-installation@12.1.2
- @pnpm/config@18.2.0
- @pnpm/cli-utils@2.0.5

## 7.0.4

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

## 5.0.5

### Patch Changes

- Updated dependencies [080fee0b8]
- Updated dependencies [72ba638e3]
- @pnpm/core@9.2.0

## 5.0.4

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion hooks/pnpmfile/package.json
@@ -1,6 +1,6 @@
{
"name": "@pnpm/pnpmfile",
"version": "5.0.4",
"version": "5.0.5",
"description": "Reading a .pnpmfile.cjs",
"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.3

### Patch Changes

- Updated dependencies [72ba638e3]
- @pnpm/lockfile-utils@7.0.0
- @pnpm/list@9.0.2

## 7.0.2

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

### Patch Changes

- Updated dependencies [72ba638e3]
- @pnpm/lockfile-utils@7.0.0

## 8.0.1

### 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.1",
"version": "8.0.2",
"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.2

### Patch Changes

- Updated dependencies [72ba638e3]
- @pnpm/lockfile-utils@7.0.0

## 3.0.1

### 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.1",
"version": "3.0.2",
"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

## 7.0.0

### Major Changes

- 72ba638e3: Breaking changes to the API of `satisfiesPackageManifest`.

## 6.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": "6.0.1",
"version": "7.0.0",
"description": "Utils for dealing with pnpm-lock.yaml",
"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

## 8.0.5

### Patch Changes

- Updated dependencies [fc8780ca9]
- @pnpm/config@18.2.0
- @pnpm/audit@7.0.3
- @pnpm/cli-utils@2.0.5

## 8.0.4

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

## 0.4.5

### Patch Changes

- Updated dependencies [72ba638e3]
- Updated dependencies [fc8780ca9]
- @pnpm/lockfile-utils@7.0.0
- @pnpm/config@18.2.0

## 0.4.4

### 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.4.4",
"version": "0.4.5",
"description": "Mounts a node_modules directory with FUSE",
"main": "lib/index.js",
"bin": "bin/mount-modules.js",
Expand Down
8 changes: 8 additions & 0 deletions packages/plugin-commands-doctor/CHANGELOG.md
@@ -1,5 +1,13 @@
# @pnpm/plugin-commands-doctor

## 2.0.5

### Patch Changes

- Updated dependencies [fc8780ca9]
- @pnpm/config@18.2.0
- @pnpm/cli-utils@2.0.5

## 2.0.4

### 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.4",
"version": "2.0.5",
"description": "Commands for checks of known common issues ",
"main": "lib/index.js",
"types": "lib/index.d.ts",
Expand Down

0 comments on commit 36fae6f

Please sign in to comment.