Files
pnpm/pkg-manager/core/CHANGELOG.md
2025-10-28 17:35:21 +01:00

238 KiB
Raw Permalink Blame History

@pnpm/core

1012.0.1

Patch Changes

  • @pnpm/resolve-dependencies@1008.3.1
  • @pnpm/package-requester@1008.0.0
  • @pnpm/headless@1006.0.0

1012.0.0

Minor Changes

  • dee39ec: You can now allow specific versions of dependencies to run postinstall scripts. onlyBuiltDependencies now accepts package names with lists of trusted versions. For example:

    onlyBuiltDependencies:
      - nx@21.6.4 || 21.6.5
      - esbuild@0.25.1
    

    Related PR: #10104.

  • 7c1382f: Added support for exact versions in minimumReleaseAgeExclude #9985.

    You can now list one or more specific versions that pnpm should allow to install, even if those versions dont satisfy the maturity requirement set by minimumReleaseAge. For example:

    minimumReleaseAge: 1440
    minimumReleaseAgeExclude:
      - nx@21.6.5
      - webpack@4.47.0 || 5.102.1
    

Patch Changes

  • Updated dependencies [8993f68]
  • Updated dependencies [7c1382f]
  • Updated dependencies [dee39ec]
  • Updated dependencies [7c1382f]
  • Updated dependencies [dee39ec]
  • Updated dependencies [7c1382f]
  • Updated dependencies [7c1382f]
    • @pnpm/worker@1000.3.0
    • @pnpm/types@1000.9.0
    • @pnpm/builder.policy@1000.0.0
    • @pnpm/resolver-base@1005.1.0
    • @pnpm/store-controller-types@1004.1.0
    • @pnpm/package-requester@1008.0.0
    • @pnpm/headless@1006.0.0
    • @pnpm/build-modules@1002.0.0
    • @pnpm/resolve-dependencies@1008.3.0
    • @pnpm/matcher@1000.1.0
    • @pnpm/normalize-registries@1000.1.4
    • @pnpm/lifecycle@1001.0.25
    • @pnpm/symlink-dependency@1000.0.12
    • @pnpm/hooks.read-package-hook@1000.0.15
    • @pnpm/hooks.types@1001.0.12
    • @pnpm/lockfile.filtering@1001.0.21
    • @pnpm/lockfile.fs@1001.1.21
    • @pnpm/lockfile-to-pnp@1001.0.23
    • @pnpm/lockfile.preferred-versions@1000.0.22
    • @pnpm/lockfile.pruner@1001.0.17
    • @pnpm/lockfile.utils@1003.0.3
    • @pnpm/lockfile.verification@1001.2.9
    • @pnpm/lockfile.walker@1001.0.16
    • @pnpm/calc-dep-state@1002.0.8
    • @pnpm/core-loggers@1001.0.4
    • @pnpm/dependency-path@1001.1.3
    • @pnpm/get-context@1001.1.8
    • @pnpm/hoist@1002.0.8
    • @pnpm/link-bins@1000.2.6
    • @pnpm/modules-cleaner@1001.0.23
    • @pnpm/modules-yaml@1000.3.6
    • @pnpm/remove-bins@1000.0.15
    • @pnpm/manifest-utils@1001.0.6
    • @pnpm/read-project-manifest@1001.1.4
    • @pnpm/crypto.hash@1000.2.1
    • @pnpm/lockfile.settings-checker@1001.0.16
    • @pnpm/pkg-manager.direct-dep-linker@1000.0.12
    • @pnpm/patching.config@1001.0.11

1011.0.1

Patch Changes

  • Updated dependencies [a8797c4]
  • Updated dependencies [9c65b96]
    • @pnpm/link-bins@1000.2.5
    • @pnpm/resolve-dependencies@1008.2.4
    • @pnpm/build-modules@1001.0.1
    • @pnpm/lifecycle@1001.0.24
    • @pnpm/headless@1005.0.1
    • @pnpm/hoist@1002.0.7
    • @pnpm/package-requester@1007.0.0

1011.0.0

Patch Changes

  • Updated dependencies [06d2160]
    • @pnpm/worker@1000.2.0
    • @pnpm/build-modules@1001.0.0
    • @pnpm/headless@1005.0.0
    • @pnpm/package-requester@1007.0.0

1010.1.5

Patch Changes

  • c5e895f: Don't print a warning, when --lockfile-only is used #8320.
  • Updated dependencies [a004e37]
    • @pnpm/resolve-dependencies@1008.2.3

1010.1.4

Patch Changes

  • Updated dependencies [a514bc0]
    • @pnpm/lifecycle@1001.0.23
    • @pnpm/build-modules@1000.3.16
    • @pnpm/worker@1000.1.14
    • @pnpm/crypto.hash@1000.2.1
    • @pnpm/package-requester@1006.0.3
    • @pnpm/read-project-manifest@1001.1.3
    • @pnpm/headless@1004.2.6
    • @pnpm/resolve-dependencies@1008.2.2
    • @pnpm/lockfile.settings-checker@1001.0.15
    • @pnpm/lockfile.verification@1001.2.8
    • @pnpm/dependency-path@1001.1.2
    • @pnpm/link-bins@1000.2.4
    • @pnpm/lockfile.filtering@1001.0.20
    • @pnpm/lockfile.fs@1001.1.20
    • @pnpm/lockfile-to-pnp@1001.0.22
    • @pnpm/lockfile.pruner@1001.0.16
    • @pnpm/lockfile.utils@1003.0.2
    • @pnpm/lockfile.walker@1001.0.15
    • @pnpm/calc-dep-state@1002.0.7
    • @pnpm/patching.config@1001.0.10
    • @pnpm/modules-cleaner@1001.0.22
    • @pnpm/hoist@1002.0.6
    • @pnpm/get-context@1001.1.7
    • @pnpm/lockfile.preferred-versions@1000.0.21
    • @pnpm/symlink-dependency@1000.0.11

1010.1.3

Patch Changes

  • @pnpm/resolve-dependencies@1008.2.1
  • @pnpm/package-requester@1006.0.2
  • @pnpm/headless@1004.2.5

1010.1.2

Patch Changes

  • Updated dependencies [3a58aaa]
    • @pnpm/resolve-dependencies@1008.2.0
    • @pnpm/package-requester@1006.0.2
    • @pnpm/headless@1004.2.5

1010.1.1

Patch Changes

  • Updated dependencies [6365bc4]
    • @pnpm/constants@1001.3.1
    • @pnpm/lockfile.filtering@1001.0.19
    • @pnpm/lockfile.fs@1001.1.19
    • @pnpm/lockfile.pruner@1001.0.15
    • @pnpm/lockfile.verification@1001.2.7
    • @pnpm/calc-dep-state@1002.0.6
    • @pnpm/error@1000.0.5
    • @pnpm/get-context@1001.1.6
    • @pnpm/headless@1004.2.5
    • @pnpm/hoist@1002.0.5
    • @pnpm/link-bins@1000.2.3
    • @pnpm/resolve-dependencies@1008.1.1
    • @pnpm/build-modules@1000.3.15
    • @pnpm/modules-cleaner@1001.0.21
    • @pnpm/lockfile-to-pnp@1001.0.21
    • @pnpm/parse-overrides@1001.0.3
    • @pnpm/lifecycle@1001.0.22
    • @pnpm/hooks.read-package-hook@1000.0.14
    • @pnpm/patching.config@1001.0.9
    • @pnpm/package-requester@1006.0.2
    • @pnpm/manifest-utils@1001.0.5
    • @pnpm/read-project-manifest@1001.1.2
    • @pnpm/worker@1000.1.13
    • @pnpm/crypto.hash@1000.2.0
    • @pnpm/symlink-dependency@1000.0.11
    • @pnpm/lockfile.settings-checker@1001.0.14
    • @pnpm/lockfile.preferred-versions@1000.0.20
    • @pnpm/remove-bins@1000.0.14

1010.1.0

Minor Changes

  • 38e2599: There have been several incidents recently where popular packages were successfully attacked. To reduce the risk of installing a compromised version, we are introducing a new setting that delays the installation of newly released dependencies. In most cases, such attacks are discovered quickly and the malicious versions are removed from the registry within an hour.

    The new setting is called minimumReleaseAge. It specifies the number of minutes that must pass after a version is published before pnpm will install it. For example, setting minimumReleaseAge: 1440 ensures that only packages released at least one day ago can be installed.

    If you set minimumReleaseAge but need to disable this restriction for certain dependencies, you can list them under the minimumReleaseAgeExclude setting. For instance, with the following configuration pnpm will always install the latest version of webpack, regardless of its release time:

    minimumReleaseAgeExclude:
      - webpack
    

    Related issue: #9921.

Patch Changes

  • 2ebd45a: Throw a ABORTED_REMOVE_MODULES_DIR_NO_TTY error if there's no TTY instead of showing the prompt to ask for confirmation to remove the modules directory and immediately exiting with code 0.
  • Updated dependencies [38e2599]
  • Updated dependencies [e792927]
  • Updated dependencies [a6856fd]
    • @pnpm/resolve-dependencies@1008.1.0
    • @pnpm/types@1000.8.0
    • @pnpm/lifecycle@1001.0.21
    • @pnpm/build-modules@1000.3.14
    • @pnpm/lockfile.verification@1001.2.6
    • @pnpm/headless@1004.2.4
    • @pnpm/link-bins@1000.2.2
    • @pnpm/package-requester@1006.0.1
    • @pnpm/remove-bins@1000.0.13
    • @pnpm/lockfile.filtering@1001.0.18
    • @pnpm/normalize-registries@1000.1.3
    • @pnpm/symlink-dependency@1000.0.11
    • @pnpm/hooks.read-package-hook@1000.0.13
    • @pnpm/hooks.types@1001.0.11
    • @pnpm/lockfile.fs@1001.1.18
    • @pnpm/lockfile-to-pnp@1001.0.20
    • @pnpm/lockfile.preferred-versions@1000.0.19
    • @pnpm/lockfile.pruner@1001.0.14
    • @pnpm/lockfile.utils@1003.0.1
    • @pnpm/lockfile.walker@1001.0.14
    • @pnpm/calc-dep-state@1002.0.5
    • @pnpm/core-loggers@1001.0.3
    • @pnpm/dependency-path@1001.1.1
    • @pnpm/get-context@1001.1.5
    • @pnpm/hoist@1002.0.4
    • @pnpm/modules-cleaner@1001.0.20
    • @pnpm/modules-yaml@1000.3.5
    • @pnpm/manifest-utils@1001.0.4
    • @pnpm/read-project-manifest@1001.1.1
    • @pnpm/resolver-base@1005.0.1
    • @pnpm/store-controller-types@1004.0.2
    • @pnpm/worker@1000.1.12
    • @pnpm/crypto.hash@1000.2.0
    • @pnpm/lockfile.settings-checker@1001.0.13
    • @pnpm/pkg-manager.direct-dep-linker@1000.0.11
    • @pnpm/patching.config@1001.0.8

1010.0.2

Patch Changes

  • Updated dependencies [77d5b17]
  • Updated dependencies [3482fe1]
  • Updated dependencies [affdd5b]
    • @pnpm/lockfile-to-pnp@1001.0.19
    • @pnpm/resolve-dependencies@1008.0.2
    • @pnpm/link-bins@1000.2.1
    • @pnpm/headless@1004.2.3
    • @pnpm/build-modules@1000.3.13
    • @pnpm/lifecycle@1001.0.20
    • @pnpm/hoist@1002.0.3
    • @pnpm/package-requester@1006.0.0

1010.0.1

Patch Changes

  • Updated dependencies [eac7bab]
  • Updated dependencies [aa24e7f]
  • Updated dependencies [2b0d35f]
    • @pnpm/lockfile.verification@1001.2.5
    • @pnpm/resolve-dependencies@1008.0.1
    • @pnpm/build-modules@1000.3.12
    • @pnpm/headless@1004.2.2
    • @pnpm/package-requester@1006.0.0

1010.0.0

Major Changes

  • d1edf73: Removed node fetcher. The binary fetcher should be used for downloading node assets.
  • f91922c: Changed how the integrity of the node.js artifact is stored in the lockfile.

Patch Changes

  • 9908269: Fix an edge case bug causing local tarballs to not re-link into the virtual store. This bug would happen when changing the contents of the tarball without renaming the file and running a filtered install.
  • 98dd75a: Dedupe catalog entries when running the pnpm dedupe command.
  • 0b6264e: Update @pnpm/npm-package-arg.
  • Updated dependencies [9908269]
  • Updated dependencies [d1edf73]
  • Updated dependencies [19b1880]
  • Updated dependencies [d1edf73]
  • Updated dependencies [86b33e9]
  • Updated dependencies [d1edf73]
  • Updated dependencies [f91922c]
    • @pnpm/headless@1004.2.1
    • @pnpm/dependency-path@1001.1.0
    • @pnpm/constants@1001.3.0
    • @pnpm/link-bins@1000.2.0
    • @pnpm/read-project-manifest@1001.1.0
    • @pnpm/lockfile.verification@1001.2.4
    • @pnpm/lockfile.utils@1003.0.0
    • @pnpm/package-requester@1006.0.0
    • @pnpm/resolve-dependencies@1008.0.0
    • @pnpm/resolver-base@1005.0.0
    • @pnpm/lockfile.filtering@1001.0.17
    • @pnpm/lockfile.fs@1001.1.17
    • @pnpm/lockfile-to-pnp@1001.0.18
    • @pnpm/lockfile.pruner@1001.0.13
    • @pnpm/lockfile.walker@1001.0.13
    • @pnpm/calc-dep-state@1002.0.4
    • @pnpm/patching.config@1001.0.7
    • @pnpm/modules-cleaner@1001.0.19
    • @pnpm/error@1000.0.4
    • @pnpm/get-context@1001.1.4
    • @pnpm/hoist@1002.0.2
    • @pnpm/build-modules@1000.3.11
    • @pnpm/lifecycle@1001.0.19
    • @pnpm/store-controller-types@1004.0.1
    • @pnpm/hooks.types@1001.0.10
    • @pnpm/lockfile.settings-checker@1001.0.12
    • @pnpm/lockfile.preferred-versions@1000.0.18
    • @pnpm/remove-bins@1000.0.12
    • @pnpm/catalogs.resolver@1000.0.5
    • @pnpm/parse-overrides@1001.0.2
    • @pnpm/hooks.read-package-hook@1000.0.12
    • @pnpm/manifest-utils@1001.0.3
    • @pnpm/worker@1000.1.11
    • @pnpm/crypto.hash@1000.2.0
    • @pnpm/symlink-dependency@1000.0.10

1009.1.0

Minor Changes

  • 1a07b8f: Added support for resolving and downloading the Node.js runtime specified in the devEngines field of package.json.

    Usage example:

    {
      "devEngines": {
        "runtime": {
          "name": "node",
          "version": "^24.4.0",
          "onFail": "download"
        }
      }
    }
    

    When running pnpm install, pnpm will resolve Node.js to the latest version that satisfies the specified range and install it as a dependency of the project. As a result, when running scripts, the locally installed Node.js version will be used.

    Unlike the existing options, useNodeVersion and executionEnv.nodeVersion, this new field supports version ranges, which are locked to exact versions during installation. The resolved version is stored in the pnpm lockfile, along with an integrity checksum for future validation of the Node.js content's validity.

    Related PR: #9755.

Patch Changes

  • Updated dependencies [1a07b8f]
  • Updated dependencies [ece236d]
  • Updated dependencies [1a07b8f]
  • Updated dependencies [1a07b8f]
  • Updated dependencies [2e85f29]
  • Updated dependencies [1a07b8f]
  • Updated dependencies [1a07b8f]
  • Updated dependencies [02d58a6]
  • Updated dependencies [1a07b8f]
    • @pnpm/types@1000.7.0
    • @pnpm/resolve-dependencies@1007.2.0
    • @pnpm/link-bins@1000.1.0
    • @pnpm/read-project-manifest@1001.0.0
    • @pnpm/lockfile.utils@1002.1.0
    • @pnpm/package-requester@1005.0.0
    • @pnpm/store-controller-types@1004.0.0
    • @pnpm/resolver-base@1004.1.0
    • @pnpm/headless@1004.2.0
    • @pnpm/modules-cleaner@1001.0.18
    • @pnpm/constants@1001.2.0
    • @pnpm/normalize-registries@1000.1.2
    • @pnpm/build-modules@1000.3.10
    • @pnpm/lifecycle@1001.0.18
    • @pnpm/symlink-dependency@1000.0.10
    • @pnpm/hooks.read-package-hook@1000.0.11
    • @pnpm/hooks.types@1001.0.9
    • @pnpm/lockfile.filtering@1001.0.16
    • @pnpm/lockfile.fs@1001.1.16
    • @pnpm/lockfile-to-pnp@1001.0.17
    • @pnpm/lockfile.preferred-versions@1000.0.17
    • @pnpm/lockfile.pruner@1001.0.12
    • @pnpm/lockfile.verification@1001.2.3
    • @pnpm/lockfile.walker@1001.0.12
    • @pnpm/calc-dep-state@1002.0.3
    • @pnpm/core-loggers@1001.0.2
    • @pnpm/dependency-path@1001.0.2
    • @pnpm/get-context@1001.1.3
    • @pnpm/hoist@1002.0.1
    • @pnpm/modules-yaml@1000.3.4
    • @pnpm/remove-bins@1000.0.11
    • @pnpm/manifest-utils@1001.0.2
    • @pnpm/worker@1000.1.10
    • @pnpm/lockfile.settings-checker@1001.0.11
    • @pnpm/error@1000.0.3
    • @pnpm/crypto.hash@1000.2.0
    • @pnpm/pkg-manager.direct-dep-linker@1000.0.10
    • @pnpm/patching.config@1001.0.6
    • @pnpm/catalogs.resolver@1000.0.4
    • @pnpm/parse-overrides@1001.0.1

1009.0.0

Major Changes

  • cf630a8: hooks.preResolution is now an array of functions.

Minor Changes

  • cf630a8: Added the possibility to load multiple pnpmfiles. The pnpmfile setting can now accept a list of pnpmfile locations #9702.

Patch Changes

  • Updated dependencies [cf630a8]
  • Updated dependencies [589ac1f]
    • @pnpm/crypto.hash@1000.2.0
    • @pnpm/lifecycle@1001.0.17
    • @pnpm/worker@1000.1.9
    • @pnpm/build-modules@1000.3.9
    • @pnpm/lockfile.settings-checker@1001.0.10
    • @pnpm/lockfile.verification@1001.2.2
    • @pnpm/dependency-path@1001.0.1
    • @pnpm/headless@1004.1.2
    • @pnpm/package-requester@1004.0.5
    • @pnpm/lockfile.filtering@1001.0.15
    • @pnpm/lockfile.fs@1001.1.15
    • @pnpm/lockfile-to-pnp@1001.0.16
    • @pnpm/lockfile.pruner@1001.0.11
    • @pnpm/lockfile.utils@1002.0.1
    • @pnpm/lockfile.walker@1001.0.11
    • @pnpm/calc-dep-state@1002.0.2
    • @pnpm/patching.config@1001.0.5
    • @pnpm/modules-cleaner@1001.0.17
    • @pnpm/resolve-dependencies@1007.1.3
    • @pnpm/get-context@1001.1.2
    • @pnpm/lockfile.preferred-versions@1000.0.16

1008.1.3

Patch Changes

  • Updated dependencies [5d046bb]
    • @pnpm/resolve-dependencies@1007.1.2

1008.1.2

Patch Changes

  • cc6db88: Restore hoisting of optional peer dependencies when installing with an outdated lockfile. Regression introduced in v10.12.2 by #9648; resolves #9685.

1008.1.1

Patch Changes

  • b982a0d: Fixed hoisting with enableGlobalVirtualStore set to true #9648.
  • Updated dependencies [b982a0d]
  • Updated dependencies [540986f]
    • @pnpm/hoist@1002.0.0
    • @pnpm/headless@1004.1.1
    • @pnpm/dependency-path@1001.0.0
    • @pnpm/lockfile.utils@1002.0.0
    • @pnpm/lockfile.filtering@1001.0.14
    • @pnpm/lockfile.fs@1001.1.14
    • @pnpm/lockfile-to-pnp@1001.0.15
    • @pnpm/lockfile.pruner@1001.0.10
    • @pnpm/lockfile.verification@1001.2.1
    • @pnpm/lockfile.walker@1001.0.10
    • @pnpm/calc-dep-state@1002.0.1
    • @pnpm/patching.config@1001.0.4
    • @pnpm/modules-cleaner@1001.0.16
    • @pnpm/package-requester@1004.0.4
    • @pnpm/resolve-dependencies@1007.1.1
    • @pnpm/lockfile.preferred-versions@1000.0.15
    • @pnpm/get-context@1001.1.1
    • @pnpm/build-modules@1000.3.8

1008.1.0

Minor Changes

  • b217bbb: Added a new setting called ci for explicitly telling pnpm if the current environment is a CI or not.

  • c8341cc: Added two new CLI options (--save-catalog and --save-catalog-name=<name>) to pnpm add to save new dependencies as catalog entries. catalog: or catalog:<name> will be added to package.json and the package specifier will be added to the catalogs or catalog[<name>] object in pnpm-workspace.yaml #9425.

  • b0ead51: Experimental. Added support for global virtual stores. When the global virtual store is enabled, node_modules doesnt contain regular files, only symlinks to a central virtual store (by default the central store is located at <store-path>/links; run pnpm store path to find <store-path>).

    To enable the global virtual store, add enableGlobalVirtualStore: true to your root pnpm-workspace.yaml.

    A global virtual store can make installations significantly faster when a warm cache is present. In CI, however, it will probably slow installations because there is usually no cache.

    Related PR: #8190.

  • 046af72: A new catalogMode setting is available for controlling if and how dependencies are added to the default catalog. It can be configured to several modes:

    • strict: Only allows dependency versions from the catalog. Adding a dependency outside the catalog's version range will cause an error.
    • prefer: Prefers catalog versions, but will fall back to direct dependencies if no compatible version is found.
    • manual (default): Does not automatically add dependencies to the catalog.

Patch Changes

  • Updated dependencies [2721291]
  • Updated dependencies [6acf819]
  • Updated dependencies [5ab40c1]
  • Updated dependencies [86e0016]
  • Updated dependencies [b217bbb]
  • Updated dependencies [b0ead51]
  • Updated dependencies [b3898db]
  • Updated dependencies [c8341cc]
  • Updated dependencies [b0ead51]
  • Updated dependencies [b0ead51]
  • Updated dependencies [b0ead51]
    • @pnpm/resolver-base@1004.0.0
    • @pnpm/resolve-dependencies@1007.1.0
    • @pnpm/lockfile.verification@1001.2.0
    • @pnpm/get-context@1001.1.0
    • @pnpm/calc-dep-state@1002.0.0
    • @pnpm/headless@1004.1.0
    • @pnpm/crypto.object-hasher@1000.1.0
    • @pnpm/lockfile.preferred-versions@1000.0.14
    • @pnpm/lockfile.utils@1001.0.12
    • @pnpm/package-requester@1004.0.3
    • @pnpm/store-controller-types@1003.0.3
    • @pnpm/build-modules@1000.3.7
    • @pnpm/lifecycle@1001.0.16
    • @pnpm/lockfile.filtering@1001.0.13
    • @pnpm/lockfile.fs@1001.1.13
    • @pnpm/lockfile-to-pnp@1001.0.14
    • @pnpm/hoist@1001.0.16
    • @pnpm/modules-cleaner@1001.0.15
    • @pnpm/worker@1000.1.8
    • @pnpm/crypto.hash@1000.1.1
    • @pnpm/symlink-dependency@1000.0.9
    • @pnpm/lockfile.settings-checker@1001.0.9

1008.0.3

Patch Changes

  • 32dadef: Installation should not exit with an error if strictPeerDependencies is true but all issues are ignored by peerDependencyRules #9505.
  • 509948d: Fix a regression (in v10.9.0) causing the --lockfile-only flag on pnpm update to produce a different pnpm-lock.yaml than an update without the flag.
  • Updated dependencies [509948d]
    • @pnpm/resolve-dependencies@1007.0.2
    • @pnpm/package-requester@1004.0.2
    • @pnpm/store-controller-types@1003.0.2
    • @pnpm/build-modules@1000.3.6
    • @pnpm/headless@1004.0.5
    • @pnpm/lifecycle@1001.0.15
    • @pnpm/modules-cleaner@1001.0.14
    • @pnpm/worker@1000.1.7
    • @pnpm/crypto.hash@1000.1.1
    • @pnpm/symlink-dependency@1000.0.9
    • @pnpm/lockfile.settings-checker@1001.0.9
    • @pnpm/lockfile.verification@1001.1.7

1008.0.2

Patch Changes

  • 09cf46f: Update @pnpm/logger in peer dependencies.
  • f0c3ed6: Installation should not exit with an error if strictPeerDependencies is true but all issues are ignored by peerDependencyRules #9505.
  • Updated dependencies [09cf46f]
  • Updated dependencies [36d1448]
  • Updated dependencies [c00360b]
  • Updated dependencies [5ec7255]
  • Updated dependencies [c24c66e]
    • @pnpm/resolve-dependencies@1007.0.1
    • @pnpm/pkg-manager.direct-dep-linker@1000.0.9
    • @pnpm/package-requester@1004.0.1
    • @pnpm/modules-cleaner@1001.0.13
    • @pnpm/lockfile-to-pnp@1001.0.13
    • @pnpm/get-context@1001.0.14
    • @pnpm/remove-bins@1000.0.10
    • @pnpm/symlink-dependency@1000.0.9
    • @pnpm/lockfile.verification@1001.1.7
    • @pnpm/core-loggers@1001.0.1
    • @pnpm/link-bins@1000.0.13
    • @pnpm/headless@1004.0.4
    • @pnpm/build-modules@1000.3.5
    • @pnpm/lockfile.filtering@1001.0.12
    • @pnpm/hoist@1001.0.15
    • @pnpm/patching.config@1001.0.3
    • @pnpm/lifecycle@1001.0.14
    • @pnpm/lockfile.fs@1001.1.12
    • @pnpm/worker@1000.1.6
    • @pnpm/types@1000.6.0
    • @pnpm/store-controller-types@1003.0.1
    • @pnpm/manifest-utils@1001.0.1
    • @pnpm/calc-dep-state@1001.0.13
    • @pnpm/normalize-registries@1000.1.1
    • @pnpm/hooks.read-package-hook@1000.0.10
    • @pnpm/hooks.types@1001.0.8
    • @pnpm/lockfile.preferred-versions@1000.0.13
    • @pnpm/lockfile.pruner@1001.0.9
    • @pnpm/lockfile.utils@1001.0.11
    • @pnpm/lockfile.walker@1001.0.9
    • @pnpm/dependency-path@1000.0.9
    • @pnpm/modules-yaml@1000.3.3
    • @pnpm/read-project-manifest@1000.0.11
    • @pnpm/resolver-base@1003.0.1
    • @pnpm/crypto.hash@1000.1.1
    • @pnpm/lockfile.settings-checker@1001.0.9

1008.0.1

Patch Changes

  • Updated dependencies [fa1e69b]
    • @pnpm/link-bins@1000.0.12
    • @pnpm/build-modules@1000.3.4
    • @pnpm/lifecycle@1001.0.13
    • @pnpm/headless@1004.0.3
    • @pnpm/hoist@1001.0.14
    • @pnpm/package-requester@1004.0.0

1008.0.0

Major Changes

  • 8a9f3a4: pref renamed to bareSpecifier.

Patch Changes

  • 5b73df1: Renamed normalizedPref to specifiers.
  • Updated dependencies [8a9f3a4]
  • Updated dependencies [5b73df1]
  • Updated dependencies [5b73df1]
  • Updated dependencies [9c3dd03]
  • Updated dependencies [5b73df1]
    • @pnpm/parse-wanted-dependency@1001.0.0
    • @pnpm/resolve-dependencies@1007.0.0
    • @pnpm/package-requester@1004.0.0
    • @pnpm/store-controller-types@1003.0.0
    • @pnpm/catalogs.protocol-parser@1001.0.0
    • @pnpm/resolver-base@1003.0.0
    • @pnpm/parse-overrides@1001.0.0
    • @pnpm/core-loggers@1001.0.0
    • @pnpm/logger@1001.0.0
    • @pnpm/manifest-utils@1001.0.0
    • @pnpm/normalize-registries@1000.1.0
    • @pnpm/types@1000.5.0
    • @pnpm/hooks.read-package-hook@1000.0.9
    • @pnpm/headless@1004.0.2
    • @pnpm/build-modules@1000.3.3
    • @pnpm/lifecycle@1001.0.12
    • @pnpm/modules-cleaner@1001.0.12
    • @pnpm/lockfile.preferred-versions@1000.0.12
    • @pnpm/lockfile.utils@1001.0.10
    • @pnpm/lockfile.verification@1001.1.6
    • @pnpm/get-context@1001.0.13
    • @pnpm/lockfile.settings-checker@1001.0.8
    • @pnpm/symlink-dependency@1000.0.8
    • @pnpm/pkg-manager.direct-dep-linker@1000.0.8
    • @pnpm/hoist@1001.0.13
    • @pnpm/remove-bins@1000.0.9
    • @pnpm/link-bins@1000.0.11
    • @pnpm/hooks.types@1001.0.7
    • @pnpm/lockfile.filtering@1001.0.11
    • @pnpm/lockfile.fs@1001.1.11
    • @pnpm/lockfile-to-pnp@1001.0.12
    • @pnpm/lockfile.pruner@1001.0.8
    • @pnpm/lockfile.walker@1001.0.8
    • @pnpm/calc-dep-state@1001.0.12
    • @pnpm/dependency-path@1000.0.8
    • @pnpm/modules-yaml@1000.3.2
    • @pnpm/read-project-manifest@1000.0.10
    • @pnpm/worker@1000.1.5
    • @pnpm/crypto.hash@1000.1.1
    • @pnpm/patching.config@1001.0.2

1007.0.1

Patch Changes

  • Updated dependencies [81f441c]
  • Updated dependencies [81f441c]
    • @pnpm/resolver-base@1002.0.0
    • @pnpm/resolve-dependencies@1006.0.0
    • @pnpm/lockfile.preferred-versions@1000.0.11
    • @pnpm/lockfile.utils@1001.0.9
    • @pnpm/lockfile.verification@1001.1.5
    • @pnpm/get-context@1001.0.12
    • @pnpm/package-requester@1003.0.1
    • @pnpm/store-controller-types@1002.0.1
    • @pnpm/lifecycle@1001.0.11
    • @pnpm/lockfile.filtering@1001.0.10
    • @pnpm/lockfile.fs@1001.1.10
    • @pnpm/lockfile-to-pnp@1001.0.11
    • @pnpm/calc-dep-state@1001.0.11
    • @pnpm/headless@1004.0.1
    • @pnpm/hoist@1001.0.12
    • @pnpm/modules-cleaner@1001.0.11
    • @pnpm/build-modules@1000.3.2
    • @pnpm/worker@1000.1.4
    • @pnpm/crypto.hash@1000.1.1
    • @pnpm/symlink-dependency@1000.0.7
    • @pnpm/lockfile.settings-checker@1001.0.7

1007.0.0

Major Changes

  • 72cff38: The resolving function now takes a registries object, so it finds the required registry itself instead of receiving it from package requester.

Patch Changes

  • Updated dependencies [750ae7d]
  • Updated dependencies [72cff38]
  • Updated dependencies [750ae7d]
    • @pnpm/types@1000.4.0
    • @pnpm/store-controller-types@1002.0.0
    • @pnpm/resolver-base@1001.0.0
    • @pnpm/resolve-dependencies@1005.0.1
    • @pnpm/package-requester@1003.0.0
    • @pnpm/headless@1004.0.0
    • @pnpm/core-loggers@1000.2.0
    • @pnpm/normalize-registries@1000.0.6
    • @pnpm/build-modules@1000.3.1
    • @pnpm/lifecycle@1001.0.10
    • @pnpm/symlink-dependency@1000.0.7
    • @pnpm/hooks.read-package-hook@1000.0.8
    • @pnpm/hooks.types@1001.0.6
    • @pnpm/lockfile.filtering@1001.0.9
    • @pnpm/lockfile.fs@1001.1.9
    • @pnpm/lockfile-to-pnp@1001.0.10
    • @pnpm/lockfile.preferred-versions@1000.0.10
    • @pnpm/lockfile.pruner@1001.0.7
    • @pnpm/lockfile.utils@1001.0.8
    • @pnpm/lockfile.verification@1001.1.4
    • @pnpm/lockfile.walker@1001.0.7
    • @pnpm/calc-dep-state@1001.0.10
    • @pnpm/dependency-path@1000.0.7
    • @pnpm/get-context@1001.0.11
    • @pnpm/hoist@1001.0.11
    • @pnpm/link-bins@1000.0.10
    • @pnpm/modules-cleaner@1001.0.10
    • @pnpm/modules-yaml@1000.3.1
    • @pnpm/remove-bins@1000.0.8
    • @pnpm/manifest-utils@1000.0.8
    • @pnpm/read-project-manifest@1000.0.9
    • @pnpm/worker@1000.1.3
    • @pnpm/pkg-manager.direct-dep-linker@1000.0.7
    • @pnpm/crypto.hash@1000.1.1
    • @pnpm/lockfile.settings-checker@1001.0.7
    • @pnpm/patching.config@1001.0.1

1006.0.0

Major Changes

  • 5f7be64: Rename pnpm.allowNonAppliedPatches to pnpm.allowUnusedPatches. The old name is still supported but it would print a deprecation warning message.

  • 5f7be64: Add pnpm.ignorePatchFailures to manage whether pnpm would ignore patch application failures.

    If ignorePatchFailures is not set, pnpm would throw an error when patches with exact versions or version ranges fail to apply, and it would ignore failures from name-only patches.

    If ignorePatchFailures is explicitly set to false, pnpm would throw an error when any type of patch fails to apply.

    If ignorePatchFailures is explicitly set to true, pnpm would print a warning when any type of patch fails to apply.

Patch Changes

  • 5f7be64: Add an ability to patch dependencies by version ranges. Exact versions override version ranges, which in turn override name-only patches. Version range * is the same as name-only, except that patch application failure will not be ignored.

    For example:

    patchedDependencies:
      foo: patches/foo-1.patch
      foo@^2.0.0: patches/foo-2.patch
      foo@2.1.0: patches/foo-3.patch
    

    The above configuration would apply patches/foo-3.patch to foo@2.1.0, patches/foo-2.patch to all foo versions which satisfy ^2.0.0 except 2.1.0, and patches/foo-1.patch to the remaining foo versions.

    Warning

    The version ranges should not overlap. If you want to specialize a sub range, make sure to exclude it from the other keys. For example:

    # pnpm-workspace.yaml
    patchedDependencies:
      # the specialized sub range
      'foo@2.2.0-2.8.0': patches/foo.2.2.0-2.8.0.patch
      # the more general patch, excluding the sub range above
      'foo@>=2.0.0 <2.2.0 || >2.8.0': 'patches/foo.gte2.patch
    

    In most cases, however, it's sufficient to just define an exact version to override the range.

  • Updated dependencies [5f7be64]

  • Updated dependencies [5f7be64]

  • Updated dependencies [64f6b4f]

  • Updated dependencies [5f7be64]

    • @pnpm/resolve-dependencies@1005.0.0
    • @pnpm/headless@1003.0.0
    • @pnpm/patching.config@1001.0.0
    • @pnpm/types@1000.3.0
    • @pnpm/build-modules@1000.3.0
    • @pnpm/modules-yaml@1000.3.0
    • @pnpm/normalize-registries@1000.0.5
    • @pnpm/lifecycle@1001.0.9
    • @pnpm/symlink-dependency@1000.0.6
    • @pnpm/hooks.read-package-hook@1000.0.7
    • @pnpm/hooks.types@1001.0.5
    • @pnpm/lockfile.filtering@1001.0.8
    • @pnpm/lockfile.fs@1001.1.8
    • @pnpm/lockfile-to-pnp@1001.0.9
    • @pnpm/lockfile.preferred-versions@1000.0.9
    • @pnpm/lockfile.pruner@1001.0.6
    • @pnpm/lockfile.utils@1001.0.7
    • @pnpm/lockfile.verification@1001.1.3
    • @pnpm/lockfile.walker@1001.0.6
    • @pnpm/calc-dep-state@1001.0.9
    • @pnpm/core-loggers@1000.1.5
    • @pnpm/dependency-path@1000.0.6
    • @pnpm/get-context@1001.0.10
    • @pnpm/hoist@1001.0.10
    • @pnpm/link-bins@1000.0.9
    • @pnpm/modules-cleaner@1001.0.9
    • @pnpm/package-requester@1002.0.2
    • @pnpm/remove-bins@1000.0.7
    • @pnpm/manifest-utils@1000.0.7
    • @pnpm/read-project-manifest@1000.0.8
    • @pnpm/resolver-base@1000.2.1
    • @pnpm/store-controller-types@1001.0.5
    • @pnpm/worker@1000.1.2
    • @pnpm/lockfile.settings-checker@1001.0.6
    • @pnpm/crypto.hash@1000.1.1
    • @pnpm/pkg-manager.direct-dep-linker@1000.0.6

1005.0.1

Patch Changes

  • 36ff4bf: When installing different dependency packages, should retain the ignoredBuilds field in the .modules.yaml file #9240.
  • Updated dependencies [d612dcf]
  • Updated dependencies [f0f95ab]
  • Updated dependencies [d612dcf]
  • Updated dependencies [3d52365]
    • @pnpm/modules-yaml@1000.2.0
    • @pnpm/resolve-dependencies@1004.0.7
    • @pnpm/resolver-base@1000.2.0
    • @pnpm/get-context@1001.0.9
    • @pnpm/headless@1002.0.1
    • @pnpm/lockfile.preferred-versions@1000.0.8
    • @pnpm/lockfile.utils@1001.0.6
    • @pnpm/lockfile.verification@1001.1.2
    • @pnpm/package-requester@1002.0.1
    • @pnpm/store-controller-types@1001.0.4
    • @pnpm/lifecycle@1001.0.8
    • @pnpm/lockfile.filtering@1001.0.7
    • @pnpm/lockfile.fs@1001.1.7
    • @pnpm/lockfile-to-pnp@1001.0.8
    • @pnpm/calc-dep-state@1001.0.8
    • @pnpm/hoist@1001.0.9
    • @pnpm/modules-cleaner@1001.0.8
    • @pnpm/build-modules@1000.2.10
    • @pnpm/crypto.hash@1000.1.1
    • @pnpm/symlink-dependency@1000.0.5
    • @pnpm/lockfile.settings-checker@1001.0.5
    • @pnpm/worker@1000.1.1

1005.0.0

Patch Changes

  • Updated dependencies [2e05789]
    • @pnpm/worker@1000.1.0
    • @pnpm/build-modules@1000.2.9
    • @pnpm/headless@1002.0.0
    • @pnpm/package-requester@1002.0.0

1004.0.3

