Skip to content

Commit

Permalink
chore(release): 8.13.1
Browse files Browse the repository at this point in the history
  • Loading branch information
zkochan committed Dec 26, 2023
1 parent 4e71066 commit 568860d
Show file tree
Hide file tree
Showing 229 changed files with 1,328 additions and 189 deletions.
6 changes: 0 additions & 6 deletions .changeset/brave-zoos-tan.md

This file was deleted.

6 changes: 0 additions & 6 deletions .changeset/friendly-owls-smell.md

This file was deleted.

6 changes: 0 additions & 6 deletions .changeset/great-comics-clap.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/khaki-wombats-hug.md

This file was deleted.

19 changes: 0 additions & 19 deletions .changeset/large-candles-refuse.md

This file was deleted.

8 changes: 0 additions & 8 deletions .changeset/lazy-pans-perform.md

This file was deleted.

10 changes: 0 additions & 10 deletions .changeset/lemon-mails-doubt.md

This file was deleted.

6 changes: 0 additions & 6 deletions .changeset/nasty-games-grab.md

This file was deleted.

8 changes: 0 additions & 8 deletions .changeset/olive-files-admire.md

This file was deleted.

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

## 1.0.9

### Patch Changes

- Updated dependencies [4d34684f1]
- @pnpm/types@9.4.2
- @pnpm/lockfile-file@8.1.6

## 1.0.8

