Skip to content

Commit

Permalink
chore(release): 9.0.3
Browse files Browse the repository at this point in the history
  • Loading branch information
zkochan committed Apr 18, 2024
1 parent d1d5203 commit 65df252
Show file tree
Hide file tree
Showing 79 changed files with 311 additions and 58 deletions.
6 changes: 0 additions & 6 deletions .changeset/shiny-zoos-love.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/violet-laws-play.md

This file was deleted.

6 changes: 0 additions & 6 deletions .changeset/yellow-dolphins-battle.md

This file was deleted.

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

## 3.0.2

### Patch Changes

- a80b539: Print a hint about the `package-manager-strict` setting, when pnpm doesn't match the version specified in the `packageManager` field in `package.json`.

## 3.0.1

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion cli/cli-utils/package.json
@@ -1,6 +1,6 @@
{
"name": "@pnpm/cli-utils",
"version": "3.0.1",
"version": "3.0.2",
"description": "Utils for pnpm commands",
"main": "lib/index.js",
"types": "lib/index.d.ts",
Expand Down
8 changes: 8 additions & 0 deletions completion/plugin-commands-completion/CHANGELOG.md
@@ -1,5 +1,13 @@
# @pnpm/plugin-commands-completion

## 1.0.2

### Patch Changes

- Updated dependencies [a80b539]
- @pnpm/cli-utils@3.0.2
- @pnpm/workspace.find-packages@2.0.2

## 1.0.1

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion completion/plugin-commands-completion/package.json
@@ -1,6 +1,6 @@
{
"name": "@pnpm/plugin-commands-completion",
"version": "1.0.1",
"version": "1.0.2",
"description": "Commands for shell completions",
"main": "lib/index.js",
"types": "lib/index.d.ts",
Expand Down
7 changes: 7 additions & 0 deletions config/plugin-commands-config/CHANGELOG.md
@@ -1,5 +1,12 @@
# @pnpm/plugin-commands-config

## 3.0.2

### Patch Changes

- Updated dependencies [a80b539]
- @pnpm/cli-utils@3.0.2

## 3.0.1

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

## 4.0.1

### Patch Changes

- @pnpm/tarball-fetcher@19.0.1

## 4.0.0

### Major Changes
Expand Down
2 changes: 1 addition & 1 deletion env/node.fetcher/package.json
@@ -1,6 +1,6 @@
{
"name": "@pnpm/node.fetcher",
"version": "4.0.0",
"version": "4.0.1",
"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

## 3.0.1

### Patch Changes

- @pnpm/node.fetcher@4.0.1

## 3.0.0

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

## 5.0.2

### Patch Changes

- Updated dependencies [a80b539]
- @pnpm/cli-utils@3.0.2
- @pnpm/node.fetcher@4.0.1
- @pnpm/node.resolver@3.0.1

## 5.0.1

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

## 12.0.1

### Patch Changes

- Updated dependencies [bfadc0a]
- @pnpm/lifecycle@17.0.1

## 12.0.0

### Major Changes
Expand Down
2 changes: 1 addition & 1 deletion exec/build-modules/package.json
@@ -1,6 +1,6 @@
{
"name": "@pnpm/build-modules",
"version": "12.0.0",
"version": "12.0.1",
"description": "Build packages in node_modules",
"main": "lib/index.js",
"types": "lib/index.d.ts",
Expand Down
6 changes: 6 additions & 0 deletions exec/lifecycle/CHANGELOG.md
@@ -1,5 +1,11 @@
# @pnpm/lifecycle

## 17.0.1

### Patch Changes

- bfadc0a: If the `script-shell` option is configured to a `.bat`/`.cmd` file on Windows, pnpm will now error with `ERR_PNPM_INVALID_SCRIPT_SHELL_WINDOWS`. Newer [versions of Node.js released in April 2024](https://nodejs.org/en/blog/vulnerability/april-2024-security-releases-2) do not support executing these files directly without behavior differences. If the `script-shell` option is necessary for your use-case, please set a `.exe` file instead.

## 17.0.0

### Major Changes
Expand Down
2 changes: 1 addition & 1 deletion exec/lifecycle/package.json
@@ -1,6 +1,6 @@
{
"name": "@pnpm/lifecycle",
"version": "17.0.0",
"version": "17.0.1",
"description": "Package lifecycle hook runner",
"main": "lib/index.js",
"types": "lib/index.d.ts",
Expand Down
11 changes: 11 additions & 0 deletions exec/plugin-commands-rebuild/CHANGELOG.md
@@ -1,5 +1,16 @@
# @pnpm/plugin-commands-rebuild

## 11.0.2

### Patch Changes

- Updated dependencies [bfadc0a]
- Updated dependencies [a80b539]
- @pnpm/lifecycle@17.0.1
- @pnpm/cli-utils@3.0.2
- @pnpm/workspace.find-packages@2.0.2
- @pnpm/store-connection-manager@8.0.2

## 11.0.1

### 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": "11.0.1",
"version": "11.0.2",
"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

## 9.0.4

### Patch Changes

- Updated dependencies [bfadc0a]
- Updated dependencies [a80b539]
- @pnpm/lifecycle@17.0.1
- @pnpm/cli-utils@3.0.2
- @pnpm/plugin-commands-installation@15.0.4

## 9.0.3

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

## 6.0.1

### Patch Changes

- Updated dependencies [bfadc0a]
- @pnpm/lifecycle@17.0.1

## 6.0.0

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

## 13.0.1

### Patch Changes

- @pnpm/prepare-package@6.0.1

## 13.0.0

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

## 19.0.1

### Patch Changes

- @pnpm/prepare-package@6.0.1

## 19.0.0

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

## 10.0.2

### Patch Changes

- Updated dependencies [a80b539]
- @pnpm/cli-utils@3.0.2

## 10.0.1

### 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": "10.0.1",
"version": "10.0.2",
"description": "pnpm commands for dependencies audit",
"main": "lib/index.js",
"types": "lib/index.d.ts",
Expand Down
7 changes: 7 additions & 0 deletions packages/plugin-commands-doctor/CHANGELOG.md
@@ -1,5 +1,12 @@
# @pnpm/plugin-commands-doctor

## 3.0.2

### Patch Changes

- Updated dependencies [a80b539]
- @pnpm/cli-utils@3.0.2

## 3.0.1

### 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": "3.0.1",
"version": "3.0.2",
"description": "Commands for checks of known common issues ",
"main": "lib/index.js",
"types": "lib/index.d.ts",
Expand Down
7 changes: 7 additions & 0 deletions packages/plugin-commands-init/CHANGELOG.md
@@ -1,5 +1,12 @@
# @pnpm/plugin-commands-init

## 4.0.2

### Patch Changes

- Updated dependencies [a80b539]
- @pnpm/cli-utils@3.0.2

## 4.0.1

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/plugin-commands-init/package.json
@@ -1,6 +1,6 @@
{
"name": "@pnpm/plugin-commands-init",
"version": "4.0.1",
"version": "4.0.2",
"description": "Create a package.json file",
"main": "lib/index.js",
"types": "lib/index.d.ts",
Expand Down
7 changes: 7 additions & 0 deletions packages/plugin-commands-setup/CHANGELOG.md
@@ -1,5 +1,12 @@
# @pnpm/plugin-commands-setup

## 5.0.2

### Patch Changes

- Updated dependencies [a80b539]
- @pnpm/cli-utils@3.0.2

## 5.0.1

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/plugin-commands-setup/package.json
@@ -1,6 +1,6 @@
{
"name": "@pnpm/plugin-commands-setup",
"version": "5.0.1",
"version": "5.0.2",
"description": "pnpm commands for setting up pnpm",
"main": "lib/index.js",
"types": "lib/index.d.ts",
Expand Down
9 changes: 9 additions & 0 deletions patching/plugin-commands-patching/CHANGELOG.md
@@ -1,5 +1,14 @@
# @pnpm/plugin-commands-patching

## 6.0.4

### Patch Changes

- Updated dependencies [a80b539]
- @pnpm/cli-utils@3.0.2
- @pnpm/plugin-commands-installation@15.0.4
- @pnpm/store-connection-manager@8.0.2

## 6.0.3

### Patch Changes
Expand Down

0 comments on commit 65df252

Please sign in to comment.