Patch Changes

  • @pnpm/crypto.hash@1000.1.1
  • @pnpm/worker@1000.0.8
  • @pnpm/lockfile.settings-checker@1001.0.5
  • @pnpm/lockfile.verification@1001.1.1
  • @pnpm/dependency-path@1000.0.5
  • @pnpm/build-modules@1000.2.8
  • @pnpm/headless@1001.2.5
  • @pnpm/package-requester@1001.0.4
  • @pnpm/lockfile.filtering@1001.0.6
  • @pnpm/lockfile.fs@1001.1.6
  • @pnpm/lockfile-to-pnp@1001.0.7
  • @pnpm/lockfile.pruner@1001.0.5
  • @pnpm/lockfile.utils@1001.0.5
  • @pnpm/lockfile.walker@1001.0.5
  • @pnpm/calc-dep-state@1001.0.7
  • @pnpm/hoist@1001.0.8
  • @pnpm/modules-cleaner@1001.0.7
  • @pnpm/resolve-dependencies@1004.0.6
  • @pnpm/get-context@1001.0.8
  • @pnpm/lockfile.preferred-versions@1000.0.7

1004.0.2

Patch Changes

  • @pnpm/resolve-dependencies@1004.0.5
  • @pnpm/headless@1001.2.4
  • @pnpm/package-requester@1001.0.3

1004.0.1

Patch Changes

  • e4eeafd: Fix a bug causing entries in the catalogs section of the pnpm-lock.yaml file to be removed when dedupe-peer-dependents=false on a filtered install. #9112
  • Updated dependencies [daf47e9]
  • Updated dependencies [daf47e9]
  • Updated dependencies [a5e4965]
    • @pnpm/crypto.hash@1000.1.0
    • @pnpm/lockfile.verification@1001.1.0
    • @pnpm/types@1000.2.1
    • @pnpm/link-bins@1000.0.8
    • @pnpm/remove-bins@1000.0.6
    • @pnpm/lockfile.settings-checker@1001.0.4
    • @pnpm/dependency-path@1000.0.4
    • @pnpm/normalize-registries@1000.0.4
    • @pnpm/build-modules@1000.2.7
    • @pnpm/lifecycle@1001.0.7
    • @pnpm/symlink-dependency@1000.0.5
    • @pnpm/hooks.read-package-hook@1000.0.6
    • @pnpm/hooks.types@1001.0.4
    • @pnpm/lockfile.filtering@1001.0.5
    • @pnpm/lockfile.fs@1001.1.5
    • @pnpm/lockfile-to-pnp@1001.0.6
    • @pnpm/lockfile.preferred-versions@1000.0.6
    • @pnpm/lockfile.pruner@1001.0.4
    • @pnpm/lockfile.utils@1001.0.4
    • @pnpm/lockfile.walker@1001.0.4
    • @pnpm/calc-dep-state@1001.0.6
    • @pnpm/core-loggers@1000.1.4
    • @pnpm/get-context@1001.0.7
    • @pnpm/headless@1001.2.4
    • @pnpm/hoist@1001.0.7
    • @pnpm/modules-cleaner@1001.0.6
    • @pnpm/modules-yaml@1000.1.4
    • @pnpm/package-requester@1001.0.3
    • @pnpm/resolve-dependencies@1004.0.4
    • @pnpm/manifest-utils@1000.0.6
    • @pnpm/read-project-manifest@1000.0.7
    • @pnpm/resolver-base@1000.1.4
    • @pnpm/store-controller-types@1001.0.3
    • @pnpm/worker@1000.0.7
    • @pnpm/pkg-manager.direct-dep-linker@1000.0.5

1004.0.0

Major Changes

  • 8fcc221: By default, don't allow to run scripts of dependencies.

Patch Changes

  • 41dada4: Fix a bug causing catalog snapshots to be removed from the pnpm-lock.yaml file when using --fix-lockfile and --filter. #8639
  • 2d16f7a: Fix a bug causing catalog protocol dependencies to not re-resolve on a filtered install #8638.
  • Updated dependencies [8fcc221]
    • @pnpm/types@1000.2.0
    • @pnpm/normalize-registries@1000.0.3
    • @pnpm/build-modules@1000.2.6
    • @pnpm/lifecycle@1001.0.6
    • @pnpm/symlink-dependency@1000.0.4
    • @pnpm/hooks.read-package-hook@1000.0.5
    • @pnpm/hooks.types@1001.0.3
    • @pnpm/lockfile.filtering@1001.0.4
    • @pnpm/lockfile.fs@1001.1.4
    • @pnpm/lockfile-to-pnp@1001.0.5
    • @pnpm/lockfile.preferred-versions@1000.0.5
    • @pnpm/lockfile.pruner@1001.0.3
    • @pnpm/lockfile.utils@1001.0.3
    • @pnpm/lockfile.verification@1001.0.6
    • @pnpm/lockfile.walker@1001.0.3
    • @pnpm/calc-dep-state@1001.0.5
    • @pnpm/core-loggers@1000.1.3
    • @pnpm/dependency-path@1000.0.3
    • @pnpm/get-context@1001.0.6
    • @pnpm/headless@1001.2.3
    • @pnpm/hoist@1001.0.6
    • @pnpm/link-bins@1000.0.7
    • @pnpm/modules-cleaner@1001.0.5
    • @pnpm/modules-yaml@1000.1.3
    • @pnpm/package-requester@1001.0.2
    • @pnpm/remove-bins@1000.0.5
    • @pnpm/resolve-dependencies@1004.0.3
    • @pnpm/manifest-utils@1000.0.5
    • @pnpm/read-project-manifest@1000.0.6
    • @pnpm/resolver-base@1000.1.3
    • @pnpm/store-controller-types@1001.0.2
    • @pnpm/worker@1000.0.6
    • @pnpm/crypto.hash@1000.0.0
    • @pnpm/lockfile.settings-checker@1001.0.3
    • @pnpm/pkg-manager.direct-dep-linker@1000.0.4

1003.0.2

Patch Changes

  • Updated dependencies [0205498]
    • @pnpm/build-modules@1000.2.5
    • @pnpm/lockfile.fs@1001.1.3
    • @pnpm/calc-dep-state@1001.0.4
    • @pnpm/headless@1001.2.2
    • @pnpm/lockfile-to-pnp@1001.0.4
    • @pnpm/get-context@1001.0.5
    • @pnpm/lockfile.verification@1001.0.5

1003.0.1

Patch Changes

  • Updated dependencies [a5b36b7]
    • @pnpm/headless@1001.2.1
    • @pnpm/build-modules@1000.2.4

1003.0.0

Major Changes

  • f6006f2: Changed the API of all the functions. Now they always return an ignoredBuilds array.

Minor Changes

  • f6006f2: Added a new setting called strict-dep-builds. When enabled, the installation will exit with a non-zero exit code if any dependencies have unreviewed build scripts (aka postinstall scripts) #9071.

Patch Changes

  • 3717340: Print the warning about blocked installation scripts at the end of the installation output and make it more prominent.
  • Updated dependencies [f6006f2]
  • Updated dependencies [3717340]
    • @pnpm/headless@1001.2.0
    • @pnpm/crypto.object-hasher@1000.0.1
    • @pnpm/calc-dep-state@1001.0.3
    • @pnpm/build-modules@1000.2.3

1002.0.4

Patch Changes

  • 9843aed: Don't read a package from side-effects cache if it isn't allowed to be built #9042.
  • Updated dependencies [9843aed]
    • @pnpm/headless@1001.1.5
    • @pnpm/build-modules@1000.2.2

1002.0.3

Patch Changes

  • e8c2b17: Prevent overrides from adding invalid version ranges to peerDependencies by keeping the peerDependencies and overriding them with prod dependencies #8978.
  • Updated dependencies [c0d1c01]
  • Updated dependencies [1e229d7]
  • Updated dependencies [e8c2b17]
    • @pnpm/lifecycle@1001.0.5
    • @pnpm/read-project-manifest@1000.0.5
    • @pnpm/hooks.read-package-hook@1000.0.4
    • @pnpm/resolve-dependencies@1004.0.2
    • @pnpm/build-modules@1000.2.1
    • @pnpm/headless@1001.1.4
    • @pnpm/link-bins@1000.0.6
    • @pnpm/hoist@1001.0.5
    • @pnpm/package-requester@1001.0.1

1002.0.2

Patch Changes

  • 2b49ee7: When running pnpm install, the preprepare and postprepare scripts of the project should be executed #8989.
  • Updated dependencies [2b49ee7]
  • Updated dependencies [ea58bfd]
  • Updated dependencies [9a44e6c]
  • Updated dependencies [b562deb]
  • Updated dependencies [7a9473b]
  • Updated dependencies [040e67b]
    • @pnpm/headless@1001.1.3
    • @pnpm/resolve-dependencies@1004.0.1
    • @pnpm/constants@1001.1.0
    • @pnpm/types@1000.1.1
    • @pnpm/build-modules@1000.2.0
    • @pnpm/lockfile.filtering@1001.0.3
    • @pnpm/lockfile.fs@1001.1.2
    • @pnpm/lockfile.pruner@1001.0.2
    • @pnpm/lockfile.verification@1001.0.4
    • @pnpm/calc-dep-state@1001.0.2
    • @pnpm/error@1000.0.2
    • @pnpm/get-context@1001.0.4
    • @pnpm/hoist@1001.0.4
    • @pnpm/normalize-registries@1000.0.2
    • @pnpm/lifecycle@1001.0.4
    • @pnpm/symlink-dependency@1000.0.3
    • @pnpm/hooks.read-package-hook@1000.0.3
    • @pnpm/hooks.types@1001.0.2
    • @pnpm/lockfile-to-pnp@1001.0.3
    • @pnpm/lockfile.preferred-versions@1000.0.4
    • @pnpm/lockfile.utils@1001.0.2
    • @pnpm/lockfile.walker@1001.0.2
    • @pnpm/core-loggers@1000.1.2
    • @pnpm/dependency-path@1000.0.2
    • @pnpm/link-bins@1000.0.5
    • @pnpm/modules-cleaner@1001.0.4
    • @pnpm/modules-yaml@1000.1.2
    • @pnpm/package-requester@1001.0.1
    • @pnpm/remove-bins@1000.0.4
    • @pnpm/manifest-utils@1000.0.4
    • @pnpm/read-project-manifest@1000.0.4
    • @pnpm/resolver-base@1000.1.2
    • @pnpm/store-controller-types@1001.0.1
    • @pnpm/worker@1000.0.5
    • @pnpm/parse-overrides@1000.0.2
    • @pnpm/crypto.hash@1000.0.0
    • @pnpm/lockfile.settings-checker@1001.0.2
    • @pnpm/pkg-manager.direct-dep-linker@1000.0.3

1002.0.1

Patch Changes

  • Updated dependencies [26fe994]
  • Updated dependencies [dde650b]
  • Updated dependencies [e050221]
  • Updated dependencies [dde650b]
    • @pnpm/resolve-dependencies@1004.0.0
    • @pnpm/read-project-manifest@1000.0.3
    • @pnpm/package-requester@1001.0.0
    • @pnpm/store-controller-types@1001.0.0
    • @pnpm/headless@1001.1.2
    • @pnpm/link-bins@1000.0.4
    • @pnpm/build-modules@1000.1.2
    • @pnpm/lifecycle@1001.0.3
    • @pnpm/modules-cleaner@1001.0.3
    • @pnpm/hoist@1001.0.3
    • @pnpm/worker@1000.0.4
    • @pnpm/crypto.hash@1000.0.0
    • @pnpm/symlink-dependency@1000.0.2
    • @pnpm/lockfile.settings-checker@1001.0.1
    • @pnpm/lockfile.verification@1001.0.3

1002.0.0

Major Changes

  • c7eefdd: The updateToLatest option is now part of projects/importers, instead of an option of the resolution/installation.

Patch Changes

  • Updated dependencies [9591a18]
  • Updated dependencies [c7eefdd]
    • @pnpm/types@1000.1.0
    • @pnpm/resolve-dependencies@1003.0.0
    • @pnpm/normalize-registries@1000.0.1
    • @pnpm/build-modules@1000.1.1
    • @pnpm/lifecycle@1001.0.2
    • @pnpm/symlink-dependency@1000.0.2
    • @pnpm/hooks.read-package-hook@1000.0.2
    • @pnpm/hooks.types@1001.0.1
    • @pnpm/lockfile.filtering@1001.0.2
    • @pnpm/lockfile.fs@1001.1.1
    • @pnpm/lockfile-to-pnp@1001.0.2
    • @pnpm/lockfile.preferred-versions@1000.0.3
    • @pnpm/lockfile.pruner@1001.0.1
    • @pnpm/lockfile.utils@1001.0.1
    • @pnpm/lockfile.verification@1001.0.3
    • @pnpm/lockfile.walker@1001.0.1
    • @pnpm/calc-dep-state@1001.0.1
    • @pnpm/core-loggers@1000.1.1
    • @pnpm/dependency-path@1000.0.1
    • @pnpm/get-context@1001.0.3
    • @pnpm/headless@1001.1.1
    • @pnpm/hoist@1001.0.2
    • @pnpm/link-bins@1000.0.3
    • @pnpm/modules-cleaner@1001.0.2
    • @pnpm/modules-yaml@1000.1.1
    • @pnpm/package-requester@1000.1.2
    • @pnpm/remove-bins@1000.0.3
    • @pnpm/manifest-utils@1000.0.3
    • @pnpm/read-project-manifest@1000.0.2
    • @pnpm/resolver-base@1000.1.1
    • @pnpm/store-controller-types@1000.1.1
    • @pnpm/worker@1000.0.3
    • @pnpm/crypto.hash@1000.0.0
    • @pnpm/lockfile.settings-checker@1001.0.1
    • @pnpm/pkg-manager.direct-dep-linker@1000.0.2

1001.1.0

Minor Changes

  • 4771813: Store the list of ignored builds in node_modules/.modules.yaml.

Patch Changes

  • Updated dependencies [516c4b3]
  • Updated dependencies [512465c]
  • Updated dependencies [7272992]
  • Updated dependencies [3bc9d5c]
  • Updated dependencies [516c4b3]
  • Updated dependencies [4771813]
    • @pnpm/core-loggers@1000.1.0
    • @pnpm/resolve-dependencies@1002.0.0
    • @pnpm/worker@1000.0.2
    • @pnpm/build-modules@1000.1.0
    • @pnpm/modules-yaml@1000.1.0
    • @pnpm/headless@1001.1.0
    • @pnpm/lifecycle@1001.0.1
    • @pnpm/symlink-dependency@1000.0.1
    • @pnpm/pkg-manager.direct-dep-linker@1000.0.1
    • @pnpm/get-context@1001.0.2
    • @pnpm/hoist@1001.0.1
    • @pnpm/modules-cleaner@1001.0.1
    • @pnpm/package-requester@1000.1.1
    • @pnpm/remove-bins@1000.0.2
    • @pnpm/manifest-utils@1000.0.2
    • @pnpm/lockfile.filtering@1001.0.1
    • @pnpm/lockfile.verification@1001.0.2
    • @pnpm/lockfile.preferred-versions@1000.0.2
    • @pnpm/link-bins@1000.0.2
    • @pnpm/crypto.hash@1000.0.0
    • @pnpm/lockfile.settings-checker@1001.0.0

1001.0.1

Patch Changes

  • Updated dependencies [3f0e4f0]
    • @pnpm/lockfile.fs@1001.1.0
    • @pnpm/lockfile-to-pnp@1001.0.1
    • @pnpm/get-context@1001.0.1
    • @pnpm/headless@1001.0.1
    • @pnpm/lockfile.verification@1001.0.1

1001.0.0

Major Changes

  • b0f3c71: Dependencies specified via a URL are now recorded in the lockfile using their final resolved URL. Thus, if the original URL redirects, the final redirect target will be saved in the lockfile #8833.
  • a76da0c: Removed lockfile conversion from v6 to v9. If you need to convert lockfile v6 to v9, use pnpm CLI v9.

Minor Changes

  • c0895e8: pnpm add will now check if the added dependency is in the default workspace catalog. If the added dependency is present in the default catalog and the version requirement of the added dependency matches the default catalog's version, then the pnpm add will use the catalog: protocol. Note that if no version is specified in the pnpm add it will match the version described in the default catalog. If the added dependency does not match the default catalog's version it will use the default pnpm add behavior #8640.
  • 6483b64: A new setting, inject-workspace-packages, has been added to allow hard-linking all local workspace dependencies instead of symlinking them. Previously, this behavior was achievable via the dependenciesMeta[].injected setting, which remains supported #8836.

Patch Changes

  • Updated dependencies [d2e83b0]
  • Updated dependencies [6483b64]
  • Updated dependencies [3a6a417]
  • Updated dependencies [a76da0c]
    • @pnpm/constants@1001.0.0
    • @pnpm/resolve-dependencies@1001.0.0
    • @pnpm/package-requester@1000.1.0
    • @pnpm/store-controller-types@1000.1.0
    • @pnpm/lockfile.settings-checker@1001.0.0
    • @pnpm/resolver-base@1000.1.0
    • @pnpm/lifecycle@1001.0.0
    • @pnpm/modules-cleaner@1001.0.0
    • @pnpm/lockfile-to-pnp@1001.0.0
    • @pnpm/calc-dep-state@1001.0.0
    • @pnpm/get-context@1001.0.0
    • @pnpm/lockfile.verification@1001.0.0
    • @pnpm/headless@1001.0.0
    • @pnpm/lockfile.filtering@1001.0.0
    • @pnpm/hoist@1001.0.0
    • @pnpm/lockfile.pruner@1001.0.0
    • @pnpm/lockfile.walker@1001.0.0
    • @pnpm/lockfile.utils@1001.0.0
    • @pnpm/hooks.types@1001.0.0
    • @pnpm/lockfile.fs@1001.0.0
    • @pnpm/error@1000.0.1
    • @pnpm/build-modules@1000.0.1
    • @pnpm/lockfile.preferred-versions@1000.0.1
    • @pnpm/parse-overrides@1000.0.1
    • @pnpm/hooks.read-package-hook@1000.0.1
    • @pnpm/link-bins@1000.0.1
    • @pnpm/manifest-utils@1000.0.1
    • @pnpm/read-project-manifest@1000.0.1
    • @pnpm/worker@1000.0.1
    • @pnpm/crypto.hash@1000.0.0
    • @pnpm/symlink-dependency@1000.0.0
    • @pnpm/remove-bins@1000.0.1

16.0.0

Major Changes

  • 477e0c1: The pnpm link command adds overrides to the root package.json. In a workspace the override is added to the root of the workspace, so it links the dependency to all projects in a workspace.

    To link a package globally, just run pnpm link from the package's directory. Previously, the command pnpm link -g was required to link a package globally.

    Related PR: #8653.

  • 501c152: Changed the hash stored in the packageExtensionsChecksum field of pnpm-lock.yaml to SHA256.

  • d433cb9: Some registries allow identical content to be published under different package names or versions. To accommodate this, index files in the store are now stored using both the content hash and package identifier.

    This approach ensures that we can:

    1. Validate that the integrity in the lockfile corresponds to the correct package, which might not be the case after a poorly resolved Git conflict.
    2. Allow the same content to be referenced by different packages or different versions of the same package.

    Related PR: #8510 Related issue: #8204

  • 099e6af: Changed the structure of the index files in the store to store side effects cache information more efficiently. In the new version, side effects do not list all the files of the package but just the differences #8636.

  • d55b259: Escape the # character in directory names within the virtual store (node_modules/.pnpm) #8557.

Patch Changes

  • 7cd0d20: Fix for headless install crashing when modules directory disabled (enable-modules-dir set to false) and patched dependencies are present #8727.
  • 9ea8fa4: Don't validate (and possibly purge) modules directory in operations that do not mutate the structure (e.g. mutateModules({ ... }, { ..., lockfileOnly: true })) #8657.
  • Updated dependencies [19d5b51]
  • Updated dependencies [8108680]
  • Updated dependencies [dcd2917]
  • Updated dependencies [dcd2917]
  • Updated dependencies [19d5b51]
  • Updated dependencies [5b91ec4]
  • Updated dependencies [9ea8fa4]
  • Updated dependencies [7fb4371]
  • Updated dependencies [9ea8fa4]
  • Updated dependencies [ee5dde3]
  • Updated dependencies [52d2965]
  • Updated dependencies [9ea8fa4]
  • Updated dependencies [d433cb9]
  • Updated dependencies [7cd0d20]
  • Updated dependencies [099e6af]
  • Updated dependencies [bd01a2a]
  • Updated dependencies [9ea8fa4]
  • Updated dependencies [501c152]
  • Updated dependencies [9ea8fa4]
  • Updated dependencies [d55b259]
  • Updated dependencies [c4f5231]
    • @pnpm/constants@10.0.0
    • @pnpm/dependency-path@6.0.0
    • @pnpm/crypto.hash@1.0.0
    • @pnpm/lockfile.verification@1.1.0
    • @pnpm/resolve-dependencies@36.0.7
    • @pnpm/get-context@13.0.0
    • @pnpm/hooks.read-package-hook@6.0.0
    • @pnpm/package-requester@26.0.0
    • @pnpm/headless@24.0.0
    • @pnpm/worker@2.0.0
    • @pnpm/crypto.object-hasher@3.0.0
    • @pnpm/lockfile.filtering@1.0.8
    • @pnpm/lockfile.fs@1.0.6
    • @pnpm/lockfile.pruner@0.0.7
    • @pnpm/calc-dep-state@7.0.11
    • @pnpm/error@6.0.3
    • @pnpm/hoist@9.1.16
    • @pnpm/lockfile-to-pnp@4.1.15
    • @pnpm/lockfile.utils@1.0.5
    • @pnpm/lockfile.walker@1.0.5
    • @pnpm/modules-cleaner@15.1.17
    • @pnpm/lockfile.settings-checker@1.0.2
    • @pnpm/store-controller-types@18.1.6
    • @pnpm/build-modules@14.0.6
    • @pnpm/parse-overrides@5.1.2
    • @pnpm/lifecycle@17.1.6
    • @pnpm/link-bins@10.0.12
    • @pnpm/manifest-utils@6.0.10
    • @pnpm/read-project-manifest@6.0.10
    • @pnpm/lockfile.preferred-versions@1.0.15
    • @pnpm/symlink-dependency@8.0.8
    • @pnpm/remove-bins@6.0.10

15.3.8

Patch Changes

  • 222d10a: Use crypto.hash, when available, for improved performance #8629.
  • Updated dependencies [f9a095c]
  • Updated dependencies [222d10a]
  • Updated dependencies [222d10a]
    • @pnpm/get-context@12.0.7
    • @pnpm/crypto.polyfill@1.0.0
    • @pnpm/worker@1.0.13
    • @pnpm/lockfile.verification@1.0.6
    • @pnpm/crypto.base32-hash@3.0.1
    • @pnpm/resolve-dependencies@36.0.6
    • @pnpm/build-modules@14.0.5
    • @pnpm/headless@23.2.8
    • @pnpm/package-requester@25.2.10
    • @pnpm/lockfile.settings-checker@1.0.1
    • @pnpm/dependency-path@5.1.7
    • @pnpm/lockfile.filtering@1.0.7
    • @pnpm/lockfile.fs@1.0.5
    • @pnpm/lockfile-to-pnp@4.1.14
    • @pnpm/lockfile.pruner@0.0.6
    • @pnpm/lockfile.utils@1.0.4
    • @pnpm/lockfile.walker@1.0.4
    • @pnpm/calc-dep-state@7.0.10
    • @pnpm/hoist@9.1.15
    • @pnpm/modules-cleaner@15.1.16
    • @pnpm/lockfile.preferred-versions@1.0.14
    • @pnpm/lifecycle@17.1.5
    • @pnpm/symlink-dependency@8.0.8
    • @pnpm/link-bins@10.0.11

15.3.7

Patch Changes

  • a943fc9: When the lockfile is not up to date make it clear what package.json is out of sync.
    • @pnpm/headless@23.2.7
    • @pnpm/package-requester@25.2.9
    • @pnpm/worker@1.0.12
    • @pnpm/build-modules@14.0.4
    • @pnpm/lifecycle@17.1.5
    • @pnpm/symlink-dependency@8.0.8
    • @pnpm/lockfile.settings-checker@1.0.0
    • @pnpm/lockfile.verification@1.0.5
    • @pnpm/crypto.base32-hash@3.0.0
    • @pnpm/link-bins@10.0.11

15.3.6

Patch Changes

  • Updated dependencies [4f4e073]
  • Updated dependencies [17b5088]
  • Updated dependencies [51f3ba1]
    • @pnpm/resolve-dependencies@36.0.5
    • @pnpm/lockfile.filtering@1.0.6
    • @pnpm/lockfile.settings-checker@1.0.0
    • @pnpm/headless@23.2.6
    • @pnpm/modules-cleaner@15.1.15

15.3.5

Patch Changes

  • Updated dependencies [83681da]
  • Updated dependencies [b7fb704]
  • Updated dependencies [d7b9ae5]
    • @pnpm/constants@9.0.0
    • @pnpm/hooks.read-package-hook@5.1.0
    • @pnpm/resolve-dependencies@36.0.4
    • @pnpm/lockfile.filtering@1.0.5
    • @pnpm/lockfile.fs@1.0.4
    • @pnpm/lockfile.pruner@0.0.5
    • @pnpm/lockfile.verification@1.0.5
    • @pnpm/calc-dep-state@7.0.9
    • @pnpm/error@6.0.2
    • @pnpm/get-context@12.0.6
    • @pnpm/headless@23.2.5
    • @pnpm/hoist@9.1.14
    • @pnpm/modules-cleaner@15.1.14
    • @pnpm/lockfile-to-pnp@4.1.13
    • @pnpm/build-modules@14.0.3
    • @pnpm/parse-overrides@5.1.1
    • @pnpm/lifecycle@17.1.5
    • @pnpm/link-bins@10.0.11
    • @pnpm/package-requester@25.2.8
    • @pnpm/manifest-utils@6.0.9
    • @pnpm/read-project-manifest@6.0.9
    • @pnpm/worker@1.0.11
    • @pnpm/symlink-dependency@8.0.8
    • @pnpm/crypto.base32-hash@3.0.0
    • @pnpm/lockfile.preferred-versions@1.0.13
    • @pnpm/remove-bins@6.0.9

15.3.4

Patch Changes

  • e50baa8: Don't print a warning when linking packages globally #4761.
  • ad1fd64: Do not save lockfile when saveLockfile is false.
  • Updated dependencies [ad1fd64]
    • @pnpm/headless@23.2.4

15.3.3

Patch Changes

  • Updated dependencies [d500d9f]
    • @pnpm/types@12.2.0
    • @pnpm/normalize-registries@6.0.7
    • @pnpm/build-modules@14.0.2
    • @pnpm/lifecycle@17.1.4
    • @pnpm/symlink-dependency@8.0.8
    • @pnpm/hooks.read-package-hook@5.0.3
    • @pnpm/hooks.types@2.0.9
    • @pnpm/lockfile.filtering@1.0.4
    • @pnpm/lockfile.fs@1.0.3
    • @pnpm/lockfile-to-pnp@4.1.12
    • @pnpm/lockfile.preferred-versions@1.0.12
    • @pnpm/lockfile.pruner@0.0.4
    • @pnpm/lockfile.utils@1.0.3
    • @pnpm/lockfile.verification@1.0.4
    • @pnpm/lockfile.walker@1.0.3
    • @pnpm/calc-dep-state@7.0.8
    • @pnpm/core-loggers@10.0.7
    • @pnpm/dependency-path@5.1.6
    • @pnpm/get-context@12.0.5
    • @pnpm/headless@23.2.3
    • @pnpm/hoist@9.1.13
    • @pnpm/link-bins@10.0.10
    • @pnpm/modules-cleaner@15.1.13
    • @pnpm/modules-yaml@13.1.7
    • @pnpm/package-requester@25.2.7
    • @pnpm/remove-bins@6.0.8
    • @pnpm/resolve-dependencies@36.0.3
    • @pnpm/manifest-utils@6.0.8
    • @pnpm/read-project-manifest@6.0.8
    • @pnpm/resolver-base@13.0.4
    • @pnpm/store-controller-types@18.1.6
    • @pnpm/worker@1.0.10
    • @pnpm/crypto.base32-hash@3.0.0
    • @pnpm/pkg-manager.direct-dep-linker@3.0.8

15.3.2

Patch Changes

  • Updated dependencies [96aa4bc]
    • @pnpm/resolve-dependencies@36.0.2

15.3.1

Patch Changes

  • Updated dependencies [7ee59a1]
    • @pnpm/types@12.1.0
    • @pnpm/normalize-registries@6.0.6
    • @pnpm/build-modules@14.0.1
    • @pnpm/lifecycle@17.1.3
    • @pnpm/symlink-dependency@8.0.7
    • @pnpm/hooks.read-package-hook@5.0.2
    • @pnpm/hooks.types@2.0.8
    • @pnpm/lockfile.filtering@1.0.3
    • @pnpm/lockfile.fs@1.0.2
    • @pnpm/lockfile-to-pnp@4.1.11
    • @pnpm/lockfile.preferred-versions@1.0.11
    • @pnpm/lockfile.pruner@0.0.3
    • @pnpm/lockfile.utils@1.0.2
    • @pnpm/lockfile.verification@1.0.3
    • @pnpm/lockfile.walker@1.0.2
    • @pnpm/calc-dep-state@7.0.7
    • @pnpm/core-loggers@10.0.6
    • @pnpm/dependency-path@5.1.5
    • @pnpm/get-context@12.0.4
    • @pnpm/headless@23.2.2
    • @pnpm/hoist@9.1.12
    • @pnpm/link-bins@10.0.9
    • @pnpm/modules-cleaner@15.1.12
    • @pnpm/modules-yaml@13.1.6
    • @pnpm/package-requester@25.2.6
    • @pnpm/remove-bins@6.0.7
    • @pnpm/resolve-dependencies@36.0.1
    • @pnpm/manifest-utils@6.0.7
    • @pnpm/read-project-manifest@6.0.7
    • @pnpm/resolver-base@13.0.3
    • @pnpm/store-controller-types@18.1.5
    • @pnpm/worker@1.0.9
    • @pnpm/crypto.base32-hash@3.0.0
    • @pnpm/pkg-manager.direct-dep-linker@3.0.7

15.3.0

Minor Changes

  • 2393a49: Minor breaking change. This change might result in resolving your peer dependencies slightly differently but we don't expect it to introduce issues.

    We had to optimize how we resolve peer dependencies in order to fix some infinite loops and out-of-memory errors during peer dependencies resolution.

    When a peer dependency is a prod dependency somewhere in the dependency graph (with the same version), pnpm will resolve the peers of that peer dependency in the same way across the subgraph.

    For example, we have react-dom in the peer deps of the form and button packages. card has react-dom and react as regular dependencies and card is a dependency of form.

    These are the direct dependencies of our example project:

    form
    react@16
    react-dom@16
    

    These are the dependencies of card:

    button
    react@17
    react-dom@16
    

    When resolving peers, pnpm will not re-resolve react-dom for card, even though card shadows react@16 from the root with react@17. So, all 3 packages (form, card, and button) will use react-dom@16, which in turn uses react@16. form will use react@16, while card and button will use react@17.

    Before this optimization react-dom@16 was duplicated for the card, so that card and button would use a react-dom@16 instance that uses react@17.

    Before the change:

    form
    -> react-dom@16(react@16)
    -> react@16
    card
    -> react-dom@16(react@17)
    -> react@17
    button
    -> react-dom@16(react@17)
    -> react@17
    

    After the change

    form
    -> react-dom@16(react@16)
    -> react@16
    card
    -> react-dom@16(react@16)
    -> react@17
    button
    -> react-dom@16(react@16)
    -> react@17
    

Patch Changes

  • Updated dependencies [2393a49]
    • @pnpm/resolve-dependencies@36.0.0

15.2.4

Patch Changes

  • @pnpm/lockfile.filtering@1.0.2
  • @pnpm/headless@23.2.1
  • @pnpm/package-requester@25.2.5
  • @pnpm/modules-cleaner@15.1.11

15.2.3

Patch Changes

  • 39f693b: Don't fail on skipped optional dependencies, when searching for dependencies that should be built.

15.2.2

Patch Changes

  • 8e055d2: Don't fail on skipped optional dependencies, when searching for dependencies that should be built.

15.2.1

Patch Changes

  • Updated dependencies [dc902fd]
    • @pnpm/lockfile.verification@1.0.2

15.2.0

Minor Changes

  • cb006df: Add ability to apply patch to all versions: If the key of pnpm.patchedDependencies is a package name without a version (e.g. pkg), pnpm will attempt to apply the patch to all versions of the package, failure will be skipped. If it is a package name and an exact version (e.g. pkg@x.y.z), pnpm will attempt to apply the patch to that exact version only, failure will cause pnpm to fail.

    If there's only one version of pkg installed, pnpm patch pkg and subsequent pnpm patch-commit $edit_dir will create an entry named pkg in pnpm.patchedDependencies. And pnpm will attempt to apply this patch to other versions of pkg in the future.

    If there's multiple versions of pkg installed, pnpm patch pkg will ask which version to edit and whether to attempt to apply the patch to all. If the user chooses to apply the patch to all, pnpm patch-commit $edit_dir would create a pkg entry in pnpm.patchedDependencies. If the user chooses not to apply the patch to all, pnpm patch-commit $edit_dir would create a pkg@x.y.z entry in pnpm.patchedDependencies with x.y.z being the version the user chose to edit.

    If the user runs pnpm patch pkg@x.y.z with x.y.z being the exact version of pkg that has been installed, pnpm patch-commit $edit_dir will always create a pkg@x.y.z entry in pnpm.patchedDependencies.

  • 09876c9: Add an option to return the list of dependencies that require a build.

Patch Changes

  • Updated dependencies [cb006df]
    • @pnpm/build-modules@14.0.0
    • @pnpm/headless@23.2.0
    • @pnpm/resolve-dependencies@35.0.0
    • @pnpm/types@12.0.0
    • @pnpm/hooks.types@2.0.7
    • @pnpm/lockfile.filtering@1.0.1
    • @pnpm/lockfile.fs@1.0.1
    • @pnpm/lockfile.pruner@0.0.2
    • @pnpm/lockfile.utils@1.0.1
    • @pnpm/lockfile.verification@1.0.1
    • @pnpm/lockfile.walker@1.0.1
    • @pnpm/calc-dep-state@7.0.6
    • @pnpm/hoist@9.1.11
    • @pnpm/modules-cleaner@15.1.10
    • @pnpm/normalize-registries@6.0.5
    • @pnpm/lifecycle@17.1.2
    • @pnpm/symlink-dependency@8.0.6
    • @pnpm/hooks.read-package-hook@5.0.1
    • @pnpm/lockfile-to-pnp@4.1.10
    • @pnpm/lockfile.preferred-versions@1.0.10
    • @pnpm/core-loggers@10.0.5
    • @pnpm/dependency-path@5.1.4
    • @pnpm/get-context@12.0.3
    • @pnpm/link-bins@10.0.8
    • @pnpm/modules-yaml@13.1.5
    • @pnpm/package-requester@25.2.4
    • @pnpm/remove-bins@6.0.6
    • @pnpm/manifest-utils@6.0.6
    • @pnpm/read-project-manifest@6.0.6
    • @pnpm/resolver-base@13.0.2
    • @pnpm/store-controller-types@18.1.4
    • @pnpm/worker@1.0.8
    • @pnpm/crypto.base32-hash@3.0.0
    • @pnpm/pkg-manager.direct-dep-linker@3.0.6

15.1.1

Patch Changes

  • Updated dependencies [9899576]
  • Updated dependencies [8055a30]
  • Updated dependencies [c92f4bf]
  • Updated dependencies [c5ef9b0]
  • Updated dependencies [daa45df]
  • Updated dependencies [8055a30]
  • Updated dependencies [9682129]
  • Updated dependencies [2e3eae3]
    • @pnpm/lifecycle@17.1.1
    • @pnpm/lockfile.filtering@1.0.0
    • @pnpm/lockfile.walker@1.0.0
    • @pnpm/lockfile.utils@1.0.0
    • @pnpm/lockfile.pruner@0.0.1
    • @pnpm/lockfile.fs@1.0.0
    • @pnpm/resolve-dependencies@34.0.3
    • @pnpm/lockfile.verification@1.0.0
    • @pnpm/build-modules@13.0.8
    • @pnpm/headless@23.1.11
    • @pnpm/modules-cleaner@15.1.9
    • @pnpm/hoist@9.1.10
    • @pnpm/lockfile-to-pnp@4.1.9
    • @pnpm/lockfile.preferred-versions@1.0.9
    • @pnpm/calc-dep-state@7.0.5
    • @pnpm/get-context@12.0.2
    • @pnpm/hooks.types@2.0.6
    • @pnpm/symlink-dependency@8.0.5
    • @pnpm/crypto.base32-hash@3.0.0
    • @pnpm/package-requester@25.2.3
    • @pnpm/link-bins@10.0.7

15.1.0

Minor Changes

  • 0f0e441: Overrides now support catalogs #8303.
  • 0ef168b: Support specifying node version (via pnpm.executionEnv.nodeVersion in package.json) for running lifecycle scripts per each package in a workspace #6720.

Patch Changes

  • Updated dependencies [0f0e441]
  • Updated dependencies [0ef168b]
    • @pnpm/hooks.read-package-hook@5.0.0
    • @pnpm/parse-overrides@5.1.0
    • @pnpm/lifecycle@17.1.0
    • @pnpm/types@11.1.0
    • @pnpm/build-modules@13.0.7
    • @pnpm/headless@23.1.10
    • @pnpm/normalize-registries@6.0.4
    • @pnpm/symlink-dependency@8.0.5
    • @pnpm/hooks.types@2.0.5
    • @pnpm/filter-lockfile@9.0.9
    • @pnpm/lockfile-file@9.1.3
    • @pnpm/lockfile-to-pnp@4.1.8
    • @pnpm/lockfile-utils@11.0.4
    • @pnpm/lockfile-walker@9.0.4
    • @pnpm/lockfile.preferred-versions@1.0.8
    • @pnpm/prune-lockfile@6.1.4
    • @pnpm/calc-dep-state@7.0.4
    • @pnpm/core-loggers@10.0.4
    • @pnpm/dependency-path@5.1.3
    • @pnpm/get-context@12.0.1
    • @pnpm/hoist@9.1.9
    • @pnpm/link-bins@10.0.7
    • @pnpm/modules-cleaner@15.1.8
    • @pnpm/modules-yaml@13.1.4
    • @pnpm/package-requester@25.2.3
    • @pnpm/remove-bins@6.0.5
    • @pnpm/resolve-dependencies@34.0.2
    • @pnpm/manifest-utils@6.0.5
    • @pnpm/read-package-json@9.0.5
    • @pnpm/read-project-manifest@6.0.5
    • @pnpm/resolver-base@13.0.1
    • @pnpm/store-controller-types@18.1.3
    • @pnpm/worker@1.0.7
    • @pnpm/crypto.base32-hash@3.0.0
    • @pnpm/pkg-manager.direct-dep-linker@3.0.5

15.0.1

