Skip to content

Commit

Permalink
chore(release): 9.3.0
Browse files Browse the repository at this point in the history
  • Loading branch information
zkochan committed Jun 10, 2024
1 parent 0ccdca2 commit d24d797
Show file tree
Hide file tree
Showing 137 changed files with 708 additions and 97 deletions.
16 changes: 0 additions & 16 deletions .changeset/fluffy-birds-carry.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/hungry-pears-allow.md

This file was deleted.

6 changes: 0 additions & 6 deletions .changeset/nice-apes-protect.md

This file was deleted.

7 changes: 7 additions & 0 deletions .meta-updater/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# @pnpm-private/updater

## 2.0.7

### Patch Changes

- Updated dependencies [47341e5]
- @pnpm/lockfile-file@9.1.0

## 2.0.6

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion .meta-updater/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@pnpm-private/updater",
"version": "2.0.6",
"version": "2.0.7",
"private": true,
"type": "module",
"scripts": {
Expand Down
7 changes: 7 additions & 0 deletions __utils__/assert-project/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# @pnpm/assert-project

## 2.3.51

### Patch Changes

- Updated dependencies [47341e5]
- @pnpm/lockfile-types@7.1.0

## 2.3.50

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion __utils__/assert-project/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@pnpm/assert-project",
"description": "Utils for testing projects that use pnpm",
"version": "2.3.50",
"version": "2.3.51",
"author": {
"name": "Zoltan Kochan",
"email": "z@kochan.io",
Expand Down
6 changes: 6 additions & 0 deletions __utils__/prepare/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# @pnpm/prepare

## 0.0.94

### Patch Changes

- @pnpm/assert-project@2.3.51

## 0.0.93

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion __utils__/prepare/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@pnpm/prepare",
"version": "0.0.93",
"version": "0.0.94",
"main": "lib/index.js",
"types": "lib/index.d.ts",
"dependencies": {
Expand Down
6 changes: 6 additions & 0 deletions __utils__/test-fixtures/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# @pnpm/test-fixtures

## 0.1.24

### Patch Changes

- @pnpm/prepare@0.0.94

## 0.1.23

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion __utils__/test-fixtures/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@pnpm/test-fixtures",
"description": "Test fixtures",
"version": "0.1.23",
"version": "0.1.24",
"author": {
"name": "Zoltan Kochan",
"email": "z@kochan.io",
Expand Down
8 changes: 8 additions & 0 deletions cli/cli-utils/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
# @pnpm/cli-utils

## 3.1.1

### Patch Changes

- Updated dependencies [47341e5]
- @pnpm/config@21.4.0
- @pnpm/default-reporter@13.1.4

## 3.1.0

### Minor Changes
Expand Down
2 changes: 1 addition & 1 deletion cli/cli-utils/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@pnpm/cli-utils",
"version": "3.1.0",
"version": "3.1.1",
"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
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# @pnpm/default-reporter

## 13.1.4

### Patch Changes

- Updated dependencies [47341e5]
- @pnpm/config@21.4.0

## 13.1.3

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion cli/default-reporter/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@pnpm/default-reporter",
"version": "13.1.3",
"version": "13.1.4",
"description": "The default reporter of pnpm",
"main": "lib/index.js",
"types": "lib/index.d.ts",
Expand Down
7 changes: 7 additions & 0 deletions completion/plugin-commands-completion/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# @pnpm/plugin-commands-completion

## 1.0.9

### Patch Changes

- @pnpm/cli-utils@3.1.1
- @pnpm/workspace.find-packages@2.1.1

## 1.0.8

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion completion/plugin-commands-completion/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@pnpm/plugin-commands-completion",
"version": "1.0.8",
"version": "1.0.9",
"description": "Commands for shell completions",
"main": "lib/index.js",
"types": "lib/index.d.ts",
Expand Down
10 changes: 10 additions & 0 deletions config/config/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,15 @@
# @pnpm/config

## 21.4.0

### Minor Changes

- 47341e5: **Semi-breaking.** Dependency key names in the lockfile are shortened if they are longer than 1000 characters. We don't expect this change to affect many users. Affected users most probably can't run install successfully at the moment. This change is required to fix some edge cases in which installation fails with an out-of-memory error or "Invalid string length (RangeError: Invalid string length)" error. The max allowed length of the dependency key can be controlled with the `peers-suffix-max-length` setting [#8177](https://github.com/pnpm/pnpm/pull/8177).

### Patch Changes

- @pnpm/pnpmfile@6.0.4

## 21.3.0

### Minor Changes
Expand Down
2 changes: 1 addition & 1 deletion config/config/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@pnpm/config",
"version": "21.3.0",
"version": "21.4.0",
"description": "Gets configuration options for pnpm",
"main": "lib/index.js",
"types": "lib/index.d.ts",
Expand Down
8 changes: 8 additions & 0 deletions config/plugin-commands-config/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
# @pnpm/plugin-commands-config

## 3.0.9

### Patch Changes

- Updated dependencies [47341e5]
- @pnpm/config@21.4.0
- @pnpm/cli-utils@3.1.1

## 3.0.8

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion config/plugin-commands-config/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@pnpm/plugin-commands-config",
"version": "3.0.8",
"version": "3.0.9",
"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 dedupe/check/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# @pnpm/dedupe.check

## 2.0.3

### Patch Changes

- Updated dependencies [47341e5]
- @pnpm/lockfile-types@7.1.0

## 2.0.2

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion dedupe/check/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@pnpm/dedupe.check",
"version": "2.0.2",
"version": "2.0.3",
"description": "Visualize pnpm dedupe --check issues.",
"bugs": {
"url": "https://github.com/pnpm/pnpm/issues"
Expand Down
9 changes: 9 additions & 0 deletions deps/graph-builder/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,14 @@
# @pnpm/deps.graph-builder

## 1.1.5

### Patch Changes

- Updated dependencies [47341e5]
- @pnpm/dependency-path@5.1.0
- @pnpm/lockfile-file@9.1.0
- @pnpm/lockfile-utils@11.0.1

## 1.1.4

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion deps/graph-builder/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@pnpm/deps.graph-builder",
"description": "A package for building a dependency graph from a lockfile",
"version": "1.1.4",
"version": "1.1.5",
"bugs": {
"url": "https://github.com/pnpm/pnpm/issues"
},
Expand Down
9 changes: 9 additions & 0 deletions env/plugin-commands-env/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,14 @@
# @pnpm/plugin-commands-env

## 5.0.9

### Patch Changes

- Updated dependencies [47341e5]
- @pnpm/config@21.4.0
- @pnpm/cli-utils@3.1.1
- @pnpm/node.fetcher@4.0.5

## 5.0.8

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion env/plugin-commands-env/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@pnpm/plugin-commands-env",
"version": "5.0.8",
"version": "5.0.9",
"description": "pnpm commands for managing Node.js",
"main": "lib/index.js",
"types": "lib/index.d.ts",
Expand Down
10 changes: 10 additions & 0 deletions exec/build-modules/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,15 @@
# @pnpm/build-modules

## 13.0.3

### Patch Changes

- @pnpm/calc-dep-state@7.0.1
- @pnpm/fs.hard-link-dir@4.0.0
- @pnpm/patching.apply-patch@3.0.1
- @pnpm/lifecycle@17.0.5
- @pnpm/link-bins@10.0.3

## 13.0.2

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion exec/build-modules/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@pnpm/build-modules",
"version": "13.0.2",
"version": "13.0.3",
"description": "Build packages in node_modules",
"main": "lib/index.js",
"types": "lib/index.d.ts",
Expand Down
22 changes: 22 additions & 0 deletions exec/plugin-commands-rebuild/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,27 @@
# @pnpm/plugin-commands-rebuild

## 11.2.0

### Minor Changes

- 47341e5: **Semi-breaking.** Dependency key names in the lockfile are shortened if they are longer than 1000 characters. We don't expect this change to affect many users. Affected users most probably can't run install successfully at the moment. This change is required to fix some edge cases in which installation fails with an out-of-memory error or "Invalid string length (RangeError: Invalid string length)" error. The max allowed length of the dependency key can be controlled with the `peers-suffix-max-length` setting [#8177](https://github.com/pnpm/pnpm/pull/8177).

### Patch Changes

- Updated dependencies [47341e5]
- @pnpm/dependency-path@5.1.0
- @pnpm/lockfile-types@7.1.0
- @pnpm/get-context@11.2.0
- @pnpm/config@21.4.0
- @pnpm/lockfile-utils@11.0.1
- @pnpm/lockfile-walker@9.0.1
- @pnpm/calc-dep-state@7.0.1
- @pnpm/cli-utils@3.1.1
- @pnpm/store-connection-manager@8.2.2
- @pnpm/workspace.find-packages@2.1.1
- @pnpm/lifecycle@17.0.5
- @pnpm/link-bins@10.0.3

## 11.1.6

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion exec/plugin-commands-rebuild/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@pnpm/plugin-commands-rebuild",
"version": "11.1.6",
"version": "11.2.0",
"description": "Commands for rebuilding dependencies",
"main": "lib/index.js",
"types": "lib/index.d.ts",
Expand Down
12 changes: 12 additions & 0 deletions exec/plugin-commands-script-runners/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,17 @@
# @pnpm/plugin-commands-script-runners

## 9.1.10

### Patch Changes

- 271386f: Set `reporter-hide-prefix` to `true` by default for `pnpm exec`. In order to show prefix, the user now has to explicitly set `reporter-hide-prefix=false` [#8174](https://github.com/pnpm/pnpm/issues/8174).
- Updated dependencies [47341e5]
- @pnpm/config@21.4.0
- @pnpm/plugin-commands-installation@15.1.10
- @pnpm/cli-utils@3.1.1
- @pnpm/crypto.base32-hash@3.0.0
- @pnpm/lifecycle@17.0.5

## 9.1.9

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion exec/plugin-commands-script-runners/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@pnpm/plugin-commands-script-runners",
"version": "9.1.9",
"version": "9.1.10",
"description": "Commands for running scripts",
"main": "lib/index.js",
"types": "lib/index.d.ts",
Expand Down
9 changes: 9 additions & 0 deletions hooks/pnpmfile/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,14 @@
# @pnpm/pnpmfile

## 6.0.4

### Patch Changes

- Updated dependencies [47341e5]
- @pnpm/lockfile-types@7.1.0
- @pnpm/hooks.types@2.0.2
- @pnpm/crypto.base32-hash@3.0.0

## 6.0.3

### Patch Changes
Expand Down
Loading

0 comments on commit d24d797

Please sign in to comment.