Skip to content
This repository has been archived by the owner on Feb 22, 2024. It is now read-only.

chore(deps): update pnpm to v8.15.3 #395

Open
wants to merge 1 commit into
base: main
Choose a base branch
from
Open

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Aug 26, 2023

Mend Renovate

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
pnpm (source) 8.6.12 -> 8.15.3 age adoption passing confidence

Release Notes

pnpm/pnpm (pnpm)

v8.15.3

Compare Source

Patch Changes

  • Remove vulnerable "ip" package from the dependencies #​7652.

Platinum Sponsors

Gold Sponsors

Our Silver Sponsors

v8.15.2

Compare Source

Patch Changes

  • When purging multiple node_modules directories, pnpm will no longer print multiple prompts simultaneously.
  • Don't print an unnecessary warning when adding new dependencies to a project that uses hoisted node_modules.
  • Linking globally the command of a package that has no name in package.json #​4761.
  • Installation should work with lockfile created by pnpm v9.0.0-alpha.4

Platinum Sponsors

Gold Sponsors

Our Silver Sponsors

v8.15.1

Compare Source

Patch Changes

  • Use the object-hash library instead of node-object-hash for hashing keys of side-effects cache #​7591.
  • bundledDependencies should never be added to the lockfile with false as the value #​7576.

Platinum Sponsors

Gold Sponsors

Our Silver Sponsors

v8.15.0

Compare Source

Minor Changes

  • When the license field does not exist in package.json but a license file exists, try to match and extract the license name #​7530.

Patch Changes

  • Running pnpm update -r --latest will no longer downgrade prerelease dependencies #​7436.
  • --aggregate-output should work on scripts executed from the same project #​7556.
  • Prefer hard links over reflinks on Windows as they perform better #​7564.
  • Reduce the length of the side-effects cache key. Instead of saving a stringified object composed from the dependency versions of the package, use the hash calculated from the said object #​7563.
  • Throw an error if pnpm update --latest runs with arguments containing versions specs. For instance, pnpm update --latest foo@next is not allowed #​7567.
  • Don't fail in Windows CoW if the file already exists #​7554.

Platinum Sponsors

Gold Sponsors

Our Silver Sponsors

v8.14.3

Compare Source

Patch Changes

  • pnpm pack should work as expected when "prepack" modifies the manifest #​7558.

Platinum Sponsors

Gold Sponsors

Our Silver Sponsors

v8.14.2

Compare Source

Patch Changes

  • Registry configuration from previous installation should not override current settings #​7507.
  • pnpm dlx should not fail, when executed from package.json "scripts" 7424.
  • A git-hosted dependency should not be added to the store if it failed to be built #​7407.
  • pnpm publish should pack "main" file or "bin" files defined in "publishConfig" #​4195.

Platinum Sponsors

Gold Sponsors

Our Silver Sponsors

v8.14.1

Compare Source

Patch Changes

  • Resolve the current working directory to its real location before doing any operations #​6524.
  • Allow using token helpers in pnpm publish #​7316.
  • Handle Git repository names containing capital letters #​7488.
  • 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.

Our Gold Sponsors

Our Silver Sponsors

v8.14.0

Compare Source

Minor Changes
  • 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.
  • The pnpm dedupe command now accepts more command line options that the pnpm install command also accepts. Example: pnpm dedupe --store-dir=local-store-dir
Patch Changes
  • The package information output by cat-index should be sorted by key.
  • pnpm deploy should not touch the target directory if it already exists and isn't empty #​7351.
  • pnpm add a-module-already-in-dev-deps will show a message to notice the user that the package was not moved to "dependencies" #​926 and fix #​7319.
  • Don't install Node.js when use-node-version is set in a WebContainer #​7478.
  • Fix copy-on-write on Windows Dev Drives #​7468.
Our Gold Sponsors
Our Silver Sponsors

v8.13.1