Patch Changes

  • afe520d: Update symlink-dir to v6.0.1.
  • Updated dependencies [afe520d]
  • Updated dependencies [afe520d]
    • @pnpm/resolve-dependencies@34.0.1
    • @pnpm/symlink-dependency@8.0.4
    • @pnpm/hoist@9.1.8
    • @pnpm/link-bins@10.0.6
    • @pnpm/headless@23.1.9
    • @pnpm/package-requester@25.2.2
    • @pnpm/worker@1.0.6
    • @pnpm/pkg-manager.direct-dep-linker@3.0.4
    • @pnpm/build-modules@13.0.6
    • @pnpm/lifecycle@17.0.8
    • @pnpm/crypto.base32-hash@3.0.0

15.0.0

Major Changes

  • dd00eeb: Renamed dir to rootDir in the Project object.

Patch Changes

  • Updated dependencies [9bf9f71]
  • Updated dependencies [dd00eeb]
  • Updated dependencies [fd884c1]
  • Updated dependencies
    • @pnpm/resolve-dependencies@34.0.0
    • @pnpm/get-context@12.0.0
    • @pnpm/resolver-base@13.0.0
    • @pnpm/types@11.0.0
    • @pnpm/build-modules@13.0.5
    • @pnpm/lockfile-utils@11.0.3
    • @pnpm/lockfile.preferred-versions@1.0.7
    • @pnpm/package-requester@25.2.1
    • @pnpm/store-controller-types@18.1.2
    • @pnpm/normalize-registries@6.0.3
    • @pnpm/lifecycle@17.0.7
    • @pnpm/symlink-dependency@8.0.3
    • @pnpm/hooks.read-package-hook@4.0.5
    • @pnpm/hooks.types@2.0.4
    • @pnpm/filter-lockfile@9.0.8
    • @pnpm/lockfile-file@9.1.2
    • @pnpm/lockfile-to-pnp@4.1.7
    • @pnpm/lockfile-walker@9.0.3
    • @pnpm/prune-lockfile@6.1.3
    • @pnpm/calc-dep-state@7.0.3
    • @pnpm/core-loggers@10.0.3
    • @pnpm/dependency-path@5.1.2
    • @pnpm/headless@23.1.8
    • @pnpm/hoist@9.1.7
    • @pnpm/link-bins@10.0.5
    • @pnpm/modules-cleaner@15.1.7
    • @pnpm/modules-yaml@13.1.3
    • @pnpm/remove-bins@6.0.4
    • @pnpm/manifest-utils@6.0.4
    • @pnpm/read-package-json@9.0.4
    • @pnpm/read-project-manifest@6.0.4
    • @pnpm/worker@1.0.5
    • @pnpm/crypto.base32-hash@3.0.0
    • @pnpm/pkg-manager.direct-dep-linker@3.0.3

14.2.1

Patch Changes

  • 13e55b2: If install is performed on a subset of workspace projects, always create an up-to-date lockfile first. So, a partial install can be performed only on a fully resolved (non-partial) lockfile #8165.
  • Updated dependencies [7c6c923]
  • Updated dependencies [13e55b2]
    • @pnpm/package-requester@25.2.0
    • @pnpm/get-context@11.2.1
    • @pnpm/types@10.1.1
    • @pnpm/headless@23.1.7
    • @pnpm/normalize-registries@6.0.2
    • @pnpm/build-modules@13.0.4
    • @pnpm/lifecycle@17.0.6
    • @pnpm/symlink-dependency@8.0.2
    • @pnpm/hooks.read-package-hook@4.0.4
    • @pnpm/hooks.types@2.0.3
    • @pnpm/filter-lockfile@9.0.7
    • @pnpm/lockfile-file@9.1.1
    • @pnpm/lockfile-to-pnp@4.1.6
    • @pnpm/lockfile-utils@11.0.2
    • @pnpm/lockfile-walker@9.0.2
    • @pnpm/lockfile.preferred-versions@1.0.6
    • @pnpm/prune-lockfile@6.1.2
    • @pnpm/calc-dep-state@7.0.2
    • @pnpm/core-loggers@10.0.2
    • @pnpm/dependency-path@5.1.1
    • @pnpm/hoist@9.1.6
    • @pnpm/link-bins@10.0.4
    • @pnpm/modules-cleaner@15.1.6
    • @pnpm/modules-yaml@13.1.2
    • @pnpm/remove-bins@6.0.3
    • @pnpm/resolve-dependencies@33.1.1
    • @pnpm/manifest-utils@6.0.3
    • @pnpm/read-package-json@9.0.3
    • @pnpm/read-project-manifest@6.0.3
    • @pnpm/resolver-base@12.0.2
    • @pnpm/store-controller-types@18.1.1
    • @pnpm/worker@1.0.4
    • @pnpm/crypto.base32-hash@3.0.0
    • @pnpm/pkg-manager.direct-dep-linker@3.0.2

14.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.

Patch Changes

  • Updated dependencies [47341e5]
    • @pnpm/resolve-dependencies@33.1.0
    • @pnpm/dependency-path@5.1.0
    • @pnpm/get-context@11.2.0
    • @pnpm/lockfile-file@9.1.0
    • @pnpm/filter-lockfile@9.0.6
    • @pnpm/lockfile-to-pnp@4.1.5
    • @pnpm/lockfile-utils@11.0.1
    • @pnpm/lockfile-walker@9.0.1
    • @pnpm/prune-lockfile@6.1.1
    • @pnpm/calc-dep-state@7.0.1
    • @pnpm/headless@23.1.6
    • @pnpm/hoist@9.1.5
    • @pnpm/modules-cleaner@15.1.5
    • @pnpm/package-requester@25.1.4
    • @pnpm/hooks.types@2.0.2
    • @pnpm/lockfile.preferred-versions@1.0.5
    • @pnpm/build-modules@13.0.3
    • @pnpm/symlink-dependency@8.0.1
    • @pnpm/crypto.base32-hash@3.0.0
    • @pnpm/lifecycle@17.0.5
    • @pnpm/link-bins@10.0.3

14.1.9

Patch Changes

  • Updated dependencies [b3a2f9c]
  • Updated dependencies [80aaa9f]
    • @pnpm/lockfile-to-pnp@4.1.4
    • @pnpm/link-bins@10.0.3
    • @pnpm/headless@23.1.5
    • @pnpm/build-modules@13.0.2
    • @pnpm/lifecycle@17.0.5
    • @pnpm/hoist@9.1.4
    • @pnpm/package-requester@25.1.3

14.1.8

Patch Changes

  • Updated dependencies [74c1057]
    • @pnpm/resolve-dependencies@33.0.4

14.1.7

Patch Changes

  • Updated dependencies [4b65113]
    • @pnpm/resolve-dependencies@33.0.3

14.1.6

Patch Changes

  • 27c33f0: Fix a bug in which a dependency that is both optional for one package but non-optional for another is omitted when optional=false #8066.
  • Updated dependencies [81d90c9]
  • Updated dependencies [27c33f0]
    • @pnpm/resolve-dependencies@33.0.2
    • @pnpm/prune-lockfile@6.1.0

14.1.5

Patch Changes

  • Updated dependencies [0c08e1c]
    • @pnpm/store-controller-types@18.1.0
    • @pnpm/resolve-dependencies@33.0.1
    • @pnpm/build-modules@13.0.1
    • @pnpm/lifecycle@17.0.4
    • @pnpm/headless@23.1.4
    • @pnpm/modules-cleaner@15.1.4
    • @pnpm/package-requester@25.1.3
    • @pnpm/worker@1.0.3
    • @pnpm/symlink-dependency@8.0.1
    • @pnpm/crypto.base32-hash@3.0.0
    • @pnpm/link-bins@10.0.2

14.1.4

Patch Changes

  • Updated dependencies [ef73c19]
  • Updated dependencies [471ee65]
  • Updated dependencies [45f4262]
  • Updated dependencies
    • @pnpm/resolve-dependencies@33.0.0
    • @pnpm/types@10.1.0
    • @pnpm/build-modules@13.0.0
    • @pnpm/lockfile-utils@11.0.0
    • @pnpm/lockfile-walker@9.0.0
    • @pnpm/calc-dep-state@7.0.0
    • @pnpm/dependency-path@5.0.0
    • @pnpm/normalize-registries@6.0.1
    • @pnpm/lifecycle@17.0.3
    • @pnpm/symlink-dependency@8.0.1
    • @pnpm/hooks.read-package-hook@4.0.3
    • @pnpm/hooks.types@2.0.1
    • @pnpm/filter-lockfile@9.0.5
    • @pnpm/lockfile-file@9.0.6
    • @pnpm/lockfile-to-pnp@4.1.3
    • @pnpm/lockfile.preferred-versions@1.0.4
    • @pnpm/prune-lockfile@6.0.2
    • @pnpm/core-loggers@10.0.1
    • @pnpm/get-context@11.1.3
    • @pnpm/headless@23.1.3
    • @pnpm/hoist@9.1.3
    • @pnpm/link-bins@10.0.2
    • @pnpm/modules-cleaner@15.1.3
    • @pnpm/modules-yaml@13.1.1
    • @pnpm/package-requester@25.1.2
    • @pnpm/remove-bins@6.0.2
    • @pnpm/manifest-utils@6.0.2
    • @pnpm/read-package-json@9.0.2
    • @pnpm/read-project-manifest@6.0.2
    • @pnpm/resolver-base@12.0.1
    • @pnpm/store-controller-types@18.0.1
    • @pnpm/worker@1.0.2
    • @pnpm/crypto.base32-hash@3.0.0
    • @pnpm/pkg-manager.direct-dep-linker@3.0.1

14.1.3

Patch Changes

  • Updated dependencies [b1d7f8c]
  • Updated dependencies [b1d7f8c]
  • Updated dependencies [a7aef51]
    • @pnpm/hooks.read-package-hook@4.0.2
    • @pnpm/error@6.0.1
    • @pnpm/lifecycle@17.0.2
    • @pnpm/filter-lockfile@9.0.4
    • @pnpm/lockfile-file@9.0.5
    • @pnpm/get-context@11.1.2
    • @pnpm/headless@23.1.2
    • @pnpm/link-bins@10.0.1
    • @pnpm/package-requester@25.1.1
    • @pnpm/resolve-dependencies@32.1.3
    • @pnpm/manifest-utils@6.0.1
    • @pnpm/read-package-json@9.0.1
    • @pnpm/read-project-manifest@6.0.1
    • @pnpm/worker@1.0.1
    • @pnpm/build-modules@12.0.4
    • @pnpm/modules-cleaner@15.1.2
    • @pnpm/lockfile-to-pnp@4.1.2
    • @pnpm/hoist@9.1.2
    • @pnpm/lockfile.preferred-versions@1.0.3
    • @pnpm/remove-bins@6.0.1

14.1.2

Patch Changes

  • Updated dependencies [2cb67d7]
    • @pnpm/resolve-dependencies@32.1.2
    • @pnpm/headless@23.1.1
    • @pnpm/package-requester@25.1.0

14.1.1

Patch Changes

  • Updated dependencies [db1d6ff]
  • Updated dependencies [7a0536e]
  • Updated dependencies [cb0f459]
    • @pnpm/deps.graph-sequencer@2.0.1
    • @pnpm/resolve-dependencies@32.1.1
    • @pnpm/lockfile-utils@10.1.1
    • @pnpm/build-modules@12.0.3
    • @pnpm/filter-lockfile@9.0.3
    • @pnpm/lockfile-file@9.0.4
    • @pnpm/lockfile-to-pnp@4.1.1
    • @pnpm/lockfile.preferred-versions@1.0.2
    • @pnpm/headless@23.1.1
    • @pnpm/hoist@9.1.1
    • @pnpm/modules-cleaner@15.1.1
    • @pnpm/get-context@11.1.1
    • @pnpm/package-requester@25.1.0

14.1.0

Minor Changes

  • 9719a42: New setting called virtual-store-dir-max-length added to modify the maximum allowed length of the directories inside node_modules/.pnpm. The default length is set to 120 characters. This setting is particularly useful on Windows, where there is a limit to the maximum length of a file path #7355.

Patch Changes

  • Updated dependencies [1a6f7fb]
  • Updated dependencies [9719a42]
    • @pnpm/resolve-dependencies@32.1.0
    • @pnpm/dependency-path@4.0.0
    • @pnpm/package-requester@25.1.0
    • @pnpm/modules-cleaner@15.1.0
    • @pnpm/lockfile-to-pnp@4.1.0
    • @pnpm/modules-yaml@13.1.0
    • @pnpm/lockfile-utils@10.1.0
    • @pnpm/get-context@11.1.0
    • @pnpm/headless@23.1.0
    • @pnpm/hoist@9.1.0
    • @pnpm/filter-lockfile@9.0.2
    • @pnpm/lockfile-file@9.0.3
    • @pnpm/lockfile-walker@8.0.1
    • @pnpm/prune-lockfile@6.0.1
    • @pnpm/calc-dep-state@6.0.1
    • @pnpm/lockfile.preferred-versions@1.0.1
    • @pnpm/build-modules@12.0.2
    • @pnpm/symlink-dependency@8.0.0
    • @pnpm/crypto.base32-hash@3.0.0
    • @pnpm/lifecycle@17.0.1
    • @pnpm/link-bins@10.0.0

14.0.7

Patch Changes

  • 8209342: Don't upgrade the lockfile format on pnpm install --frozen-lockfile #7991.
  • Updated dependencies [c969f37]
    • @pnpm/lockfile-file@9.0.2
    • @pnpm/lockfile-to-pnp@4.0.2
    • @pnpm/get-context@11.0.2
    • @pnpm/headless@23.0.4
    • @pnpm/package-requester@25.0.1

14.0.6

Patch Changes

  • 6b6ca69: The lockfile should be saved in the new format even if it is up-to-date.
  • Updated dependencies [2cbf7b7]
  • Updated dependencies [abaf12e]
  • Updated dependencies [e9530a8]
  • Updated dependencies [6b6ca69]
  • Updated dependencies [04310be]
    • @pnpm/lockfile-file@9.0.1
    • @pnpm/resolve-dependencies@32.0.4
    • @pnpm/hooks.read-package-hook@4.0.1
    • @pnpm/lockfile-to-pnp@4.0.1
    • @pnpm/get-context@11.0.1
    • @pnpm/headless@23.0.3

14.0.5

Patch Changes

  • Updated dependencies [b7d2ed4]
  • Updated dependencies [eb19475]
    • @pnpm/package-requester@25.0.1
    • @pnpm/filter-lockfile@9.0.1
    • @pnpm/headless@23.0.2
    • @pnpm/resolve-dependencies@32.0.3
    • @pnpm/modules-cleaner@15.0.1

14.0.4

Patch Changes

  • Updated dependencies [bfadc0a]
    • @pnpm/lifecycle@17.0.1
    • @pnpm/build-modules@12.0.1
    • @pnpm/headless@23.0.1
    • @pnpm/package-requester@25.0.0

14.0.3

Patch Changes

  • Updated dependencies [b3961cb]
    • @pnpm/resolve-dependencies@32.0.2

14.0.2

Patch Changes

  • 461d76a: pnpm install --frozen-lockfile should work with lockfiles generated by pnpm v8, if they don't need updates #7934.

14.0.1

Patch Changes

  • Updated dependencies [253d50c]
    • @pnpm/resolve-dependencies@32.0.1

14.0.0

Major Changes

  • aa33269: Peer dependency rules should only affect reporting, not data in the lockfile.
  • cdd8365: Package ID does not contain the registry domain.
  • 43cdd87: Node.js v16 support dropped. Use at least Node.js v18.12.

Minor Changes

  • 7733f3a: Added support for registry-scoped SSL configurations (cert, key, and ca). Three new settings supported: <registryURL>:certfile, <registryURL>:keyfile, and <registryURL>:ca. For instance:

    //registry.mycomp.com/:certfile=server-cert.pem
    //registry.mycomp.com/:keyfile=server-key.pem
    //registry.mycomp.com/:cafile=client-cert.pem
    

    Related issue: #7427. Related PR: #7626.

  • 086b69c: The checksum of the .pnpmfile.cjs is saved into the lockfile. If the pnpmfile gets modified, the lockfile is reanalyzed to apply the changes #7662.

  • 9f8948c: Add a new option autoInstallPeersFromHighestMatch that makes pnpm install the highest version satisfying one of the peer dependencies even if the peer dependency ranges don't overlap.

  • 730929e: Add a field named ignoredOptionalDependencies. This is an array of strings. If an optional dependency has its name included in this array, it will be skipped.

Patch Changes

  • 0fa26f4: Correctly detect the active Node.js version during headless installation #7801.
  • e5fbac3: Don't print an unnecessary warning when adding new dependencies to a project that uses hoisted node_modules.
  • Updated dependencies [1b26210]
  • Updated dependencies [7733f3a]
  • Updated dependencies [977060f]
  • Updated dependencies [aa33269]
  • Updated dependencies [3ded840]
  • Updated dependencies [cdd8365]
  • Updated dependencies [c692f80]
  • Updated dependencies [89b396b]
  • Updated dependencies [43cdd87]
  • Updated dependencies [11d9ebd]
  • Updated dependencies [086b69c]
  • Updated dependencies [0963390]
  • Updated dependencies [9f8948c]
  • Updated dependencies [36dcaa0]
  • Updated dependencies [19c4b4f]
  • Updated dependencies [d381a60]
  • Updated dependencies [f5eadba]
  • Updated dependencies [98a1266]
  • Updated dependencies [7edb917]
  • Updated dependencies [82aac81]
  • Updated dependencies [f67ad31]
  • Updated dependencies [732430a]
  • Updated dependencies [b13d2dc]
  • Updated dependencies [730929e]
  • Updated dependencies [22c7acc]
  • Updated dependencies [8eddd21]
  • Updated dependencies [98a1266]
    • @pnpm/build-modules@12.0.0
    • @pnpm/resolve-dependencies@32.0.0
    • @pnpm/types@10.0.0
    • @pnpm/hooks.read-package-hook@4.0.0
    • @pnpm/error@6.0.0
    • @pnpm/worker@1.0.0
    • @pnpm/package-requester@25.0.0
    • @pnpm/modules-cleaner@15.0.0
    • @pnpm/dependency-path@3.0.0
    • @pnpm/lockfile-utils@10.0.0
    • @pnpm/headless@23.0.0
    • @pnpm/constants@8.0.0
    • @pnpm/read-project-manifest@6.0.0
    • @pnpm/parse-wanted-dependency@6.0.0
    • @pnpm/which-version-is-pinned@6.0.0
    • @pnpm/read-package-json@9.0.0
    • @pnpm/pkg-manager.direct-dep-linker@3.0.0
    • @pnpm/store-controller-types@18.0.0
    • @pnpm/normalize-registries@6.0.0
    • @pnpm/crypto.base32-hash@3.0.0
    • @pnpm/manifest-utils@6.0.0
    • @pnpm/filter-lockfile@9.0.0
    • @pnpm/lockfile-to-pnp@4.0.0
    • @pnpm/lockfile-walker@8.0.0
    • @pnpm/modules-yaml@13.0.0
    • @pnpm/prune-lockfile@6.0.0
    • @pnpm/calc-dep-state@6.0.0
    • @pnpm/get-context@11.0.0
    • @pnpm/remove-bins@6.0.0
    • @pnpm/resolver-base@12.0.0
    • @pnpm/lockfile-file@9.0.0
    • @pnpm/symlink-dependency@8.0.0
    • @pnpm/core-loggers@10.0.0
    • @pnpm/link-bins@10.0.0
    • @pnpm/deps.graph-sequencer@2.0.0
    • @pnpm/read-modules-dir@7.0.0
    • @pnpm/hoist@9.0.0
    • @pnpm/matcher@6.0.0
    • @pnpm/lifecycle@17.0.0
    • @pnpm/hooks.types@2.0.0
    • @pnpm/lockfile.preferred-versions@1.0.0

13.4.0

Minor Changes

  • 31054a63e: Running pnpm update -r --latest will no longer downgrade prerelease dependencies #7436.

Patch Changes

  • Updated dependencies [31054a63e]
  • Updated dependencies [0c383327e]
    • @pnpm/resolve-dependencies@31.4.0
    • @pnpm/package-requester@24.1.8
    • @pnpm/store-controller-types@17.2.0
    • @pnpm/resolver-base@11.1.0
    • @pnpm/calc-dep-state@5.0.0
    • @pnpm/headless@22.4.4
    • @pnpm/build-modules@11.2.12
    • @pnpm/lifecycle@16.0.12
    • @pnpm/modules-cleaner@14.0.24
    • @pnpm/lockfile-utils@9.0.5
    • @pnpm/worker@0.3.14
    • @pnpm/filter-lockfile@8.1.6
    • @pnpm/lockfile-to-pnp@3.0.17
    • @pnpm/hoist@8.2.1
    • @pnpm/symlink-dependency@7.1.4
    • @pnpm/crypto.base32-hash@2.0.0
    • @pnpm/link-bins@9.0.12

13.3.3

Patch Changes

  • Updated dependencies [60bcc797f]
    • @pnpm/get-context@10.0.11
    • @pnpm/headless@22.4.3
    • @pnpm/package-requester@24.1.7
    • @pnpm/lifecycle@16.0.11
    • @pnpm/build-modules@11.2.11

13.3.2

Patch Changes

  • ff10acade: When hoisted-workspace-packages is true don't hoist the root package even if it has a name. Otherwise we would create a circular symlink.
  • Updated dependencies [d349bc3a2]
  • Updated dependencies [ff10acade]
    • @pnpm/modules-yaml@12.1.7
    • @pnpm/headless@22.4.2
    • @pnpm/get-context@10.0.10
    • @pnpm/package-requester@24.1.7
    • @pnpm/symlink-dependency@7.1.4
    • @pnpm/crypto.base32-hash@2.0.0
    • @pnpm/lifecycle@16.0.10
    • @pnpm/link-bins@9.0.12

13.3.1

Patch Changes

  • @pnpm/package-requester@24.1.7
  • @pnpm/worker@0.3.13
  • @pnpm/headless@22.4.1
  • @pnpm/build-modules@11.2.10

13.3.0

Minor Changes

  • c597f72ec: A new option added for hoisting packages from the workspace. When hoist-workspace-packages is set to true, packages from the workspace are symlinked to either <workspace_root>/node_modules/.pnpm/node_modules or to <workspace_root>/node_modules depending on other hoisting settings (hoist-pattern and public-hoist-pattern) #7451.

Patch Changes

  • Updated dependencies [c597f72ec]
    • @pnpm/headless@22.4.0
    • @pnpm/hoist@8.2.0

13.2.1

Patch Changes

  • Updated dependencies [33313d2fd]
  • Updated dependencies [4d34684f1]
    • @pnpm/resolve-dependencies@31.3.1
    • @pnpm/types@9.4.2
    • @pnpm/headless@22.3.12
    • @pnpm/package-requester@24.1.6
    • @pnpm/worker@0.3.12
    • @pnpm/hooks.types@1.0.6
    • @pnpm/filter-lockfile@8.1.5
    • @pnpm/lockfile-file@8.1.6
    • @pnpm/lockfile-utils@9.0.4
    • @pnpm/lockfile-walker@7.0.8
    • @pnpm/prune-lockfile@5.0.9
    • @pnpm/calc-dep-state@4.1.5
    • @pnpm/hoist@8.1.5
    • @pnpm/modules-cleaner@14.0.23
    • @pnpm/normalize-registries@5.0.6
    • @pnpm/build-modules@11.2.9
    • @pnpm/lifecycle@16.0.10
    • @pnpm/symlink-dependency@7.1.4
    • @pnpm/hooks.read-package-hook@3.0.10
    • @pnpm/lockfile-to-pnp@3.0.16
    • @pnpm/core-loggers@9.0.6
    • @pnpm/dependency-path@2.1.7
    • @pnpm/get-context@10.0.9
    • @pnpm/link-bins@9.0.12
    • @pnpm/modules-yaml@12.1.6
    • @pnpm/remove-bins@5.0.7
    • @pnpm/manifest-utils@5.0.7
    • @pnpm/read-package-json@8.0.7
    • @pnpm/read-project-manifest@5.0.10
    • @pnpm/resolver-base@11.0.2
    • @pnpm/store-controller-types@17.1.4
    • @pnpm/crypto.base32-hash@2.0.0
    • @pnpm/pkg-manager.direct-dep-linker@2.1.9

13.2.0

Minor Changes

  • 672c559e4: A new setting added for symlinking injected dependencies from the workspace, if their dependencies use the same peer dependencies as the dependent package. The setting is called dedupe-injected-deps #7416.

Patch Changes

  • Updated dependencies
  • Updated dependencies [672c559e4]
    • @pnpm/resolve-dependencies@31.3.0
    • @pnpm/types@9.4.1
    • @pnpm/hooks.types@1.0.5
    • @pnpm/filter-lockfile@8.1.4
    • @pnpm/lockfile-file@8.1.5
    • @pnpm/lockfile-utils@9.0.3
    • @pnpm/lockfile-walker@7.0.7
    • @pnpm/prune-lockfile@5.0.8
    • @pnpm/calc-dep-state@4.1.4
    • @pnpm/hoist@8.1.4
    • @pnpm/modules-cleaner@14.0.22
    • @pnpm/normalize-registries@5.0.5
    • @pnpm/build-modules@11.2.8
    • @pnpm/lifecycle@16.0.9
    • @pnpm/symlink-dependency@7.1.3
    • @pnpm/hooks.read-package-hook@3.0.9
    • @pnpm/lockfile-to-pnp@3.0.15
    • @pnpm/core-loggers@9.0.5
    • @pnpm/dependency-path@2.1.6
    • @pnpm/get-context@10.0.8
    • @pnpm/headless@22.3.11
    • @pnpm/link-bins@9.0.11
    • @pnpm/modules-yaml@12.1.5
    • @pnpm/package-requester@24.1.5
    • @pnpm/remove-bins@5.0.6
    • @pnpm/manifest-utils@5.0.6
    • @pnpm/read-package-json@8.0.6
    • @pnpm/read-project-manifest@5.0.9
    • @pnpm/resolver-base@11.0.1
    • @pnpm/store-controller-types@17.1.3
    • @pnpm/worker@0.3.11
    • @pnpm/crypto.base32-hash@2.0.0
    • @pnpm/pkg-manager.direct-dep-linker@2.1.8

13.1.12

Patch Changes

  • Updated dependencies [d5a176af7]
  • Updated dependencies [e3b983295]
  • Updated dependencies [f3cd0a61d]
    • @pnpm/resolve-dependencies@31.2.7
    • @pnpm/lockfile-utils@9.0.2
    • @pnpm/headless@22.3.10
    • @pnpm/modules-cleaner@14.0.21
    • @pnpm/filter-lockfile@8.1.3
    • @pnpm/lockfile-to-pnp@3.0.14
    • @pnpm/hoist@8.1.3
    • @pnpm/package-requester@24.1.4
    • @pnpm/worker@0.3.10
    • @pnpm/build-modules@11.2.7

13.1.11

Patch Changes

  • Updated dependencies [5462cb6d4]
    • @pnpm/resolve-dependencies@31.2.6

13.1.10

Patch Changes

  • 6558d1865: When dedupe-direct-deps is set to true, commands of dependencies should be deduplicated #7359.
  • Updated dependencies [6558d1865]
    • @pnpm/resolve-dependencies@31.2.5
    • @pnpm/modules-cleaner@14.0.20
    • @pnpm/headless@22.3.9
    • @pnpm/package-requester@24.1.3

13.1.9

Patch Changes

  • Updated dependencies [b1fd38cca]
    • @pnpm/get-context@10.0.7
    • @pnpm/resolve-dependencies@31.2.4
    • @pnpm/headless@22.3.8
    • @pnpm/package-requester@24.1.3

13.1.8

Patch Changes

  • Updated dependencies [1e7bd4af3]
  • Updated dependencies [2143a9388]
    • @pnpm/package-requester@24.1.3
    • @pnpm/worker@0.3.9
    • @pnpm/get-context@10.0.6
    • @pnpm/headless@22.3.8
    • @pnpm/build-modules@11.2.6

13.1.7

Patch Changes

  • Updated dependencies [b4194fe52]
    • @pnpm/lockfile-utils@9.0.1
    • @pnpm/headless@22.3.7
    • @pnpm/filter-lockfile@8.1.2
    • @pnpm/lockfile-to-pnp@3.0.13
    • @pnpm/hoist@8.1.2
    • @pnpm/modules-cleaner@14.0.19
    • @pnpm/resolve-dependencies@31.2.3

13.1.6

Patch Changes

  • Updated dependencies [291607c5a]
  • Updated dependencies [4da7b463f]
    • @pnpm/store-controller-types@17.1.2
    • @pnpm/resolve-dependencies@31.2.2
    • @pnpm/build-modules@11.2.5
    • @pnpm/lifecycle@16.0.8
    • @pnpm/headless@22.3.6
    • @pnpm/modules-cleaner@14.0.18
    • @pnpm/package-requester@24.1.2
    • @pnpm/worker@0.3.8
    • @pnpm/symlink-dependency@7.1.2
    • @pnpm/crypto.base32-hash@2.0.0
    • @pnpm/link-bins@9.0.10

13.1.5

Patch Changes

  • Updated dependencies [b06f50183]
    • @pnpm/build-modules@11.2.4
    • @pnpm/headless@22.3.5

13.1.4

Patch Changes

  • @pnpm/lifecycle@16.0.7
  • @pnpm/build-modules@11.2.3
  • @pnpm/headless@22.3.4
  • @pnpm/package-requester@24.1.1

13.1.3

Patch Changes

  • cfc017ee3: Optional dependencies that do not have to be built will be reflinked (or hardlinked) to the store instead of copied #7046.
  • 7ea45afbe: If a package's tarball cannot be fetched, print the dependency chain that leads to the failed package #7265.
  • Updated dependencies [4c2450208]
  • Updated dependencies [cfc017ee3]
  • Updated dependencies [7ea45afbe]
    • @pnpm/lockfile-utils@9.0.0
    • @pnpm/resolver-base@11.0.0
    • @pnpm/headless@22.3.3
    • @pnpm/resolve-dependencies@31.2.1
    • @pnpm/package-requester@24.1.1
    • @pnpm/store-controller-types@17.1.1
    • @pnpm/filter-lockfile@8.1.1
    • @pnpm/lockfile-to-pnp@3.0.12
    • @pnpm/hoist@8.1.1
    • @pnpm/modules-cleaner@14.0.17
    • @pnpm/worker@0.3.7
    • @pnpm/build-modules@11.2.2
    • @pnpm/lifecycle@16.0.6
    • @pnpm/symlink-dependency@7.1.2
    • @pnpm/crypto.base32-hash@2.0.0
    • @pnpm/link-bins@9.0.10

13.1.2

Patch Changes

  • @pnpm/lifecycle@16.0.5
  • @pnpm/build-modules@11.2.1
  • @pnpm/headless@22.3.2
  • @pnpm/package-requester@24.1.0

13.1.1

Patch Changes

  • Updated dependencies [ee4d15fdd]
    • @pnpm/hoist@8.1.0
    • @pnpm/headless@22.3.1

13.1.0

Minor Changes

  • 43ce9e4a6: Support for multiple architectures when installing dependencies #5965.

    You can now specify architectures for which you'd like to install optional dependencies, even if they don't match the architecture of the system running the install. Use the supportedArchitectures field in package.json to define your preferences.

    For example, the following configuration tells pnpm to install optional dependencies for Windows x64:

    {
      "pnpm": {
        "supportedArchitectures": {
          "os": ["win32"],
          "cpu": ["x64"]
        }
      }
    }
    

    Whereas this configuration will have pnpm install optional dependencies for Windows, macOS, and the architecture of the system currently running the install. It includes artifacts for both x64 and arm64 CPUs:

    {
      "pnpm": {
        "supportedArchitectures": {
          "os": ["win32", "darwin", "current"],
          "cpu": ["x64", "arm64"]
        }
      }
    }
    

    Additionally, supportedArchitectures also supports specifying the libc of the system.

Patch Changes

  • Updated dependencies [43ce9e4a6]
  • Updated dependencies [6390033cd]
  • Updated dependencies [43ce9e4a6]
    • @pnpm/resolve-dependencies@31.2.0
    • @pnpm/package-requester@24.1.0
    • @pnpm/store-controller-types@17.1.0
    • @pnpm/filter-lockfile@8.1.0
    • @pnpm/headless@22.3.0
    • @pnpm/types@9.4.0
    • @pnpm/build-modules@11.2.0
    • @pnpm/worker@0.3.6
    • @pnpm/lifecycle@16.0.4
    • @pnpm/modules-cleaner@14.0.16
    • @pnpm/normalize-registries@5.0.4
    • @pnpm/symlink-dependency@7.1.2
    • @pnpm/hooks.read-package-hook@3.0.8
    • @pnpm/hooks.types@1.0.4
    • @pnpm/lockfile-file@8.1.4
    • @pnpm/lockfile-to-pnp@3.0.11
    • @pnpm/lockfile-utils@8.0.7
    • @pnpm/lockfile-walker@7.0.6
    • @pnpm/prune-lockfile@5.0.7
    • @pnpm/core-loggers@9.0.4
    • @pnpm/dependency-path@2.1.5
    • @pnpm/get-context@10.0.5
    • @pnpm/hoist@8.0.15
    • @pnpm/link-bins@9.0.10
    • @pnpm/modules-yaml@12.1.4
    • @pnpm/remove-bins@5.0.5
    • @pnpm/manifest-utils@5.0.5
    • @pnpm/read-package-json@8.0.5
    • @pnpm/read-project-manifest@5.0.8
    • @pnpm/resolver-base@10.0.4
    • @pnpm/crypto.base32-hash@2.0.0
    • @pnpm/pkg-manager.direct-dep-linker@2.1.7
    • @pnpm/calc-dep-state@4.1.3

13.0.2

Patch Changes

  • Updated dependencies [5c8c9196c]
    • @pnpm/link-bins@9.0.9
    • @pnpm/hoist@8.0.14
    • @pnpm/build-modules@11.1.2
    • @pnpm/lifecycle@16.0.3
    • @pnpm/headless@22.2.5
    • @pnpm/package-requester@24.0.6

13.0.1

Patch Changes

  • 4246f41be: Add package @pnpm/deps.graph-sequencer for better topological sort #7168.
  • Updated dependencies [4246f41be]
  • Updated dependencies [84f81c9ae]
    • @pnpm/deps.graph-sequencer@1.0.0
    • @pnpm/build-modules@11.1.1
    • @pnpm/lifecycle@16.0.2
    • @pnpm/headless@22.2.4
    • @pnpm/package-requester@24.0.6
    • @pnpm/worker@0.3.5

13.0.0

Major Changes

  • ac5abd3ff: The paths in patchedDependencies passed to @pnpm/core are absolute.

Patch Changes

  • Updated dependencies [01bc58e2c]
  • Updated dependencies [08b65ff78]
    • @pnpm/package-requester@24.0.5
    • @pnpm/worker@0.3.4
    • @pnpm/headless@22.2.3
    • @pnpm/resolve-dependencies@31.1.21
    • @pnpm/symlink-dependency@7.1.1
    • @pnpm/crypto.base32-hash@2.0.0
    • @pnpm/lifecycle@16.0.1
    • @pnpm/link-bins@9.0.8

12.2.2

Patch Changes

  • @pnpm/package-requester@24.0.4
  • @pnpm/worker@0.3.3
  • @pnpm/headless@22.2.2

12.2.1

Patch Changes

  • @pnpm/package-requester@24.0.3
  • @pnpm/worker@0.3.2
  • @pnpm/headless@22.2.1

12.2.0

Minor Changes

  • d774a3196: The list of packages that are allowed to run installation scripts now may be provided in a separate configuration file. The path to the file should be specified via the pnpm.onlyBuiltDependenciesFile field in package.json. For instance:

    {
      "dependencies": {
        "@my-org/policy": "1.0.0"
      }
      "pnpm": {
        "onlyBuiltDependenciesFile": "node_modules/@my-org/policy/allow-build.json"
      }
    }
    

    In the example above, the list is loaded from a dependency. The JSON file with the list should contain an array of package names. For instance:

    ["esbuild", "@reflink/reflink"]
    

    With the above list, only esbuild and @reflink/reflink will be allowed to run scripts during installation.

    Related issue: #7137.

  • 832e28826: Add disallow-workspace-cycles option to error instead of warn about cyclic dependencies

Patch Changes

  • 12f45a83d: Use neverBuiltDependencies and onlyBuiltDependencies from the root package.json of the workspace, when shared-workspace-lockfile is set to false #7141.
  • Updated dependencies [d774a3196]
  • Updated dependencies [d774a3196]
    • @pnpm/headless@22.2.0
    • @pnpm/types@9.3.0
    • @pnpm/build-modules@11.1.0
    • @pnpm/normalize-registries@5.0.3
    • @pnpm/lifecycle@16.0.1
    • @pnpm/symlink-dependency@7.1.1
    • @pnpm/hooks.read-package-hook@3.0.7
    • @pnpm/hooks.types@1.0.3
    • @pnpm/filter-lockfile@8.0.10
    • @pnpm/lockfile-file@8.1.3
    • @pnpm/lockfile-to-pnp@3.0.10
    • @pnpm/lockfile-utils@8.0.6
    • @pnpm/lockfile-walker@7.0.5
    • @pnpm/prune-lockfile@5.0.6
    • @pnpm/core-loggers@9.0.3
    • @pnpm/dependency-path@2.1.4
    • @pnpm/get-context@10.0.4
    • @pnpm/hoist@8.0.13
    • @pnpm/link-bins@9.0.8
    • @pnpm/modules-cleaner@14.0.15
    • @pnpm/modules-yaml@12.1.3
    • @pnpm/package-requester@24.0.2
    • @pnpm/remove-bins@5.0.4
    • @pnpm/resolve-dependencies@31.1.20
    • @pnpm/manifest-utils@5.0.4
    • @pnpm/read-package-json@8.0.4
    • @pnpm/read-project-manifest@5.0.7
    • @pnpm/resolver-base@10.0.3
    • @pnpm/store-controller-types@17.0.1
    • @pnpm/worker@0.3.1
    • @pnpm/crypto.base32-hash@2.0.0
    • @pnpm/pkg-manager.direct-dep-linker@2.1.6
    • @pnpm/calc-dep-state@4.1.2

12.1.3

Patch Changes

  • Updated dependencies [b0afd7833]
    • @pnpm/resolve-dependencies@31.1.19

12.1.2

Patch Changes

  • 1f32d3eb8: When the node-linker is set to hoisted, the package.json files of the existing dependencies inside node_modules will be checked to verify their actual versions. The data in the node_modules/.modules.yaml and node_modules/.pnpm/lock.yaml may not be fully reliable, as an installation may fail after changes to dependencies were made but before those state files were updated #7107.
  • f394cfccd: Don't update git-hosted dependencies when adding an unrelated dependency #7008.
  • Updated dependencies [1f32d3eb8]
  • Updated dependencies [f394cfccd]
    • @pnpm/headless@22.1.2
    • @pnpm/resolve-dependencies@31.1.18
    • @pnpm/lockfile-utils@8.0.5
    • @pnpm/filter-lockfile@8.0.9
    • @pnpm/lockfile-to-pnp@3.0.9
    • @pnpm/hoist@8.0.12
    • @pnpm/modules-cleaner@14.0.14
    • @pnpm/package-requester@24.0.1

