Skip to content

Commit

Permalink
chore(release): 7.20.0
Browse files Browse the repository at this point in the history
  • Loading branch information
zkochan committed Dec 25, 2022
1 parent 3e4b8fa commit 964d5ff
Show file tree
Hide file tree
Showing 82 changed files with 367 additions and 110 deletions.
7 changes: 0 additions & 7 deletions .changeset/chilly-flies-bow.md

This file was deleted.

6 changes: 0 additions & 6 deletions .changeset/few-dancers-exist.md

This file was deleted.

8 changes: 0 additions & 8 deletions .changeset/fresh-taxis-own.md

This file was deleted.

6 changes: 0 additions & 6 deletions .changeset/good-turtles-perform.md

This file was deleted.

6 changes: 0 additions & 6 deletions .changeset/lucky-pugs-sell.md

This file was deleted.

6 changes: 0 additions & 6 deletions .changeset/nervous-avocados-end.md

This file was deleted.

16 changes: 0 additions & 16 deletions .changeset/perfect-squids-count.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/quick-boxes-agree.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/red-planets-prove.md

This file was deleted.

6 changes: 0 additions & 6 deletions .changeset/tiny-chicken-train.md

This file was deleted.

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

## 1.0.18

### Patch Changes

- Updated dependencies [0048e0e64]
- Updated dependencies [841f52e70]
- @pnpm/default-reporter@11.0.18
- @pnpm/config@16.2.0

## 1.0.17

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

## 11.0.18

### Patch Changes

- 0048e0e64: Fix the command in the hint about how to update the store location globally.
- Updated dependencies [841f52e70]
- @pnpm/config@16.2.0

## 11.0.17

### 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.17",
"version": "11.0.18",
"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.2.0

### Minor Changes

