Skip to content

Commit

Permalink
chore(release): 7.19.0
Browse files Browse the repository at this point in the history
  • Loading branch information
zkochan committed Dec 21, 2022
1 parent 3360c9f commit d7ea8b4
Show file tree
Hide file tree
Showing 216 changed files with 1,194 additions and 176 deletions.
6 changes: 0 additions & 6 deletions .changeset/afraid-gifts-provide.md

This file was deleted.

6 changes: 0 additions & 6 deletions .changeset/bright-apricots-rest.md

This file was deleted.

7 changes: 0 additions & 7 deletions .changeset/bright-deers-return.md

This file was deleted.

7 changes: 0 additions & 7 deletions .changeset/chatty-buttons-beg.md

This file was deleted.

8 changes: 0 additions & 8 deletions .changeset/cold-pigs-burn.md

This file was deleted.

7 changes: 0 additions & 7 deletions .changeset/late-swans-impress.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/rare-rocks-type.md

This file was deleted.

6 changes: 0 additions & 6 deletions .changeset/soft-peaches-boil.md

This file was deleted.

6 changes: 0 additions & 6 deletions .changeset/sour-cougars-deliver.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/wet-coins-greet.md

This file was deleted.

6 changes: 1 addition & 5 deletions .meta-updater/tsconfig.json
Expand Up @@ -9,9 +9,5 @@
"src/**/*.ts",
"../typings/**/*.d.ts"
],
"references": [
{
"path": "../packages/types"
}
]
"references": []
}
11 changes: 11 additions & 0 deletions __utils__/assert-project/CHANGELOG.md
@@ -1,5 +1,16 @@
# @pnpm/assert-project

## 2.3.16

### Patch Changes

- Updated dependencies [b77651d14]
- Updated dependencies [2458741fa]
- @pnpm/types@8.10.0
- @pnpm/modules-yaml@11.1.0
- @pnpm/lockfile-types@4.3.6
- @pnpm/assert-store@1.0.53

## 2.3.15

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

## 1.0.53

### Patch Changes

- @pnpm/cafs@5.0.4