12.1.1

Patch Changes

  • Updated dependencies [78a97774d]
    • @pnpm/headless@22.1.1
    • @pnpm/package-requester@24.0.0

12.1.0

Minor Changes

  • 9caa33d53: Remove disableRelinkFromStore and relinkLocalDirDeps. Replace them with disableRelinkLocalDirDeps.

Patch Changes

  • Updated dependencies [9caa33d53]
  • Updated dependencies [9caa33d53]
    • @pnpm/store-controller-types@17.0.0
    • @pnpm/headless@23.0.0
    • @pnpm/worker@0.3.0
    • @pnpm/package-requester@24.0.0
    • @pnpm/lifecycle@16.0.0
    • @pnpm/build-modules@11.0.15
    • @pnpm/modules-cleaner@14.0.13
    • @pnpm/resolve-dependencies@31.1.17
    • @pnpm/read-project-manifest@5.0.6
    • @pnpm/link-bins@9.0.7
    • @pnpm/hoist@8.0.11
    • @pnpm/symlink-dependency@7.1.0
    • @pnpm/crypto.base32-hash@2.0.0

12.0.1

Patch Changes

  • @pnpm/package-requester@23.0.1
  • @pnpm/worker@0.2.1
  • @pnpm/headless@22.0.1

12.0.0

Minor Changes

  • 03cdccc6e: New option added: disableRelinkFromStore.
  • 48dcd108c: Improve performance of installation by using a worker for creating the symlinks inside node_modules/.pnpm #7069.

Patch Changes

  • Updated dependencies [03cdccc6e]
  • Updated dependencies [48dcd108c]
  • Updated dependencies [48dcd108c]
    • @pnpm/store-controller-types@16.1.0
    • @pnpm/headless@22.0.0
    • @pnpm/worker@0.2.0
    • @pnpm/symlink-dependency@7.1.0
    • @pnpm/build-modules@11.0.14
    • @pnpm/lifecycle@15.0.9
    • @pnpm/modules-cleaner@14.0.12
    • @pnpm/package-requester@23.0.0
    • @pnpm/resolve-dependencies@31.1.16
    • @pnpm/pkg-manager.direct-dep-linker@2.1.5
    • @pnpm/crypto.base32-hash@2.0.0
    • @pnpm/link-bins@9.0.6

11.0.2

Patch Changes

  • @pnpm/headless@21.0.16
  • @pnpm/package-requester@22.0.2
  • @pnpm/worker@0.1.2
  • @pnpm/symlink-dependency@7.0.3
  • @pnpm/crypto.base32-hash@2.0.0
  • @pnpm/lifecycle@15.0.8
  • @pnpm/link-bins@9.0.6

11.0.1

Patch Changes

  • @pnpm/headless@21.0.15
  • @pnpm/package-requester@22.0.1
  • @pnpm/worker@0.1.1
  • @pnpm/lifecycle@15.0.8
  • @pnpm/store-controller-types@16.0.1
  • @pnpm/build-modules@11.0.13
  • @pnpm/modules-cleaner@14.0.11
  • @pnpm/resolve-dependencies@31.1.15
  • @pnpm/symlink-dependency@7.0.3
  • @pnpm/crypto.base32-hash@2.0.0
  • @pnpm/link-bins@9.0.6

11.0.0

Patch Changes

  • Updated dependencies [64bf3c860]
  • Updated dependencies [494f87544]
  • Updated dependencies [083bbf590]
  • Updated dependencies [77e24d341]
  • Updated dependencies [083bbf590]
  • Updated dependencies [e9aa6f682]
    • @pnpm/hooks.read-package-hook@3.0.6
    • @pnpm/package-requester@22.0.0
    • @pnpm/store-controller-types@16.0.0
    • @pnpm/worker@0.1.0
    • @pnpm/resolve-dependencies@31.1.14
    • @pnpm/lockfile-utils@8.0.4
    • @pnpm/lifecycle@15.0.7
    • @pnpm/headless@21.0.14
    • @pnpm/build-modules@11.0.12
    • @pnpm/modules-cleaner@14.0.10
    • @pnpm/read-project-manifest@5.0.5
    • @pnpm/filter-lockfile@8.0.8
    • @pnpm/lockfile-to-pnp@3.0.8
    • @pnpm/hoist@8.0.10
    • @pnpm/link-bins@9.0.6
    • @pnpm/symlink-dependency@7.0.3
    • @pnpm/crypto.base32-hash@2.0.0

10.2.15

Patch Changes

  • ecad8a724: pnpm install --frozen-lockfile --lockfile-only should fail if the lockfile is not up to date with the package.json files #6913.
  • Updated dependencies [92f42224c]
  • Updated dependencies [ec50dc98c]
    • @pnpm/package-requester@21.1.0
    • @pnpm/hooks.read-package-hook@3.0.5
    • @pnpm/headless@21.0.13

10.2.14

Patch Changes

  • 5e7ee2473: Change the install error message when a lockfile is wanted but absent to indicate the wanted lockfile is absent, not present. This now reflects the actual error #6851.
  • Updated dependencies [692197df3]
    • @pnpm/lifecycle@15.0.6
    • @pnpm/build-modules@11.0.11
    • @pnpm/headless@21.0.12
    • @pnpm/package-requester@21.0.12

10.2.13

Patch Changes

  • Updated dependencies [dac59e632]
    • @pnpm/package-requester@21.0.12
    • @pnpm/headless@21.0.11

10.2.12

Patch Changes

  • Updated dependencies [3d9503461]
  • Updated dependencies [73f2b6826]
    • @pnpm/symlink-dependency@7.0.3
    • @pnpm/package-requester@21.0.11
    • @pnpm/pkg-manager.direct-dep-linker@2.1.4
    • @pnpm/headless@21.0.10
    • @pnpm/crypto.base32-hash@2.0.0
    • @pnpm/lifecycle@15.0.5
    • @pnpm/link-bins@9.0.5

10.2.11

Patch Changes

  • 388a13b56: Sort keys in packageExtensions before calculating packageExtensionsChecksum. Fix #6824.
  • Updated dependencies [a13a0e8f5]
    • @pnpm/resolve-dependencies@31.1.13
    • @pnpm/headless@21.0.9
    • @pnpm/package-requester@21.0.10
    • @pnpm/symlink-dependency@7.0.2
    • @pnpm/crypto.base32-hash@2.0.0
    • @pnpm/lifecycle@15.0.5
    • @pnpm/link-bins@9.0.5

10.2.10

Patch Changes

  • @pnpm/headless@21.0.8
  • @pnpm/package-requester@21.0.9
  • @pnpm/symlink-dependency@7.0.2
  • @pnpm/crypto.base32-hash@2.0.0
  • @pnpm/lifecycle@15.0.5
  • @pnpm/link-bins@9.0.5

10.2.9

Patch Changes

  • b8cb91cf4: Treat the linked dependency which version type is tag as update-to-date #6592
  • Updated dependencies [aa2ae8fe2]
  • Updated dependencies [e26d15c6d]
  • Updated dependencies [e958707b2]
    • @pnpm/types@9.2.0
    • @pnpm/link-bins@9.0.5
    • @pnpm/package-requester@21.0.8
    • @pnpm/normalize-registries@5.0.2
    • @pnpm/build-modules@11.0.10
    • @pnpm/lifecycle@15.0.5
    • @pnpm/symlink-dependency@7.0.2
    • @pnpm/hooks.read-package-hook@3.0.4
    • @pnpm/hooks.types@1.0.2
    • @pnpm/filter-lockfile@8.0.7
    • @pnpm/lockfile-file@8.1.2
    • @pnpm/lockfile-to-pnp@3.0.7
    • @pnpm/lockfile-utils@8.0.3
    • @pnpm/lockfile-walker@7.0.4
    • @pnpm/prune-lockfile@5.0.5
    • @pnpm/core-loggers@9.0.2
    • @pnpm/dependency-path@2.1.3
    • @pnpm/get-context@10.0.3
    • @pnpm/headless@21.0.7
    • @pnpm/hoist@8.0.9
    • @pnpm/modules-cleaner@14.0.9
    • @pnpm/modules-yaml@12.1.2
    • @pnpm/remove-bins@5.0.3
    • @pnpm/resolve-dependencies@31.1.12
    • @pnpm/manifest-utils@5.0.3
    • @pnpm/read-package-json@8.0.3
    • @pnpm/read-project-manifest@5.0.4
    • @pnpm/resolver-base@10.0.2
    • @pnpm/store-controller-types@15.0.2
    • @pnpm/crypto.base32-hash@2.0.0
    • @pnpm/pkg-manager.direct-dep-linker@2.1.3
    • @pnpm/calc-dep-state@4.1.1

10.2.8

Patch Changes

  • Updated dependencies [16bbac8d5]
    • @pnpm/calc-dep-state@4.1.0
    • @pnpm/build-modules@11.0.9
    • @pnpm/headless@21.0.6

10.2.7

Patch Changes

  • Updated dependencies [b4892acc5]
  • Updated dependencies [6fb5da19d]
    • @pnpm/read-project-manifest@5.0.3
    • @pnpm/modules-cleaner@14.0.8
    • @pnpm/headless@21.0.5
    • @pnpm/link-bins@9.0.4
    • @pnpm/lifecycle@15.0.4
    • @pnpm/build-modules@11.0.8
    • @pnpm/hoist@8.0.8
    • @pnpm/package-requester@21.0.7

10.2.6

Patch Changes

  • b81cefdcd: Installation of a git-hosted dependency without package.json should not fail, when the dependency is read from cache #6721.
  • dddb8ad71: Local workspace bin files that should be compiled first are linked to dependent projects after compilation #1801.
  • Updated dependencies [e9684b559]
  • Updated dependencies [9b5110810]
  • Updated dependencies [8a68f5ad2]
  • Updated dependencies [fee263822]
  • Updated dependencies [17e4a3ab1]
  • Updated dependencies [abdb77f48]
  • Updated dependencies [dddb8ad71]
  • Updated dependencies [ba9335601]
    • @pnpm/resolve-dependencies@31.1.11
    • @pnpm/headless@21.0.4
    • @pnpm/lifecycle@15.0.3
    • @pnpm/package-requester@21.0.7
    • @pnpm/build-modules@11.0.7
    • @pnpm/symlink-dependency@7.0.1
    • @pnpm/crypto.base32-hash@2.0.0
    • @pnpm/link-bins@9.0.3

10.2.5

Patch Changes

  • Updated dependencies [e2c3ef313]
  • Updated dependencies [df3eb8313]
    • @pnpm/resolve-dependencies@31.1.10
    • @pnpm/headless@21.0.3
    • @pnpm/package-requester@21.0.6

10.2.4

Patch Changes

  • Updated dependencies [61f22f9ef]
    • @pnpm/resolve-dependencies@31.1.9

10.2.3

Patch Changes

  • Updated dependencies [59aba9e72]
    • @pnpm/headless@21.0.3
    • @pnpm/package-requester@21.0.6
    • @pnpm/build-modules@11.0.6
    • @pnpm/symlink-dependency@7.0.1
    • @pnpm/crypto.base32-hash@2.0.0
    • @pnpm/lifecycle@15.0.2
    • @pnpm/link-bins@9.0.3

10.2.2

Patch Changes

  • d9da627cd: Should always treat local file dependency as new dependency #5381
  • Updated dependencies [d9da627cd]
  • Updated dependencies [302ebffc5]
    • @pnpm/lockfile-utils@8.0.2
    • @pnpm/headless@21.0.2
    • @pnpm/constants@7.1.1
    • @pnpm/filter-lockfile@8.0.6
    • @pnpm/lockfile-to-pnp@3.0.6
    • @pnpm/hoist@8.0.7
    • @pnpm/modules-cleaner@14.0.7
    • @pnpm/resolve-dependencies@31.1.8
    • @pnpm/lockfile-file@8.1.1
    • @pnpm/prune-lockfile@5.0.4
    • @pnpm/calc-dep-state@4.0.2
    • @pnpm/error@5.0.2
    • @pnpm/get-context@10.0.2
    • @pnpm/build-modules@11.0.5
    • @pnpm/lifecycle@15.0.2
    • @pnpm/hooks.read-package-hook@3.0.3
    • @pnpm/link-bins@9.0.3
    • @pnpm/package-requester@21.0.5
    • @pnpm/manifest-utils@5.0.2
    • @pnpm/read-package-json@8.0.2
    • @pnpm/read-project-manifest@5.0.2
    • @pnpm/symlink-dependency@7.0.1
    • @pnpm/crypto.base32-hash@2.0.0
    • @pnpm/remove-bins@5.0.2

10.2.1

Patch Changes

  • 4b97f1f07: Don't use await in loops.
  • Updated dependencies [e83eacdcc]
  • Updated dependencies [4b97f1f07]
  • Updated dependencies [d55b41a8b]
    • @pnpm/resolve-dependencies@31.1.7
    • @pnpm/get-context@10.0.1
    • @pnpm/headless@21.0.1
    • @pnpm/read-modules-dir@6.0.1
    • @pnpm/package-requester@21.0.4
    • @pnpm/pkg-manager.direct-dep-linker@2.1.2
    • @pnpm/link-bins@9.0.2
    • @pnpm/modules-cleaner@14.0.6
    • @pnpm/build-modules@11.0.4
    • @pnpm/hoist@8.0.6
    • @pnpm/symlink-dependency@7.0.1
    • @pnpm/crypto.base32-hash@2.0.0
    • @pnpm/lifecycle@15.0.1

10.2.0

Minor Changes

  • 9c4ae87bd: Some settings influence the structure of the lockfile, so we cannot reuse the lockfile if those settings change. As a result, we need to store such settings in the lockfile. This way we will know with which settings the lockfile has been created.

    A new field will now be present in the lockfile: settings. It will store the values of two settings: autoInstallPeers and excludeLinksFromLockfile. If someone tries to perform a frozen-lockfile installation and their active settings don't match the ones in the lockfile, then an error message will be thrown.

    The lockfile format version is bumped from v6.0 to v6.1.

    Related PR: #6557 Related issue: #6312

Patch Changes

  • a53ef4d19: Don't print "Lockfile is up-to-date" message before finishing all the lockfile checks #6544.
  • Updated dependencies [a53ef4d19]
  • Updated dependencies [4fc497882]
  • Updated dependencies [9c4ae87bd]
  • Updated dependencies [a9e0b7cbf]
  • Updated dependencies [9c4ae87bd]
  • Updated dependencies [a53ef4d19]
  • Updated dependencies [a9e0b7cbf]
  • Updated dependencies [9c4ae87bd]
  • Updated dependencies [9c4ae87bd]
  • Updated dependencies [6ce3424a9]
    • @pnpm/headless@21.0.0
    • @pnpm/which-version-is-pinned@5.0.1
    • @pnpm/lockfile-file@8.1.0
    • @pnpm/types@9.1.0
    • @pnpm/get-context@10.0.0
    • @pnpm/manifest-utils@5.0.1
    • @pnpm/constants@7.1.0
    • @pnpm/lifecycle@15.0.1
    • @pnpm/resolve-dependencies@31.1.6
    • @pnpm/hooks.types@1.0.1
    • @pnpm/filter-lockfile@8.0.5
    • @pnpm/lockfile-utils@8.0.1
    • @pnpm/lockfile-walker@7.0.3
    • @pnpm/prune-lockfile@5.0.3
    • @pnpm/hoist@8.0.5
    • @pnpm/modules-cleaner@14.0.5
    • @pnpm/lockfile-to-pnp@3.0.5
    • @pnpm/normalize-registries@5.0.1
    • @pnpm/build-modules@11.0.3
    • @pnpm/symlink-dependency@7.0.1
    • @pnpm/hooks.read-package-hook@3.0.2
    • @pnpm/core-loggers@9.0.1
    • @pnpm/dependency-path@2.1.2
    • @pnpm/link-bins@9.0.1
    • @pnpm/modules-yaml@12.1.1
    • @pnpm/package-requester@21.0.3
    • @pnpm/remove-bins@5.0.1
    • @pnpm/read-package-json@8.0.1
    • @pnpm/read-project-manifest@5.0.1
    • @pnpm/resolver-base@10.0.1
    • @pnpm/store-controller-types@15.0.1
    • @pnpm/calc-dep-state@4.0.1
    • @pnpm/error@5.0.1
    • @pnpm/crypto.base32-hash@2.0.0
    • @pnpm/pkg-manager.direct-dep-linker@2.1.1

10.1.2

Patch Changes

  • Updated dependencies [ee78f144d]
    • @pnpm/resolve-dependencies@31.1.5

10.1.1

Patch Changes

  • Updated dependencies [d58cdb962]
  • Updated dependencies [d58cdb962]
    • @pnpm/lockfile-utils@8.0.0
    • @pnpm/headless@20.2.2
    • @pnpm/filter-lockfile@8.0.4
    • @pnpm/lockfile-to-pnp@3.0.4
    • @pnpm/hoist@8.0.4
    • @pnpm/modules-cleaner@14.0.4
    • @pnpm/resolve-dependencies@31.1.4

10.1.0

Minor Changes

  • 1ffedcb8d: New option added: confirmModulesPurge.

Patch Changes

  • 3fa14d7e4: Show cyclic workspace dependency details #5059.
  • Updated dependencies [1ffedcb8d]
  • Updated dependencies [d8c1013a9]
  • Updated dependencies [3fa14d7e4]
  • Updated dependencies [32801442e]
    • @pnpm/get-context@9.1.0
    • @pnpm/resolve-dependencies@31.1.3
    • @pnpm/build-modules@11.0.2
    • @pnpm/headless@20.2.1

10.0.0

Major Changes

  • 42902ef85: Return installation stats. Breaking change to the API.

Patch Changes

  • Updated dependencies [3a1a1385d]
  • Updated dependencies [42902ef85]
  • Updated dependencies [497b0a79c]
  • Updated dependencies [e6b83c84e]
  • Updated dependencies [42902ef85]
    • @pnpm/headless@20.2.0
    • @pnpm/pkg-manager.direct-dep-linker@2.1.0
    • @pnpm/get-context@9.0.4
    • @pnpm/modules-yaml@12.1.0
    • @pnpm/resolve-dependencies@31.1.2
    • @pnpm/package-requester@21.0.2
    • @pnpm/symlink-dependency@7.0.0
    • @pnpm/crypto.base32-hash@2.0.0
    • @pnpm/lifecycle@15.0.0
    • @pnpm/link-bins@9.0.0

9.3.1

Patch Changes

  • Updated dependencies [837078f92]
    • @pnpm/headless@20.1.2

9.3.0

Minor Changes

  • 71a3ee77b: pnpm install --resolution-only re-runs resolution to print out any peer dependency issues #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

  • 72ba638e3: When excludeLinksFromLockfile is set to true, linked dependencies are not added to the lockfile.

Patch Changes

  • 080fee0b8: Add -g to mismatch registries error info when original command has -g option #6224.
  • Updated dependencies [72ba638e3]
  • Updated dependencies [e440d784f]
  • Updated dependencies [d52c6d751]
  • Updated dependencies [080fee0b8]
  • Updated dependencies [72ba638e3]
    • @pnpm/lockfile-utils@7.0.0
    • @pnpm/resolve-dependencies@31.1.0
    • @pnpm/get-context@9.0.2
    • @pnpm/headless@20.1.0
    • @pnpm/filter-lockfile@8.0.2
    • @pnpm/lockfile-to-pnp@3.0.2
    • @pnpm/hoist@8.0.2
    • @pnpm/modules-cleaner@14.0.2

9.1.1

Patch Changes

  • c36c87c1c: Registries are now passed to the preResolution hook.
  • Updated dependencies [5087636b6]
  • Updated dependencies [94f94eed6]
  • Updated dependencies [94f94eed6]
    • @pnpm/dependency-path@2.1.0
    • @pnpm/lockfile-file@8.0.1
    • @pnpm/filter-lockfile@8.0.1
    • @pnpm/lockfile-to-pnp@3.0.1
    • @pnpm/lockfile-utils@6.0.1
    • @pnpm/lockfile-walker@7.0.1
    • @pnpm/prune-lockfile@5.0.1
    • @pnpm/headless@20.0.2
    • @pnpm/hoist@8.0.1
    • @pnpm/modules-cleaner@14.0.1
    • @pnpm/package-requester@21.0.1
    • @pnpm/resolve-dependencies@31.0.3
    • @pnpm/get-context@9.0.1

9.1.0

Minor Changes

  • e2cb4b63d: Add ignore-workspace-cycles to silence workspace cycle warning #6308.

Patch Changes

  • e87754df1: Improve the outdated lockfile error message #6304.
    • @pnpm/resolve-dependencies@31.0.2
    • @pnpm/headless@20.0.1
    • @pnpm/package-requester@21.0.0

9.0.2

Patch Changes

  • 3f0ea1def: Dedupe direct dependencies after hoisting.
  • Updated dependencies [65e3af8a0]
    • @pnpm/resolve-dependencies@31.0.1

9.0.1

Patch Changes

  • Updated dependencies [e10d046a4]
    • @pnpm/headless@20.0.1

9.0.0

Major Changes

  • 47e45d717: auto-install-peers is true by default.
  • 47e45d717: save-workspace-protocol is rolling by default.
  • 54591c686: dedupe-peer-dependents is true by default.
  • 158d8cf22: useLockfileV6 field is deleted. Lockfile v5 cannot be written anymore, only transformed to the new format.
  • eceaa8b8b: Node.js 14 support dropped.
  • 8e35c21d1: Use lockfile v6 by default.
  • 47e45d717: resolve-peers-from-workspace-root is true by default.
  • 47e45d717: publishConfig.linkDirectory is true by default.
  • 113f0ae26: resolution-mode is lowest-direct by default.
  • 47e45d717: Direct dependencies are deduped. So if the same dependency is both in a project and in the workspace root, then it is only linked to the workspace root.

Patch Changes

  • 2a2032810: Don't write the pnpm-lock.yaml file if it has no changes and pnpm install --frozen-lockfile was executed #6158.
  • Updated dependencies [1d105e7fc]
  • Updated dependencies [c92936158]
  • Updated dependencies [2a2032810]
  • Updated dependencies [df107f2ef]
  • Updated dependencies [158d8cf22]
  • Updated dependencies [0a8b48f04]
  • Updated dependencies [ca8f51e60]
  • Updated dependencies [eceaa8b8b]
  • Updated dependencies [0e26acb0f]
  • Updated dependencies [634d6874b]
  • Updated dependencies [b4f26e41a]
  • Updated dependencies [cfb6bb3bf]
  • Updated dependencies [417c8ac59]
    • @pnpm/resolve-dependencies@31.0.0
    • @pnpm/lockfile-utils@6.0.0
    • @pnpm/get-context@9.0.0
    • @pnpm/hooks.read-package-hook@3.0.0
    • @pnpm/lockfile-file@8.0.0
    • @pnpm/dependency-path@2.0.0
    • @pnpm/read-project-manifest@5.0.0
    • @pnpm/parse-wanted-dependency@5.0.0
    • @pnpm/which-version-is-pinned@5.0.0
    • @pnpm/read-package-json@8.0.0
    • @pnpm/pkg-manager.direct-dep-linker@2.0.0
    • @pnpm/package-requester@21.0.0
    • @pnpm/store-controller-types@15.0.0
    • @pnpm/normalize-registries@5.0.0
    • @pnpm/crypto.base32-hash@2.0.0
    • @pnpm/modules-cleaner@14.0.0
    • @pnpm/manifest-utils@5.0.0
    • @pnpm/filter-lockfile@8.0.0
    • @pnpm/lockfile-to-pnp@3.0.0
    • @pnpm/lockfile-walker@7.0.0
    • @pnpm/modules-yaml@12.0.0
    • @pnpm/prune-lockfile@5.0.0
    • @pnpm/calc-dep-state@4.0.0
    • @pnpm/remove-bins@5.0.0
    • @pnpm/resolver-base@10.0.0
    • @pnpm/symlink-dependency@7.0.0
    • @pnpm/core-loggers@9.0.0
    • @pnpm/link-bins@9.0.0
    • @pnpm/headless@20.0.0
    • @pnpm/read-modules-dir@6.0.0
    • @pnpm/build-modules@11.0.0
    • @pnpm/constants@7.0.0
    • @pnpm/hoist@8.0.0
    • @pnpm/matcher@5.0.0
    • @pnpm/lifecycle@15.0.0
    • @pnpm/error@5.0.0
    • @pnpm/types@9.0.0

8.0.4

Patch Changes

  • Updated dependencies [685b3a7ea]
    • @pnpm/link-bins@8.0.11
    • @pnpm/build-modules@10.1.9
    • @pnpm/headless@19.5.4
    • @pnpm/hoist@7.0.18

8.0.3

Patch Changes

  • Updated dependencies [f9c30c6d7]
    • @pnpm/link-bins@8.0.10
    • @pnpm/build-modules@10.1.8
    • @pnpm/headless@19.5.3
    • @pnpm/hoist@7.0.17

8.0.2

Patch Changes

  • Updated dependencies [787c43dcc]
    • @pnpm/lockfile-file@7.0.6
    • @pnpm/package-requester@20.1.7
    • @pnpm/read-project-manifest@4.1.4
    • @pnpm/lockfile-to-pnp@2.0.14
    • @pnpm/get-context@8.2.4
    • @pnpm/headless@19.5.2
    • @pnpm/link-bins@8.0.9
    • @pnpm/resolve-dependencies@30.0.2
    • @pnpm/lifecycle@14.1.7
    • @pnpm/build-modules@10.1.7
    • @pnpm/hoist@7.0.16
    • @pnpm/symlink-dependency@6.0.3
    • @pnpm/crypto.base32-hash@1.0.1

8.0.1

Patch Changes

  • Updated dependencies [9d906fc94]
    • @pnpm/resolve-dependencies@30.0.1

8.0.0

Major Changes

  • 670bea844: The update options are passed on per project basis. So the update and updateMatching options are options of importers/projects.

Patch Changes

  • Updated dependencies [670bea844]
    • @pnpm/resolve-dependencies@30.0.0

7.9.0

Minor Changes

  • 5c31fa8be: A new setting is now supported: dedupe-peer-dependents.

    When this setting is set to true, packages with peer dependencies will be deduplicated after peers resolution.

    For instance, let's say we have a workspace with two projects and both of them have webpack in their dependencies. webpack has esbuild in its optional peer dependencies, and one of the projects has esbuild in its dependencies. In this case, pnpm will link two instances of webpack to the node_modules/.pnpm directory: one with esbuild and another one without it:

    node_modules
      .pnpm
        webpack@1.0.0_esbuild@1.0.0
        webpack@1.0.0
    project1
      node_modules
        webpack -> ../../node_modules/.pnpm/webpack@1.0.0/node_modules/webpack
    project2
      node_modules
        webpack -> ../../node_modules/.pnpm/webpack@1.0.0_esbuild@1.0.0/node_modules/webpack
        esbuild
    

    This makes sense because webpack is used in two projects, and one of the projects doesn't have esbuild, so the two projects cannot share the same instance of webpack. However, this is not what most developers expect, especially since in a hoisted node_modules, there would only be one instance of webpack. Therefore, you may now use the dedupe-peer-dependents setting to deduplicate webpack when it has no conflicting peer dependencies. In this case, if we set dedupe-peer-dependents to true, both projects will use the same webpack instance, which is the one that has esbuild resolved:

    node_modules
      .pnpm
        webpack@1.0.0_esbuild@1.0.0
    project1
      node_modules
        webpack -> ../../node_modules/.pnpm/webpack@1.0.0_esbuild@1.0.0/node_modules/webpack
    project2
      node_modules
        webpack -> ../../node_modules/.pnpm/webpack@1.0.0_esbuild@1.0.0/node_modules/webpack
        esbuild
    

Patch Changes

  • Updated dependencies [5c31fa8be]
  • Updated dependencies [d583fbb2a]
    • @pnpm/resolve-dependencies@29.4.0
    • @pnpm/hooks.read-package-hook@2.1.1

7.8.4

Patch Changes

  • ed946c73e: Automatically fix conflicts in v6 lockfile.
  • Updated dependencies [f39d608ac]
  • Updated dependencies [ed946c73e]
    • @pnpm/hooks.read-package-hook@2.1.0
    • @pnpm/lockfile-file@7.0.5
    • @pnpm/lockfile-to-pnp@2.0.13
    • @pnpm/get-context@8.2.3
    • @pnpm/headless@19.5.1

7.8.3

Patch Changes

  • 972de58ab: Update the lockfile if a workspace has a new project with no dependencies.
  • Updated dependencies [972de58ab]
  • Updated dependencies [1b2e09ccf]
  • Updated dependencies [972de58ab]
    • @pnpm/headless@19.5.0
    • @pnpm/resolve-dependencies@29.3.2

7.8.2

Patch Changes

  • f17ca4218: Don't retry installation if the integrity checksum of a package failed and no lockfile was present.
    • @pnpm/headless@19.4.12
    • @pnpm/package-requester@20.1.6

7.8.1

Patch Changes

  • 029143cff: When resolving dependencies, prefer versions that are already used in the root of the project. This is important to minimize the number of packages that will be nested during hoisting #6054.
  • Updated dependencies [029143cff]
  • Updated dependencies [029143cff]
    • @pnpm/resolver-base@9.2.0
    • @pnpm/resolve-dependencies@29.3.1
    • @pnpm/lockfile-utils@5.0.7
    • @pnpm/package-requester@20.1.6
    • @pnpm/store-controller-types@14.3.1
    • @pnpm/symlink-dependency@6.0.3
    • @pnpm/crypto.base32-hash@1.0.1
    • @pnpm/headless@19.4.12
    • @pnpm/lifecycle@14.1.6
    • @pnpm/filter-lockfile@7.0.10
    • @pnpm/lockfile-to-pnp@2.0.12
    • @pnpm/hoist@7.0.15
    • @pnpm/modules-cleaner@13.0.12
    • @pnpm/build-modules@10.1.6
    • @pnpm/link-bins@8.0.8

7.8.0

Minor Changes

  • 59ee53678: A new resolution-mode added: lowest-direct. With this resolution mode direct dependencies will be resolved to their lowest versions. So if there is foo@^1.1.0 in the dependencies, then 1.1.0 will be installed, even if the latest version of foo is 1.2.0.

Patch Changes

  • 74b535f19: Deduplicate direct dependencies.

    Let's say there are two projects in the workspace that dependend on foo. One project has foo@1.0.0 in the dependencies while another one has foo@^1.0.0 in the dependencies. In this case, foo@1.0.0 should be installed to both projects as satisfies the version specs of both projects.

  • 308eb2c9b: Use Map rather than Object in createPackageExtender to prevent read the prototype property to native function

  • Updated dependencies [d89d7a078]

  • Updated dependencies [308eb2c9b]

  • Updated dependencies [59ee53678]

    • @pnpm/dependency-path@1.1.3
    • @pnpm/hooks.read-package-hook@2.0.12
    • @pnpm/resolve-dependencies@29.3.0
    • @pnpm/filter-lockfile@7.0.9
    • @pnpm/lockfile-file@7.0.4
    • @pnpm/lockfile-to-pnp@2.0.11
    • @pnpm/lockfile-utils@5.0.6
    • @pnpm/lockfile-walker@6.0.8
    • @pnpm/prune-lockfile@4.0.24
    • @pnpm/headless@19.4.11
    • @pnpm/hoist@7.0.14
    • @pnpm/modules-cleaner@13.0.11
    • @pnpm/package-requester@20.1.5
    • @pnpm/get-context@8.2.2

7.7.3

Patch Changes

  • Updated dependencies [9247f6781]
  • Updated dependencies [6348f5931]
    • @pnpm/dependency-path@1.1.2
    • @pnpm/resolve-dependencies@29.2.5
    • @pnpm/build-modules@10.1.5
    • @pnpm/filter-lockfile@7.0.8
    • @pnpm/lockfile-file@7.0.3
    • @pnpm/lockfile-to-pnp@2.0.10
    • @pnpm/lockfile-utils@5.0.5
    • @pnpm/lockfile-walker@6.0.7
    • @pnpm/prune-lockfile@4.0.23
    • @pnpm/headless@19.4.10
    • @pnpm/hoist@7.0.13
    • @pnpm/modules-cleaner@13.0.10
    • @pnpm/package-requester@20.1.4
    • @pnpm/get-context@8.2.1

7.7.2

Patch Changes

  • @pnpm/build-modules@10.1.4
  • @pnpm/headless@19.4.9
  • @pnpm/package-requester@20.1.3

7.7.1

Patch Changes

  • Updated dependencies [04efe8646]
  • Updated dependencies [5cfe9e77a]
    • @pnpm/headless@19.4.8
    • @pnpm/resolve-dependencies@29.2.4

7.7.0

Minor Changes

Patch Changes

  • 1072ec128: Packages hoisted to the virtual store are not removed on repeat install, when the non-headless algorithm runs the installation.
  • Updated dependencies [1072ec128]
    • @pnpm/modules-cleaner@13.0.9
    • @pnpm/headless@19.4.7

7.6.5

Patch Changes

  • Updated dependencies [98d6603f3]
  • Updated dependencies [90d26c449]
  • Updated dependencies [6c7ac6320]
    • @pnpm/package-requester@20.1.3
    • @pnpm/link-bins@8.0.8
    • @pnpm/resolve-dependencies@29.2.3
    • @pnpm/headless@19.4.6
    • @pnpm/build-modules@10.1.3
    • @pnpm/hoist@7.0.12
    • @pnpm/symlink-dependency@6.0.3
    • @pnpm/crypto.base32-hash@1.0.1
    • @pnpm/lifecycle@14.1.5

7.6.4

Patch Changes

  • Updated dependencies [2ae1c449d]
  • Updated dependencies [28b47a156]
  • Updated dependencies [4008a5236]
  • Updated dependencies [bc8df3787]
    • @pnpm/parse-wanted-dependency@4.1.0
    • @pnpm/get-context@8.2.0
    • @pnpm/link-bins@8.0.7
    • @pnpm/headless@19.4.5
    • @pnpm/hooks.read-package-hook@2.0.11
    • @pnpm/build-modules@10.1.2
    • @pnpm/hoist@7.0.11

7.6.3

Patch Changes

  • 9d425962f: Don't break lockfile v6 on repeat install if use-lockfile-v6 is not set to true.
  • Updated dependencies [1e6de89b6]
    • @pnpm/package-requester@20.1.2
    • @pnpm/headless@19.4.4
    • @pnpm/resolve-dependencies@29.2.2
    • @pnpm/symlink-dependency@6.0.3
    • @pnpm/crypto.base32-hash@1.0.1
    • @pnpm/lifecycle@14.1.5
    • @pnpm/link-bins@8.0.6

7.6.2

Patch Changes

  • Updated dependencies [9a68ebbae]
    • @pnpm/lockfile-file@7.0.2
    • @pnpm/lockfile-to-pnp@2.0.9
    • @pnpm/get-context@8.1.2
    • @pnpm/headless@19.4.3

7.6.1

Patch Changes

  • Updated dependencies [0f6e95872]
    • @pnpm/dependency-path@1.1.1
    • @pnpm/filter-lockfile@7.0.7
    • @pnpm/lockfile-file@7.0.1
    • @pnpm/lockfile-to-pnp@2.0.8
    • @pnpm/lockfile-utils@5.0.4
    • @pnpm/lockfile-walker@6.0.6
    • @pnpm/prune-lockfile@4.0.22
    • @pnpm/headless@19.4.2
    • @pnpm/hoist@7.0.10
    • @pnpm/modules-cleaner@13.0.8
    • @pnpm/package-requester@20.1.1
    • @pnpm/resolve-dependencies@29.2.1
    • @pnpm/get-context@8.1.1

7.6.0

Minor Changes

  • 3ebce5db7: Added support for pnpm-lock.yaml format v6. This new format will be the new lockfile format in pnpm v8. To use the new lockfile format, use the use-lockfile-v6=true setting in .npmrc. Or run pnpm install --use-lockfile-v6 #5810.

Patch Changes

  • c7b05cd9a: When ignoreScripts=true is passed to the fetcher, do not build git-hosted dependencies.
  • Updated dependencies [891a8d763]
  • Updated dependencies [891a8d763]
  • Updated dependencies [c7b05cd9a]
  • Updated dependencies [3ebce5db7]
  • Updated dependencies [3ebce5db7]
  • Updated dependencies [3ebce5db7]
  • Updated dependencies [3ebce5db7]
    • @pnpm/headless@19.4.1
    • @pnpm/package-requester@20.1.0
    • @pnpm/store-controller-types@14.3.0
    • @pnpm/resolve-dependencies@29.2.0
    • @pnpm/constants@6.2.0
    • @pnpm/lockfile-file@7.0.0
    • @pnpm/get-context@8.1.0
    • @pnpm/dependency-path@1.1.0
    • @pnpm/build-modules@10.1.1
    • @pnpm/lifecycle@14.1.5
    • @pnpm/modules-cleaner@13.0.7
    • @pnpm/filter-lockfile@7.0.6
    • @pnpm/prune-lockfile@4.0.21
    • @pnpm/calc-dep-state@3.0.2
    • @pnpm/error@4.0.1
    • @pnpm/hoist@7.0.9
    • @pnpm/lockfile-to-pnp@2.0.7
    • @pnpm/lockfile-utils@5.0.3
    • @pnpm/lockfile-walker@6.0.5
    • @pnpm/link-bins@8.0.6
    • @pnpm/manifest-utils@4.1.4
    • @pnpm/read-package-json@7.0.5
    • @pnpm/read-project-manifest@4.1.3
    • @pnpm/symlink-dependency@6.0.3
    • @pnpm/crypto.base32-hash@1.0.1
    • @pnpm/hooks.read-package-hook@2.0.10
    • @pnpm/remove-bins@4.0.5

7.5.0

Minor Changes

  • 1fad508b0: When the resolve-peers-from-workspace-root setting is set to true, pnpm will use dependencies installed in the root of the workspace to resolve peer dependencies in any of the workspace's projects #5882.

Patch Changes

  • Updated dependencies [1fad508b0]
    • @pnpm/resolve-dependencies@29.1.0

7.4.1

Patch Changes

  • 08ceaf3fc: replace dependency is-ci by ci-info (is-ci is just a simple wrapper around ci-info).
  • Updated dependencies [08ceaf3fc]
    • @pnpm/get-context@8.0.6
    • @pnpm/headless@19.4.0
    • @pnpm/package-requester@20.0.5
    • @pnpm/resolve-dependencies@29.0.12

7.4.0

Minor Changes

  • 2458741fa: When the hoisted node linker is used, preserve node_modules directories when linking new dependencies. This improves performance, when installing in a project that already has a node_modules directory #5795.