### 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": "1.0.8",
"version": "1.0.9",
"private": true,
"type": "module",
"scripts": {
Expand Down
10 changes: 10 additions & 0 deletions __utils__/assert-project/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,15 @@
# @pnpm/assert-project

## 2.3.44

### Patch Changes

- Updated dependencies [4d34684f1]
- @pnpm/lockfile-types@5.1.5
- @pnpm/types@9.4.2
- @pnpm/assert-store@1.0.79
- @pnpm/modules-yaml@12.1.6

## 2.3.43

### 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.43",
"version": "2.3.44",
"author": {
"name": "Zoltan Kochan",
"email": "[email protected]",
Expand Down
7 changes: 7 additions & 0 deletions __utils__/assert-store/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# @pnpm/assert-store

## 1.0.79

### Patch Changes

- Updated dependencies [33313d2fd]
- @pnpm/store[email protected]

## 1.0.78

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion __utils__/assert-store/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@pnpm/assert-store",
"description": "Utils for testing pnpm store",
"version": "1.0.78",
"version": "1.0.79",
"author": {
"name": "Zoltan Kochan",
"email": "[email protected]",
Expand Down
8 changes: 8 additions & 0 deletions __utils__/prepare/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
# @pnpm/prepare

## 0.0.87

### Patch Changes

- Updated dependencies [4d34684f1]
- @pnpm/types@9.4.2
- @pnpm/assert-project@2.3.44

## 0.0.86

### 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.86",
"version": "0.0.87",
"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.17

### Patch Changes

- @pnpm/prepare@0.0.87

## 0.1.16

### 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.16",
"version": "0.1.17",
"author": {
"name": "Zoltan Kochan",
"email": "[email protected]",
Expand Down
7 changes: 7 additions & 0 deletions cli/cli-meta/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# @pnpm/cli-meta

## 5.0.6

### Patch Changes

- Updated dependencies [4d34684f1]
- @pnpm/types@9.4.2

## 5.0.5

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion cli/cli-meta/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@pnpm/cli-meta",
"version": "5.0.5",
"version": "5.0.6",
"description": "Reads the metainfo of the currently running pnpm instance",
"main": "lib/index.js",
"types": "lib/index.d.ts",
Expand Down
14 changes: 14 additions & 0 deletions cli/cli-utils/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,19 @@
# @pnpm/cli-utils

## 2.1.6

### Patch Changes

- Updated dependencies [4e71066dd]
- Updated dependencies [4d34684f1]
- @pnpm/config@20.3.0
- @pnpm/types@9.4.2
- @pnpm/default-reporter@12.4.10
- @pnpm/cli-meta@5.0.6
- @pnpm/package-is-installable@8.1.2
- @pnpm/manifest-utils@5.0.7
- @pnpm/read-project-manifest@5.0.10

## 2.1.5

### Patch 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": "2.1.5",
"version": "2.1.6",
"description": "Utils for pnpm commands",
"main": "lib/index.js",
"types": "lib/index.d.ts",
Expand Down
6 changes: 6 additions & 0 deletions cli/common-cli-options-help/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# @pnpm/common-cli-options-help

## 1.1.0

### Minor Changes

- 4e71066dd: Use `--fail-if-no-match` if you want the CLI fail if no packages were matched by the command [#7403](https://github.com/pnpm/pnpm/issues/7403).

## 1.0.0

### Major Changes
Expand Down
2 changes: 1 addition & 1 deletion cli/common-cli-options-help/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@pnpm/common-cli-options-help",
"version": "1.0.0",
"version": "1.1.0",
"description": "Help for some common CLI options",
"main": "lib/index.js",
"types": "lib/index.d.ts",
Expand Down
11 changes: 11 additions & 0 deletions cli/default-reporter/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,16 @@
# @pnpm/default-reporter

## 12.4.10

### Patch Changes

- Updated dependencies [4e71066dd]
- Updated dependencies [4d34684f1]
- @pnpm/config@20.3.0
- @pnpm/types@9.4.2
- @pnpm/core-loggers@9.0.6
- @pnpm/render-peer-issues@4.0.6

## 12.4.9

### 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": "12.4.9",
"version": "12.4.10",
"description": "The default reporter of pnpm",
"main": "lib/index.js",
"types": "lib/index.d.ts",
Expand Down
13 changes: 13 additions & 0 deletions config/config/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,18 @@
# @pnpm/config

## 20.3.0

### Minor Changes

- 4e71066dd: Use `--fail-if-no-match` if you want the CLI fail if no packages were matched by the command [#7403](https://github.com/pnpm/pnpm/issues/7403).

### Patch Changes

- Updated dependencies [4d34684f1]
- @pnpm/types@9.4.2
- @pnpm/pnpmfile@5.0.19
- @pnpm/read-project-manifest@5.0.10

## 20.2.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": "20.2.0",
"version": "20.3.0",
"description": "Gets configuration options for pnpm",
"main": "lib/index.js",
"types": "lib/index.d.ts",
Expand Down
7 changes: 7 additions & 0 deletions config/normalize-registries/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# @pnpm/normalize-registries

## 5.0.6

### Patch Changes

- Updated dependencies [4d34684f1]
- @pnpm/types@9.4.2

## 5.0.5

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion config/normalize-registries/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@pnpm/normalize-registries",
"description": "Accepts a mapping of registry URLs and returns a mapping with the same URLs but normalized",
"version": "5.0.5",
"version": "5.0.6",
"bugs": {
"url": "https://github.com/pnpm/pnpm/issues"
},
Expand Down
8 changes: 8 additions & 0 deletions config/package-is-installable/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
# @pnpm/package-is-installable

## 8.1.2

### Patch Changes

- Updated dependencies [4d34684f1]
- @pnpm/types@9.4.2
- @pnpm/core-loggers@9.0.6

## 8.1.1

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion config/package-is-installable/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@pnpm/package-is-installable",
"version": "8.1.1",
"version": "8.1.2",
"description": "Checks if a package is installable on the current system",
"main": "lib/index.js",
"types": "lib/index.d.ts",
Expand Down
7 changes: 7 additions & 0 deletions config/pick-registry-for-package/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# @pnpm/pick-registry-for-package

## 5.0.6

### Patch Changes

- Updated dependencies [4d34684f1]
- @pnpm/types@9.4.2

## 5.0.5

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion config/pick-registry-for-package/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@pnpm/pick-registry-for-package",
"description": "Picks the right registry for the package from a registries config",
"version": "5.0.5",
"version": "5.0.6",
"bugs": {
"url": "https://github.com/pnpm/pnpm/issues"
},
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

## 2.0.32

### Patch Changes

- Updated dependencies [4e71066dd]
- @pnpm/config@20.3.0
- @pnpm/cli-utils@2.1.6

## 2.0.31

### Patch Changes
Expand Down
Loading

0 comments on commit 568860d

Please sign in to comment.