Minor Changes

  • New commands added for inspecting the store:

    • pnpm cat-index: Prints the index file of a specific package in the store. The package is specified by its name and version:

      pnpm cat-index <pkg name>@&#8203;<pkg version>
      
    • pnpm cat-file: Prints the contents of a file based on the hash value stored in the index file. For example:

      pnpm cat-file sha512-mvavhfVcEREI7d8dfvfvIkuBLnx7+rrkHHnPi8mpEDUlNpY4CUY+CvJ5mrrLl18iQYo1odFwBV7z/cOypG7xxQ==
      
    • (EXPERIMENTAL) pnpm find-hash: Lists the packages that include the file with the specified hash. For example:

      pnpm find-hash sha512-mvavhfVcEREI7d8dfvfvIkuBLnx7+rrkHHnPi8mpEDUlNpY4CUY+CvJ5mrrLl18iQYo1odFwBV7z/cOypG7xxQ==
      

      This comman


Configuration

📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).

🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.

Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.

🔕 Ignore: Close this PR and you won't be reminded about this update again.


  • If you want to rebase/retry this PR, check this box

This PR has been generated by Mend Renovate. View repository job log here.

@cloudflare-workers-and-pages
Copy link

cloudflare-workers-and-pages bot commented Aug 26, 2023

Deploying with  Cloudflare Pages  Cloudflare Pages

Latest commit: befe01a
Status: ✅  Deploy successful!
Preview URL: https://4e96ae12.sonicj.pages.dev
Branch Preview URL: https://renovate-pnpm-8-x.sonicj.pages.dev

View logs