Patch Changes

  • Updated dependencies [b77651d14]
  • Updated dependencies [bc18d33fe]
  • Updated dependencies [2458741fa]
  • Updated dependencies [2458741fa]
  • Updated dependencies [6b00a8325]
  • Updated dependencies [3360c9f4b]
  • Updated dependencies [2458741fa]
    • @pnpm/types@8.10.0
    • @pnpm/link-bins@8.0.5
    • @pnpm/store-controller-types@14.2.0
    • @pnpm/headless@19.4.0
    • @pnpm/lifecycle@14.1.4
    • @pnpm/build-modules@10.1.0
    • @pnpm/modules-yaml@11.1.0
    • @pnpm/normalize-registries@4.0.3
    • @pnpm/symlink-dependency@6.0.3
    • @pnpm/hooks.read-package-hook@2.0.9
    • @pnpm/filter-lockfile@7.0.5
    • @pnpm/lockfile-file@6.0.5
    • @pnpm/lockfile-to-pnp@2.0.6
    • @pnpm/lockfile-utils@5.0.2
    • @pnpm/lockfile-walker@6.0.4
    • @pnpm/prune-lockfile@4.0.20
    • @pnpm/core-loggers@8.0.3
    • @pnpm/dependency-path@1.0.1
    • @pnpm/get-context@8.0.5
    • @pnpm/hoist@7.0.8
    • @pnpm/modules-cleaner@13.0.6
    • @pnpm/package-requester@20.0.5
    • @pnpm/remove-bins@4.0.4
    • @pnpm/resolve-dependencies@29.0.11
    • @pnpm/manifest-utils@4.1.3
    • @pnpm/read-package-json@7.0.4
    • @pnpm/read-project-manifest@4.1.2
    • @pnpm/resolver-base@9.1.5
    • @pnpm/crypto.base32-hash@1.0.1
    • @pnpm/pkg-manager.direct-dep-linker@1.0.2

7.3.0

Minor Changes

  • 450e0b1d1: A new option added for avoiding hoisting some dependencies to the root of node_modules: externalDependencies. This option is a set of dependency names that were added to node_modules by another tool. pnpm doesn't have information about these dependencies but they shouldn't be overwritten by hoisted dependencies.

Patch Changes

  • Updated dependencies [450e0b1d1]
  • Updated dependencies [313702d76]
    • @pnpm/headless@19.3.0
    • @pnpm/dependency-path@1.0.0
    • @pnpm/filter-lockfile@7.0.4
    • @pnpm/lockfile-file@6.0.4
    • @pnpm/lockfile-to-pnp@2.0.5
    • @pnpm/lockfile-utils@5.0.1
    • @pnpm/lockfile-walker@6.0.3
    • @pnpm/prune-lockfile@4.0.19
    • @pnpm/hoist@7.0.7
    • @pnpm/modules-cleaner@13.0.5
    • @pnpm/package-requester@20.0.4
    • @pnpm/resolve-dependencies@29.0.10
    • @pnpm/get-context@8.0.4

7.2.5

Patch Changes

  • 49f6c917f: pnpm update should not replace workspace:*, workspace:~, and workspace:^ with workspace:<version> #5764.
  • Updated dependencies [49f6c917f]
  • Updated dependencies [f5c377a8d]
    • @pnpm/resolve-dependencies@29.0.9
    • @pnpm/lifecycle@14.1.3
    • @pnpm/build-modules@10.0.7
    • @pnpm/headless@19.2.4

7.2.4

Patch Changes

  • Updated dependencies [b11a8c363]
    • @pnpm/hooks.read-package-hook@2.0.8

7.2.3

Patch Changes

  • Updated dependencies [c245edf1b]
  • Updated dependencies [924eca293]
  • Updated dependencies [a9d59d8bc]
  • Updated dependencies [93558ce68]
    • @pnpm/manifest-utils@4.1.2
    • @pnpm/hooks.read-package-hook@2.0.7
    • @pnpm/lockfile-file@6.0.3
    • @pnpm/parse-wanted-dependency@4.0.1
    • @pnpm/link-bins@8.0.4
    • @pnpm/package-requester@20.0.3
    • @pnpm/resolve-dependencies@29.0.8
    • @pnpm/read-package-json@7.0.3
    • @pnpm/lifecycle@14.1.2
    • @pnpm/lockfile-to-pnp@2.0.4
    • @pnpm/get-context@8.0.3
    • @pnpm/headless@19.2.3
    • @pnpm/build-modules@10.0.6
    • @pnpm/hoist@7.0.6
    • @pnpm/remove-bins@4.0.3
    • @pnpm/read-project-manifest@4.1.1
    • @pnpm/modules-cleaner@13.0.4
    • @pnpm/symlink-dependency@6.0.2
    • @pnpm/crypto.base32-hash@1.0.1

7.2.2

Patch Changes

  • Updated dependencies [32288715d]
    • @pnpm/headless@19.2.2

7.2.1

Patch Changes

  • Updated dependencies [e2cc20231]
    • @pnpm/pkg-manager.direct-dep-linker@1.0.1
    • @pnpm/headless@19.2.1

7.2.0

Minor Changes

  • 043bbeaf3: New setting added for deduping direct dependencies: dedupeDirectDeps #5676.

Patch Changes

  • 868f2fb16: readPackage hooks should not modify the package.json files in a workspace #5670.
  • Updated dependencies [043bbeaf3]
  • Updated dependencies [d5496cc3f]
  • Updated dependencies [fec9e3149]
  • Updated dependencies [0d12d38fd]
    • @pnpm/pkg-manager.direct-dep-linker@1.0.0
    • @pnpm/headless@19.2.0
    • @pnpm/read-project-manifest@4.1.0
    • @pnpm/link-bins@8.0.3
    • @pnpm/lifecycle@14.1.1
    • @pnpm/build-modules@10.0.5
    • @pnpm/hoist@7.0.5
    • @pnpm/package-requester@20.0.2

7.1.1

Patch Changes

  • Updated dependencies [45c83bfbd]
  • Updated dependencies [969f8a002]
    • @pnpm/hoist@7.0.4
    • @pnpm/matcher@4.0.1
    • @pnpm/headless@19.1.1
    • @pnpm/hooks.read-package-hook@2.0.6

7.1.0

Minor Changes

  • 1d04e663b: New option added: resolveSymlinksInInjectedDirs.

Patch Changes

  • Updated dependencies [1d04e663b]
    • @pnpm/headless@19.1.0
    • @pnpm/lifecycle@14.1.0
    • @pnpm/build-modules@10.0.4

7.0.7

Patch Changes

  • Updated dependencies [ecc8794bb]
  • Updated dependencies [ecc8794bb]
    • @pnpm/headless@19.0.4
    • @pnpm/lockfile-utils@5.0.0
    • @pnpm/package-requester@20.0.2
    • @pnpm/lifecycle@14.0.3
    • @pnpm/filter-lockfile@7.0.3
    • @pnpm/hoist@7.0.3
    • @pnpm/lockfile-to-pnp@2.0.3
    • @pnpm/modules-cleaner@13.0.3
    • @pnpm/resolve-dependencies@29.0.7
    • @pnpm/build-modules@10.0.3

7.0.6

Patch Changes

  • Updated dependencies [4a4b2ac93]
    • @pnpm/resolve-dependencies@29.0.6

7.0.5

Patch Changes

  • Updated dependencies [a4c58d424]
  • Updated dependencies [2e9790722]
  • Updated dependencies [702e847c1]
    • @pnpm/lifecycle@14.0.2
    • @pnpm/hoist@7.0.2
    • @pnpm/types@8.9.0
    • @pnpm/build-modules@10.0.2
    • @pnpm/headless@19.0.3
    • @pnpm/core-loggers@8.0.2
    • dependency-path@9.2.8
    • @pnpm/filter-lockfile@7.0.2
    • @pnpm/get-context@8.0.2
    • @pnpm/hooks.read-package-hook@2.0.5
    • @pnpm/link-bins@8.0.2
    • @pnpm/lockfile-file@6.0.2
    • @pnpm/lockfile-to-pnp@2.0.2
    • @pnpm/lockfile-utils@4.2.8
    • @pnpm/lockfile-walker@6.0.2
    • @pnpm/manifest-utils@4.1.1
    • @pnpm/modules-cleaner@13.0.2
    • @pnpm/modules-yaml@11.0.2
    • @pnpm/normalize-registries@4.0.2
    • @pnpm/package-requester@20.0.2
    • @pnpm/prune-lockfile@4.0.18
    • @pnpm/read-package-json@7.0.2
    • @pnpm/read-project-manifest@4.0.2
    • @pnpm/remove-bins@4.0.2
    • @pnpm/resolve-dependencies@29.0.5
    • @pnpm/resolver-base@9.1.4
    • @pnpm/store-controller-types@14.1.5
    • @pnpm/symlink-dependency@6.0.2
    • @pnpm/crypto.base32-hash@1.0.1

7.0.4

Patch Changes

  • Updated dependencies [0da2f0412]
    • @pnpm/hooks.read-package-hook@2.0.4
    • @pnpm/resolve-dependencies@29.0.4
    • @pnpm/headless@19.0.2

7.0.3

Patch Changes

  • Updated dependencies [3c36e7e02]
  • Updated dependencies [da22f0c1f]
    • @pnpm/resolve-dependencies@29.0.3
    • @pnpm/hooks.read-package-hook@2.0.3

7.0.2

Patch Changes

  • Updated dependencies [0fe927215]
    • @pnpm/hooks.read-package-hook@2.0.2
    • @pnpm/resolve-dependencies@29.0.2
    • @pnpm/headless@19.0.1
    • @pnpm/package-requester@20.0.1

7.0.1

Patch Changes

  • 844e82f3a: pnpm link --global <pkg> should not change the type of the dependency #5478.
  • Updated dependencies [844e82f3a]
  • Updated dependencies [844e82f3a]
    • @pnpm/types@8.8.0
    • @pnpm/manifest-utils@4.1.0
    • @pnpm/build-modules@10.0.1
    • @pnpm/core-loggers@8.0.1
    • dependency-path@9.2.7
    • @pnpm/filter-lockfile@7.0.1
    • @pnpm/get-context@8.0.1
    • @pnpm/headless@19.0.1
    • @pnpm/hoist@7.0.1
    • @pnpm/hooks.read-package-hook@2.0.1
    • @pnpm/lifecycle@14.0.1
    • @pnpm/link-bins@8.0.1
    • @pnpm/lockfile-file@6.0.1
    • @pnpm/lockfile-to-pnp@2.0.1
    • @pnpm/lockfile-utils@4.2.7
    • @pnpm/lockfile-walker@6.0.1
    • @pnpm/modules-cleaner@13.0.1
    • @pnpm/modules-yaml@11.0.1
    • @pnpm/normalize-registries@4.0.1
    • @pnpm/package-requester@20.0.1
    • @pnpm/prune-lockfile@4.0.17
    • @pnpm/read-package-json@7.0.1
    • @pnpm/read-project-manifest@4.0.1
    • @pnpm/remove-bins@4.0.1
    • @pnpm/resolve-dependencies@29.0.1
    • @pnpm/resolver-base@9.1.3
    • @pnpm/store-controller-types@14.1.4
    • @pnpm/symlink-dependency@6.0.1
    • @pnpm/crypto.base32-hash@1.0.1

7.0.0

Major Changes

  • f884689e0: Require @pnpm/logger v5.
  • 645384bfd: Breaking changes to the API. All projects must be passed via a new field in options.

Patch Changes

  • Updated dependencies [043d988fc]
  • Updated dependencies [645384bfd]
  • Updated dependencies [72f7d6b3b]
  • Updated dependencies [a236ecf57]
  • Updated dependencies [f884689e0]
  • Updated dependencies [a236ecf57]
  • Updated dependencies [e35988d1f]
  • Updated dependencies [645384bfd]
    • @pnpm/build-modules@10.0.0
    • @pnpm/error@4.0.0
    • @pnpm/hoist@7.0.0
    • @pnpm/lifecycle@14.0.0
    • @pnpm/link-bins@8.0.0
    • @pnpm/lockfile-walker@6.0.0
    • @pnpm/resolve-dependencies@29.0.0
    • @pnpm/get-context@8.0.0
    • @pnpm/modules-yaml@11.0.0
    • @pnpm/headless@19.0.0
    • @pnpm/core-loggers@8.0.0
    • @pnpm/filter-lockfile@7.0.0
    • @pnpm/hooks.read-package-hook@2.0.0
    • @pnpm/lockfile-file@6.0.0
    • @pnpm/lockfile-to-pnp@2.0.0
    • @pnpm/manifest-utils@4.0.0
    • @pnpm/matcher@4.0.0
    • @pnpm/modules-cleaner@13.0.0
    • @pnpm/normalize-registries@4.0.0
    • @pnpm/package-requester@20.0.0
    • @pnpm/parse-wanted-dependency@4.0.0
    • @pnpm/read-modules-dir@5.0.0
    • @pnpm/read-package-json@7.0.0
    • @pnpm/read-project-manifest@4.0.0
    • @pnpm/remove-bins@4.0.0
    • @pnpm/symlink-dependency@6.0.0
    • @pnpm/which-version-is-pinned@4.0.0
    • @pnpm/crypto.base32-hash@1.0.1

6.0.3

Patch Changes

  • 96b507b73: Fix WARN undefined has no binaries
  • Updated dependencies [f4813c487]
  • Updated dependencies [8c3a0b236]
  • Updated dependencies [7c296fe9b]
    • @pnpm/hooks.read-package-hook@1.0.2
    • @pnpm/lockfile-file@5.3.8
    • @pnpm/get-context@7.0.3
    • @pnpm/headless@18.7.6
    • @pnpm/lockfile-to-pnp@1.0.5
    • @pnpm/read-project-manifest@3.0.13
    • @pnpm/link-bins@7.2.10
    • @pnpm/lifecycle@13.1.12
    • @pnpm/build-modules@9.3.11
    • @pnpm/hoist@6.2.14
    • @pnpm/package-requester@19.0.6

6.0.2

Patch Changes

  • Updated dependencies [84f440419]
  • Updated dependencies [3ae888c28]
    • @pnpm/resolve-dependencies@28.4.5
    • @pnpm/core-loggers@7.1.0
    • @pnpm/build-modules@9.3.10
    • @pnpm/get-context@7.0.2
    • @pnpm/headless@18.7.5
    • @pnpm/lifecycle@13.1.11
    • @pnpm/manifest-utils@3.1.6
    • @pnpm/modules-cleaner@12.0.25
    • @pnpm/package-requester@19.0.6
    • @pnpm/remove-bins@3.0.13
    • @pnpm/symlink-dependency@5.0.10
    • @pnpm/link-bins@7.2.9
    • @pnpm/filter-lockfile@6.0.22
    • @pnpm/hoist@6.2.13

6.0.1

Patch Changes

  • Updated dependencies [e8a631bf0]
  • Updated dependencies [5eb41a551]
  • Updated dependencies [e8a631bf0]
    • @pnpm/error@3.1.0
    • @pnpm/link-bins@7.2.8
    • @pnpm/resolve-dependencies@28.4.4
    • @pnpm/build-modules@9.3.9
    • @pnpm/filter-lockfile@6.0.21
    • @pnpm/get-context@7.0.1
    • @pnpm/headless@18.7.4
    • @pnpm/lockfile-file@5.3.7
    • @pnpm/manifest-utils@3.1.5
    • @pnpm/package-requester@19.0.5
    • @pnpm/read-package-json@6.0.11
    • @pnpm/read-project-manifest@3.0.12
    • @pnpm/hoist@6.2.12
    • @pnpm/modules-cleaner@12.0.24
    • @pnpm/lockfile-to-pnp@1.0.4
    • @pnpm/hooks.read-package-hook@1.0.1
    • @pnpm/lifecycle@13.1.10
    • @pnpm/remove-bins@3.0.12

6.0.0

Major Changes

Patch Changes

  • 51566e34b: Combining readPackage hook from options and from pnpmfile
  • Updated dependencies [51566e34b]
  • Updated dependencies [abb41a626]
  • Updated dependencies [d665f3ff7]
  • Updated dependencies [ff331dd95]
  • Updated dependencies [51566e34b]
    • @pnpm/hooks.read-package-hook@1.0.0
    • @pnpm/matcher@3.2.0
    • @pnpm/types@8.7.0
    • @pnpm/resolve-dependencies@28.4.3
    • @pnpm/get-context@7.0.0
    • @pnpm/hoist@6.2.11
    • @pnpm/build-modules@9.3.8
    • @pnpm/core-loggers@7.0.8
    • dependency-path@9.2.6
    • @pnpm/filter-lockfile@6.0.20
    • @pnpm/headless@18.7.3
    • @pnpm/lifecycle@13.1.9
    • @pnpm/link-bins@7.2.7
    • @pnpm/lockfile-file@5.3.6
    • @pnpm/lockfile-to-pnp@1.0.3
    • @pnpm/lockfile-utils@4.2.6
    • @pnpm/lockfile-walker@5.0.15
    • @pnpm/manifest-utils@3.1.4
    • @pnpm/modules-cleaner@12.0.23
    • @pnpm/modules-yaml@10.0.8
    • @pnpm/normalize-registries@3.0.8
    • @pnpm/package-requester@19.0.4
    • @pnpm/prune-lockfile@4.0.16
    • @pnpm/read-package-json@6.0.10
    • @pnpm/read-project-manifest@3.0.11
    • @pnpm/remove-bins@3.0.11
    • @pnpm/resolver-base@9.1.2
    • @pnpm/store-controller-types@14.1.3
    • @pnpm/symlink-dependency@5.0.9
    • @pnpm/crypto.base32-hash@1.0.1

5.12.2

Patch Changes

  • Updated dependencies [77f7cee48]
    • @pnpm/resolve-dependencies@28.4.2

5.12.1

Patch Changes

  • Updated dependencies [a1e834bfc]
    • @pnpm/resolve-dependencies@28.4.1

5.12.0

Minor Changes

  • 156cc1ef6: A new setting supported in the pnpm section of the package.json file: allowNonAppliedPatches. When it is set to true, non-applied patches will not cause an error, just a warning will be printed. For example:

    {
      "name": "foo",
      "version": "1.0.0",
      "pnpm": {
        "patchedDependencies": {
          "express@4.18.1": "patches/express@4.18.1.patch"
        },
        "allowNonAppliedPatches": true
      }
    }
    

Patch Changes

  • Updated dependencies [156cc1ef6]
  • Updated dependencies [9b44d38a4]
  • Updated dependencies [8cecfcbe3]
    • @pnpm/resolve-dependencies@28.4.0
    • @pnpm/types@8.6.0
    • @pnpm/matcher@3.1.0
    • @pnpm/build-modules@9.3.7
    • @pnpm/core-loggers@7.0.7
    • dependency-path@9.2.5
    • @pnpm/filter-lockfile@6.0.19
    • @pnpm/get-context@6.2.11
    • @pnpm/headless@18.7.2
    • @pnpm/hoist@6.2.10
    • @pnpm/lifecycle@13.1.8
    • @pnpm/link-bins@7.2.6
    • @pnpm/lockfile-file@5.3.5
    • @pnpm/lockfile-to-pnp@1.0.2
    • @pnpm/lockfile-utils@4.2.5
    • @pnpm/lockfile-walker@5.0.14
    • @pnpm/manifest-utils@3.1.3
    • @pnpm/modules-cleaner@12.0.22
    • @pnpm/modules-yaml@10.0.7
    • @pnpm/normalize-registries@3.0.7
    • @pnpm/package-requester@19.0.3
    • @pnpm/prune-lockfile@4.0.15
    • @pnpm/read-package-json@6.0.9
    • @pnpm/read-project-manifest@3.0.10
    • @pnpm/remove-bins@3.0.10
    • @pnpm/resolver-base@9.1.1
    • @pnpm/store-controller-types@14.1.2
    • @pnpm/symlink-dependency@5.0.8
    • @pnpm/crypto.base32-hash@1.0.1

5.11.5

Patch Changes

  • @pnpm/resolve-dependencies@28.3.11
  • @pnpm/headless@18.7.1
  • @pnpm/package-requester@19.0.2

5.11.4

Patch Changes

  • 2acf38be3: Auto installing a peer dependency in a workspace that also has it as a dev dependency in another project #5144.
  • Updated dependencies [2acf38be3]
    • @pnpm/resolve-dependencies@28.3.10

5.11.3

Patch Changes

  • Updated dependencies [0373af22e]
    • @pnpm/lockfile-file@5.3.4
    • @pnpm/resolve-dependencies@28.3.9
    • @pnpm/get-context@6.2.10
    • @pnpm/headless@18.7.1
    • @pnpm/lockfile-to-pnp@1.0.1
    • @pnpm/package-requester@19.0.2

5.11.2

Patch Changes

  • Updated dependencies [829b4d924]
    • @pnpm/resolve-dependencies@28.3.8
    • @pnpm/headless@18.7.0
    • @pnpm/package-requester@19.0.2

5.11.1

Patch Changes

  • Updated dependencies [53506c7ae]
    • @pnpm/resolve-dependencies@28.3.7
    • @pnpm/headless@18.7.0
    • @pnpm/package-requester@19.0.2

5.11.0

Minor Changes

  • 2aa22e4b1: Set NODE_PATH when preferSymlinkedExecutables is enabled.

Patch Changes

  • Updated dependencies [e3b5137d1]
  • Updated dependencies [2aa22e4b1]
    • @pnpm/symlink-dependency@5.0.7
    • @pnpm/headless@18.7.0
    • @pnpm/hoist@6.2.9

5.10.3

Patch Changes

  • f4cc2d7b4: fix mergeGitBranchLockfiles when merged lockfile is up-to-date
  • Updated dependencies [1beb1b4bd]
    • @pnpm/filter-lockfile@6.0.18
    • @pnpm/headless@18.6.5
    • @pnpm/modules-cleaner@12.0.21

5.10.2

Patch Changes

  • @pnpm/package-requester@19.0.2
  • @pnpm/store-controller-types@14.1.1
  • @pnpm/headless@18.6.4
  • @pnpm/crypto.base32-hash@1.0.1
  • @pnpm/link-bins@7.2.5

5.10.1

Patch Changes

  • 9faf0221d: Update Yarn dependencies.
  • Updated dependencies [dbac0ca01]
  • Updated dependencies [07bc24ad1]
  • Updated dependencies [dbac0ca01]
  • Updated dependencies [07bc24ad1]
  • Updated dependencies [9faf0221d]
  • Updated dependencies [054b4e062]
  • Updated dependencies [071aa1842]
    • @pnpm/package-requester@19.0.1
    • @pnpm/link-bins@7.2.5
    • @pnpm/resolve-dependencies@28.3.6
    • @pnpm/read-package-json@6.0.8
    • @pnpm/headless@18.6.3
    • @pnpm/build-modules@9.3.6
    • @pnpm/hoist@6.2.8
    • @pnpm/lifecycle@13.1.7
    • @pnpm/remove-bins@3.0.9
    • @pnpm/modules-cleaner@12.0.20
    • @pnpm/crypto.base32-hash@1.0.1

5.10.0

Minor Changes

Patch Changes

  • Updated dependencies [32915f0e4]
  • Updated dependencies [5035fdae1]
  • Updated dependencies [23984abd1]
  • Updated dependencies [7a17f99ab]
    • @pnpm/package-requester@19.0.0
    • @pnpm/store-controller-types@14.1.1
    • @pnpm/lockfile-to-pnp@1.0.0
    • @pnpm/resolver-base@9.1.0
    • @pnpm/headless@18.6.2
    • @pnpm/build-modules@9.3.5
    • @pnpm/lifecycle@13.1.6
    • @pnpm/modules-cleaner@12.0.19
    • @pnpm/resolve-dependencies@28.3.5
    • @pnpm/lockfile-utils@4.2.4
    • @pnpm/filter-lockfile@6.0.17
    • @pnpm/hoist@6.2.7
    • @pnpm/crypto.base32-hash@1.0.1
    • @pnpm/link-bins@7.2.4

5.9.1

Patch Changes

  • Updated dependencies [238a165a5]
  • Updated dependencies [c191ca7bf]
  • Updated dependencies [1e5482da4]
    • @pnpm/parse-wanted-dependency@3.0.2
    • @pnpm/package-requester@18.1.3
    • @pnpm/lockfile-file@5.3.3
    • @pnpm/resolve-dependencies@28.3.4
    • @pnpm/parse-overrides@2.0.3
    • @pnpm/headless@18.6.1
    • @pnpm/get-context@6.2.9
    • @pnpm/lockfile-to-pnp@0.5.27
    • @pnpm/crypto.base32-hash@1.0.1
    • @pnpm/link-bins@7.2.4

5.9.0

Minor Changes

  • 43cd6aaca: When ignore-dep-scripts is true, ignore scripts of dependencies but run the scripts of the project.
  • 65c4260de: Support a new hook for passing a custom package importer to the store controller.
  • 29a81598a: When ignore-compatibility-db is set to true, the compatibility database will not be used to patch dependencies #5132.

Patch Changes

  • 8103f92bd: Use a patched version of ramda to fix deprecation warnings on Node.js 16. Related issue: https://github.com/ramda/ramda/pull/3270
  • Updated dependencies [0321ca32a]
  • Updated dependencies [39c040127]
  • Updated dependencies [43cd6aaca]
  • Updated dependencies [8103f92bd]
  • Updated dependencies [65c4260de]
    • @pnpm/resolve-dependencies@28.3.3
    • @pnpm/build-modules@9.3.4
    • @pnpm/read-project-manifest@3.0.9
    • @pnpm/headless@18.6.0
    • @pnpm/filter-lockfile@6.0.16
    • @pnpm/get-context@6.2.8
    • @pnpm/hoist@6.2.6
    • @pnpm/link-bins@7.2.4
    • @pnpm/lockfile-file@5.3.2
    • @pnpm/lockfile-to-pnp@0.5.26
    • @pnpm/lockfile-utils@4.2.3
    • @pnpm/lockfile-walker@5.0.13
    • @pnpm/modules-cleaner@12.0.18
    • @pnpm/package-requester@18.1.2
    • @pnpm/prune-lockfile@4.0.14
    • @pnpm/store-controller-types@14.1.0
    • @pnpm/lifecycle@13.1.5
    • @pnpm/crypto.base32-hash@1.0.1

5.8.4

Patch Changes

  • Updated dependencies [44544b493]
  • Updated dependencies [c90798461]
    • @pnpm/lockfile-file@5.3.1
    • @pnpm/types@8.5.0
    • @pnpm/get-context@6.2.7
    • @pnpm/headless@18.5.5
    • @pnpm/lockfile-to-pnp@0.5.25
    • @pnpm/resolve-dependencies@28.3.2
    • @pnpm/build-modules@9.3.3
    • @pnpm/core-loggers@7.0.6
    • dependency-path@9.2.4
    • @pnpm/filter-lockfile@6.0.15
    • @pnpm/hoist@6.2.5
    • @pnpm/lifecycle@13.1.4
    • @pnpm/link-bins@7.2.3
    • @pnpm/lockfile-utils@4.2.2
    • @pnpm/lockfile-walker@5.0.12
    • @pnpm/manifest-utils@3.1.2
    • @pnpm/modules-cleaner@12.0.17
    • @pnpm/modules-yaml@10.0.6
    • @pnpm/normalize-registries@3.0.6
    • @pnpm/package-requester@18.1.1
    • @pnpm/prune-lockfile@4.0.13
    • @pnpm/read-package-json@6.0.7
    • @pnpm/read-project-manifest@3.0.8
    • @pnpm/remove-bins@3.0.8
    • @pnpm/resolver-base@9.0.6
    • @pnpm/store-controller-types@14.0.2
    • @pnpm/symlink-dependency@5.0.6
    • @pnpm/crypto.base32-hash@1.0.1

5.8.3

Patch Changes

  • c7d65fe7f: Don't incorrectly consider a lockfile out-of-date when workspace:^ or workspace:~ version specs are used in a workspace.
  • Updated dependencies [c83f40c10]
    • @pnpm/lockfile-utils@4.2.1
    • @pnpm/filter-lockfile@6.0.14
    • @pnpm/headless@18.5.4
    • @pnpm/hoist@6.2.4
    • @pnpm/lockfile-to-pnp@0.5.24
    • @pnpm/modules-cleaner@12.0.16
    • @pnpm/resolve-dependencies@28.3.1

5.8.2

Patch Changes

  • Updated dependencies [cac34ad69]
    • @pnpm/package-requester@18.1.0
    • @pnpm/lockfile-to-pnp@0.5.23
    • @pnpm/headless@18.5.3

5.8.1

Patch Changes

  • Updated dependencies [8dcfbe357]
    • @pnpm/lockfile-file@5.3.0
    • @pnpm/lockfile-utils@4.2.0
    • @pnpm/resolve-dependencies@28.3.0
    • @pnpm/get-context@6.2.6
    • @pnpm/headless@18.5.2
    • @pnpm/lockfile-to-pnp@0.5.22
    • @pnpm/filter-lockfile@6.0.13
    • @pnpm/hoist@6.2.3
    • @pnpm/lockfile-walker@5.0.11
    • @pnpm/modules-cleaner@12.0.15
    • @pnpm/prune-lockfile@4.0.12
    • @pnpm/crypto.base32-hash@1.0.1
    • @pnpm/link-bins@7.2.2
    • @pnpm/package-requester@18.0.13

5.8.0

Minor Changes

  • 4fa1091c8: Add experimental lockfile format that should merge conflict less in the importers section. Enabled by setting the use-inline-specifiers-lockfile-format = true feature flag in .npmrc.

    If this feature flag is committed to a repo, we recommend setting the minimum allowed version of pnpm to this release in the package.json engines field. Once this is set, older pnpm versions will throw on invalid lockfile versions.

Patch Changes

  • Updated dependencies [01c5834bf]
  • Updated dependencies [4fa1091c8]
    • @pnpm/read-project-manifest@3.0.7
    • @pnpm/lockfile-file@5.2.0
    • @pnpm/headless@18.5.1
    • @pnpm/link-bins@7.2.2
    • @pnpm/lockfile-to-pnp@0.5.21
    • @pnpm/get-context@6.2.5
    • @pnpm/resolve-dependencies@28.2.3
    • @pnpm/lifecycle@13.1.3
    • @pnpm/build-modules@9.3.2
    • @pnpm/hoist@6.2.2
    • @pnpm/package-requester@18.0.13

5.7.0

Minor Changes

  • 0569f1022: When saveLockfile is set to false, no changes to pnpm-lock.yaml are written to the filesystem.

Patch Changes

  • e3f4d131c: When auto-install-peers is set to true, automatically install direct peer dependencies #5028.

    So if your project the next manifest:

    {
      "dependencies": {
        "lodash": "^4.17.21"
      },
      "peerDependencies": {
        "react": "^18.2.0"
      }
    }
    

    pnpm will install both lodash and react as a regular dependencies.

  • Updated dependencies [e3f4d131c]

  • Updated dependencies [e3f4d131c]

  • Updated dependencies [e3f4d131c]

    • @pnpm/resolve-dependencies@28.2.2
    • @pnpm/manifest-utils@3.1.1
    • @pnpm/headless@18.5.0
    • @pnpm/lockfile-utils@4.1.0
    • @pnpm/lockfile-to-pnp@0.5.20
    • @pnpm/link-bins@7.2.1
    • @pnpm/filter-lockfile@6.0.12
    • @pnpm/hoist@6.2.1
    • @pnpm/modules-cleaner@12.0.14
    • @pnpm/build-modules@9.3.1

5.6.0

Minor Changes

  • 28f000509: A new setting supported: prefer-symlinked-executables. When true, pnpm will create symlinks to executables in node_modules/.bin instead of command shims (but on POSIX systems only).

    This setting is true by default when node-linker is set to hoisted.

    Related issue: #4782.

Patch Changes

  • 0ee3dfbe0: Don't print warnings about file verifications. Just print info messages instead.
  • 406656f80: When lockfile-include-tarball-url is set to true, every entry in pnpm-lock.yaml will contain the full URL to the package's tarball #5054.
  • Updated dependencies [28f000509]
  • Updated dependencies [406656f80]
    • @pnpm/build-modules@9.3.0
    • @pnpm/headless@18.4.0
    • @pnpm/hoist@6.2.0
    • @pnpm/link-bins@7.2.0
    • @pnpm/resolve-dependencies@28.2.1
    • @pnpm/lockfile-to-pnp@0.5.19
    • @pnpm/package-requester@18.0.13

5.5.9

Patch Changes

  • @pnpm/lockfile-to-pnp@0.5.18
  • @pnpm/headless@18.3.7

5.5.8

Patch Changes

  • d89bb43f2: Don't symlink the autoinstalled peer dependencies to the root of node_modules #4988.

5.5.7

Patch Changes

  • ff7061929: pnpm remove <pkg> should not fail in a workspace that has patches #4954
  • Updated dependencies [f5621a42c]
  • Updated dependencies [2bca856e0]
    • @pnpm/manifest-utils@3.1.0
    • @pnpm/resolve-dependencies@28.2.0
    • @pnpm/which-version-is-pinned@3.0.0
    • @pnpm/crypto.base32-hash@1.0.1
    • @pnpm/link-bins@7.1.7
    • dependency-path@9.2.3
    • @pnpm/build-modules@9.2.4
    • @pnpm/headless@18.3.6
    • @pnpm/hoist@6.1.9
    • @pnpm/filter-lockfile@6.0.11
    • @pnpm/lockfile-to-pnp@0.5.17
    • @pnpm/lockfile-utils@4.0.10
    • @pnpm/lockfile-walker@5.0.10
    • @pnpm/modules-cleaner@12.0.13
    • @pnpm/package-requester@18.0.13
    • @pnpm/prune-lockfile@4.0.11

5.5.6

Patch Changes

  • b55b3782d: Never skip lockfile resolution when the lockfile is not up-to-date and --lockfile-only is used. Even if frozen-lockfile is true #4951.
  • Updated dependencies [5e0e7f5db]
  • Updated dependencies [ab684d77e]
    • @pnpm/resolve-dependencies@28.1.4
    • @pnpm/lockfile-file@5.1.4
    • @pnpm/get-context@6.2.4
    • @pnpm/headless@18.3.5
    • @pnpm/lockfile-to-pnp@0.5.16
    • @pnpm/package-requester@18.0.12

5.5.5

Patch Changes

  • 5f643f23b: Update ramda to v0.28.
  • 42c1ea1c0: Update validate-npm-package-name to v4.
  • c5fdc5f35: Update the compatibility database.
  • Updated dependencies [5f643f23b]
  • Updated dependencies [42c1ea1c0]
    • @pnpm/build-modules@9.2.3
    • @pnpm/filter-lockfile@6.0.10
    • @pnpm/get-context@6.2.3
    • @pnpm/headless@18.3.4
    • @pnpm/hoist@6.1.8
    • @pnpm/link-bins@7.1.6
    • @pnpm/lockfile-file@5.1.3
    • @pnpm/lockfile-to-pnp@0.5.15
    • @pnpm/lockfile-utils@4.0.9
    • @pnpm/lockfile-walker@5.0.9
    • @pnpm/modules-cleaner@12.0.12
    • @pnpm/package-requester@18.0.12
    • @pnpm/prune-lockfile@4.0.10
    • @pnpm/remove-bins@3.0.7
    • @pnpm/resolve-dependencies@28.1.3
    • @pnpm/parse-wanted-dependency@3.0.1
    • @pnpm/lifecycle@13.1.2
    • @pnpm/parse-overrides@2.0.2

5.5.4

Patch Changes

  • fc581d371: Don't fail when the patched package appears multiple times in the dependency graph #4938.
  • Updated dependencies [fc581d371]
  • Updated dependencies [00c12fa53]
  • Updated dependencies [fc581d371]
    • @pnpm/resolve-dependencies@28.1.2
    • @pnpm/build-modules@9.2.2
    • dependency-path@9.2.2
    • @pnpm/headless@18.3.3
    • @pnpm/filter-lockfile@6.0.9
    • @pnpm/hoist@6.1.7
    • @pnpm/lockfile-to-pnp@0.5.14
    • @pnpm/lockfile-utils@4.0.8
    • @pnpm/lockfile-walker@5.0.8
    • @pnpm/modules-cleaner@12.0.11
    • @pnpm/package-requester@18.0.11
    • @pnpm/prune-lockfile@4.0.9

5.5.3

Patch Changes

  • 7922d6314: Don't link local dev dependencies, when prod dependencies should only be installed.
    • @pnpm/package-requester@18.0.10
    • @pnpm/headless@18.3.2

5.5.2

Patch Changes

  • 12aa1e2e1: Return early when the lockfile is up-to-date.
    • @pnpm/lockfile-to-pnp@0.5.13
    • @pnpm/headless@18.3.2

5.5.1

Patch Changes

  • 8e5b77ef6: Update the dependencies when a patch file is modified.
  • 285ff09ba: Patch packages even when scripts are ignored.
  • Updated dependencies [285ff09ba]
  • Updated dependencies [8e5b77ef6]
  • Updated dependencies [285ff09ba]
  • Updated dependencies [8e5b77ef6]
    • @pnpm/calc-dep-state@3.0.1
    • @pnpm/build-modules@9.2.1
    • @pnpm/headless@18.3.1
    • @pnpm/resolve-dependencies@28.1.1
    • @pnpm/types@8.4.0
    • @pnpm/filter-lockfile@6.0.8
    • @pnpm/hoist@6.1.6
    • @pnpm/lockfile-file@5.1.2
    • @pnpm/lockfile-utils@4.0.7
    • @pnpm/lockfile-walker@5.0.7
    • @pnpm/modules-cleaner@12.0.10
    • @pnpm/prune-lockfile@4.0.8
    • @pnpm/core-loggers@7.0.5
    • dependency-path@9.2.1
    • @pnpm/get-context@6.2.2
    • @pnpm/lifecycle@13.1.1
    • @pnpm/link-bins@7.1.5
    • @pnpm/lockfile-to-pnp@0.5.12
    • @pnpm/manifest-utils@3.0.6
    • @pnpm/modules-yaml@10.0.5
    • @pnpm/normalize-registries@3.0.5
    • @pnpm/package-requester@18.0.10
    • @pnpm/read-package-json@6.0.6
    • @pnpm/read-project-manifest@3.0.6
    • @pnpm/remove-bins@3.0.6
    • @pnpm/resolver-base@9.0.5
    • @pnpm/store-controller-types@14.0.1
    • @pnpm/symlink-dependency@5.0.5

5.5.0

Minor Changes

  • 2a34b21ce: Dependencies patching is possible via the pnpm.patchedDependencies field of the package.json. To patch a package, the package name, exact version, and the relative path to the patch file should be specified. For instance:

    {
      "pnpm": {
        "patchedDependencies": {
          "eslint@1.0.0": "./patches/eslint@1.0.0.patch"
        }
      }
    }
    