## 1.0.52

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion __utils__/assert-store/package.json
@@ -1,7 +1,7 @@
{
"name": "@pnpm/assert-store",
"description": "Utils for testing pnpm store",
"version": "1.0.52",
"version": "1.0.53",
"author": {
"name": "Zoltan Kochan",
"email": "z@kochan.io",
Expand Down
8 changes: 8 additions & 0 deletions __utils__/prepare/CHANGELOG.md
@@ -1,5 +1,13 @@
# @pnpm/prepare

## 0.0.59

### Patch Changes

- Updated dependencies [b77651d14]
- @pnpm/types@8.10.0
- @pnpm/assert-project@2.3.16

## 0.0.58

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

## 0.0.28

### Patch Changes

- @pnpm/prepare@0.0.59

## 0.0.27

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion __utils__/test-fixtures/package.json
@@ -1,7 +1,7 @@
{
"name": "@pnpm/test-fixtures",
"description": "Test fixtures",
"version": "0.0.27",
"version": "0.0.28",
"author": {
"name": "Zoltan Kochan",
"email": "z@kochan.io",
Expand Down
7 changes: 7 additions & 0 deletions cli/cli-meta/CHANGELOG.md
@@ -1,5 +1,12 @@
# @pnpm/cli-meta

## 4.0.3

### Patch Changes

- Updated dependencies [b77651d14]
- @pnpm/types@8.10.0

## 4.0.2

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion cli/cli-meta/package.json
@@ -1,6 +1,6 @@
{
"name": "@pnpm/cli-meta",
"version": "4.0.2",
"version": "4.0.3",
"description": "Reads the metainfo of the currently running pnpm instance",
"main": "lib/index.js",
"types": "lib/index.d.ts",
Expand Down
13 changes: 13 additions & 0 deletions cli/cli-utils/CHANGELOG.md
@@ -1,5 +1,18 @@
# @pnpm/cli-utils

## 1.0.17

### Patch Changes

- Updated dependencies [b77651d14]
- @pnpm/types@8.10.0
- @pnpm/cli-meta@4.0.3
- @pnpm/default-reporter@11.0.17
- @pnpm/config@16.1.11
- @pnpm/package-is-installable@7.0.3
- @pnpm/manifest-utils@4.1.3
- @pnpm/read-project-manifest@4.1.2

## 1.0.16

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

## 11.0.17

### Patch Changes

- Updated dependencies [b77651d14]
- @pnpm/types@8.10.0
- @pnpm/config@16.1.11
- @pnpm/core-loggers@8.0.3
- @pnpm/render-peer-issues@3.0.3

## 11.0.16

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

## 16.1.11

### Patch Changes

- Updated dependencies [b77651d14]
- @pnpm/types@8.10.0
- @pnpm/pnpmfile@4.0.17
- @pnpm/read-project-manifest@4.1.2

## 16.1.10

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

## 4.0.3

### Patch Changes

- Updated dependencies [b77651d14]
- @pnpm/types@8.10.0

## 4.0.2

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion config/normalize-registries/package.json
@@ -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": "4.0.2",
"version": "4.0.3",
"bugs": {
"url": "https://github.com/pnpm/pnpm/issues"
},
Expand Down
8 changes: 8 additions & 0 deletions config/package-is-installable/CHANGELOG.md
@@ -1,5 +1,13 @@
# @pnpm/package-is-installable

## 7.0.3

### Patch Changes

- Updated dependencies [b77651d14]
- @pnpm/types@8.10.0
- @pnpm/core-loggers@8.0.3

## 7.0.2

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion config/package-is-installable/package.json
@@ -1,6 +1,6 @@
{
"name": "@pnpm/package-is-installable",
"version": "7.0.2",
"version": "7.0.3",
"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
@@ -1,5 +1,12 @@
# @pnpm/pick-registry-for-package

## 4.0.3

### Patch Changes

- Updated dependencies [b77651d14]
- @pnpm/types@8.10.0

## 4.0.2

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion config/pick-registry-for-package/package.json
@@ -1,7 +1,7 @@
{
"name": "@pnpm/pick-registry-for-package",
"description": "Picks the right registry for the package from a registries config",
"version": "4.0.2",
"version": "4.0.3",
"bugs": {
"url": "https://github.com/pnpm/pnpm/issues"
},
Expand Down
10 changes: 10 additions & 0 deletions env/node.fetcher/CHANGELOG.md
@@ -1,5 +1,15 @@
# @pnpm/node.fetcher

## 2.0.5

### Patch Changes

- Updated dependencies [2458741fa]
- @pnpm/create-cafs-store@3.1.0
- @pnpm/fetcher-base@13.1.5
- @pnpm/tarball-fetcher@13.0.3
- @pnpm/pick-fetcher@1.0.0

## 2.0.4

### 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.4",
"version": "2.0.5",
"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.2

### Patch Changes

- @pnpm/node.fetcher@2.0.5

## 1.1.1

### 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.1",
"version": "1.1.2",
"description": "Resolves a Node.js version specifier to an exact Node.js version",
"funding": "https://opencollective.com/pnpm",
"main": "lib/index.js",
Expand Down
12 changes: 12 additions & 0 deletions env/plugin-commands-env/CHANGELOG.md
@@ -1,5 +1,17 @@
# @pnpm/plugin-commands-env

## 3.1.11

### Patch Changes

- bc18d33fe: Allow the `-S` flag in command shims [pnpm/cmd-shim#42](https://github.com/pnpm/cmd-shim/pull/42).
- @pnpm/cli-utils@1.0.17
- @pnpm/config@16.1.11
- @pnpm/remove-bins@4.0.4
- @pnpm/node.fetcher@2.0.5
- @pnpm/fetch@6.0.5
- @pnpm/node.resolver@1.1.2

## 3.1.10

### Patch Changes
Expand Down

0 comments on commit d7ea8b4

Please sign in to comment.