@renovate renovate bot changed the title chore(deps): update pnpm to v8.7.0 chore(deps): update pnpm to v8.7.1 Aug 31, 2023
@renovate renovate bot force-pushed the renovate/pnpm-8.x branch from 8881849 to e0dd6c4 Compare August 31, 2023 17:31
@renovate renovate bot changed the title chore(deps): update pnpm to v8.7.1 chore(deps): update pnpm to v8.7.4 Sep 6, 2023
@renovate renovate bot force-pushed the renovate/pnpm-8.x branch from e0dd6c4 to 9bd3720 Compare September 6, 2023 00:53
@renovate renovate bot changed the title chore(deps): update pnpm to v8.7.4 chore(deps): update pnpm to v8.7.5 Sep 11, 2023
@renovate renovate bot force-pushed the renovate/pnpm-8.x branch from 9bd3720 to 14b97b2 Compare September 11, 2023 14:11
@renovate renovate bot changed the title chore(deps): update pnpm to v8.7.5 chore(deps): update pnpm to v8.7.6 Sep 17, 2023
@renovate renovate bot force-pushed the renovate/pnpm-8.x branch from 14b97b2 to 3701fc5 Compare September 17, 2023 21:35
@renovate renovate bot changed the title chore(deps): update pnpm to v8.7.6 chore(deps): update pnpm to v8.8.0 Sep 26, 2023
@renovate renovate bot force-pushed the renovate/pnpm-8.x branch from 3701fc5 to a6d7ca7 Compare September 26, 2023 15:23
@renovate renovate bot changed the title chore(deps): update pnpm to v8.8.0 chore(deps): update pnpm to v8.9.0 Oct 9, 2023
@renovate renovate bot force-pushed the renovate/pnpm-8.x branch from a6d7ca7 to 87dd53f Compare October 9, 2023 13:33
@renovate renovate bot changed the title chore(deps): update pnpm to v8.9.0 chore(deps): update pnpm to v8.9.1 Oct 15, 2023
@renovate renovate bot force-pushed the renovate/pnpm-8.x branch from 87dd53f to 18ea71f Compare October 15, 2023 17:30
@renovate renovate bot changed the title chore(deps): update pnpm to v8.9.1 chore(deps): update pnpm to v8.9.2 Oct 16, 2023
@renovate renovate bot force-pushed the renovate/pnpm-8.x branch from 18ea71f to b208623 Compare October 16, 2023 00:10
@renovate renovate bot changed the title chore(deps): update pnpm to v8.9.2 chore(deps): update pnpm to v8.10.0 Oct 27, 2023
@renovate renovate bot force-pushed the renovate/pnpm-8.x branch from b208623 to af26077 Compare October 27, 2023 15:28
@renovate renovate bot changed the title chore(deps): update pnpm to v8.10.0 chore(deps): update pnpm to v8.10.2 Nov 1, 2023
@renovate renovate bot force-pushed the renovate/pnpm-8.x branch from af26077 to a570a13 Compare November 1, 2023 16:59
@renovate renovate bot changed the title chore(deps): update pnpm to v8.10.2 chore(deps): update pnpm to v8.10.3 Nov 12, 2023
@renovate renovate bot force-pushed the renovate/pnpm-8.x branch from a570a13 to e21099c Compare November 12, 2023 16:38
@renovate renovate bot changed the title chore(deps): update pnpm to v8.10.3 chore(deps): update pnpm to v8.10.4 Nov 13, 2023
@renovate renovate bot force-pushed the renovate/pnpm-8.x branch from e21099c to deef5a4 Compare November 13, 2023 16:18
@renovate renovate bot changed the title chore(deps): update pnpm to v8.10.4 chore(deps): update pnpm to v8.10.5 Nov 14, 2023
@renovate renovate bot force-pushed the renovate/pnpm-8.x branch from deef5a4 to 2a13624 Compare November 14, 2023 15:58
@renovate renovate bot changed the title chore(deps): update pnpm to v8.10.5 chore(deps): update pnpm to v8.11.0 Nov 24, 2023
@renovate renovate bot force-pushed the renovate/pnpm-8.x branch from 2a13624 to 46e78b0 Compare November 24, 2023 18:50
@renovate renovate bot force-pushed the renovate/pnpm-8.x branch from 46e78b0 to 354bc4d Compare December 8, 2023 22:52
@renovate renovate bot changed the title chore(deps): update pnpm to v8.11.0 chore(deps): update pnpm to v8.12.0 Dec 8, 2023
@renovate renovate bot force-pushed the renovate/pnpm-8.x branch from 354bc4d to ed77c9f Compare December 13, 2023 12:06
@renovate renovate bot changed the title chore(deps): update pnpm to v8.12.0 chore(deps): update pnpm to v8.12.1 Dec 13, 2023
@renovate renovate bot force-pushed the renovate/pnpm-8.x branch from ed77c9f to cec209b Compare December 26, 2023 16:35
@renovate renovate bot changed the title chore(deps): update pnpm to v8.12.1 chore(deps): update pnpm to v8.13.1 Dec 26, 2023
@renovate renovate bot force-pushed the renovate/pnpm-8.x branch from cec209b to df5c851 Compare January 3, 2024 00:47
@renovate renovate bot changed the title chore(deps): update pnpm to v8.13.1 chore(deps): update pnpm to v8.14.0 Jan 3, 2024
@renovate renovate bot force-pushed the renovate/pnpm-8.x branch from df5c851 to a3c9cee Compare January 10, 2024 16:20
@renovate renovate bot changed the title chore(deps): update pnpm to v8.14.0 chore(deps): update pnpm to v8.14.1 Jan 10, 2024
@renovate renovate bot force-pushed the renovate/pnpm-8.x branch from a3c9cee to 2301eba Compare January 22, 2024 09:42
@renovate renovate bot changed the title chore(deps): update pnpm to v8.14.1 chore(deps): update pnpm to v8.14.2 Jan 22, 2024
@renovate renovate bot force-pushed the renovate/pnpm-8.x branch from 2301eba to 0a3d241 Compare January 23, 2024 12:22
@renovate renovate bot changed the title chore(deps): update pnpm to v8.14.2 chore(deps): update pnpm to v8.14.3 Jan 23, 2024
@renovate renovate bot force-pushed the renovate/pnpm-8.x branch from 0a3d241 to 68e5e7f Compare January 27, 2024 16:38
@renovate renovate bot changed the title chore(deps): update pnpm to v8.14.3 chore(deps): update pnpm to v8.15.0 Jan 27, 2024
@renovate renovate bot force-pushed the renovate/pnpm-8.x branch from 68e5e7f to bc2cd2d Compare January 29, 2024 22:08
@renovate renovate bot changed the title chore(deps): update pnpm to v8.15.0 chore(deps): update pnpm to v8.15.1 Jan 29, 2024
@renovate renovate bot force-pushed the renovate/pnpm-8.x branch from bc2cd2d to e2d14e4 Compare February 13, 2024 00:27
@renovate renovate bot changed the title chore(deps): update pnpm to v8.15.1 chore(deps): update pnpm to v8.15.2 Feb 13, 2024
@renovate renovate bot force-pushed the renovate/pnpm-8.x branch from e2d14e4 to befe01a Compare February 15, 2024 13:47
@renovate renovate bot changed the title chore(deps): update pnpm to v8.15.2 chore(deps): update pnpm to v8.15.3 Feb 15, 2024
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

0 participants