Patch Changes

  • Updated dependencies [2a34b21ce]
  • Updated dependencies [c635f9fc1]
  • Updated dependencies [2a34b21ce]
  • Updated dependencies [2a34b21ce]
  • Updated dependencies [2a34b21ce]
    • @pnpm/headless@18.3.0
    • @pnpm/types@8.3.0
    • @pnpm/resolve-dependencies@28.1.0
    • @pnpm/lifecycle@13.1.0
    • dependency-path@9.2.0
    • @pnpm/calc-dep-state@3.0.0
    • @pnpm/store-controller-types@14.0.0
    • @pnpm/build-modules@9.2.0
    • @pnpm/core-loggers@7.0.4
    • @pnpm/filter-lockfile@6.0.7
    • @pnpm/get-context@6.2.1
    • @pnpm/hoist@6.1.5
    • @pnpm/link-bins@7.1.4
    • @pnpm/lockfile-file@5.1.1
    • @pnpm/lockfile-to-pnp@0.5.11
    • @pnpm/lockfile-utils@4.0.6
    • @pnpm/lockfile-walker@5.0.6
    • @pnpm/manifest-utils@3.0.5
    • @pnpm/modules-cleaner@12.0.9
    • @pnpm/modules-yaml@10.0.4
    • @pnpm/normalize-registries@3.0.4
    • @pnpm/package-requester@18.0.9
    • @pnpm/prune-lockfile@4.0.7
    • @pnpm/read-package-json@6.0.5
    • @pnpm/read-project-manifest@3.0.5
    • @pnpm/remove-bins@3.0.5
    • @pnpm/resolver-base@9.0.4
    • @pnpm/symlink-dependency@5.0.4

5.4.0