- 841f52e70: pnpm reads settings from its own global configuration file at `$XDG_CONFIG_HOME/pnpm/rc` [#5829](https://github.com/pnpm/pnpm/pull/5829).

## 16.1.11

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

## 1.0.0

### Major Changes

- 841f52e70: pnpm gets its own implementation of the following commands:

- `pnpm config get`
- `pnpm config set`
- `pnpm config delete`
- `pnpm config list`

In previous versions these commands were passing through to npm CLI.

PR: [#5829](https://github.com/pnpm/pnpm/pull/5829)
Related issue: [#5621](https://github.com/pnpm/pnpm/issues/5621)

### Patch Changes

- Updated dependencies [841f52e70]
- @pnpm/config@16.2.0
- @pnpm/cli-utils@1.0.18
2 changes: 1 addition & 1 deletion config/plugin-commands-config/package.json
@@ -1,6 +1,6 @@
{
"name": "@pnpm/plugin-commands-config",
"version": "0.0.0",
"version": "1.0.0",
"description": "Commands for reading and writing settings to/from config files",
"main": "lib/index.js",
"types": "lib/index.d.ts",
Expand Down
7 changes: 7 additions & 0 deletions env/node.fetcher/CHANGELOG.md
@@ -1,5 +1,12 @@
# @pnpm/node.fetcher

## 2.0.6

### Patch Changes

- Updated dependencies [339c0a704]
- @pnpm/tarball-fetcher@14.0.0

## 2.0.5

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion env/node.fetcher/package.json
@@ -1,6 +1,6 @@
{
"name": "@pnpm/node.fetcher",
"version": "2.0.5",
"version": "2.0.6",
"description": "Node.js artifacts fetcher",
"funding": "https://opencollective.com/pnpm",
"main": "lib/index.js",
Expand Down
6 changes: 6 additions & 0 deletions env/node.resolver/CHANGELOG.md
@@ -1,5 +1,11 @@
# @pnpm/node.resolver

## 1.1.3

### Patch Changes

- @pnpm/node.fetcher@2.0.6

## 1.1.2

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion env/node.resolver/package.json
@@ -1,6 +1,6 @@
{
"name": "@pnpm/node.resolver",
"version": "1.1.2",
"version": "1.1.3",
"description": "Resolves a Node.js version specifier to an exact Node.js version",
"funding": "https://opencollective.com/pnpm",
"main": "lib/index.js",
Expand Down
11 changes: 11 additions & 0 deletions env/plugin-commands-env/CHANGELOG.md
@@ -1,5 +1,16 @@
# @pnpm/plugin-commands-env

## 3.1.12

### Patch Changes

- 4700b095e: `pnpm env` should print help.
- Updated dependencies [841f52e70]
- @pnpm/config@16.2.0
- @pnpm/node.fetcher@2.0.6
- @pnpm/cli-utils@1.0.18
- @pnpm/node.resolver@1.1.3

## 3.1.11

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

## 7.0.18

### Patch Changes

- 5c75ff3ec: `pnpm rebuild` should not fail if node_modules was created by pnpm version 7.18 or older [#5815](https://github.com/pnpm/pnpm/issues/5815).
- 5c75ff3ec: `pnpm rebuild` should print a better error message when a hoisted dependency is not found [#5815](https://github.com/pnpm/pnpm/issues/5815).
- Updated dependencies [841f52e70]
- @pnpm/config@16.2.0
- @pnpm/store-connection-manager@5.1.11
- @pnpm/cli-utils@1.0.18
- @pnpm/find-workspace-packages@5.0.18

## 7.0.17

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

## 6.1.1

### Patch Changes

- Updated dependencies [841f52e70]
- @pnpm/config@16.2.0
- @pnpm/plugin-commands-installation@11.1.5
- @pnpm/cli-utils@1.0.18

## 6.1.0

### Minor 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.1.0",
"version": "6.1.1",
"description": "Commands for running scripts",
"main": "lib/index.js",
"types": "lib/index.d.ts",
Expand Down
10 changes: 10 additions & 0 deletions exec/prepare-package/CHANGELOG.md
@@ -1,5 +1,15 @@
# @pnpm/prepare-package

## 4.0.0

### Major Changes

- 339c0a704: A new required option added to the prepare package function: rawConfig. It is needed in order to create a proper environment for the package manager executed during the preparation of a git-hosted dependency.

### Patch Changes

- 339c0a704: Run the prepublish scripts of packages installed from Git [#5826](https://github.com/pnpm/pnpm/issues/5826).

## 3.0.4

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion exec/prepare-package/package.json
@@ -1,6 +1,6 @@
{
"name": "@pnpm/prepare-package",
"version": "3.0.4",
"version": "4.0.0",
"description": "Prepares a Git-hosted package",
"main": "lib/index.js",
"types": "lib/index.d.ts",
Expand Down
12 changes: 12 additions & 0 deletions fetching/git-fetcher/CHANGELOG.md
@@ -1,5 +1,17 @@
# @pnpm/git-fetcher

## 7.0.0

### Major Changes

- 339c0a704: A new required option added to the prepare package function: rawConfig. It is needed in order to create a proper environment for the package manager executed during the preparation of a git-hosted dependency.

### Patch Changes

- Updated dependencies [339c0a704]
- Updated dependencies [339c0a704]
- @pnpm/prepare-package@4.0.0

## 6.0.4

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion fetching/git-fetcher/package.json
@@ -1,6 +1,6 @@
{
"name": "@pnpm/git-fetcher",
"version": "6.0.4",
"version": "7.0.0",
"description": "A fetcher for git-hosted packages",
"main": "lib/index.js",
"types": "lib/index.d.ts",
Expand Down
12 changes: 12 additions & 0 deletions fetching/tarball-fetcher/CHANGELOG.md
@@ -1,5 +1,17 @@
# @pnpm/tarball-fetcher

## 14.0.0

### Major Changes

- 339c0a704: A new required option added to the prepare package function: rawConfig. It is needed in order to create a proper environment for the package manager executed during the preparation of a git-hosted dependency.

### Patch Changes

- Updated dependencies [339c0a704]
- Updated dependencies [339c0a704]
- @pnpm/prepare-package@4.0.0

## 13.0.3

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion fetching/tarball-fetcher/package.json
@@ -1,6 +1,6 @@
{
"name": "@pnpm/tarball-fetcher",
"version": "13.0.3",
"version": "14.0.0",
"description": "Fetcher for packages hosted as tarballs",
"main": "lib/index.js",
"types": "lib/index.d.ts",
Expand Down
8 changes: 8 additions & 0 deletions lockfile/plugin-commands-audit/CHANGELOG.md
@@ -1,5 +1,13 @@
# @pnpm/plugin-commands-audit

## 7.1.13

### Patch Changes

- Updated dependencies [841f52e70]
- @pnpm/config@16.2.0
- @pnpm/cli-utils@1.0.18

## 7.1.12

### 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.12",
"version": "7.1.13",
"description": "pnpm commands for dependencies audit",
"main": "lib/index.js",
"types": "lib/index.d.ts",
Expand Down

0 comments on commit 964d5ff

Please sign in to comment.