chore(release): 8.3.0

This commit is contained in:
Zoltan Kochan
2023-04-18 03:03:07 +03:00
parent 25f5199002
commit dadef0e950
156 changed files with 742 additions and 184 deletions

View File

@@ -1,5 +0,0 @@
---
"@pnpm/plugin-commands-installation": patch
---
Internal refactor to call installDeps directly in the pnpm dedupe command handler. No behavior changes are expected with this refactor.

View File

@@ -1,6 +0,0 @@
---
"@pnpm/fs.hard-link-dir": patch
"pnpm": patch
---
Warn user when `publishConfig.directory` of an injected workspace dependency does not exist [#6396](https://github.com/pnpm/pnpm/pull/6396).

View File

@@ -1,6 +0,0 @@
---
"@pnpm/plugin-commands-installation": patch
"@pnpm/core": patch
---
Add lockfileCheck option for lockfile only diff installs

View File

@@ -1,5 +0,0 @@
---
"@pnpm/headless": patch
---
External links should be correctly installed on repeat install, when `excludeLinksFromLockfile` is set to `true`.

View File

@@ -1,7 +0,0 @@
---
"@pnpm/plugin-commands-publishing": minor
"@pnpm/config": minor
"pnpm": minor
---
A custom compression level may be specified for the `pnpm pack` command using the `pack-gzip-level` setting [#6393](https://github.com/pnpm/pnpm/issues/6393).

View File

@@ -1,5 +0,0 @@
---
"@pnpm/default-reporter": patch
---
Don't print empty sections in the summary, when results are filtered.

View File

@@ -1,6 +0,0 @@
---
"@pnpm/plugin-commands-env": patch
"pnpm": patch
---
Use hard links to link the node executable on Windows machines [#4315](https://github.com/pnpm/pnpm/issues/4315).

View File

@@ -1,6 +0,0 @@
---
"@pnpm/dedupe.issues-renderer": major
"@pnpm/dedupe.check": major
---
Initial release.

View File

@@ -1,6 +0,0 @@
---
"@pnpm/plugin-commands-installation": minor
pnpm: minor
---
Add `--check` flag to `pnpm dedupe`. No changes will be made to `node_modules` or the lockfile. Exits with a non-zero status code if changes are possible.

View File

@@ -1,5 +0,0 @@
---
"@pnpm/dedupe.types": major
---
Initial release.

View File

@@ -1,8 +0,0 @@
---
"@pnpm/plugin-commands-rebuild": patch
"@pnpm/sort-packages": patch
"@pnpm/build-modules": patch
"@pnpm/core": patch
---
Update `@pnpm/graph-sequencer`.

View File

@@ -1,7 +0,0 @@
---
"@pnpm/plugin-commands-installation": minor
"@pnpm/core": minor
"pnpm": minor
---
`pnpm install --resolution-only` re-runs resolution to print out any peer dependency issues [#6411](https://github.com/pnpm/pnpm/pull/6411).

View File

@@ -1,5 +0,0 @@
---
"@pnpm/hooks.types": major
---
Initial release.

View File

@@ -1,5 +0,0 @@
---
"@pnpm/plugin-commands-installation": major
---
Remove the `dedupe` option from `InstallCommandOptions`. This was not intentionally part of the public install command's API when it was added.

View File

@@ -1,23 +0,0 @@
---
"@pnpm/plugin-commands-patching": patch
"@pnpm/resolve-workspace-range": patch
"@pnpm/resolve-dependencies": patch
"@pnpm/merge-lockfile-changes": patch
"@pnpm/package-is-installable": patch
"@pnpm/package-requester": patch
"@pnpm/plugin-commands-rebuild": patch
"@pnpm/dependency-path": patch
"@pnpm/plugin-commands-env": patch
"@pnpm/hooks.read-package-hook": patch
"@pnpm/lockfile-file": patch
"@pnpm/git-resolver": patch
"@pnpm/npm-resolver": patch
"@pnpm/default-reporter": patch
"@pnpm/outdated": patch
"@pnpm/node.resolver": patch
"@pnpm/core": patch
"@pnpm/list": patch
"pnpm": patch
---
bump semver to 7.4.0

View File

@@ -1,5 +0,0 @@
---
"@pnpm/default-reporter": minor
---
Report errors from pnpm dedupe --check

View File

@@ -1,5 +1,12 @@
# @pnpm-private/updater
## 1.0.2
### Patch Changes
- Updated dependencies [c0760128d]
- @pnpm/lockfile-file@8.0.2
## 1.0.1
### Patch Changes

View File

@@ -1,6 +1,6 @@
{
"name": "@pnpm-private/updater",
"version": "1.0.1",
"version": "1.0.2",
"private": true,
"type": "module",
"scripts": {

View File

@@ -1,5 +1,17 @@
# @pnpm/cli-utils
## 2.0.6
### Patch Changes
- Updated dependencies [32f8e08c6]
- Updated dependencies [31ca5a218]
- Updated dependencies [c0760128d]
- Updated dependencies [6850bb135]
- @pnpm/config@18.3.0
- @pnpm/default-reporter@12.2.0
- @pnpm/package-is-installable@8.0.1
## 2.0.5
### Patch Changes

View File

@@ -1,6 +1,6 @@
{
"name": "@pnpm/cli-utils",
"version": "2.0.5",
"version": "2.0.6",
"description": "Utils for pnpm commands",
"main": "lib/index.js",
"types": "lib/index.d.ts",

View File

@@ -1,5 +1,22 @@
# @pnpm/default-reporter
## 12.2.0
### Minor Changes
- 6850bb135: Report errors from pnpm dedupe --check
### Patch Changes
- 31ca5a218: Don't print empty sections in the summary, when results are filtered.
- c0760128d: bump semver to 7.4.0
- Updated dependencies [32f8e08c6]
- Updated dependencies [6850bb135]
- Updated dependencies [6850bb135]
- @pnpm/config@18.3.0
- @pnpm/dedupe.issues-renderer@1.0.0
- @pnpm/dedupe.types@1.0.0
## 12.1.0
### Minor Changes

View File

@@ -1,6 +1,6 @@
{
"name": "@pnpm/default-reporter",
"version": "12.1.0",
"version": "12.2.0",
"description": "The default reporter of pnpm",
"main": "lib/index.js",
"types": "lib/index.d.ts",

View File

@@ -1,5 +1,15 @@
# @pnpm/config
## 18.3.0
### Minor Changes
- 32f8e08c6: A custom compression level may be specified for the `pnpm pack` command using the `pack-gzip-level` setting [#6393](https://github.com/pnpm/pnpm/issues/6393).
### Patch Changes
- @pnpm/pnpmfile@5.0.6
## 18.2.0
### Minor Changes

View File

@@ -1,6 +1,6 @@
{
"name": "@pnpm/config",
"version": "18.2.0",
"version": "18.3.0",
"description": "Gets configuration options for pnpm",
"main": "lib/index.js",
"types": "lib/index.d.ts",

View File

@@ -1,5 +1,11 @@
# @pnpm/package-is-installable
## 8.0.1
### Patch Changes
- c0760128d: bump semver to 7.4.0
## 8.0.0
### Major Changes

View File

@@ -1,6 +1,6 @@
{
"name": "@pnpm/package-is-installable",
"version": "8.0.0",
"version": "8.0.1",
"description": "Checks if a package is installable on the current system",
"main": "lib/index.js",
"types": "lib/index.d.ts",

View File

@@ -1,5 +1,13 @@
# @pnpm/plugin-commands-config
## 2.0.6
### Patch Changes
- Updated dependencies [32f8e08c6]
- @pnpm/config@18.3.0
- @pnpm/cli-utils@2.0.6
## 2.0.5
### Patch Changes

View File

@@ -1,6 +1,6 @@
{
"name": "@pnpm/plugin-commands-config",
"version": "2.0.5",
"version": "2.0.6",
"description": "Commands for reading and writing settings to/from config files",
"main": "lib/index.js",
"types": "lib/index.d.ts",

12
dedupe/check/CHANGELOG.md Normal file
View File

@@ -0,0 +1,12 @@
# @pnpm/dedupe.check
## 1.0.0
### Major Changes
- 6850bb135: Initial release.
### Patch Changes
- Updated dependencies [6850bb135]
- @pnpm/dedupe.types@1.0.0

View File

@@ -1,6 +1,6 @@
{
"name": "@pnpm/dedupe.check",
"version": "0.0.0",
"version": "1.0.0",
"description": "Visualize pnpm dedupe --check issues.",
"bugs": {
"url": "https://github.com/pnpm/pnpm/issues"

View File

@@ -0,0 +1,12 @@
# @pnpm/dedupe.issues-renderer
## 1.0.0
### Major Changes
- 6850bb135: Initial release.
### Patch Changes
- Updated dependencies [6850bb135]
- @pnpm/dedupe.types@1.0.0

View File

@@ -1,6 +1,6 @@
{
"name": "@pnpm/dedupe.issues-renderer",
"version": "0.0.0",
"version": "1.0.0",
"description": "Visualize pnpm dedupe --check issues.",
"bugs": {
"url": "https://github.com/pnpm/pnpm/issues"

View File

@@ -0,0 +1,7 @@
# @pnpm/dedupe.types
## 1.0.0
### Major Changes
- 6850bb135: Initial release.

View File

@@ -1,6 +1,6 @@
{
"name": "@pnpm/dedupe.types",
"version": "0.0.0",
"version": "1.0.0",
"description": "Types for the pnpm dedupe command",
"main": "lib/index.js",
"types": "lib/index.d.ts",

View File

@@ -1,5 +1,11 @@
# @pnpm/node.resolver
## 2.0.1
### Patch Changes
- c0760128d: bump semver to 7.4.0
## 2.0.0
### Major Changes

View File

@@ -1,6 +1,6 @@
{
"name": "@pnpm/node.resolver",
"version": "2.0.0",
"version": "2.0.1",
"description": "Resolves a Node.js version specifier to an exact Node.js version",
"funding": "https://opencollective.com/pnpm",
"main": "lib/index.js",

View File

@@ -1,5 +1,17 @@
# @pnpm/plugin-commands-env
## 4.0.6
### Patch Changes
- 49b15ac2e: Use hard links to link the node executable on Windows machines [#4315](https://github.com/pnpm/pnpm/issues/4315).
- c0760128d: bump semver to 7.4.0
- Updated dependencies [32f8e08c6]
- Updated dependencies [c0760128d]
- @pnpm/config@18.3.0
- @pnpm/node.resolver@2.0.1
- @pnpm/cli-utils@2.0.6
## 4.0.5
### Patch Changes

View File

@@ -1,6 +1,6 @@
{
"name": "@pnpm/plugin-commands-env",
"version": "4.0.5",
"version": "4.0.6",
"description": "pnpm commands for managing Node.js",
"main": "lib/index.js",
"types": "lib/index.d.ts",

View File

@@ -1,5 +1,13 @@
# @pnpm/build-modules
## 11.0.1
### Patch Changes
- d43ccc44d: Update `@pnpm/graph-sequencer`.
- Updated dependencies [64d0f47ff]
- @pnpm/fs.hard-link-dir@2.0.1
## 11.0.0
### Major Changes

View File

@@ -1,6 +1,6 @@
{
"name": "@pnpm/build-modules",
"version": "11.0.0",
"version": "11.0.1",
"description": "Build packages in node_modules",
"main": "lib/index.js",
"types": "lib/index.d.ts",

View File

@@ -1,5 +1,26 @@
# @pnpm/plugin-commands-rebuild
## 8.0.6
### Patch Changes
- d43ccc44d: Update `@pnpm/graph-sequencer`.
- c0760128d: bump semver to 7.4.0
- Updated dependencies [64d0f47ff]
- Updated dependencies [32f8e08c6]
- Updated dependencies [d43ccc44d]
- Updated dependencies [c0760128d]
- @pnpm/fs.hard-link-dir@2.0.1
- @pnpm/config@18.3.0
- @pnpm/sort-packages@5.0.1
- @pnpm/dependency-path@2.1.1
- @pnpm/cli-utils@2.0.6
- @pnpm/store-connection-manager@6.0.6
- @pnpm/lockfile-utils@7.0.1
- @pnpm/lockfile-walker@7.0.2
- @pnpm/get-context@9.0.3
- @pnpm/find-workspace-packages@6.0.6
## 8.0.5
### Patch Changes

View File

@@ -1,6 +1,6 @@
{
"name": "@pnpm/plugin-commands-rebuild",
"version": "8.0.5",
"version": "8.0.6",
"description": "Commands for rebuilding dependencies",
"main": "lib/index.js",
"types": "lib/index.d.ts",

View File

@@ -1,5 +1,21 @@
# @pnpm/plugin-commands-script-runners
## 7.0.6
### Patch Changes
- Updated dependencies [8e7a86dd9]
- Updated dependencies [6706a7d17]
- Updated dependencies [32f8e08c6]
- Updated dependencies [6850bb135]
- Updated dependencies [d43ccc44d]
- Updated dependencies [71a3ee77b]
- Updated dependencies [8e7a86dd9]
- @pnpm/plugin-commands-installation@13.0.0
- @pnpm/config@18.3.0
- @pnpm/sort-packages@5.0.1
- @pnpm/cli-utils@2.0.6
## 7.0.5
### Patch Changes

View File

@@ -1,6 +1,6 @@
{
"name": "@pnpm/plugin-commands-script-runners",
"version": "7.0.5",
"version": "7.0.6",
"description": "Commands for running scripts",
"main": "lib/index.js",
"types": "lib/index.d.ts",

View File

@@ -1,5 +1,11 @@
# @pnpm/fs.hard-link-dir
## 2.0.1
### Patch Changes
- 64d0f47ff: Warn user when `publishConfig.directory` of an injected workspace dependency does not exist [#6396](https://github.com/pnpm/pnpm/pull/6396).
## 2.0.0
### Major Changes

View File

@@ -1,6 +1,6 @@
{
"name": "@pnpm/fs.hard-link-dir",
"version": "2.0.0",
"version": "2.0.1",
"description": "Hard link (or copy if linking fails) all files from a directory to several target directories.",
"main": "lib/index.js",
"files": [

View File

@@ -1,5 +1,12 @@
# @pnpm/pnpmfile
## 5.0.6
### Patch Changes
- Updated dependencies [ece5a1aeb]
- @pnpm/hooks.types@1.0.0
## 5.0.5
### Patch Changes

View File

@@ -1,6 +1,6 @@
{
"name": "@pnpm/pnpmfile",
"version": "5.0.5",
"version": "5.0.6",
"description": "Reading a .pnpmfile.cjs",
"main": "lib/index.js",
"types": "lib/index.d.ts",

View File

@@ -1,5 +1,11 @@
# @pnpm/hooks.read-package-hook
## 3.0.1
### Patch Changes
- c0760128d: bump semver to 7.4.0
## 3.0.0
### Major Changes

View File

@@ -1,6 +1,6 @@
{
"name": "@pnpm/hooks.read-package-hook",
"version": "3.0.0",
"version": "3.0.1",
"description": "Creates the default package reader hook used by pnpm",
"main": "lib/index.js",
"types": "lib/index.d.ts",

7
hooks/types/CHANGELOG.md Normal file
View File

@@ -0,0 +1,7 @@
# @pnpm/hooks.types
## 1.0.0
### Major Changes
- ece5a1aeb: Initial release.

View File

@@ -1,6 +1,6 @@
{
"name": "@pnpm/hooks.types",
"version": "0.0.0",
"version": "1.0.0",
"description": "Types for hooks",
"main": "lib/index.js",
"types": "lib/index.d.ts",

View File

@@ -1,5 +1,14 @@
# @pnpm/audit
## 7.0.4
### Patch Changes
- Updated dependencies [c0760128d]
- @pnpm/list@9.0.3
- @pnpm/lockfile-utils@7.0.1
- @pnpm/lockfile-walker@7.0.2
## 7.0.3
### Patch Changes

View File

@@ -1,6 +1,6 @@
{
"name": "@pnpm/audit",
"version": "7.0.3",
"version": "7.0.4",
"description": "Audit a lockfile",
"main": "lib/index.js",
"types": "lib/index.d.ts",

View File

@@ -1,5 +1,15 @@
# @pnpm/filter-lockfile
## 8.0.3
### Patch Changes
- Updated dependencies [c0760128d]
- @pnpm/package-is-installable@8.0.1
- @pnpm/dependency-path@2.1.1
- @pnpm/lockfile-utils@7.0.1
- @pnpm/lockfile-walker@7.0.2
## 8.0.2
### Patch Changes

View File

@@ -1,6 +1,6 @@
{
"name": "@pnpm/filter-lockfile",
"version": "8.0.2",
"version": "8.0.3",
"description": "Filters a lockfile",
"main": "lib/index.js",
"types": "lib/index.d.ts",

View File

@@ -1,5 +1,14 @@
# @pnpm/lockfile-file
## 8.0.2
### Patch Changes
- c0760128d: bump semver to 7.4.0
- Updated dependencies [c0760128d]
- @pnpm/merge-lockfile-changes@5.0.1
- @pnpm/dependency-path@2.1.1
## 8.0.1
### Patch Changes

View File

@@ -1,6 +1,6 @@
{
"name": "@pnpm/lockfile-file",
"version": "8.0.1",
"version": "8.0.2",
"description": "Read/write pnpm-lock.yaml files",
"main": "lib/index.js",
"types": "lib/index.d.ts",

View File

@@ -1,5 +1,14 @@
# @pnpm/lockfile-to-pnp
## 3.0.3
### Patch Changes
- Updated dependencies [c0760128d]
- @pnpm/dependency-path@2.1.1
- @pnpm/lockfile-file@8.0.2
- @pnpm/lockfile-utils@7.0.1
## 3.0.2
### Patch Changes

View File

@@ -1,6 +1,6 @@
{
"name": "@pnpm/lockfile-to-pnp",
"version": "3.0.2",
"version": "3.0.3",
"description": "Creates a Plug'n'Play file from a pnpm-lock.yaml",
"main": "lib/index.js",
"types": "lib/index.d.ts",

View File

@@ -1,5 +1,12 @@
# @pnpm/lockfile-utils
## 7.0.1
### Patch Changes
- Updated dependencies [c0760128d]
- @pnpm/dependency-path@2.1.1
## 7.0.0
### Major Changes

View File

@@ -1,6 +1,6 @@
{
"name": "@pnpm/lockfile-utils",
"version": "7.0.0",
"version": "7.0.1",
"description": "Utils for dealing with pnpm-lock.yaml",
"main": "lib/index.js",
"types": "lib/index.d.ts",

View File

@@ -1,5 +1,12 @@
# @pnpm/lockfile-walker
## 7.0.2
### Patch Changes
- Updated dependencies [c0760128d]
- @pnpm/dependency-path@2.1.1
## 7.0.1
### Patch Changes

View File

@@ -1,6 +1,6 @@
{
"name": "@pnpm/lockfile-walker",
"version": "7.0.1",
"version": "7.0.2",
"description": "Walk over all the dependencies in a lockfile",
"main": "lib/index.js",
"types": "lib/index.d.ts",

View File

@@ -1,5 +1,11 @@
# @pnpm/merge-lockfile-changes
## 5.0.1
### Patch Changes
- c0760128d: bump semver to 7.4.0
## 5.0.0
### Major Changes

View File

@@ -1,6 +1,6 @@
{
"name": "@pnpm/merge-lockfile-changes",
"version": "5.0.0",
"version": "5.0.1",
"description": "Merges lockfiles. Can automatically fix merge conflicts",
"main": "lib/index.js",
"types": "lib/index.d.ts",

View File

@@ -1,5 +1,16 @@
# @pnpm/plugin-commands-audit
## 8.0.6
### Patch Changes
- Updated dependencies [32f8e08c6]
- Updated dependencies [c0760128d]
- @pnpm/config@18.3.0
- @pnpm/lockfile-file@8.0.2
- @pnpm/cli-utils@2.0.6
- @pnpm/audit@7.0.4
## 8.0.5
### Patch Changes

View File

@@ -1,6 +1,6 @@
{
"name": "@pnpm/plugin-commands-audit",
"version": "8.0.5",
"version": "8.0.6",
"description": "pnpm commands for dependencies audit",
"main": "lib/index.js",
"types": "lib/index.d.ts",

View File

@@ -1,5 +1,12 @@
# @pnpm/prune-lockfile
## 5.0.2
### Patch Changes
- Updated dependencies [c0760128d]
- @pnpm/dependency-path@2.1.1
## 5.0.1
### Patch Changes

View File

@@ -1,6 +1,6 @@
{
"name": "@pnpm/prune-lockfile",
"version": "5.0.1",
"version": "5.0.2",
"description": "Prune a pnpm-lock.yaml",
"main": "lib/index.js",
"types": "lib/index.d.ts",

View File

@@ -1,5 +1,11 @@
# @pnpm/dependency-path
## 2.1.1
### Patch Changes
- c0760128d: bump semver to 7.4.0
## 2.1.0
### Minor Changes

View File

@@ -1,6 +1,6 @@
{
"name": "@pnpm/dependency-path",
"version": "2.1.0",
"version": "2.1.1",
"description": "Utilities for working with symlinked node_modules",
"main": "lib/index.js",
"types": "lib/index.d.ts",

View File

@@ -1,5 +1,13 @@
# @pnpm/make-dedicated-lockfile
## 0.5.2
### Patch Changes
- Updated dependencies [c0760128d]
- @pnpm/lockfile-file@8.0.2
- @pnpm/prune-lockfile@5.0.2
## 0.5.1
### Patch Changes

View File

@@ -1,6 +1,6 @@
{
"name": "@pnpm/make-dedicated-lockfile",
"version": "0.5.1",
"version": "0.5.2",
"description": "Creates a dedicated lockfile for a subset of workspace projects",
"main": "lib/index.js",
"types": "lib/index.d.ts",

View File

@@ -1,5 +1,16 @@
# @pnpm/mount-modules
## 0.4.6
### Patch Changes
- Updated dependencies [32f8e08c6]
- Updated dependencies [c0760128d]
- @pnpm/config@18.3.0
- @pnpm/dependency-path@2.1.1
- @pnpm/lockfile-file@8.0.2
- @pnpm/lockfile-utils@7.0.1
## 0.4.5
### Patch Changes

View File

@@ -1,6 +1,6 @@
{
"name": "@pnpm/mount-modules",
"version": "0.4.5",
"version": "0.4.6",
"description": "Mounts a node_modules directory with FUSE",
"main": "lib/index.js",
"bin": "bin/mount-modules.js",

View File

@@ -1,5 +1,13 @@
# @pnpm/plugin-commands-doctor
## 2.0.6
### Patch Changes
- Updated dependencies [32f8e08c6]
- @pnpm/config@18.3.0
- @pnpm/cli-utils@2.0.6
## 2.0.5
### Patch Changes

View File

@@ -1,6 +1,6 @@
{
"name": "@pnpm/plugin-commands-doctor",
"version": "2.0.5",
"version": "2.0.6",
"description": "Commands for checks of known common issues ",
"main": "lib/index.js",
"types": "lib/index.d.ts",

View File

@@ -1,5 +1,13 @@
# @pnpm/plugin-commands-init
## 3.0.6
### Patch Changes
- Updated dependencies [32f8e08c6]
- @pnpm/config@18.3.0
- @pnpm/cli-utils@2.0.6
## 3.0.5
### Patch Changes

View File

@@ -1,6 +1,6 @@
{
"name": "@pnpm/plugin-commands-init",
"version": "3.0.5",
"version": "3.0.6",
"description": "Create a package.json file",
"main": "lib/index.js",
"types": "lib/index.d.ts",

View File

@@ -1,5 +1,11 @@
# @pnpm/plugin-commands-setup
## 4.0.6
### Patch Changes
- @pnpm/cli-utils@2.0.6
## 4.0.5
### Patch Changes

View File

@@ -1,6 +1,6 @@
{
"name": "@pnpm/plugin-commands-setup",
"version": "4.0.5",
"version": "4.0.6",
"description": "pnpm commands for setting up pnpm",
"main": "lib/index.js",
"types": "lib/index.d.ts",

View File

@@ -1,5 +1,24 @@
# @pnpm/plugin-commands-patching
## 3.0.6
### Patch Changes
- c0760128d: bump semver to 7.4.0
- Updated dependencies [8e7a86dd9]
- Updated dependencies [6706a7d17]
- Updated dependencies [32f8e08c6]
- Updated dependencies [6850bb135]
- Updated dependencies [71a3ee77b]
- Updated dependencies [8e7a86dd9]
- Updated dependencies [c0760128d]
- @pnpm/plugin-commands-installation@13.0.0
- @pnpm/config@18.3.0
- @pnpm/lockfile-file@8.0.2
- @pnpm/cli-utils@2.0.6
- @pnpm/store-connection-manager@6.0.6
- @pnpm/lockfile-utils@7.0.1
## 3.0.5
### Patch Changes

View File

@@ -1,6 +1,6 @@
{
"name": "@pnpm/plugin-commands-patching",
"version": "3.0.5",
"version": "3.0.6",
"description": "Commands for creating patches",
"main": "lib/index.js",
"types": "lib/index.d.ts",

View File

@@ -1,5 +1,11 @@
# @pnpm/client
## 10.0.3
### Patch Changes
- @pnpm/default-resolver@18.0.3
## 10.0.2
### Patch Changes

View File

@@ -1,6 +1,6 @@
{
"name": "@pnpm/client",
"version": "10.0.2",
"version": "10.0.3",
"description": "Creates the package resolve and fetch functions",
"main": "lib/index.js",
"types": "lib/index.d.ts",

View File

@@ -1,5 +1,37 @@
# @pnpm/core
## 9.3.0
### Minor Changes
- 71a3ee77b: `pnpm install --resolution-only` re-runs resolution to print out any peer dependency issues [#6411](https://github.com/pnpm/pnpm/pull/6411).
### Patch Changes
- 6706a7d17: Add lockfileCheck option for lockfile only diff installs
- d43ccc44d: Update `@pnpm/graph-sequencer`.
- c0760128d: bump semver to 7.4.0
- Updated dependencies [8f7e99477]
- Updated dependencies [d43ccc44d]
- Updated dependencies [ece5a1aeb]
- Updated dependencies [c0760128d]
- @pnpm/headless@20.1.1
- @pnpm/build-modules@11.0.1
- @pnpm/hooks.types@1.0.0
- @pnpm/resolve-dependencies@31.1.1
- @pnpm/package-requester@21.0.2
- @pnpm/dependency-path@2.1.1
- @pnpm/hooks.read-package-hook@3.0.1
- @pnpm/lockfile-file@8.0.2
- @pnpm/filter-lockfile@8.0.3
- @pnpm/lockfile-to-pnp@3.0.3
- @pnpm/lockfile-utils@7.0.1
- @pnpm/lockfile-walker@7.0.2
- @pnpm/prune-lockfile@5.0.2
- @pnpm/hoist@8.0.3
- @pnpm/modules-cleaner@14.0.3
- @pnpm/get-context@9.0.3
## 9.2.0
### Minor Changes

View File

@@ -1,7 +1,7 @@
{
"name": "@pnpm/core",
"description": "Fast, disk space efficient installation engine",
"version": "9.2.0",
"version": "9.3.0",
"bugs": {
"url": "https://github.com/pnpm/pnpm/issues"
},

View File

@@ -1,5 +1,13 @@
# @pnpm/get-context
## 9.0.3
### Patch Changes
- Updated dependencies [c0760128d]
- @pnpm/lockfile-file@8.0.2
- @pnpm/read-projects-context@8.0.2
## 9.0.2
### Patch Changes

View File

@@ -1,6 +1,6 @@
{
"name": "@pnpm/get-context",
"version": "9.0.2",
"version": "9.0.3",
"description": "Gets context information about a project",
"main": "lib/index.js",
"types": "lib/index.d.ts",

View File

@@ -1,5 +1,24 @@
# @pnpm/headless
## 20.1.1
### Patch Changes
- 8f7e99477: External links should be correctly installed on repeat install, when `excludeLinksFromLockfile` is set to `true`.
- Updated dependencies [d43ccc44d]
- Updated dependencies [c0760128d]
- @pnpm/build-modules@11.0.1
- @pnpm/package-is-installable@8.0.1
- @pnpm/package-requester@21.0.2
- @pnpm/dependency-path@2.1.1
- @pnpm/lockfile-file@8.0.2
- @pnpm/filter-lockfile@8.0.3
- @pnpm/lockfile-to-pnp@3.0.3
- @pnpm/lockfile-utils@7.0.1
- @pnpm/hoist@8.0.3
- @pnpm/modules-cleaner@14.0.3
- @pnpm/real-hoist@2.0.3
## 20.1.0
### Minor Changes

View File

@@ -1,7 +1,7 @@
{
"name": "@pnpm/headless",
"description": "Fast installation using only pnpm-lock.yaml",
"version": "20.1.0",
"version": "20.1.1",
"bugs": {
"url": "https://github.com/pnpm/pnpm/issues"
},

View File

@@ -1,5 +1,14 @@
# @pnpm/hoist
## 8.0.3
### Patch Changes
- Updated dependencies [c0760128d]
- @pnpm/dependency-path@2.1.1
- @pnpm/lockfile-utils@7.0.1
- @pnpm/lockfile-walker@7.0.2
## 8.0.2
### Patch Changes

View File

@@ -1,7 +1,7 @@
{
"name": "@pnpm/hoist",
"description": "Hoists dependencies in a node_modules created by pnpm",
"version": "8.0.2",
"version": "8.0.3",
"bugs": {
"url": "https://github.com/pnpm/pnpm/issues"
},

View File

@@ -1,5 +1,14 @@
# @pnpm/modules-cleaner
## 14.0.3
### Patch Changes
- Updated dependencies [c0760128d]
- @pnpm/dependency-path@2.1.1
- @pnpm/filter-lockfile@8.0.3
- @pnpm/lockfile-utils@7.0.1
## 14.0.2
### Patch Changes

View File

@@ -1,6 +1,6 @@
{
"name": "@pnpm/modules-cleaner",
"version": "14.0.2",
"version": "14.0.3",
"description": "Exports util functions to clean up node_modules",
"main": "lib/index.js",
"types": "lib/index.d.ts",

View File

@@ -1,5 +1,14 @@
# @pnpm/package-requester
## 21.0.2
### Patch Changes
- c0760128d: bump semver to 7.4.0
- Updated dependencies [c0760128d]
- @pnpm/package-is-installable@8.0.1
- @pnpm/dependency-path@2.1.1
## 21.0.1
### Patch Changes

View File

@@ -1,6 +1,6 @@
{
"name": "@pnpm/package-requester",
"version": "21.0.1",
"version": "21.0.2",
"description": "Concurrent downloader of npm-compatible packages",
"main": "lib/index.js",
"types": "lib/index.d.ts",

View File

@@ -1,5 +1,40 @@
# @pnpm/plugin-commands-installation
## 13.0.0
### Major Changes
- 8e7a86dd9: Remove the `dedupe` option from `InstallCommandOptions`. This was not intentionally part of the public install command's API when it was added.
### Minor Changes
- 6850bb135: Add `--check` flag to `pnpm dedupe`. No changes will be made to `node_modules` or the lockfile. Exits with a non-zero status code if changes are possible.
- 71a3ee77b: `pnpm install --resolution-only` re-runs resolution to print out any peer dependency issues [#6411](https://github.com/pnpm/pnpm/pull/6411).
### Patch Changes
- 8e7a86dd9: Internal refactor to call installDeps directly in the pnpm dedupe command handler. No behavior changes are expected with this refactor.
- 6706a7d17: Add lockfileCheck option for lockfile only diff installs
- Updated dependencies [6706a7d17]
- Updated dependencies [32f8e08c6]
- Updated dependencies [6850bb135]
- Updated dependencies [d43ccc44d]
- Updated dependencies [71a3ee77b]
- Updated dependencies [c0760128d]
- @pnpm/core@9.3.0
- @pnpm/config@18.3.0
- @pnpm/dedupe.check@1.0.0
- @pnpm/plugin-commands-rebuild@8.0.6
- @pnpm/sort-packages@5.0.1
- @pnpm/outdated@12.0.4
- @pnpm/cli-utils@2.0.6
- @pnpm/store-connection-manager@6.0.6
- @pnpm/pnpmfile@5.0.6
- @pnpm/workspace.pkgs-graph@2.0.4
- @pnpm/package-store@16.0.2
- @pnpm/find-workspace-packages@6.0.6
- @pnpm/filter-workspace-packages@7.0.6
## 12.1.2
### Patch Changes

View File

@@ -1,6 +1,6 @@
{
"name": "@pnpm/plugin-commands-installation",
"version": "12.1.2",
"version": "13.0.0",
"description": "Commands for installation",
"main": "lib/index.js",
"types": "lib/index.d.ts",

Some files were not shown because too many files have changed in this diff Show More