Minor Changes

  • fb5bbfd7a: A new setting added: pnpm.peerDependencyRules.allowAny. allowAny is an array of package name patterns, any peer dependency matching the pattern will be resolved from any version, regardless of the range specified in peerDependencies. For instance:

    {
      "pnpm": {
        "peerDependencyRules": {
          "allowAny": ["@babel/*", "eslint"]
        }
      }
    }
    

    The above setting will mute any warnings about peer dependency version mismatches related to @babel/ packages or eslint.

  • fb5bbfd7a: The pnpm.peerDependencyRules.ignoreMissing setting may accept package name patterns. So you may ignore any missing @babel/* peer dependencies, for instance:

    {
      "pnpm": {
        "peerDependencyRules": {
          "ignoreMissing": ["@babel/*"]
        }
      }
    }
    
  • 56cf04cb3: New settings added: use-git-branch-lockfile, merge-git-branch-lockfiles, merge-git-branch-lockfiles-branch-pattern.

Patch Changes

  • 0abfe1718: Packages that should be built are always cloned or copied from the store. This is required to prevent the postinstall scripts from modifying the original source files of the package.
  • Updated dependencies [fb5bbfd7a]
  • Updated dependencies [0abfe1718]
  • Updated dependencies [0abfe1718]
  • Updated dependencies [0abfe1718]
  • Updated dependencies [56cf04cb3]
  • Updated dependencies [725636a90]
  • Updated dependencies [0abfe1718]
    • @pnpm/types@8.2.0
    • @pnpm/build-modules@9.1.5
    • @pnpm/resolve-dependencies@28.0.0
    • @pnpm/headless@18.2.0
    • @pnpm/get-context@6.2.0
    • @pnpm/lockfile-file@5.1.0
    • dependency-path@9.1.4
    • @pnpm/package-requester@18.0.8
    • @pnpm/core-loggers@7.0.3
    • @pnpm/filter-lockfile@6.0.6
    • @pnpm/hoist@6.1.4
    • @pnpm/lifecycle@13.0.5
    • @pnpm/link-bins@7.1.3
    • @pnpm/lockfile-to-pnp@0.5.10
    • @pnpm/lockfile-utils@4.0.5
    • @pnpm/lockfile-walker@5.0.5
    • @pnpm/manifest-utils@3.0.4
    • @pnpm/modules-cleaner@12.0.8
    • @pnpm/modules-yaml@10.0.3
    • @pnpm/normalize-registries@3.0.3
    • @pnpm/prune-lockfile@4.0.6
    • @pnpm/read-package-json@6.0.4
    • @pnpm/read-project-manifest@3.0.4
    • @pnpm/remove-bins@3.0.4
    • @pnpm/resolver-base@9.0.3
    • @pnpm/store-controller-types@13.0.4
    • @pnpm/symlink-dependency@5.0.3

5.3.1

Patch Changes

  • @pnpm/lockfile-to-pnp@0.5.9
  • @pnpm/headless@18.1.11

5.3.0

Minor Changes

  • 4d39e4a0c: A new setting is supported for ignoring specific deprecation messages: pnpm.allowedDeprecatedVersions. The setting should be provided in the pnpm section of the root package.json file. The below example will mute any deprecation warnings about the request package and warnings about express v1:

    {
      "pnpm": {
        "allowedDeprecatedVersions": {
          "request": "*",
          "express": "1"
        }
      }
    }
    

    Related issue: #4306 Related PR: #4864

Patch Changes

  • c1238946f: Update the compatibility database.
  • Updated dependencies [4d39e4a0c]
  • Updated dependencies [4d39e4a0c]
  • Updated dependencies [26413c30c]
    • @pnpm/types@8.1.0
    • @pnpm/resolve-dependencies@27.2.0
    • @pnpm/build-modules@9.1.4
    • @pnpm/core-loggers@7.0.2
    • dependency-path@9.1.3
    • @pnpm/filter-lockfile@6.0.5
    • @pnpm/get-context@6.1.3
    • @pnpm/headless@18.1.10
    • @pnpm/hoist@6.1.3
    • @pnpm/lifecycle@13.0.4
    • @pnpm/link-bins@7.1.2
    • @pnpm/lockfile-file@5.0.4
    • @pnpm/lockfile-to-pnp@0.5.8
    • @pnpm/lockfile-utils@4.0.4
    • @pnpm/lockfile-walker@5.0.4
    • @pnpm/manifest-utils@3.0.3
    • @pnpm/modules-cleaner@12.0.7
    • @pnpm/modules-yaml@10.0.2
    • @pnpm/normalize-registries@3.0.2
    • @pnpm/package-requester@18.0.7
    • @pnpm/prune-lockfile@4.0.5
    • @pnpm/read-package-json@6.0.3
    • @pnpm/read-project-manifest@3.0.3
    • @pnpm/remove-bins@3.0.3
    • @pnpm/resolver-base@9.0.2
    • @pnpm/store-controller-types@13.0.3
    • @pnpm/symlink-dependency@5.0.2

5.2.5

Patch Changes

  • Updated dependencies [9f5352014]
    • @pnpm/resolve-dependencies@27.1.4

5.2.4

Patch Changes

  • 6756c2b02: It should be possible to install a git-hosted package that has no package.json file #4822.
  • Updated dependencies [6756c2b02]
    • @pnpm/build-modules@9.1.3
    • @pnpm/package-requester@18.0.6
    • @pnpm/resolve-dependencies@27.1.3
    • @pnpm/store-controller-types@13.0.2
    • @pnpm/headless@18.1.9
    • @pnpm/lifecycle@13.0.3
    • @pnpm/modules-cleaner@12.0.6
    • @pnpm/link-bins@7.1.1

5.2.3

Patch Changes

  • Updated dependencies [971f2c4a5]
  • Updated dependencies [2b543c774]
    • @pnpm/build-modules@9.1.2
    • @pnpm/resolve-dependencies@27.1.2
    • @pnpm/headless@18.1.8

5.2.2

Patch Changes

  • Updated dependencies [45238e358]
    • @pnpm/resolve-dependencies@27.1.1
    • @pnpm/lockfile-to-pnp@0.5.7
    • @pnpm/headless@18.1.7

5.2.1

Patch Changes

  • @pnpm/lockfile-to-pnp@0.5.6
  • @pnpm/headless@18.1.6

5.2.0

Minor Changes

  • 190f0b331: New option added for automatically installing missing peer dependencies: autoInstallPeers.

Patch Changes

  • Updated dependencies [190f0b331]
  • Updated dependencies [190f0b331]
    • @pnpm/resolve-dependencies@27.1.0
    • @pnpm/prune-lockfile@4.0.4

5.1.2

Patch Changes

  • Updated dependencies [c57695550]
    • dependency-path@9.1.2
    • @pnpm/lockfile-to-pnp@0.5.5
    • @pnpm/filter-lockfile@6.0.4
    • @pnpm/headless@18.1.5
    • @pnpm/hoist@6.1.2
    • @pnpm/lockfile-utils@4.0.3
    • @pnpm/lockfile-walker@5.0.3
    • @pnpm/modules-cleaner@12.0.5
    • @pnpm/package-requester@18.0.5
    • @pnpm/prune-lockfile@4.0.3
    • @pnpm/resolve-dependencies@27.0.4

5.1.1

Patch Changes

  • Updated dependencies [52b0576af]
    • @pnpm/filter-lockfile@6.0.3
    • @pnpm/lockfile-file@5.0.3
    • @pnpm/resolve-dependencies@27.0.3
    • @pnpm/headless@18.1.4
    • @pnpm/modules-cleaner@12.0.4
    • @pnpm/get-context@6.1.2
    • @pnpm/lockfile-to-pnp@0.5.4
    • @pnpm/package-requester@18.0.4

5.1.0

Minor Changes

  • 0075fcd23: The install() function accepts the pruneDirectDependencies option.

Patch Changes

  • cadefe5b6: Print a warning when the integrity of more than 1K files is checked in the CAFS.
  • 315871260: Use Yarn's compatibility database to patch broken packages in the ecosystem with package extensions.
  • Updated dependencies [0075fcd23]
    • @pnpm/modules-cleaner@12.0.3
    • @pnpm/package-requester@18.0.3
    • @pnpm/headless@18.1.3
    • @pnpm/link-bins@7.1.1

5.0.0

Major Changes

  • af6ac00e4: Remove linkFromGlobal and linkToGlobal.

Patch Changes

  • Updated dependencies [18ba5e2c0]
    • @pnpm/types@8.0.1
    • @pnpm/package-requester@18.0.2
    • @pnpm/build-modules@9.1.1
    • @pnpm/core-loggers@7.0.1
    • dependency-path@9.1.1
    • @pnpm/filter-lockfile@6.0.2
    • @pnpm/get-context@6.1.1
    • @pnpm/headless@18.1.2
    • @pnpm/hoist@6.1.1
    • @pnpm/lifecycle@13.0.2
    • @pnpm/link-bins@7.1.1
    • @pnpm/lockfile-file@5.0.2
    • @pnpm/lockfile-to-pnp@0.5.3
    • @pnpm/lockfile-utils@4.0.2
    • @pnpm/lockfile-walker@5.0.2
    • @pnpm/manifest-utils@3.0.2
    • @pnpm/modules-cleaner@12.0.2
    • @pnpm/modules-yaml@10.0.1
    • @pnpm/normalize-registries@3.0.1
    • @pnpm/prune-lockfile@4.0.2
    • @pnpm/read-package-json@6.0.2
    • @pnpm/read-project-manifest@3.0.2
    • @pnpm/remove-bins@3.0.2
    • @pnpm/resolve-dependencies@27.0.2
    • @pnpm/resolver-base@9.0.1
    • @pnpm/store-controller-types@13.0.1
    • @pnpm/symlink-dependency@5.0.1

4.0.2

Patch Changes

  • Updated dependencies [3345c2cce]
  • Updated dependencies [7478cbd05]
    • @pnpm/resolve-dependencies@27.0.1

4.0.1

Patch Changes

  • c38feff08: Only pnpm install should fail on peer dependency issues.
    • @pnpm/lockfile-to-pnp@0.5.2
    • @pnpm/headless@18.1.1

4.0.0

Major Changes

  • 0a70aedb1: Use a base32 hash instead of a hex to encode too long dependency paths inside node_modules/.pnpm #4552.
  • e7bdc2cc2: Dependencies of the root workspace project are not used to resolve peer dependencies of other workspace projects #4469.

Patch Changes

  • 2109f2e8e: Use @pnpm/graph-sequencer instead of graph-sequencer.
  • 88289a42c: peerDependencyRules will no longer cause duplicated peer dependency rules in the lockfile when used in workspaces
  • aecd4acdd: Linked in dependencies should be considered when resolving peer dependencies #4541.
  • dbe366990: Peer dependency should be correctly resolved from the workspace, when it is declared using a workspace protocol #4529.
  • Updated dependencies [948a8151e]
  • Updated dependencies [0a70aedb1]
  • Updated dependencies [8fa95fd86]
  • Updated dependencies [2109f2e8e]
  • Updated dependencies [8fa95fd86]
  • Updated dependencies [0a70aedb1]
  • Updated dependencies [e531325c3]
  • Updated dependencies [7cdca5ef2]
  • Updated dependencies [e7bdc2cc2]
  • Updated dependencies [688b0eaff]
  • Updated dependencies [aecd4acdd]
  • Updated dependencies [dbe366990]
  • Updated dependencies [b716d2d06]
  • Updated dependencies [618842b0d]
  • Updated dependencies [1267e4eff]
    • @pnpm/resolve-dependencies@27.0.0
    • dependency-path@9.1.0
    • @pnpm/build-modules@9.1.0
    • @pnpm/headless@18.1.0
    • @pnpm/hoist@6.1.0
    • @pnpm/link-bins@7.1.0
    • @pnpm/get-context@6.1.0
    • @pnpm/package-requester@18.0.1
    • @pnpm/lockfile-utils@4.0.1
    • @pnpm/manifest-utils@3.0.1
    • @pnpm/constants@6.1.0
    • @pnpm/filter-lockfile@6.0.1
    • @pnpm/lockfile-to-pnp@0.5.1
    • @pnpm/lockfile-walker@5.0.1
    • @pnpm/modules-cleaner@12.0.1
    • @pnpm/prune-lockfile@4.0.1
    • @pnpm/lifecycle@13.0.1
    • @pnpm/calc-dep-state@2.0.1
    • @pnpm/error@3.0.1
    • @pnpm/lockfile-file@5.0.1
    • @pnpm/parse-overrides@2.0.1
    • @pnpm/read-package-json@6.0.1
    • @pnpm/read-project-manifest@3.0.1
    • @pnpm/remove-bins@3.0.1

3.0.0

Major Changes

  • 516859178: extendNodePath removed.
  • a36b6026b: pruneLockfileImporters is true by default.
  • 73d71a2d5: strict-peer-dependencies is true by default.
  • 542014839: Node.js 12 is not supported.

Patch Changes

  • Updated dependencies [516859178]
  • Updated dependencies [d504dc380]
  • Updated dependencies [9c22c063e]
  • Updated dependencies [faf830b8f]
  • Updated dependencies [9b9b13c3a]
  • Updated dependencies [542014839]
  • Updated dependencies [0845a8704]
  • Updated dependencies [d999a0801]
    • @pnpm/build-modules@9.0.0
    • @pnpm/headless@18.0.0
    • @pnpm/hoist@6.0.0
    • @pnpm/link-bins@7.0.0
    • @pnpm/types@8.0.0
    • @pnpm/package-requester@18.0.0
    • dependency-path@9.0.0
    • @pnpm/resolve-dependencies@26.0.0
    • @pnpm/calc-dep-state@2.0.0
    • @pnpm/constants@6.0.0
    • @pnpm/core-loggers@7.0.0
    • @pnpm/error@3.0.0
    • @pnpm/filter-lockfile@6.0.0
    • @pnpm/get-context@6.0.0
    • @pnpm/lifecycle@13.0.0
    • @pnpm/lockfile-file@5.0.0
    • @pnpm/lockfile-utils@4.0.0
    • @pnpm/lockfile-walker@5.0.0
    • @pnpm/manifest-utils@3.0.0
    • @pnpm/modules-cleaner@12.0.0
    • @pnpm/modules-yaml@10.0.0
    • @pnpm/normalize-registries@3.0.0
    • @pnpm/parse-overrides@2.0.0
    • @pnpm/parse-wanted-dependency@3.0.0
    • @pnpm/prune-lockfile@4.0.0
    • @pnpm/read-modules-dir@4.0.0
    • @pnpm/read-package-json@6.0.0
    • @pnpm/read-project-manifest@3.0.0
    • @pnpm/remove-bins@3.0.0
    • @pnpm/resolver-base@9.0.0
    • @pnpm/store-controller-types@13.0.0
    • @pnpm/symlink-dependency@5.0.0
    • @pnpm/which-version-is-pinned@2.0.0
    • @pnpm/lockfile-to-pnp@0.5.0

2.7.3

Patch Changes

  • Updated dependencies [4941f31ee]
    • @pnpm/resolve-dependencies@25.0.2

2.7.2

Patch Changes

  • 5c525db13: In order to guarantee that only correct data is written to the store, data from the lockfile should not be written to the store. Only data directly from the package tarball or package metadata.
  • Updated dependencies [5c525db13]
  • Updated dependencies [70ba51da9]
  • Updated dependencies [70ba51da9]
  • Updated dependencies [5c525db13]
    • @pnpm/resolve-dependencies@25.0.1
    • @pnpm/filter-lockfile@5.0.19
    • @pnpm/error@2.1.0
    • @pnpm/package-requester@17.0.0
    • @pnpm/store-controller-types@12.0.0
    • @pnpm/headless@17.3.2
    • @pnpm/modules-cleaner@11.0.23
    • @pnpm/get-context@5.3.8
    • @pnpm/link-bins@6.2.12
    • @pnpm/lockfile-file@4.3.1
    • @pnpm/manifest-utils@2.1.9
    • @pnpm/parse-overrides@1.0.1
    • @pnpm/read-package-json@5.0.12
    • @pnpm/read-project-manifest@2.0.13
    • @pnpm/build-modules@8.0.3
    • @pnpm/lifecycle@12.1.7
    • @pnpm/lockfile-to-pnp@0.4.47
    • @pnpm/hoist@5.2.15
    • @pnpm/remove-bins@2.0.14

2.7.1

Patch Changes

  • 4e3b99ae0: onlyBuiltDependencies should work.

2.7.0

Minor Changes

  • b138d048c: New optional field supported: onlyBuiltDependencies.

  • d84b73b15: When adding a new dependency, use the version specifier from the overrides, when present #4313.

    Normally, if the latest version of foo is 2.0.0, then pnpm add foo installs foo@^2.0.0. This behavior changes if foo is specified in an override:

    {
      "pnpm": {
        "overrides": {
          "foo": "1.0.0"
        }
      }
    }
    

    In this case, pnpm add foo will add foo@1.0.0 to the dependency. However, if a version is explicitly specifying, then the specified version will be used and the override will be ignored. So pnpm add foo@0 will install v0 and it doesn't matter what is in the overrides.

Patch Changes

  • 076c3753a: When a peer dependency range is extended with *, just replace any range with *.
  • Updated dependencies [800fb2836]
  • Updated dependencies [b138d048c]
  • Updated dependencies [b138d048c]
    • @pnpm/package-requester@16.0.2
    • @pnpm/lockfile-file@4.3.0
    • @pnpm/types@7.10.0
    • @pnpm/resolve-dependencies@25.0.0
    • @pnpm/headless@17.3.1
    • @pnpm/get-context@5.3.7
    • @pnpm/lockfile-to-pnp@0.4.46
    • @pnpm/filter-lockfile@5.0.18
    • @pnpm/hoist@5.2.14
    • @pnpm/lockfile-utils@3.2.1
    • @pnpm/lockfile-walker@4.0.15
    • @pnpm/modules-cleaner@11.0.22
    • @pnpm/prune-lockfile@3.0.15
    • @pnpm/build-modules@8.0.2
    • @pnpm/core-loggers@6.1.4
    • dependency-path@8.0.11
    • @pnpm/lifecycle@12.1.6
    • @pnpm/link-bins@6.2.11
    • @pnpm/manifest-utils@2.1.8
    • @pnpm/modules-yaml@9.1.1
    • @pnpm/normalize-registries@2.0.13
    • @pnpm/read-package-json@5.0.11
    • @pnpm/read-project-manifest@2.0.12
    • @pnpm/remove-bins@2.0.13
    • @pnpm/resolver-base@8.1.6
    • @pnpm/store-controller-types@11.0.12
    • @pnpm/symlink-dependency@4.0.13

2.6.0

Minor Changes

  • 329e186e9: Allow to set hoistingLimits for the hoisted node linker.

Patch Changes

  • Updated dependencies [7ae349cd3]
  • Updated dependencies [329e186e9]
    • @pnpm/lifecycle@12.1.5
    • @pnpm/headless@17.3.0
    • @pnpm/build-modules@8.0.1

2.5.4

Patch Changes

  • cc727797f: Add publicHoistPattern to the fields of InstallOptions.

2.5.3

Patch Changes

  • 37d09a68f: A package should be able to be a dependency of itself.
  • Updated dependencies [37d09a68f]
  • Updated dependencies [37d09a68f]
    • @pnpm/resolve-dependencies@24.0.0
    • @pnpm/headless@17.2.2
    • @pnpm/lockfile-to-pnp@0.4.45

2.5.2

Patch Changes

  • c1383044d: Fixed an exception that was caused by reading the name property from a manifest that was not defined.

2.5.1

Patch Changes

  • @pnpm/lockfile-to-pnp@0.4.44
  • @pnpm/headless@17.2.1

2.5.0

Minor Changes

  • cdc521cfa: All the locations of injected dependencies are saved in the modules state file at node_modules/.modules.yaml.

Patch Changes

  • Updated dependencies [cdc521cfa]
  • Updated dependencies [cdc521cfa]
  • Updated dependencies [cdc521cfa]
    • @pnpm/headless@17.2.0
    • @pnpm/modules-yaml@9.1.0
    • @pnpm/lockfile-utils@3.2.0
    • @pnpm/get-context@5.3.6
    • @pnpm/filter-lockfile@5.0.17
    • @pnpm/hoist@5.2.13
    • @pnpm/lockfile-to-pnp@0.4.43
    • @pnpm/modules-cleaner@11.0.21
    • @pnpm/resolve-dependencies@23.0.4
    • @pnpm/link-bins@6.2.10
    • @pnpm/package-requester@16.0.1

2.4.1

Patch Changes

  • 08d781b80: peerDependencyRules should work when both overrides and packageExtensions are present as well.

2.4.0

Minor Changes

  • 1cadc231a: Side effects cache is not an experimental feature anymore.

    Side effects cache is saved separately for packages with different dependencies. So if foo has bar in the dependencies, then a separate cache will be created each time foo is installed with a different version of bar #4238.

Patch Changes

  • 4bdf7bcac: @pnpm/registry-mock should be a dev dependency.
  • Updated dependencies [43e4246d3]
  • Updated dependencies [1cadc231a]
  • Updated dependencies [8a2cad034]
  • Updated dependencies [1cadc231a]
  • Updated dependencies [1cadc231a]
    • @pnpm/headless@17.1.0
    • @pnpm/manifest-utils@2.1.7
    • @pnpm/calc-dep-state@1.0.0
    • @pnpm/build-modules@8.0.0
    • @pnpm/lockfile-to-pnp@0.4.42
    • @pnpm/link-bins@6.2.10
    • @pnpm/resolve-dependencies@23.0.3
    • @pnpm/hoist@5.2.12

2.3.0

Minor Changes

  • 26cd01b88: New optional option supported: peerDependencyRules. This setting allows to mute specific peer dependency warnings.
  • e76151f66: mutateModules() returns the peer dependency issues of each installed project.

Patch Changes

  • 50ee25ae2: Export MutateModulesOptions.
  • Updated dependencies [26cd01b88]
    • @pnpm/types@7.9.0
    • @pnpm/lifecycle@12.1.4
    • @pnpm/lockfile-to-pnp@0.4.41
    • @pnpm/build-modules@7.2.5
    • @pnpm/core-loggers@6.1.3
    • dependency-path@8.0.10
    • @pnpm/filter-lockfile@5.0.16
    • @pnpm/get-context@5.3.5
    • @pnpm/headless@17.0.3
    • @pnpm/hoist@5.2.11
    • @pnpm/link-bins@6.2.9
    • @pnpm/lockfile-file@4.2.6
    • @pnpm/lockfile-utils@3.1.6
    • @pnpm/lockfile-walker@4.0.14
    • @pnpm/manifest-utils@2.1.6
    • @pnpm/modules-cleaner@11.0.20
    • @pnpm/modules-yaml@9.0.11
    • @pnpm/normalize-registries@2.0.12
    • @pnpm/package-requester@16.0.1
    • @pnpm/prune-lockfile@3.0.14
    • @pnpm/read-package-json@5.0.10
    • @pnpm/read-project-manifest@2.0.11
    • @pnpm/remove-bins@2.0.12
    • @pnpm/resolve-dependencies@23.0.2
    • @pnpm/resolver-base@8.1.5
    • @pnpm/store-controller-types@11.0.11
    • @pnpm/symlink-dependency@4.0.12

2.2.6

Patch Changes

  • Updated dependencies [0b78577f5]
  • Updated dependencies [ea24c69fe]
    • @pnpm/headless@17.0.2
    • @pnpm/build-modules@7.2.4

2.2.5

Patch Changes

  • Updated dependencies [df69150fc]
  • Updated dependencies [cbd2f3e2a]
    • @pnpm/headless@17.0.1
    • @pnpm/resolve-dependencies@23.0.1

2.2.4

Patch Changes

  • Updated dependencies [8ddcd5116]
  • Updated dependencies [8ddcd5116]
    • @pnpm/headless@17.0.0
    • @pnpm/resolve-dependencies@23.0.0
    • @pnpm/package-requester@16.0.0

2.2.3

Patch Changes

  • Updated dependencies [0b5662fc5]
    • @pnpm/headless@16.4.3

2.2.2

Patch Changes

  • 7bac7e8be: Don't write a lockfile if useLockfile is set to false.
  • 7375396db: Save the value of the active nodeLinker to node_modules/.modules.yaml.
  • Updated dependencies [7375396db]
    • @pnpm/headless@16.4.2
    • @pnpm/modules-yaml@9.0.10
    • @pnpm/lockfile-to-pnp@0.4.40
    • @pnpm/get-context@5.3.4
    • @pnpm/link-bins@6.2.8
    • @pnpm/package-requester@15.2.6

2.2.1

Patch Changes

  • @pnpm/headless@16.4.1

2.2.0

Minor Changes

  • 732d4962f: nodeLinker may accept two new values: isolated and hoisted.

    hoisted will create a "classic" node_modules folder without using symlinks.

    isolated will be the default value that creates a symlinked node_modules.

Patch Changes

  • Updated dependencies [732d4962f]
    • @pnpm/headless@16.4.0
    • @pnpm/package-requester@15.2.6
    • @pnpm/lockfile-to-pnp@0.4.39

2.1.4

Patch Changes

  • Updated dependencies [b5734a4a7]
  • Updated dependencies [701ea0746]
  • Updated dependencies [b390c75a6]
  • Updated dependencies [b5734a4a7]
    • @pnpm/resolve-dependencies@22.1.0
    • @pnpm/link-bins@6.2.8
    • @pnpm/types@7.8.0
    • @pnpm/build-modules@7.2.3
    • @pnpm/headless@16.3.8
    • @pnpm/hoist@5.2.10
    • @pnpm/core-loggers@6.1.2
    • dependency-path@8.0.9
    • @pnpm/filter-lockfile@5.0.15
    • @pnpm/get-context@5.3.3
    • @pnpm/lifecycle@12.1.3
    • @pnpm/lockfile-file@4.2.5
    • @pnpm/lockfile-to-pnp@0.4.38
    • @pnpm/lockfile-utils@3.1.5
    • @pnpm/lockfile-walker@4.0.13
    • @pnpm/manifest-utils@2.1.5
    • @pnpm/modules-cleaner@11.0.19
    • @pnpm/modules-yaml@9.0.9
    • @pnpm/normalize-registries@2.0.11
    • @pnpm/package-requester@15.2.6
    • @pnpm/prune-lockfile@3.0.13
    • @pnpm/read-package-json@5.0.9
    • @pnpm/read-project-manifest@2.0.10
    • @pnpm/remove-bins@2.0.11
    • @pnpm/resolver-base@8.1.4
    • @pnpm/store-controller-types@11.0.10
    • @pnpm/symlink-dependency@4.0.11

2.1.3

Patch Changes

  • 08380076f: Add more details to the frozen lockfile error.
  • Updated dependencies [08380076f]
  • Updated dependencies [eb9ebd0f3]
  • Updated dependencies [eb9ebd0f3]
    • @pnpm/headless@16.3.7
    • @pnpm/lockfile-file@4.2.4
    • @pnpm/get-context@5.3.2
    • @pnpm/lockfile-to-pnp@0.4.37

2.1.2

Patch Changes

  • cb2e4e33a: Export peer dependency issue types.
  • Updated dependencies [7962c042e]
    • @pnpm/resolve-dependencies@22.0.2

2.1.1

Patch Changes

  • Updated dependencies [6493e0c93]
  • Updated dependencies [cb1827b9c]
    • @pnpm/types@7.7.1
    • @pnpm/resolve-dependencies@22.0.1
    • @pnpm/build-modules@7.2.2
    • @pnpm/core-loggers@6.1.1
    • dependency-path@8.0.8
    • @pnpm/filter-lockfile@5.0.14
    • @pnpm/get-context@5.3.1
    • @pnpm/headless@16.3.6
    • @pnpm/hoist@5.2.9
    • @pnpm/lifecycle@12.1.2
    • @pnpm/link-bins@6.2.7
    • @pnpm/lockfile-file@4.2.3
    • @pnpm/lockfile-to-pnp@0.4.36
    • @pnpm/lockfile-utils@3.1.4
    • @pnpm/lockfile-walker@4.0.12
    • @pnpm/manifest-utils@2.1.4
    • @pnpm/modules-cleaner@11.0.18
    • @pnpm/modules-yaml@9.0.8
    • @pnpm/normalize-registries@2.0.10
    • @pnpm/package-requester@15.2.5
    • @pnpm/prune-lockfile@3.0.12
    • @pnpm/read-package-json@5.0.8
    • @pnpm/read-project-manifest@2.0.9
    • @pnpm/remove-bins@2.0.10
    • @pnpm/resolver-base@8.1.3
    • @pnpm/store-controller-types@11.0.9
    • @pnpm/symlink-dependency@4.0.10

2.1.0

Minor Changes

  • 25f0fa9fa: New function added to the core API: getPeerDependencyIssues().

Patch Changes

  • 5af305f39: Installation should be finished before an error about bad/missing peer dependencies is printed and kills the process.
  • Updated dependencies [ae32d313e]
  • Updated dependencies [ba9b2eba1]
  • Updated dependencies [77ff0898b]
  • Updated dependencies [25f0fa9fa]
  • Updated dependencies [30bfca967]
  • Updated dependencies [5af305f39]
  • Updated dependencies [ae32d313e]
  • Updated dependencies [ba9b2eba1]
  • Updated dependencies [25f0fa9fa]
  • Updated dependencies [a626c60fc]
    • @pnpm/which-version-is-pinned@1.0.0
    • @pnpm/core-loggers@6.1.0
    • @pnpm/package-requester@15.2.4
    • @pnpm/resolve-dependencies@22.0.0
    • @pnpm/normalize-registries@2.0.9
    • @pnpm/types@7.7.0
    • @pnpm/get-context@5.3.0
    • @pnpm/build-modules@7.2.1
    • @pnpm/headless@16.3.5
    • @pnpm/lifecycle@12.1.1
    • @pnpm/manifest-utils@2.1.3
    • @pnpm/modules-cleaner@11.0.17
    • @pnpm/remove-bins@2.0.9
    • @pnpm/symlink-dependency@4.0.9
    • @pnpm/lockfile-to-pnp@0.4.35
    • dependency-path@8.0.7
    • @pnpm/filter-lockfile@5.0.13
    • @pnpm/hoist@5.2.8
    • @pnpm/link-bins@6.2.6
    • @pnpm/lockfile-file@4.2.2
    • @pnpm/lockfile-utils@3.1.3
    • @pnpm/lockfile-walker@4.0.11
    • @pnpm/modules-yaml@9.0.7
    • @pnpm/prune-lockfile@3.0.11
    • @pnpm/read-package-json@5.0.7
    • @pnpm/read-project-manifest@2.0.8
    • @pnpm/resolver-base@8.1.2
    • @pnpm/store-controller-types@11.0.8

2.0.1

Patch Changes

  • Updated dependencies [46aaf7108]
    • @pnpm/normalize-registries@2.0.8
    • @pnpm/lockfile-to-pnp@0.4.34
    • @pnpm/headless@16.3.4
    • @pnpm/package-requester@15.2.3
    • @pnpm/get-context@5.2.2

2.0.0

Major Changes

  • 8a99a01ff: packageExtensions, overrides, and neverBuiltDependencies are passed through as options to the core API. These settings are not read from the root manifest's package.json.

Patch Changes

  • Updated dependencies [3cf543fc1]
    • @pnpm/lockfile-utils@3.1.2
    • @pnpm/resolve-dependencies@21.2.3
    • @pnpm/filter-lockfile@5.0.12
    • @pnpm/headless@16.3.3
    • @pnpm/hoist@5.2.7
    • @pnpm/lockfile-to-pnp@0.4.33
    • @pnpm/modules-cleaner@11.0.16

1.3.2

Patch Changes

  • Updated dependencies [a7ff2d5ce]
  • Updated dependencies [dbd8acfe9]
  • Updated dependencies [119b3a908]
    • @pnpm/normalize-registries@2.0.7
    • @pnpm/package-requester@15.2.3
    • @pnpm/lockfile-to-pnp@0.4.32
    • @pnpm/headless@16.3.2
    • @pnpm/get-context@5.2.1

1.3.1

Patch Changes

  • fe9818220: The registries object should be read from the context not the options.
  • Updated dependencies [b7fbd8c33]
    • @pnpm/headless@16.3.1

1.3.0

Minor Changes

  • 002778559: New setting added: scriptsPrependNodePath. This setting can be true, false, or warn-only. When true, the path to the node executable with which pnpm executed is prepended to the PATH of the scripts. When warn-only, pnpm will print a warning if the scripts run with a node binary that differs from the node binary executing the pnpm CLI.

Patch Changes

  • Updated dependencies [002778559]
    • @pnpm/build-modules@7.2.0
    • @pnpm/headless@16.3.0
    • @pnpm/lifecycle@12.1.0
    • @pnpm/lockfile-to-pnp@0.4.31
    • @pnpm/package-requester@15.2.2

1.2.3

Patch Changes

  • @pnpm/resolve-dependencies@21.2.2
  • @pnpm/headless@16.2.4
  • @pnpm/package-requester@15.2.2

1.2.2

Patch Changes

  • Updated dependencies [828e3b9e4]
  • Updated dependencies [631877ebf]
    • @pnpm/resolve-dependencies@21.2.1
    • @pnpm/symlink-dependency@4.0.8
    • @pnpm/headless@16.2.4
    • @pnpm/hoist@5.2.6
    • @pnpm/package-requester@15.2.2

1.2.1

Patch Changes

  • bb0f8bc16: Don't crash if a bin file cannot be created because the source files could not be found.
  • Updated dependencies [bb0f8bc16]
    • @pnpm/link-bins@6.2.5
    • @pnpm/build-modules@7.1.7
    • @pnpm/headless@16.2.3
    • @pnpm/hoist@5.2.5
    • @pnpm/filter-lockfile@5.0.11
    • @pnpm/package-requester@15.2.2
    • @pnpm/modules-cleaner@11.0.15

1.2.0

Minor Changes

  • 302ae4f6f: Support async hooks
  • 2511c82cd: Added support for a new lifecycle script: pnpm:devPreinstall. This script works only in the root package.json file, only during local development, and runs before installation happens.

Patch Changes

  • Updated dependencies [302ae4f6f]
  • Updated dependencies [fa03cbdc8]
  • Updated dependencies [108bd4a39]
    • @pnpm/get-context@5.2.0
    • @pnpm/resolve-dependencies@21.2.0
    • @pnpm/types@7.6.0
    • @pnpm/lifecycle@12.0.2
    • @pnpm/build-modules@7.1.6
    • @pnpm/core-loggers@6.0.6
    • dependency-path@8.0.6
    • @pnpm/filter-lockfile@5.0.10
    • @pnpm/headless@16.2.2
    • @pnpm/hoist@5.2.4
    • @pnpm/link-bins@6.2.4
    • @pnpm/lockfile-file@4.2.1
    • @pnpm/lockfile-to-pnp@0.4.30
    • @pnpm/lockfile-utils@3.1.1
    • @pnpm/lockfile-walker@4.0.10
    • @pnpm/manifest-utils@2.1.2
    • @pnpm/modules-cleaner@11.0.14
    • @pnpm/modules-yaml@9.0.6
    • @pnpm/normalize-registries@2.0.6
    • @pnpm/package-requester@15.2.1
    • @pnpm/prune-lockfile@3.0.10
    • @pnpm/read-package-json@5.0.6
    • @pnpm/read-project-manifest@2.0.7
    • @pnpm/remove-bins@2.0.8
    • @pnpm/resolver-base@8.1.1
    • @pnpm/store-controller-types@11.0.7
    • @pnpm/symlink-dependency@4.0.7

1.1.2

Patch Changes

  • Updated dependencies [5b90ab98f]
    • @pnpm/lifecycle@12.0.1
    • @pnpm/build-modules@7.1.5
    • @pnpm/headless@16.2.1

1.1.1

Patch Changes

  • Updated dependencies [bc1c2aa62]
    • @pnpm/resolve-dependencies@21.1.1

1.1.0

Minor Changes

  • 4ab87844a: New property supported via the dependenciesMeta field of package.json: injected. When injected is set to true, the package will be hard linked to node_modules, not symlinked #3915.

    For instance, the following package.json in a workspace will create a symlink to bar in the node_modules directory of foo:

    {
      "name": "foo",
      "dependencies": {
        "bar": "workspace:1.0.0"
      }
    }
    

    But what if bar has react in its peer dependencies? If all projects in the monorepo use the same version of react, then no problem. But what if bar is required by foo that uses react 16 and qar with react 17? In the past, you'd have to choose a single version of react and install it as dev dependency of bar. But now with the injected field you can inject bar to a package, and bar will be installed with the react version of that package.

    So this will be the package.json of foo:

    {
      "name": "foo",
      "dependencies": {
        "bar": "workspace:1.0.0",
        "react": "16"
      },
      "dependenciesMeta": {
        "bar": {
          "injected": true
        }
      }
    }
    

    bar will be hard linked into the dependencies of foo, and react 16 will be linked to the dependencies of foo/node_modules/bar.

    And this will be the package.json of qar:

    {
      "name": "qar",
      "dependencies": {
        "bar": "workspace:1.0.0",
        "react": "17"
      },
      "dependenciesMeta": {
        "bar": {
          "injected": true
        }
      }
    }
    

    bar will be hard linked into the dependencies of qar, and react 17 will be linked to the dependencies of qar/node_modules/bar.

Patch Changes

  • Updated dependencies [4ab87844a]
  • Updated dependencies [4ab87844a]
  • Updated dependencies [37dcfceeb]
  • Updated dependencies [4ab87844a]
  • Updated dependencies [4ab87844a]
  • Updated dependencies [4ab87844a]
  • Updated dependencies [4ab87844a]
  • Updated dependencies [4ab87844a]
  • Updated dependencies [4ab87844a]
    • @pnpm/types@7.5.0
    • @pnpm/lifecycle@12.0.0
    • @pnpm/resolver-base@8.1.0
    • @pnpm/package-requester@15.2.0
    • @pnpm/resolve-dependencies@21.1.0
    • @pnpm/lockfile-file@4.2.0
    • @pnpm/lockfile-utils@3.1.0
    • @pnpm/headless@16.2.0
    • @pnpm/build-modules@7.1.4
    • @pnpm/core-loggers@6.0.5
    • dependency-path@8.0.5
    • @pnpm/filter-lockfile@5.0.9
    • @pnpm/get-context@5.1.6
    • @pnpm/hoist@5.2.3
    • @pnpm/link-bins@6.2.3
    • @pnpm/lockfile-to-pnp@0.4.29
    • @pnpm/lockfile-walker@4.0.9
    • @pnpm/manifest-utils@2.1.1
    • @pnpm/modules-cleaner@11.0.13
    • @pnpm/modules-yaml@9.0.5
    • @pnpm/normalize-registries@2.0.5
    • @pnpm/prune-lockfile@3.0.9
    • @pnpm/read-package-json@5.0.5
    • @pnpm/read-project-manifest@2.0.6
    • @pnpm/remove-bins@2.0.7
    • @pnpm/store-controller-types@11.0.6
    • @pnpm/symlink-dependency@4.0.6

1.0.2

Patch Changes

  • Updated dependencies [a916accec]
    • @pnpm/link-bins@6.2.2
    • @pnpm/build-modules@7.1.3
    • @pnpm/headless@16.1.6
    • @pnpm/hoist@5.2.2
    • @pnpm/package-requester@15.1.2

1.0.1

Patch Changes

  • @pnpm/lockfile-to-pnp@0.4.28
  • @pnpm/resolve-dependencies@21.0.7
  • @pnpm/headless@16.1.5
  • @pnpm/package-requester@15.1.2

1.0.0

Major Changes

  • d4e2e52c4: Rename package from supi to @pnpm/core.

Patch Changes

  • Updated dependencies [6375cdce0]
    • @pnpm/link-bins@6.2.1
    • @pnpm/build-modules@7.1.2
    • @pnpm/headless@16.1.4
    • @pnpm/hoist@5.2.1
    • @pnpm/lockfile-to-pnp@0.4.27
    • @pnpm/package-requester@15.1.2

0.47.27

Patch Changes

  • Updated dependencies [4b163f69c]
    • @pnpm/resolve-dependencies@21.0.6
    • @pnpm/lockfile-to-pnp@0.4.26
    • @pnpm/headless@16.1.3

0.47.26

Patch Changes

  • e56cfaac8: path-exists should be a prod dependency.

0.47.25

Patch Changes

  • @pnpm/lockfile-to-pnp@0.4.25
  • @pnpm/headless@16.1.2

0.47.24

Patch Changes

  • 59a4152ce: fix that hoisting all packages in the dependencies tree when using filtering
  • Updated dependencies [4a4d42d8f]
  • Updated dependencies [59a4152ce]
  • Updated dependencies [59a4152ce]
    • @pnpm/lifecycle@11.0.5
    • @pnpm/hoist@5.2.0
    • @pnpm/headless@16.1.1
    • @pnpm/build-modules@7.1.1
    • @pnpm/package-requester@15.1.2

0.47.23

Patch Changes

  • c7081cbb4: New option added: extendNodePath. When it is set to false, pnpm does not set the NODE_PATH environment variable in the command shims.
  • Updated dependencies [0d4a7c69e]
  • Updated dependencies [c7081cbb4]
    • @pnpm/link-bins@6.2.0
    • @pnpm/remove-bins@2.0.6
    • @pnpm/build-modules@7.1.0
    • @pnpm/headless@16.1.0
    • @pnpm/hoist@5.1.0
    • @pnpm/modules-cleaner@11.0.12
    • @pnpm/lockfile-to-pnp@0.4.24

0.47.22

Patch Changes

  • 83e23601e: Do not override the bins of direct dependencies with the bins of hoisted dependencies.
  • 6cc1aa2c0: --fix-lockfile should preserve existing lockfile's dependencies and optionalDependencies.
  • Updated dependencies [83e23601e]
  • Updated dependencies [553a5d840]
  • Updated dependencies [83e23601e]
  • Updated dependencies [553a5d840]
  • Updated dependencies [b7e6f4428]
    • @pnpm/headless@16.0.29
    • @pnpm/manifest-utils@2.1.0
    • @pnpm/link-bins@6.1.0
    • @pnpm/resolve-dependencies@21.0.5
    • @pnpm/build-modules@7.0.10
    • @pnpm/hoist@5.0.14
    • @pnpm/lockfile-to-pnp@0.4.23

0.47.21

Patch Changes

  • 141d2f02e: Scripts should always be ignored when only the lockfile is being updated.
    • @pnpm/headless@16.0.28
    • @pnpm/package-requester@15.1.2

0.47.20

Patch Changes

  • 11a934da1: Adding --fix-lockfile for the install command to support autofix broken lockfile
  • Updated dependencies [11a934da1]
  • Updated dependencies [11a934da1]
    • @pnpm/package-requester@15.1.2
    • @pnpm/resolve-dependencies@21.0.4
    • @pnpm/lockfile-to-pnp@0.4.22
    • @pnpm/headless@16.0.28

0.47.19

Patch Changes

  • @pnpm/link-bins@6.0.8
  • @pnpm/remove-bins@2.0.5
  • @pnpm/resolve-dependencies@21.0.3
  • @pnpm/headless@16.0.27
  • @pnpm/package-requester@15.1.1
  • @pnpm/build-modules@7.0.9
  • @pnpm/hoist@5.0.13
  • @pnpm/modules-cleaner@11.0.11

0.47.18

Patch Changes

  • ccf2f295d: Fix overrides that specify the parent package with a range.

0.47.17

Patch Changes

  • @pnpm/lockfile-to-pnp@0.4.21
  • @pnpm/headless@16.0.26

0.47.16

Patch Changes

  • @pnpm/lockfile-to-pnp@0.4.20
  • @pnpm/headless@16.0.25

0.47.15

Patch Changes

  • Updated dependencies [ee589ab9b]
    • @pnpm/resolve-dependencies@21.0.2
    • @pnpm/headless@16.0.24
    • @pnpm/package-requester@15.1.1

0.47.14

Patch Changes

  • Updated dependencies [31e01d9a9]
  • Updated dependencies [31e01d9a9]
    • @pnpm/package-requester@15.1.1
    • @pnpm/resolve-dependencies@21.0.1
    • @pnpm/lockfile-to-pnp@0.4.19
    • @pnpm/headless@16.0.24

0.47.13

Patch Changes

  • Updated dependencies [07e7b1c0c]
  • Updated dependencies [07e7b1c0c]
    • @pnpm/resolve-dependencies@21.0.0
    • @pnpm/package-requester@15.1.0
    • @pnpm/headless@16.0.23

0.47.12

Patch Changes

  • Updated dependencies [6208e2a71]
    • @pnpm/build-modules@7.0.8
    • @pnpm/resolve-dependencies@20.0.16
    • @pnpm/headless@16.0.22
    • @pnpm/package-requester@15.0.7

0.47.11

Patch Changes

  • @pnpm/lockfile-to-pnp@0.4.18
  • @pnpm/headless@16.0.21

0.47.10

Patch Changes

  • Updated dependencies [135d53827]
    • @pnpm/resolve-dependencies@20.0.15
    • @pnpm/lockfile-to-pnp@0.4.17
    • @pnpm/headless@16.0.20

0.47.9

Patch Changes

  • Updated dependencies [71aab049d]
    • @pnpm/read-modules-dir@3.0.1
    • @pnpm/link-bins@6.0.7
    • @pnpm/modules-cleaner@11.0.10
    • @pnpm/lockfile-to-pnp@0.4.16
    • @pnpm/build-modules@7.0.7
    • @pnpm/headless@16.0.19
    • @pnpm/hoist@5.0.12

0.47.8

Patch Changes

  • Updated dependencies [b734b45ea]
    • @pnpm/types@7.4.0
    • @pnpm/build-modules@7.0.6
    • @pnpm/core-loggers@6.0.4
    • dependency-path@8.0.4
    • @pnpm/filter-lockfile@5.0.8
    • @pnpm/get-context@5.1.5
    • @pnpm/headless@16.0.18
    • @pnpm/hoist@5.0.11
    • @pnpm/lifecycle@11.0.4
    • @pnpm/link-bins@6.0.6
    • @pnpm/lockfile-file@4.1.1
    • @pnpm/lockfile-to-pnp@0.4.15
    • @pnpm/lockfile-utils@3.0.8
    • @pnpm/lockfile-walker@4.0.8
    • @pnpm/manifest-utils@2.0.4
    • @pnpm/modules-cleaner@11.0.9
    • @pnpm/modules-yaml@9.0.4
    • @pnpm/normalize-registries@2.0.4
    • @pnpm/package-requester@15.0.7
    • @pnpm/prune-lockfile@3.0.8
    • @pnpm/read-package-json@5.0.4
    • @pnpm/read-project-manifest@2.0.5
    • @pnpm/remove-bins@2.0.4
    • @pnpm/resolve-dependencies@20.0.14
    • @pnpm/resolver-base@8.0.4
    • @pnpm/store-controller-types@11.0.5
    • @pnpm/symlink-dependency@4.0.5

0.47.7

Patch Changes

  • Updated dependencies [7af16a011]
    • @pnpm/lifecycle@11.0.3
    • @pnpm/build-modules@7.0.5
    • @pnpm/headless@16.0.17
    • @pnpm/lockfile-to-pnp@0.4.14

0.47.6

Patch Changes

  • 3c044519e: When adding new dependency to a workspace, prefer versions that are already installed in the workspace.

0.47.5

Patch Changes

  • 040124530: When adding a new dependency to a workspace, and the dependency is already present in the workspace (in another project), use the already present spec.

0.47.4

Patch Changes

  • ca67f6004: Override packages, when the parent package is set but no version range.

0.47.3

Patch Changes

  • caf453dd3: Overriding should work, when the range selector contains the ">" symbol.

0.47.2

Patch Changes

  • d3ec941d2: Linking should not fail on context checks.

0.47.1

Patch Changes

  • @pnpm/lockfile-to-pnp@0.4.13
  • @pnpm/headless@16.0.16

0.47.0

Minor Changes

  • 691f64713: New required option added: cacheDir.

Patch Changes

  • b3478c756: Never do full resolution when package manifest is ignored
    • @pnpm/lockfile-to-pnp@0.4.12
    • @pnpm/headless@16.0.15
    • @pnpm/package-requester@15.0.6
    • @pnpm/resolve-dependencies@20.0.13

0.46.18

Patch Changes

  • Updated dependencies [389858509]
    • @pnpm/resolve-dependencies@20.0.12

0.46.17

Patch Changes

  • 8e76690f4: A new optional field supported in the root package.json file: pnpm.packageExtensions. This new field allows to extend manifests of dependencies during installation.
  • Updated dependencies [8e76690f4]
  • Updated dependencies [8e76690f4]
    • @pnpm/lockfile-file@4.1.0
    • @pnpm/types@7.3.0
    • @pnpm/get-context@5.1.4
    • @pnpm/headless@16.0.14
    • @pnpm/lockfile-to-pnp@0.4.11
    • @pnpm/build-modules@7.0.4
    • @pnpm/core-loggers@6.0.3
    • dependency-path@8.0.3
    • @pnpm/filter-lockfile@5.0.7
    • @pnpm/hoist@5.0.10
    • @pnpm/lifecycle@11.0.2
    • @pnpm/link-bins@6.0.5
    • @pnpm/lockfile-utils@3.0.7
    • @pnpm/lockfile-walker@4.0.7
    • @pnpm/manifest-utils@2.0.3
    • @pnpm/modules-cleaner@11.0.8
    • @pnpm/modules-yaml@9.0.3
    • @pnpm/normalize-registries@2.0.3
    • @pnpm/package-requester@15.0.6
    • @pnpm/prune-lockfile@3.0.7
    • @pnpm/read-package-json@5.0.3
    • @pnpm/read-project-manifest@2.0.4
    • @pnpm/remove-bins@2.0.3
    • @pnpm/resolve-dependencies@20.0.11
    • @pnpm/resolver-base@8.0.3
    • @pnpm/store-controller-types@11.0.4
    • @pnpm/symlink-dependency@4.0.4

0.46.16

Patch Changes

  • Updated dependencies [6c418943c]
  • Updated dependencies [c1cdc0184]
  • Updated dependencies [060c73677]
    • dependency-path@8.0.2
    • @pnpm/resolve-dependencies@20.0.10
    • @pnpm/filter-lockfile@5.0.6
    • @pnpm/headless@16.0.13
    • @pnpm/hoist@5.0.9
    • @pnpm/lockfile-to-pnp@0.4.10
    • @pnpm/lockfile-utils@3.0.6
    • @pnpm/lockfile-walker@4.0.6
    • @pnpm/modules-cleaner@11.0.7
    • @pnpm/package-requester@15.0.5
    • @pnpm/prune-lockfile@3.0.6

0.46.15

Patch Changes

  • Updated dependencies [2dc5a7a4c]
    • @pnpm/lockfile-file@4.0.4
    • @pnpm/get-context@5.1.3
    • @pnpm/headless@16.0.12
    • @pnpm/lockfile-to-pnp@0.4.9

0.46.14

Patch Changes

  • Updated dependencies [724c5abd8]
    • @pnpm/types@7.2.0
    • @pnpm/headless@16.0.11
    • @pnpm/package-requester@15.0.4
    • @pnpm/build-modules@7.0.3
    • @pnpm/core-loggers@6.0.2
    • dependency-path@8.0.1
    • @pnpm/filter-lockfile@5.0.5
    • @pnpm/get-context@5.1.2
    • @pnpm/hoist@5.0.8
    • @pnpm/lifecycle@11.0.1
    • @pnpm/link-bins@6.0.4
    • @pnpm/lockfile-file@4.0.3
    • @pnpm/lockfile-to-pnp@0.4.8
    • @pnpm/lockfile-utils@3.0.5
    • @pnpm/lockfile-walker@4.0.5
    • @pnpm/manifest-utils@2.0.2
    • @pnpm/modules-cleaner@11.0.6
    • @pnpm/modules-yaml@9.0.2
    • @pnpm/normalize-registries@2.0.2
    • @pnpm/prune-lockfile@3.0.5
    • @pnpm/read-package-json@5.0.2
    • @pnpm/read-project-manifest@2.0.3
    • @pnpm/remove-bins@2.0.2
    • @pnpm/resolve-dependencies@20.0.9
    • @pnpm/resolver-base@8.0.2
    • @pnpm/store-controller-types@11.0.3
    • @pnpm/symlink-dependency@4.0.3

0.46.13

Patch Changes

  • a1a03d145: Import only the required functions from ramda.
  • Updated dependencies [a1a03d145]
    • @pnpm/build-modules@7.0.2
    • @pnpm/filter-lockfile@5.0.4
    • @pnpm/get-context@5.1.1
    • @pnpm/headless@16.0.10
    • @pnpm/hoist@5.0.7
    • @pnpm/link-bins@6.0.3
    • @pnpm/lockfile-file@4.0.2
    • @pnpm/lockfile-to-pnp@0.4.7
    • @pnpm/lockfile-utils@3.0.4
    • @pnpm/lockfile-walker@4.0.4
    • @pnpm/modules-cleaner@11.0.5
    • @pnpm/package-requester@15.0.3
    • @pnpm/prune-lockfile@3.0.4
    • @pnpm/resolve-dependencies@20.0.8

0.46.12

Patch Changes

  • @pnpm/lockfile-to-pnp@0.4.6
  • @pnpm/headless@16.0.9

0.46.11

Patch Changes

  • da0d4091d: The second argument to readPackage hook should always be the context object.
  • Updated dependencies [0560ca63f]
    • @pnpm/hoist@5.0.6
    • @pnpm/headless@16.0.8

0.46.10

Patch Changes

  • 0e69ad440: Prefer headless install, when the lockfile is up-to-date and some packages are linked using relative path via workspace:<path>.

0.46.9

Patch Changes

  • Updated dependencies [20e2f235d]
  • Updated dependencies [ec097f4ed]
    • dependency-path@8.0.0
    • @pnpm/hoist@5.0.5
    • @pnpm/filter-lockfile@5.0.3
    • @pnpm/headless@16.0.7
    • @pnpm/lockfile-to-pnp@0.4.5
    • @pnpm/lockfile-utils@3.0.3
    • @pnpm/lockfile-walker@4.0.3
    • @pnpm/modules-cleaner@11.0.4
    • @pnpm/package-requester@15.0.2
    • @pnpm/prune-lockfile@3.0.3
    • @pnpm/resolve-dependencies@20.0.7

0.46.8

Patch Changes

  • @pnpm/package-requester@15.0.1
  • @pnpm/read-project-manifest@2.0.2
  • @pnpm/resolve-dependencies@20.0.6
  • @pnpm/headless@16.0.6
  • @pnpm/link-bins@6.0.2
  • @pnpm/lockfile-to-pnp@0.4.4
  • @pnpm/build-modules@7.0.1
  • @pnpm/hoist@5.0.4

0.46.7

Patch Changes

  • 66dbd06e6: Pass childConcurrency option to @pnpm/headless. Setting childConcurrency should have an effect during frozen lockfile installation.
    • @pnpm/headless@16.0.5
    • @pnpm/package-requester@15.0.0

0.46.6

Patch Changes

  • 3e3c3ff71: preinstall scripts should run after installing the dependencies (this is how it works with npm).
  • Updated dependencies [3e3c3ff71]
  • Updated dependencies [e6a2654a2]
  • Updated dependencies [e6a2654a2]
    • @pnpm/headless@16.0.5
    • @pnpm/package-requester@15.0.0
    • @pnpm/build-modules@7.0.0
    • @pnpm/lifecycle@11.0.0
    • @pnpm/store-controller-types@11.0.2
    • @pnpm/modules-cleaner@11.0.3
    • @pnpm/resolve-dependencies@20.0.5

0.46.5

Patch Changes

  • Updated dependencies [787b69908]
    • @pnpm/resolve-dependencies@20.0.4

0.46.4

Patch Changes

  • 97c64bae4: It should be possible to override dependencies with links.
  • Updated dependencies [97c64bae4]
  • Updated dependencies [6e9c112af]
  • Updated dependencies [97c64bae4]
  • Updated dependencies [1a9b4f812]
    • @pnpm/get-context@5.1.0
    • @pnpm/read-project-manifest@2.0.1
    • @pnpm/types@7.1.0
    • @pnpm/build-modules@6.0.1
    • @pnpm/lockfile-to-pnp@0.4.3
    • @pnpm/headless@16.0.4
    • @pnpm/link-bins@6.0.1
    • @pnpm/resolve-dependencies@20.0.3
    • @pnpm/package-requester@14.0.3
    • @pnpm/core-loggers@6.0.1
    • dependency-path@7.0.1
    • @pnpm/filter-lockfile@5.0.2
    • @pnpm/hoist@5.0.3
    • @pnpm/lifecycle@10.0.1
    • @pnpm/lockfile-file@4.0.1
    • @pnpm/lockfile-utils@3.0.2
    • @pnpm/lockfile-walker@4.0.2
    • @pnpm/manifest-utils@2.0.1
    • @pnpm/modules-cleaner@11.0.2
    • @pnpm/modules-yaml@9.0.1
    • @pnpm/normalize-registries@2.0.1
    • @pnpm/prune-lockfile@3.0.2
    • @pnpm/read-package-json@5.0.1
    • @pnpm/remove-bins@2.0.1
    • @pnpm/resolver-base@8.0.1
    • @pnpm/store-controller-types@11.0.1
    • @pnpm/symlink-dependency@4.0.2

0.46.3

Patch Changes

  • @pnpm/lockfile-to-pnp@0.4.2
  • @pnpm/headless@16.0.3

0.46.2

Patch Changes

  • c70c77f89: Overrides should override devDependencies as well.
  • Updated dependencies [6f198457d]
  • Updated dependencies [cbc1a827c]
    • @pnpm/package-requester@14.0.2
    • @pnpm/symlink-dependency@4.0.1
    • @pnpm/headless@16.0.2
    • @pnpm/resolve-dependencies@20.0.2
    • @pnpm/hoist@5.0.2

0.46.1

Patch Changes

  • Updated dependencies [9ceab68f0]
    • dependency-path@7.0.0
    • @pnpm/filter-lockfile@5.0.1
    • @pnpm/headless@16.0.1
    • @pnpm/hoist@5.0.1
    • @pnpm/lockfile-to-pnp@0.4.1
    • @pnpm/lockfile-utils@3.0.1
    • @pnpm/lockfile-walker@4.0.1
    • @pnpm/modules-cleaner@11.0.1
    • @pnpm/package-requester@14.0.1
    • @pnpm/prune-lockfile@3.0.1
    • @pnpm/resolve-dependencies@20.0.1

0.46.0

Minor Changes

  • 97b986fbc: Node.js 10 support is dropped. At least Node.js 12.17 is required for the package to work.
  • 78470a32d: New option added: modulesCacheMaxAge. The default value of the setting is 10080 (7 days in seconds). modulesCacheMaxAge is the time in minutes after which pnpm should remove the orphan packages from node_modules.
  • f2d3b6c8b: Overrides match dependencies by checking if the target range is a subset of the specified range, instead of making an exact match.
  • 048c94871: .pnp.js renamed to .pnp.cjs in order to force CommonJS.
  • 735d2ac79: support fetch package without package manifest
  • 9e30b9659: Do not execute prepublish during installation.

Patch Changes

  • 945dc9f56: pnpm.overrides should work on direct dependencies as well.
  • Updated dependencies [6871d74b2]
  • Updated dependencies [06c6c9959]
  • Updated dependencies [97b986fbc]
  • Updated dependencies [6871d74b2]
  • Updated dependencies [90487a3a8]
  • Updated dependencies [155e70597]
  • Updated dependencies [78470a32d]
  • Updated dependencies [9c2a878c3]
  • Updated dependencies [048c94871]
  • Updated dependencies [e4efddbd2]
  • Updated dependencies [8b66f26dc]
  • Updated dependencies [f2bb5cbeb]
  • Updated dependencies [f2bb5cbeb]
  • Updated dependencies [f7750baed]
  • Updated dependencies [83645c8ed]
  • Updated dependencies [7adc6e875]
  • Updated dependencies [78470a32d]
  • Updated dependencies [78470a32d]
  • Updated dependencies [735d2ac79]
  • Updated dependencies [9c2a878c3]
  • Updated dependencies [78470a32d]
    • @pnpm/constants@5.0.0
    • @pnpm/link-bins@6.0.0
    • @pnpm/build-modules@6.0.0
    • @pnpm/core-loggers@6.0.0
    • dependency-path@6.0.0
    • @pnpm/error@2.0.0
    • @pnpm/filter-lockfile@5.0.0
    • @pnpm/get-context@5.0.0
    • @pnpm/headless@16.0.0
    • @pnpm/hoist@5.0.0
    • @pnpm/lifecycle@10.0.0
    • @pnpm/lockfile-file@4.0.0
    • @pnpm/lockfile-to-pnp@0.4.0
    • @pnpm/lockfile-utils@3.0.0
    • @pnpm/lockfile-walker@4.0.0
    • @pnpm/manifest-utils@2.0.0
    • @pnpm/modules-cleaner@11.0.0
    • @pnpm/modules-yaml@9.0.0
    • @pnpm/normalize-registries@2.0.0
    • @pnpm/package-requester@14.0.0
    • @pnpm/parse-wanted-dependency@2.0.0
    • @pnpm/prune-lockfile@3.0.0
    • @pnpm/read-modules-dir@3.0.0
    • @pnpm/read-package-json@5.0.0
    • @pnpm/read-project-manifest@2.0.0
    • @pnpm/remove-bins@2.0.0
    • @pnpm/resolve-dependencies@20.0.0
    • @pnpm/resolver-base@8.0.0
    • @pnpm/store-controller-types@11.0.0
    • @pnpm/symlink-dependency@4.0.0
    • @pnpm/types@7.0.0

0.45.4

Patch Changes

  • @pnpm/lockfile-to-pnp@0.3.25
  • @pnpm/headless@15.0.3

0.45.3

Patch Changes

  • Updated dependencies [d853fb14a]
  • Updated dependencies [d853fb14a]
  • Updated dependencies [d853fb14a]
    • @pnpm/lifecycle@9.6.5
    • @pnpm/link-bins@5.3.25
    • @pnpm/read-package-json@4.0.0
    • @pnpm/remove-bins@1.0.12
    • @pnpm/build-modules@5.2.12
    • @pnpm/headless@15.0.2
    • @pnpm/hoist@4.0.26
    • @pnpm/lockfile-to-pnp@0.3.24
    • @pnpm/package-requester@13.0.1
    • @pnpm/resolve-dependencies@19.0.2
    • @pnpm/modules-cleaner@10.0.23

0.45.2

Patch Changes

  • Updated dependencies [6350a3381]
    • @pnpm/link-bins@5.3.24
    • @pnpm/build-modules@5.2.11
    • @pnpm/headless@15.0.1
    • @pnpm/hoist@4.0.25
    • @pnpm/package-requester@13.0.0
    • @pnpm/resolve-dependencies@19.0.1

0.45.1

Patch Changes

  • @pnpm/headless@15.0.0

0.45.0

Minor Changes

  • 8d1dfa89c: Breaking changes to the store controller API.

    The options to requestPackage() and fetchPackage() changed.

Patch Changes

  • f008425cd: Fix the lockfile if it contains invalid checksums.
  • Updated dependencies [8d1dfa89c]
    • @pnpm/headless@15.0.0
    • @pnpm/package-requester@13.0.0
    • @pnpm/store-controller-types@10.0.0
    • @pnpm/resolve-dependencies@19.0.0
    • @pnpm/build-modules@5.2.10
    • @pnpm/modules-cleaner@10.0.22
    • @pnpm/lockfile-to-pnp@0.3.23

0.44.8

Patch Changes

  • Updated dependencies [ef1588413]
    • @pnpm/resolve-dependencies@18.3.3

0.44.7

Patch Changes

  • Updated dependencies [51e1456dd]
  • Updated dependencies [51e1456dd]
    • @pnpm/lockfile-file@3.2.1
    • @pnpm/get-context@4.0.0
    • @pnpm/headless@14.6.10
    • @pnpm/lockfile-to-pnp@0.3.22

0.44.6

Patch Changes

  • Updated dependencies [27a40321c]
    • @pnpm/get-context@3.3.6
    • @pnpm/headless@14.6.9
    • @pnpm/package-requester@12.2.2

0.44.5

Patch Changes

  • Updated dependencies [a78e5c47f]
    • @pnpm/link-bins@5.3.23
    • @pnpm/build-modules@5.2.9
    • @pnpm/headless@14.6.8
    • @pnpm/hoist@4.0.24

0.44.4

Patch Changes

  • Updated dependencies [249c068dd]
    • @pnpm/resolve-dependencies@18.3.2
    • @pnpm/lockfile-to-pnp@0.3.21
    • @pnpm/headless@14.6.7

0.44.3

Patch Changes

  • ad113645b: pin graceful-fs to v4.2.4
  • Updated dependencies [ad113645b]
    • @pnpm/read-project-manifest@1.1.7
    • @pnpm/link-bins@5.3.22
    • @pnpm/remove-bins@1.0.11
    • @pnpm/headless@14.6.6
    • @pnpm/lockfile-to-pnp@0.3.20
    • @pnpm/build-modules@5.2.8
    • @pnpm/hoist@4.0.23
    • @pnpm/modules-cleaner@10.0.21
    • @pnpm/package-requester@12.2.2

0.44.2

Patch Changes

  • @pnpm/lockfile-to-pnp@0.3.19
  • @pnpm/headless@14.6.5

0.44.1

Patch Changes

  • 9a9bc67d2: Don't crash if the CLI manifest is not found.
  • Updated dependencies [7578a5ad4]
  • Updated dependencies [9a9bc67d2]
    • @pnpm/resolve-dependencies@18.3.1
    • @pnpm/lifecycle@9.6.4
    • @pnpm/build-modules@5.2.7
    • @pnpm/headless@14.6.4

0.44.0

Minor Changes

  • 9ad8c27bf: Allow to ignore builds of specified dependencies through the pnpm.neverBuiltDependencies field in package.json.

Patch Changes

  • Updated dependencies [9ad8c27bf]
  • Updated dependencies [9ad8c27bf]
  • Updated dependencies [9ad8c27bf]
    • @pnpm/lockfile-file@3.2.0
    • @pnpm/resolve-dependencies@18.3.0
    • @pnpm/types@6.4.0
    • @pnpm/get-context@3.3.5
    • @pnpm/headless@14.6.3
    • @pnpm/lockfile-to-pnp@0.3.18
    • @pnpm/filter-lockfile@4.0.17
    • @pnpm/hoist@4.0.22
    • @pnpm/lockfile-utils@2.0.22
    • @pnpm/lockfile-walker@3.0.9
    • @pnpm/modules-cleaner@10.0.20
    • @pnpm/prune-lockfile@2.0.19
    • @pnpm/build-modules@5.2.6
    • @pnpm/core-loggers@5.0.3
    • dependency-path@5.1.1
    • @pnpm/lifecycle@9.6.3
    • @pnpm/link-bins@5.3.21
    • @pnpm/manifest-utils@1.1.5
    • @pnpm/modules-yaml@8.0.6
    • @pnpm/normalize-registries@1.0.6
    • @pnpm/package-requester@12.2.2
    • @pnpm/read-package-json@3.1.9
    • @pnpm/read-project-manifest@1.1.6
    • @pnpm/remove-bins@1.0.10
    • @pnpm/resolver-base@7.1.1
    • @pnpm/store-controller-types@9.2.1
    • @pnpm/symlink-dependency@3.0.13

0.43.29

Patch Changes

  • Updated dependencies [1c851f2a6]
    • @pnpm/headless@14.6.2
    • @pnpm/lockfile-to-pnp@0.3.17

0.43.28

Patch Changes

  • af897c324: Resolution should never be skipped if the overrides were updated.
  • af897c324: Installation should fail if the overrides in the lockfile don't match the ones in the package.json and the frozenLockfile option is on.
  • Updated dependencies [af897c324]
  • Updated dependencies [af897c324]
    • @pnpm/filter-lockfile@4.0.16
    • @pnpm/lockfile-file@3.1.4
    • @pnpm/headless@14.6.1
    • @pnpm/modules-cleaner@10.0.19
    • @pnpm/get-context@3.3.4
    • @pnpm/lockfile-to-pnp@0.3.16

0.43.27

Patch Changes

  • Updated dependencies [e665f5105]
    • @pnpm/resolve-dependencies@18.2.6

0.43.26

Patch Changes

  • f40bc5927: New option added: enableModulesDir. When false, pnpm will not write any files to the modules directory. This is useful for when you want to mount the modules directory with FUSE.
  • 672c27cfe: Don't create broken symlinks to skipped optional dependencies, when hoisting. This issue was already fixed in pnpm v5.13.7 for the case when the lockfile is up-to-date. This fixes the same issue for cases when the lockfile need updates. For instance, when adding a new package.
  • Updated dependencies [1e4a3a17a]
  • Updated dependencies [f40bc5927]
  • Updated dependencies [d5ef7958a]
    • @pnpm/lockfile-file@3.1.3
    • @pnpm/headless@14.6.0
    • @pnpm/get-context@3.3.3
    • @pnpm/lockfile-to-pnp@0.3.15

0.43.25

Patch Changes

  • Updated dependencies [db0c7e157]
  • Updated dependencies [4d64969a6]
    • @pnpm/resolve-dependencies@18.2.5

0.43.24

Patch Changes

  • Updated dependencies [e27dcf0dc]
    • dependency-path@5.1.0
    • @pnpm/filter-lockfile@4.0.15
    • @pnpm/headless@14.5.15
    • @pnpm/hoist@4.0.21
    • @pnpm/lockfile-to-pnp@0.3.14
    • @pnpm/lockfile-utils@2.0.21
    • @pnpm/lockfile-walker@3.0.8
    • @pnpm/modules-cleaner@10.0.18
    • @pnpm/package-requester@12.2.1
    • @pnpm/prune-lockfile@2.0.18
    • @pnpm/resolve-dependencies@18.2.4

0.43.23

Patch Changes

  • @pnpm/lockfile-to-pnp@0.3.13
  • @pnpm/headless@14.5.14

0.43.22

Patch Changes

  • @pnpm/lockfile-to-pnp@0.3.12
  • @pnpm/headless@14.5.13

0.43.21

Patch Changes

  • Updated dependencies [d064b7736]
  • Updated dependencies [130970393]
  • Updated dependencies [130970393]
    • @pnpm/headless@14.5.12
    • @pnpm/modules-cleaner@10.0.17
    • @pnpm/lockfile-to-pnp@0.3.11

0.43.20

Patch Changes

  • @pnpm/resolve-dependencies@18.2.3
  • @pnpm/headless@14.5.11
  • @pnpm/package-requester@12.2.0

0.43.19

Patch Changes

  • Updated dependencies [fba715512]
    • @pnpm/lockfile-file@3.1.2
    • @pnpm/get-context@3.3.2
    • @pnpm/headless@14.5.10
    • @pnpm/lockfile-to-pnp@0.3.10
    • @pnpm/package-requester@12.2.0
    • @pnpm/resolve-dependencies@18.2.2

0.43.18

Patch Changes

  • @pnpm/headless@14.5.9
  • @pnpm/package-requester@12.2.0
  • @pnpm/resolve-dependencies@18.2.1

0.43.17

Patch Changes

  • 8698a7060: New option added: preferWorkspacePackages. When it is true, dependencies are linked from the workspace even, when there are newer version available in the registry.
  • Updated dependencies [8698a7060]
    • @pnpm/package-requester@12.2.0
    • @pnpm/resolve-dependencies@18.2.0
    • @pnpm/resolver-base@7.1.0
    • @pnpm/store-controller-types@9.2.0
    • @pnpm/lockfile-to-pnp@0.3.9
    • @pnpm/headless@14.5.8
    • @pnpm/lockfile-utils@2.0.20
    • @pnpm/build-modules@5.2.5
    • @pnpm/modules-cleaner@10.0.16
    • @pnpm/filter-lockfile@4.0.14
    • @pnpm/hoist@4.0.20

0.43.16

Patch Changes

  • @pnpm/resolve-dependencies@18.1.4
  • @pnpm/lockfile-to-pnp@0.3.8
  • @pnpm/headless@14.5.7
  • @pnpm/package-requester@12.1.4

0.43.15

Patch Changes

  • Updated dependencies [0c5f1bcc9]
    • @pnpm/error@1.4.0
    • @pnpm/resolve-dependencies@18.1.3
    • @pnpm/filter-lockfile@4.0.13
    • @pnpm/get-context@3.3.1
    • @pnpm/headless@14.5.6
    • @pnpm/link-bins@5.3.20
    • @pnpm/lockfile-file@3.1.1
    • @pnpm/manifest-utils@1.1.4
    • @pnpm/read-package-json@3.1.8
    • @pnpm/read-project-manifest@1.1.5
    • @pnpm/package-requester@12.1.4
    • @pnpm/lockfile-to-pnp@0.3.7
    • @pnpm/modules-cleaner@10.0.15
    • @pnpm/build-modules@5.2.4
    • @pnpm/hoist@4.0.19
    • @pnpm/lifecycle@9.6.2
    • @pnpm/remove-bins@1.0.9

0.43.14

Patch Changes

  • Updated dependencies [3776b5a52]
  • Updated dependencies [3776b5a52]
    • @pnpm/lockfile-file@3.1.0
    • @pnpm/get-context@3.3.0
    • @pnpm/headless@14.5.5
    • @pnpm/lockfile-to-pnp@0.3.6

0.43.13

Patch Changes

  • Updated dependencies [dbcc6c96f]
  • Updated dependencies [09492b7b4]
    • @pnpm/lockfile-file@3.0.18
    • @pnpm/modules-yaml@8.0.5
    • @pnpm/get-context@3.2.11
    • @pnpm/headless@14.5.4
    • @pnpm/lockfile-to-pnp@0.3.5
    • @pnpm/read-project-manifest@1.1.4
    • @pnpm/link-bins@5.3.19
    • @pnpm/build-modules@5.2.3
    • @pnpm/hoist@4.0.18
    • @pnpm/package-requester@12.1.3

0.43.12

Patch Changes

  • c4ec56eeb: Don't ignore the "overrides" field when install/update doesn't include the root project.
  • Updated dependencies [39142e2ad]
  • Updated dependencies [60e01bd1d]
  • Updated dependencies [aa6bc4f95]
    • dependency-path@5.0.6
    • @pnpm/resolve-dependencies@18.1.2
    • @pnpm/lockfile-to-pnp@0.3.4
    • @pnpm/lockfile-file@3.0.17
    • @pnpm/filter-lockfile@4.0.12
    • @pnpm/headless@14.5.3
    • @pnpm/hoist@4.0.17
    • @pnpm/lockfile-utils@2.0.19
    • @pnpm/lockfile-walker@3.0.7
    • @pnpm/modules-cleaner@10.0.14
    • @pnpm/prune-lockfile@2.0.17
    • @pnpm/get-context@3.2.10
    • @pnpm/read-project-manifest@1.1.3
    • @pnpm/link-bins@5.3.18
    • @pnpm/package-requester@12.1.3
    • @pnpm/build-modules@5.2.2

0.43.11

Patch Changes

  • @pnpm/package-requester@12.1.3
  • @pnpm/headless@14.5.2

0.43.10

Patch Changes

  • b5d694e7f: Use pnpm.overrides instead of resolutions. Still support resolutions for partial compatibility with Yarn and for avoiding a breaking change.

  • c03a2b2cb: Allow to specify the overriden dependency's parent package.

    For example, if foo should be overriden only in dependencies of bar v2, this configuration may be used:

    {
      ...
      "pnpm": {
        "overriden": {
          "bar@2>foo": "1.0.0"
        }
      }
    }
    
  • Updated dependencies [b5d694e7f]

    • @pnpm/types@6.3.1
    • @pnpm/filter-lockfile@4.0.11
    • @pnpm/hoist@4.0.16
    • @pnpm/lockfile-file@3.0.16
    • @pnpm/lockfile-utils@2.0.18
    • @pnpm/lockfile-walker@3.0.6
    • @pnpm/modules-cleaner@10.0.13
    • @pnpm/prune-lockfile@2.0.16
    • @pnpm/resolve-dependencies@18.1.1
    • @pnpm/build-modules@5.2.1
    • @pnpm/core-loggers@5.0.2
    • dependency-path@5.0.5
    • @pnpm/get-context@3.2.9
    • @pnpm/headless@14.5.1
    • @pnpm/lifecycle@9.6.1
    • @pnpm/link-bins@5.3.17
    • @pnpm/lockfile-to-pnp@0.3.3
    • @pnpm/manifest-utils@1.1.3
    • @pnpm/modules-yaml@8.0.4
    • @pnpm/normalize-registries@1.0.5
    • @pnpm/package-requester@12.1.2
    • @pnpm/read-package-json@3.1.7
    • @pnpm/read-project-manifest@1.1.2
    • @pnpm/remove-bins@1.0.8
    • @pnpm/resolver-base@7.0.5
    • @pnpm/store-controller-types@9.1.2
    • @pnpm/symlink-dependency@3.0.12

0.43.9

Patch Changes

  • 50b360ec1: A new option added for specifying the shell to use, when running scripts: scriptShell.
  • Updated dependencies [50b360ec1]
    • @pnpm/build-modules@5.2.0
    • @pnpm/headless@14.5.0
    • @pnpm/lifecycle@9.6.0
    • @pnpm/lockfile-to-pnp@0.3.2

0.43.8

Patch Changes

  • d54043ee4: A resolutions field in the root project's manifest may be used to override the version ranges in dependencies of dependencies.
  • Updated dependencies [d54043ee4]
  • Updated dependencies [fcdad632f]
  • Updated dependencies [fcdad632f]
  • Updated dependencies [d54043ee4]
  • Updated dependencies [212671848]
    • @pnpm/types@6.3.0
    • @pnpm/constants@4.1.0
    • @pnpm/resolve-dependencies@18.1.0
    • @pnpm/read-package-json@3.1.6
    • @pnpm/filter-lockfile@4.0.10
    • @pnpm/hoist@4.0.15
    • @pnpm/lockfile-file@3.0.15
    • @pnpm/lockfile-utils@2.0.17
    • @pnpm/lockfile-walker@3.0.5
    • @pnpm/modules-cleaner@10.0.12
    • @pnpm/prune-lockfile@2.0.15
    • @pnpm/build-modules@5.1.2
    • @pnpm/core-loggers@5.0.1
    • dependency-path@5.0.4
    • @pnpm/get-context@3.2.8
    • @pnpm/headless@14.4.2
    • @pnpm/lifecycle@9.5.1
    • @pnpm/link-bins@5.3.16
    • @pnpm/lockfile-to-pnp@0.3.1
    • @pnpm/manifest-utils@1.1.2
    • @pnpm/modules-yaml@8.0.3
    • @pnpm/normalize-registries@1.0.4
    • @pnpm/package-requester@12.1.1
    • @pnpm/read-project-manifest@1.1.1
    • @pnpm/remove-bins@1.0.7
    • @pnpm/resolver-base@7.0.4
    • @pnpm/store-controller-types@9.1.1
    • @pnpm/symlink-dependency@3.0.11

0.43.7

Patch Changes

  • Updated dependencies [fb863fae4]
    • @pnpm/link-bins@5.3.15
    • @pnpm/build-modules@5.1.1
    • @pnpm/headless@14.4.1
    • @pnpm/hoist@4.0.14

0.43.6

Patch Changes

0.43.5

Patch Changes

  • ddd98dd74: The lockfile should be correctly updated when a direct dependency that has peer dependencies has a new version specifier in package.json.

    For instance, jest@26 has cascade@2 in its peer dependencies. So pnpm install will scope Jest to some version of cascade. This is how it will look like in pnpm-lock.yaml:

    dependencies:
      canvas: 2.6.0
      jest: 26.4.0_canvas@2.6.0
    

    If the version specifier of Jest gets changed in the package.json to 26.5.0, the next time pnpm install is executed, the lockfile should be changed to this:

    dependencies:
      canvas: 2.6.0
      jest: 26.5.0_canvas@2.6.0
    

    Prior to this fix, after the update, Jest was not scoped with canvas, so the lockfile was incorrectly updated to the following:

    dependencies:
      canvas: 2.6.0
      jest: 26.5.0
    

    Related issue: #2919. Related PR: #2920.

  • f591fdeeb: New option added: enablePnp. When enablePnp is true, a .pnp.js file is generated.

  • Updated dependencies [f591fdeeb]

  • Updated dependencies [f591fdeeb]

  • Updated dependencies [ddd98dd74]

  • Updated dependencies [f591fdeeb]

  • Updated dependencies [f591fdeeb]

    • @pnpm/build-modules@5.1.0
    • @pnpm/lifecycle@9.5.0
    • @pnpm/resolve-dependencies@18.0.5
    • @pnpm/headless@14.4.0
    • @pnpm/lockfile-to-pnp@0.3.0
    • @pnpm/package-requester@12.1.0

0.43.4

Patch Changes

  • fb92e9f88: Perform less filesystem operations during the creation of bin files of direct dependencies.
  • Updated dependencies [fb92e9f88]
  • Updated dependencies [2762781cc]
  • Updated dependencies [51311d3ba]
  • Updated dependencies [fb92e9f88]
    • @pnpm/headless@14.3.1
    • @pnpm/read-project-manifest@1.1.0
    • @pnpm/link-bins@5.3.14
    • @pnpm/build-modules@5.0.19
    • @pnpm/hoist@4.0.13
    • @pnpm/package-requester@12.1.0

0.43.3

Patch Changes

  • 95ad9cafa: Install should fail if there are references to a pruned workspace project.

0.43.2

Patch Changes

  • 74914c178: New experimental option added for installing node_modules w/o symlinks.
  • Updated dependencies [74914c178]
    • @pnpm/headless@14.3.0

0.43.1

Patch Changes

  • 9e774ae20: When a package is both a dev dependency and a prod dependency, the package should be linked when installing prod dependencies only. This was an issue only when a lockfile was not present during installation.
  • Updated dependencies [203e65ac8]
  • Updated dependencies [203e65ac8]
    • @pnpm/build-modules@5.0.18
    • @pnpm/lifecycle@9.4.0
    • @pnpm/resolve-dependencies@18.0.4
    • @pnpm/headless@14.2.2
    • @pnpm/package-requester@12.1.0

0.43.0

Minor Changes

  • 23cf3c88b: New option added: shellEmulator.

Patch Changes

  • Updated dependencies [23cf3c88b]
  • Updated dependencies [ac3042858]
    • @pnpm/lifecycle@9.3.0
    • @pnpm/get-context@3.2.7
    • @pnpm/build-modules@5.0.17
    • @pnpm/headless@14.2.1

0.42.0

Minor Changes

  • 40a9e1f3f: Create the module dirs of dependencies before importing them and linking their dependencies.

Patch Changes

  • Updated dependencies [40a9e1f3f]
  • Updated dependencies [0a6544043]
    • @pnpm/headless@14.2.0
    • @pnpm/package-requester@12.1.0
    • @pnpm/store-controller-types@9.1.0
    • @pnpm/build-modules@5.0.16
    • @pnpm/modules-cleaner@10.0.11
    • @pnpm/resolve-dependencies@18.0.3

0.41.31

Patch Changes

  • @pnpm/headless@14.1.0

0.41.30

Patch Changes

  • @pnpm/headless@14.1.0

0.41.29

Patch Changes

  • 86cd72de3: After a package is linked, copied, or cloned to the virtual store, a progress log is logged with the imported status.
  • Updated dependencies [86cd72de3]
  • Updated dependencies [86cd72de3]
  • Updated dependencies [86cd72de3]
    • @pnpm/core-loggers@5.0.0
    • @pnpm/headless@14.1.0
    • @pnpm/store-controller-types@9.0.0
    • @pnpm/build-modules@5.0.15
    • @pnpm/get-context@3.2.6
    • @pnpm/lifecycle@9.2.5
    • @pnpm/manifest-utils@1.1.1
    • @pnpm/modules-cleaner@10.0.10
    • @pnpm/package-requester@12.0.13
    • @pnpm/remove-bins@1.0.6
    • @pnpm/resolve-dependencies@18.0.2
    • @pnpm/symlink-dependency@3.0.10
    • @pnpm/filter-lockfile@4.0.9
    • @pnpm/hoist@4.0.12

0.41.28

Patch Changes

  • 968c26470: Report an info log instead of a warning when some binaries cannot be linked.
  • Updated dependencies [968c26470]
    • @pnpm/headless@14.0.20
    • @pnpm/hoist@4.0.11
    • @pnpm/package-requester@12.0.12
    • @pnpm/resolve-dependencies@18.0.1

0.41.27

Patch Changes

  • 5a3420ee5: In some rare cases, pnpm install --no-prefer-frozen-lockfile didn't link the direct dependencies to the root node_modules. This was happening when the direct dependency was also resolving some peer dependencies.
  • Updated dependencies [e2f6b40b1]
  • Updated dependencies [e2f6b40b1]
  • Updated dependencies [e2f6b40b1]
  • Updated dependencies [e2f6b40b1]
    • @pnpm/manifest-utils@1.1.0
    • @pnpm/resolve-dependencies@18.0.0

0.41.26

Patch Changes

  • 11dea936a: Fixing a regression that was shipped with supi v0.41.22. Cyclic dependencies that have peer dependencies are not symlinked to the root of node_modules, when they are direct dependencies.
  • Updated dependencies [9d9456442]
  • Updated dependencies [501efdabd]
  • Updated dependencies [501efdabd]
  • Updated dependencies [a43c12afe]
  • Updated dependencies [501efdabd]
    • @pnpm/resolve-dependencies@17.0.0
    • @pnpm/package-requester@12.0.12
    • @pnpm/headless@14.0.19

0.41.25

Patch Changes

  • c4165dccb: Always try to resolve optional peer dependencies. Fixes a regression introduced in pnpm v5.5.8

0.41.24

Patch Changes

  • c7e856fac: Cache the already resolved peer dependencies to make peers resolution faster and consume less memory.

0.41.23

Patch Changes

  • 8242401c7: Ignore non-array bundle[d]Dependencies fields. Fixes a regression caused by 5322cf9b39
  • Updated dependencies [8242401c7]
    • @pnpm/resolve-dependencies@16.1.5

0.41.22

Patch Changes

  • 8351fce25: Cache the already resolved peer dependencies to make peers resolution faster and consume less memory.
  • Updated dependencies [75a36deba]
    • @pnpm/error@1.3.1
    • @pnpm/filter-lockfile@4.0.8
    • @pnpm/get-context@3.2.5
    • @pnpm/headless@14.0.18
    • @pnpm/link-bins@5.3.13
    • @pnpm/lockfile-file@3.0.14
    • @pnpm/read-package-json@3.1.5
    • @pnpm/read-project-manifest@1.0.13
    • @pnpm/resolve-dependencies@16.1.4
    • @pnpm/modules-cleaner@10.0.9
    • @pnpm/build-modules@5.0.14
    • @pnpm/hoist@4.0.10
    • @pnpm/lifecycle@9.2.4
    • @pnpm/package-requester@12.0.11
    • @pnpm/remove-bins@1.0.5

0.41.21

Patch Changes

  • 83e2e6879: When updating specs in the lockfile, read the specs from the manifest in the right order: optionalDependencies > dependencies > devDependencies.

0.41.20

Patch Changes

  • Updated dependencies [9f5803187]
  • Updated dependencies [9550b0505]
  • Updated dependencies [972864e0d]
    • @pnpm/read-package-json@3.1.4
    • @pnpm/lockfile-file@3.0.13
    • @pnpm/get-context@3.2.4
    • @pnpm/headless@14.0.17
    • @pnpm/package-requester@12.0.10
    • @pnpm/build-modules@5.0.13
    • @pnpm/lifecycle@9.2.3
    • @pnpm/link-bins@5.3.12
    • @pnpm/remove-bins@1.0.4
    • @pnpm/resolve-dependencies@16.1.3
    • @pnpm/hoist@4.0.9
    • @pnpm/modules-cleaner@10.0.8

0.41.19

Patch Changes

  • Updated dependencies [51086e6e4]
  • Updated dependencies [6d480dd7a]
    • @pnpm/get-context@3.2.3
    • @pnpm/error@1.3.0
    • @pnpm/package-requester@12.0.9
    • @pnpm/filter-lockfile@4.0.7
    • @pnpm/headless@14.0.16
    • @pnpm/link-bins@5.3.11
    • @pnpm/lockfile-file@3.0.12
    • @pnpm/read-project-manifest@1.0.12
    • @pnpm/resolve-dependencies@16.1.2
    • @pnpm/modules-cleaner@10.0.7
    • @pnpm/build-modules@5.0.12
    • @pnpm/hoist@4.0.8

0.41.18

Patch Changes

  • 9b90591e4: The contents of a modified local tarball dependency should be reunpacked on install.
  • Updated dependencies [400f41976]
    • @pnpm/headless@14.0.15

0.41.17

Patch Changes

  • @pnpm/read-project-manifest@1.0.11
  • @pnpm/headless@14.0.14
  • @pnpm/link-bins@5.3.10
  • @pnpm/build-modules@5.0.11
  • @pnpm/hoist@4.0.7
  • @pnpm/package-requester@12.0.8

0.41.16

Patch Changes

  • 0a8ff3ad3: Don't fail when installing a dependency with a trailing @.
  • Updated dependencies [3bd3253e3]
  • Updated dependencies [24af41f20]
    • @pnpm/read-project-manifest@1.0.10
    • @pnpm/read-modules-dir@2.0.3
    • @pnpm/headless@14.0.13
    • @pnpm/link-bins@5.3.9
    • @pnpm/modules-cleaner@10.0.6
    • @pnpm/build-modules@5.0.10
    • @pnpm/hoist@4.0.6
    • @pnpm/package-requester@12.0.8

0.41.15

Patch Changes

  • 103ad7487: fix lockfile not updated when remove dependency in project with readPackage hook
  • a2ef8084f: Use the same versions of dependencies across the pnpm monorepo.
  • Updated dependencies [1140ef721]
  • Updated dependencies [a2ef8084f]
    • @pnpm/lockfile-utils@2.0.16
    • @pnpm/build-modules@5.0.9
    • dependency-path@5.0.3
    • @pnpm/filter-lockfile@4.0.6
    • @pnpm/get-context@3.2.2
    • @pnpm/headless@14.0.12
    • @pnpm/hoist@4.0.5
    • @pnpm/lifecycle@9.2.2
    • @pnpm/lockfile-walker@3.0.4
    • @pnpm/modules-cleaner@10.0.5
    • @pnpm/modules-yaml@8.0.2
    • @pnpm/package-requester@12.0.8
    • @pnpm/prune-lockfile@2.0.14
    • @pnpm/read-modules-dir@2.0.2
    • @pnpm/remove-bins@1.0.3
    • @pnpm/resolve-dependencies@16.1.1
    • @pnpm/link-bins@5.3.8

0.41.14

Patch Changes

  • Updated dependencies [25b425ca2]
    • @pnpm/get-context@3.2.1

0.41.13

Patch Changes

  • Updated dependencies [873f08b04]
  • Updated dependencies [873f08b04]
    • @pnpm/prune-lockfile@2.0.13
    • @pnpm/headless@14.0.11

0.41.12

Patch Changes

  • 8c1cf25b7: New option added: updateMatching. updateMatching is a function that accepts a package name. It returns true if the specified package should be updated.
  • Updated dependencies [8c1cf25b7]
    • @pnpm/resolve-dependencies@16.1.0

0.41.11

Patch Changes

  • a01626668: Changes that are made by the readPackage hook are not saved to the package.json files of projects.
  • Updated dependencies [a01626668]
    • @pnpm/get-context@3.2.0

0.41.10

Patch Changes

  • Updated dependencies [9a908bc07]
  • Updated dependencies [9a908bc07]
    • @pnpm/core-loggers@4.2.0
    • @pnpm/get-context@3.1.0
    • @pnpm/build-modules@5.0.8
    • @pnpm/headless@14.0.10
    • @pnpm/lifecycle@9.2.1
    • @pnpm/modules-cleaner@10.0.4
    • @pnpm/package-requester@12.0.7
    • @pnpm/remove-bins@1.0.2
    • @pnpm/resolve-dependencies@16.0.6
    • @pnpm/symlink-dependency@3.0.9
    • @pnpm/filter-lockfile@4.0.5
    • @pnpm/hoist@4.0.4

0.41.9

Patch Changes

  • @pnpm/resolve-dependencies@16.0.5
  • @pnpm/headless@14.0.9
  • @pnpm/package-requester@12.0.6

0.41.8

Patch Changes

  • @pnpm/headless@14.0.8
  • @pnpm/package-requester@12.0.6

0.41.7

Patch Changes

  • 1d8ec7208: Don't fail if opts.reporter is a string instead of a function.
  • Updated dependencies [7f25dad04]
  • Updated dependencies [76aaead32]
  • Updated dependencies [7f25dad04]
    • @pnpm/resolve-dependencies@16.0.4
    • @pnpm/lifecycle@9.2.0
    • @pnpm/prune-lockfile@2.0.12
    • @pnpm/build-modules@5.0.7
    • @pnpm/headless@14.0.7

0.41.6

Patch Changes

  • @pnpm/headless@14.0.6
  • @pnpm/package-requester@12.0.6
  • @pnpm/resolve-dependencies@16.0.3

0.41.5

Patch Changes

  • @pnpm/package-requester@12.0.6
  • @pnpm/headless@14.0.5

0.41.4

Patch Changes

  • 220896511: Remove common-tags from dependencies.
  • Updated dependencies [db17f6f7b]
    • @pnpm/types@6.2.0
    • @pnpm/build-modules@5.0.6
    • @pnpm/core-loggers@4.1.2
    • dependency-path@5.0.2
    • @pnpm/filter-lockfile@4.0.4
    • @pnpm/get-context@3.0.1
    • @pnpm/headless@14.0.4
    • @pnpm/hoist@4.0.3
    • @pnpm/lifecycle@9.1.3
    • @pnpm/link-bins@5.3.7
    • @pnpm/lockfile-file@3.0.11
    • @pnpm/lockfile-utils@2.0.15
    • @pnpm/lockfile-walker@3.0.3
    • @pnpm/manifest-utils@1.0.3
    • @pnpm/modules-cleaner@10.0.3
    • @pnpm/modules-yaml@8.0.1
    • @pnpm/normalize-registries@1.0.3
    • @pnpm/package-requester@12.0.6
    • @pnpm/prune-lockfile@2.0.11
    • @pnpm/read-package-json@3.1.3
    • @pnpm/read-project-manifest@1.0.9
    • @pnpm/remove-bins@1.0.1
    • @pnpm/resolve-dependencies@16.0.2
    • @pnpm/resolver-base@7.0.3
    • @pnpm/store-controller-types@8.0.2
    • @pnpm/symlink-dependency@3.0.8

0.41.3

Patch Changes

  • 57d08f303: Remove global bins when unlinking.
  • Updated dependencies [57d08f303]
    • @pnpm/remove-bins@1.0.0
    • @pnpm/modules-cleaner@10.0.2
    • @pnpm/headless@14.0.3

0.41.2

Patch Changes

  • 17b598c18: Don't remove skipped optional dependencies from the current lockfile on partial installation.
  • 1520e3d6f: Update graceful-fs to v4.2.4
    • @pnpm/package-requester@12.0.5
    • @pnpm/link-bins@5.3.6
    • @pnpm/modules-cleaner@10.0.1
    • @pnpm/headless@14.0.2
    • @pnpm/build-modules@5.0.5
    • @pnpm/hoist@4.0.2

0.41.1

Patch Changes

  • Updated dependencies [0a2f3ecc6]
    • @pnpm/hoist@4.0.1
    • @pnpm/headless@14.0.1

0.41.0

Minor Changes

  • 71a8c8ce3: shamefullyHoist replaced by publicHoistPattern and forcePublicHoistPattern.
  • 71a8c8ce3: Breaking changes to the node_modules/.modules.yaml file:
    • hoistedAliases replaced with hoistedDependencies.
    • shamefullyHoist replaced with publicHoistPattern.

Patch Changes

  • Updated dependencies [71a8c8ce3]
  • Updated dependencies [71a8c8ce3]
  • Updated dependencies [e1ca9fc13]
  • Updated dependencies [71a8c8ce3]
  • Updated dependencies [71a8c8ce3]
  • Updated dependencies [71a8c8ce3]
  • Updated dependencies [71a8c8ce3]
    • @pnpm/types@6.1.0
    • @pnpm/hoist@4.0.0
    • @pnpm/link-bins@5.3.5
    • @pnpm/modules-cleaner@10.0.0
    • @pnpm/headless@14.0.0
    • @pnpm/get-context@3.0.0
    • @pnpm/modules-yaml@8.0.0
    • @pnpm/build-modules@5.0.4
    • @pnpm/core-loggers@4.1.1
    • dependency-path@5.0.1
    • @pnpm/filter-lockfile@4.0.3
    • @pnpm/lifecycle@9.1.2
    • @pnpm/lockfile-file@3.0.10
    • @pnpm/lockfile-utils@2.0.14
    • @pnpm/lockfile-walker@3.0.2
    • @pnpm/manifest-utils@1.0.2
    • @pnpm/normalize-registries@1.0.2
    • @pnpm/package-requester@12.0.5
    • @pnpm/prune-lockfile@2.0.10
    • @pnpm/read-package-json@3.1.2
    • @pnpm/read-project-manifest@1.0.8
    • @pnpm/resolve-dependencies@16.0.1
    • @pnpm/resolver-base@7.0.2
    • @pnpm/store-controller-types@8.0.1
    • @pnpm/symlink-dependency@3.0.7

0.40.1

Patch Changes

  • @pnpm/package-requester@12.0.4
  • @pnpm/headless@13.0.6

0.40.0

Minor Changes

  • 41d92948b: It should be possible to install a tarball through a non-standard URL endpoint served via the registry domain.

    For instance, the configured registry is https://registry.npm.taobao.org/. It should be possible to run pnpm add https://registry.npm.taobao.org/vue/download/vue-2.0.0.tgz

Patch Changes

  • Updated dependencies [41d92948b]
  • Updated dependencies [57c510f00]
  • Updated dependencies [41d92948b]
    • dependency-path@5.0.0
    • @pnpm/read-project-manifest@1.0.7
    • @pnpm/resolve-dependencies@16.0.0
    • @pnpm/filter-lockfile@4.0.2
    • @pnpm/headless@13.0.5
    • @pnpm/hoist@3.0.2
    • @pnpm/lockfile-utils@2.0.13
    • @pnpm/lockfile-walker@3.0.1
    • @pnpm/modules-cleaner@9.0.2
    • @pnpm/prune-lockfile@2.0.9
    • @pnpm/link-bins@5.3.4
    • @pnpm/build-modules@5.0.3
    • @pnpm/package-requester@12.0.3

0.39.10

Patch Changes

  • 0e7ec4533: Remove @pnpm/check-package from dependencies.
  • 13630c659: Perform headless installation when dependencies should not be linked from the workspace, and they are not indeed linked from the workspace.
  • d3ddd023c: Update p-limit to v3.
  • Updated dependencies [d3ddd023c]
  • Updated dependencies [2ebb7af33]
  • Updated dependencies [68d8dc68f]
    • @pnpm/build-modules@5.0.2
    • @pnpm/headless@13.0.4
    • @pnpm/lifecycle@9.1.1
    • @pnpm/package-requester@12.0.3
    • @pnpm/core-loggers@4.1.0
    • @pnpm/resolve-dependencies@15.1.2
    • @pnpm/get-context@2.1.2
    • @pnpm/modules-cleaner@9.0.1
    • @pnpm/symlink-dependency@3.0.6
    • @pnpm/filter-lockfile@4.0.1
    • @pnpm/hoist@3.0.1

0.39.9

Patch Changes

  • Updated dependencies [a203bc138]
    • @pnpm/package-requester@12.0.2
    • @pnpm/headless@13.0.3

0.39.8

Patch Changes

  • @pnpm/package-requester@12.0.1
  • @pnpm/resolve-dependencies@15.1.1
  • @pnpm/headless@13.0.2

0.39.7

Patch Changes

  • Updated dependencies [8094b2a62]
    • @pnpm/lifecycle@9.1.0
    • @pnpm/package-requester@12.0.1
    • @pnpm/build-modules@5.0.1
    • @pnpm/headless@13.0.1

0.39.6

Patch Changes

  • 2f9c7ca85: Fix a regression introduced in pnpm v5.0.0. Create correct lockfile when the package tarball is hosted not under the registry domain.
  • 160975d62: This fixes a regression introduced in pnpm v5.0.0. Direct local tarball dependencies should always be reanalized on install.

0.39.5

Patch Changes

  • @pnpm/headless@13.0.0

0.39.4

Patch Changes

  • Updated dependencies [58c02009f]
    • @pnpm/get-context@2.1.1

0.39.3

Patch Changes

0.39.2

Patch Changes

  • 327bfbf02: Fix current lockfile (the one at node_modules/.pnpm/lock.yaml) up-to-date check.
  • Updated dependencies [327bfbf02]
    • @pnpm/get-context@2.1.0

0.39.1

Patch Changes

  • Updated dependencies [e2c4fdad5]
    • @pnpm/resolve-dependencies@15.0.1

0.39.0

Minor Changes

  • b5f66c0f2: Reduce the number of directories in the virtual store directory. Don't create a subdirectory for the package version. Append the package version to the package name directory.
  • 3f73eaf0c: Rename store to storeDir in node_modules/.modules.yaml.
  • f516d266c: Executables are saved into a separate directory inside the content-addressable storage.
  • da091c711: Remove state from store. The store should not store the information about what projects on the computer use what dependencies. This information was needed for pruning in pnpm v4. Also, without this information, we cannot have the pnpm store usages command. So pnpm store usages is deprecated.
  • e11019b89: Deprecate the resolution strategy setting. The fewer dependencies strategy is used always.
  • 802d145fc: Remove independent-leaves support.
  • 242cf8737: The linkWorkspacePackages option is removed. A new option called linkWorkspacePackagesDepth is added. When linkWorkspacePackageDepth is 0, workspace packages are linked to direct dependencies even if these direct dependencies are not using workspace ranges (so this is similar to the old linkWorkspacePackages=true). linkWorkspacePackageDepth also allows to link workspace packages to subdependencies by setting the max depth. Setting it to Infinity will make the resolution algorithm always prefer packages from the workspace over packages from the registry.
  • b6a82072e: Using a content-addressable filesystem for storing packages.
  • 45fdcfde2: Locking is removed.
  • a5febb913: The importPackage function of the store controller is importing packages directly from the side-effects cache.
  • 9fbb74ecb: The structure of virtual store directory changed. No subdirectory created with the registry name. So instead of storing packages inside node_modules/.pnpm/<registry>/<pkg>, packages are stored inside node_modules/.pnpm/<pkg>.

Patch Changes

  • 2e8ebabb2: Headless installation should be preferred when local dependencies that use aliases are up-to-date.
  • cc8a3bd31: Installation on a non-up-to-date node_modules.
  • a7d20d927: The peer suffix at the end of local tarball dependency paths is not encoded.
  • c25cccdad: The lockfile should be recreated correctly when an up-to-date node_modules is present. The recreated lockfile should contain all the skipped optional dependencies.
  • f453a5f46: Update version-selector-type to v3.
  • Updated dependencies [b5f66c0f2]
  • Updated dependencies [0730bb938]
  • Updated dependencies [ca9f50844]
  • Updated dependencies [9596774f2]
  • Updated dependencies [7179cc560]
  • Updated dependencies [77bc9b510]
  • Updated dependencies [c25cccdad]
  • Updated dependencies [16d1ac0fd]
  • Updated dependencies [242cf8737]
  • Updated dependencies [3f73eaf0c]
  • Updated dependencies [f516d266c]
  • Updated dependencies [cc8a3bd31]
  • Updated dependencies [142f8caf7]
  • Updated dependencies [da091c711]
  • Updated dependencies [9b1b520d9]
  • Updated dependencies [f35a3ec1c]
  • Updated dependencies [a7d20d927]
  • Updated dependencies [42e6490d1]
  • Updated dependencies [16d1ac0fd]
  • Updated dependencies [2485eaf60]
  • Updated dependencies [64bae33c4]
  • Updated dependencies [e11019b89]
  • Updated dependencies [a5febb913]
  • Updated dependencies [bb59db642]
  • Updated dependencies [b47f9737a]
  • Updated dependencies [802d145fc]
  • Updated dependencies [f93583d52]
  • Updated dependencies [b6a82072e]
  • Updated dependencies [802d145fc]
  • Updated dependencies [a5febb913]
  • Updated dependencies [c207d994f]
  • Updated dependencies [a5febb913]
  • Updated dependencies [4f5801b1c]
  • Updated dependencies [a5febb913]
  • Updated dependencies [4cc0ead24]
  • Updated dependencies [471149e66]
  • Updated dependencies [c25cccdad]
  • Updated dependencies [42e6490d1]
  • Updated dependencies [9fbb74ecb]
  • Updated dependencies [e3990787a]
    • @pnpm/constants@4.0.0
    • @pnpm/headless@13.0.0
    • @pnpm/hoist@3.0.0
    • @pnpm/modules-cleaner@9.0.0
    • @pnpm/package-requester@12.0.0
    • @pnpm/resolve-dependencies@15.0.0
    • @pnpm/filter-lockfile@4.0.0
    • @pnpm/store-controller-types@8.0.0
    • @pnpm/get-context@2.0.0
    • @pnpm/modules-yaml@7.0.0
    • @pnpm/lockfile-walker@3.0.0
    • @pnpm/types@6.0.0
    • @pnpm/build-modules@5.0.0
    • @pnpm/lifecycle@9.0.0
    • @pnpm/core-loggers@4.0.2
    • dependency-path@4.0.7
    • @pnpm/error@1.2.1
    • @pnpm/link-bins@5.3.3
    • @pnpm/lockfile-file@3.0.9
    • @pnpm/lockfile-utils@2.0.12
    • @pnpm/manifest-utils@1.0.1
    • @pnpm/matcher@1.0.3
    • @pnpm/normalize-registries@1.0.1
    • @pnpm/parse-wanted-dependency@1.0.1
    • @pnpm/prune-lockfile@2.0.8
    • @pnpm/read-modules-dir@2.0.2
    • @pnpm/read-package-json@3.1.1
    • @pnpm/read-project-manifest@1.0.6
    • @pnpm/resolver-base@7.0.1
    • @pnpm/symlink-dependency@3.0.5

0.39.0-alpha.7

Minor Changes

  • 242cf8737: The linkWorkspacePackages option is removed. A new option called linkWorkspacePackagesDepth is added. When linkWorkspacePackageDepth is 0, workspace packages are linked to direct dependencies even if these direct dependencies are not using workspace ranges (so this is similar to the old linkWorkspacePackages=true). linkWorkspacePackageDepth also allows to link workspace packages to subdependencies by setting the max depth. Setting it to Infinity will make the resolution algorithm always prefer packages from the workspace over packages from the registry.
  • 45fdcfde2: Locking is removed.
  • a5febb913: The importPackage function of the store controller is importing packages directly from the side-effects cache.

Patch Changes

  • cc8a3bd31: Installation on a non-up-to-date node_modules.
  • a7d20d927: The peer suffix at the end of local tarball dependency paths is not encoded.
  • c25cccdad: The lockfile should be recreated correctly when an up-to-date node_modules is present. The recreated lockfile should contain all the skipped optional dependencies.
  • Updated dependencies [ca9f50844]
  • Updated dependencies [c25cccdad]
  • Updated dependencies [16d1ac0fd]
  • Updated dependencies [242cf8737]
  • Updated dependencies [cc8a3bd31]
  • Updated dependencies [a7d20d927]
  • Updated dependencies [16d1ac0fd]
  • Updated dependencies [2485eaf60]
  • Updated dependencies [a5febb913]
  • Updated dependencies [b47f9737a]
  • Updated dependencies [a5febb913]
  • Updated dependencies [a5febb913]
  • Updated dependencies [a5febb913]
  • Updated dependencies [c25cccdad]
    • @pnpm/constants@4.0.0-alpha.1
    • @pnpm/filter-lockfile@4.0.0-alpha.2
    • @pnpm/package-requester@12.0.0-alpha.5
    • @pnpm/store-controller-types@8.0.0-alpha.4
    • @pnpm/resolve-dependencies@15.0.0-alpha.6
    • @pnpm/headless@13.0.0-alpha.5
    • @pnpm/hoist@3.0.0-alpha.2
    • @pnpm/modules-cleaner@9.0.0-alpha.5
    • @pnpm/build-modules@5.0.0-alpha.5
    • @pnpm/get-context@1.2.2-alpha.2
    • @pnpm/lockfile-file@3.0.9-alpha.2
    • @pnpm/prune-lockfile@2.0.8-alpha.2
    • @pnpm/lockfile-utils@2.0.12-alpha.1
    • @pnpm/lockfile-walker@2.0.3-alpha.1

0.39.0-alpha.6

Minor Changes

  • 3f73eaf0: Rename store to storeDir in node_modules/.modules.yaml.
  • da091c71: Remove state from store. The store should not store the information about what projects on the computer use what dependencies. This information was needed for pruning in pnpm v4. Also, without this information, we cannot have the pnpm store usages command. So pnpm store usages is deprecated.
  • 9fbb74ec: The structure of virtual store directory changed. No subdirectory created with the registry name. So instead of storing packages inside node_modules/.pnpm/<registry>/<pkg>, packages are stored inside node_modules/.pnpm/<pkg>.

Patch Changes

  • Updated dependencies [7179cc56]
  • Updated dependencies [3f73eaf0]
  • Updated dependencies [da091c71]
  • Updated dependencies [4cc0ead2]
  • Updated dependencies [471149e6]
  • Updated dependencies [9fbb74ec]
  • Updated dependencies [e3990787]
    • @pnpm/modules-cleaner@9.0.0-alpha.4
    • @pnpm/get-context@2.0.0-alpha.1
    • @pnpm/headless@13.0.0-alpha.4
    • @pnpm/modules-yaml@7.0.0-alpha.0
    • @pnpm/package-requester@12.0.0-alpha.4
    • @pnpm/store-controller-types@8.0.0-alpha.3
    • @pnpm/types@6.0.0-alpha.0
    • @pnpm/resolve-dependencies@15.0.0-alpha.5
    • @pnpm/hoist@3.0.0-alpha.1
    • @pnpm/build-modules@5.0.0-alpha.4
    • @pnpm/lifecycle@9.0.0-alpha.1
    • @pnpm/core-loggers@4.0.2-alpha.0
    • dependency-path@4.0.7-alpha.0
    • @pnpm/filter-lockfile@3.2.3-alpha.1
    • @pnpm/link-bins@5.3.3-alpha.0
    • @pnpm/lockfile-file@3.0.9-alpha.1
    • @pnpm/lockfile-utils@2.0.12-alpha.0
    • @pnpm/lockfile-walker@2.0.3-alpha.0
    • @pnpm/manifest-utils@1.0.1-alpha.0
    • @pnpm/normalize-registries@1.0.1-alpha.0
    • @pnpm/prune-lockfile@2.0.8-alpha.1
    • @pnpm/read-package-json@3.1.1-alpha.0
    • @pnpm/read-project-manifest@1.0.6-alpha.0
    • @pnpm/resolver-base@7.0.1-alpha.0
    • @pnpm/symlink-dependency@3.0.5-alpha.0

0.39.0-alpha.5

Patch Changes

  • Updated dependencies [0730bb938]
    • @pnpm/resolve-dependencies@14.4.5-alpha.4

0.39.0-alpha.4

Minor Changes

  • b5f66c0f2: Reduce the number of directories in the virtual store directory. Don't create a subdirectory for the package version. Append the package version to the package name directory.

Patch Changes

  • Updated dependencies [b5f66c0f2]
  • Updated dependencies [9596774f2]
    • @pnpm/constants@4.0.0-alpha.0
    • @pnpm/headless@13.0.0-alpha.3
    • @pnpm/hoist@3.0.0-alpha.0
    • @pnpm/modules-cleaner@9.0.0-alpha.3
    • @pnpm/package-requester@12.0.0-alpha.3
    • @pnpm/build-modules@4.1.15-alpha.3
    • @pnpm/filter-lockfile@3.2.3-alpha.0
    • @pnpm/get-context@1.2.2-alpha.0
    • @pnpm/lockfile-file@3.0.9-alpha.0
    • @pnpm/prune-lockfile@2.0.8-alpha.0
    • @pnpm/resolve-dependencies@14.4.5-alpha.3

0.39.0-alpha.3

Patch Changes

  • f453a5f46: Update version-selector-type to v3.
  • Updated dependencies [f35a3ec1c]
  • Updated dependencies [42e6490d1]
  • Updated dependencies [64bae33c4]
  • Updated dependencies [c207d994f]
  • Updated dependencies [42e6490d1]
    • @pnpm/lifecycle@8.2.0-alpha.0
    • @pnpm/package-requester@12.0.0-alpha.2
    • @pnpm/store-controller-types@8.0.0-alpha.2
    • @pnpm/build-modules@4.1.14-alpha.2
    • @pnpm/headless@12.2.2-alpha.2
    • @pnpm/modules-cleaner@8.0.17-alpha.2
    • @pnpm/resolve-dependencies@14.4.5-alpha.2

0.39.0-alpha.2

Patch Changes

  • 2e8ebabb2: Headless installation should be preferred when local dependencies that use aliases are up-to-date.

0.39.0-alpha.1

Minor Changes

  • 4f62d0383: Executables are saved into a separate directory inside the content-addressable storage.

Patch Changes

  • Updated dependencies [4f62d0383]
  • Updated dependencies [f93583d52]
    • @pnpm/package-requester@12.0.0-alpha.1
    • @pnpm/store-controller-types@8.0.0-alpha.1
    • @pnpm/headless@12.2.2-alpha.1
    • @pnpm/build-modules@4.1.14-alpha.1
    • @pnpm/modules-cleaner@8.0.17-alpha.1
    • @pnpm/resolve-dependencies@14.4.5-alpha.1

0.39.0-alpha.0

Minor Changes

  • 91c4b5954: Using a content-addressable filesystem for storing packages.

Patch Changes

  • Updated dependencies [91c4b5954]
    • @pnpm/headless@13.0.0-alpha.0
    • @pnpm/package-requester@12.0.0-alpha.0
    • @pnpm/store-controller-types@8.0.0-alpha.0
    • @pnpm/build-modules@4.1.14-alpha.0
    • @pnpm/modules-cleaner@8.0.17-alpha.0
    • @pnpm/resolve-dependencies@14.4.5-alpha.0

0.38.30

Patch Changes

  • 760cc6664: Headless installation should be preferred when local dependencies that use aliases are up-to-date.
  • Updated dependencies [2ec4c4eb9]
    • @pnpm/lifecycle@8.2.0
    • @pnpm/build-modules@4.1.14
    • @pnpm/headless@12.2.2

0.38.29

Patch Changes

  • 907c63a48: Update symlink-dir to v4.
  • 907c63a48: Update @pnpm/store-path.
  • 907c63a48: Dependencies updated.
  • 907c63a48: Dependencies updated.
  • 907c63a48: Use fs.mkdir instead of make-dir.
  • 907c63a48: pnpm update --no-save does not update the specs in the package.json files.
  • Updated dependencies [907c63a48]
  • Updated dependencies [907c63a48]
  • Updated dependencies [907c63a48]
  • Updated dependencies [907c63a48]
  • Updated dependencies [907c63a48]
  • Updated dependencies [907c63a48]
    • @pnpm/package-requester@11.0.6
    • @pnpm/symlink-dependency@3.0.4
    • @pnpm/headless@12.2.1
    • @pnpm/link-bins@5.3.2
    • @pnpm/lockfile-file@3.0.8
    • @pnpm/matcher@1.0.2
    • @pnpm/get-context@1.2.1
    • @pnpm/filter-lockfile@3.2.2
    • @pnpm/lockfile-utils@2.0.11
    • @pnpm/modules-yaml@6.0.2
    • @pnpm/hoist@2.2.3
    • @pnpm/build-modules@4.1.13
    • @pnpm/modules-cleaner@8.0.16
    • @pnpm/resolve-dependencies@14.4.4
    • @pnpm/read-project-manifest@1.0.5