Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

chore(deps): update pnpm to v8.15.1 #257

Merged
merged 1 commit into from
Feb 5, 2024
Merged

chore(deps): update pnpm to v8.15.1 #257

merged 1 commit into from
Feb 5, 2024

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Oct 27, 2023

Mend Renovate

This PR contains the following updates:

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

Release Notes

pnpm/pnpm (pnpm)

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 command is experimental. We might change how it behaves.

    Related issue: #​7413.

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

  • Use --fail-if-no-match if you want the CLI fail if no packages were matched by the command #​7403.

Patch Changes

  • pnpm list --parseable should not print the same dependency multiple times #​7429.
  • Fix error message texts in the pnpm env commands #​7456.
  • Better support for light themed terminals by the pnpm update --interactive command #​7439.
  • Fix EPERM error that occasionally happened on Windows during renames in the store #​7213.
  • Fix error as in update -i -r with Git specifiers #​7415.
  • Added support for boolean values in 'bundleDependencies' package.json fields when installing a dependency. Fix to properly handle 'bundledDependencies' alias #​7411.

Our Gold Sponsors

Our Silver Sponsors

v8.12.1

Compare Source

Patch Changes

  • Don't report dependencies with optional dependencies as being added on repeat install. This was a bug in reporting #​7384.
  • Fix a bug where --fix-lockfile crashes on tarballs #​7368.
  • Do not create empty patch directory.
  • Installation should not fail if an empty node_modules directory cannot be removed #​7405.

Our Gold Sponsors

Our Silver Sponsors

Mend Renovate. View repository job log here.

@vercel
Copy link

vercel bot commented Oct 27, 2023

The latest updates on your projects. Learn more about Vercel for Git ↗︎

Name Status Preview Comments Updated (UTC)
wallet-api ✅ Ready (Inspect) Visit Preview 💬 Add feedback Jan 29, 2024 10:39pm
wallet-api-wallet-api-tools ✅ Ready (Inspect) Visit Preview 💬 Add feedback Jan 29, 2024 10:39pm

@changeset-bot
Copy link

changeset-bot bot commented Oct 27, 2023

⚠️ No Changeset found

Latest commit: 3e8e4ee

Merging this PR will not cause a version bump for any packages. If these changes should not result in a new version, you're good to go. If these changes should result in a version bump, you need to add a changeset.

This PR includes no changesets

When changesets are added to this PR, you'll see the packages that this PR includes changesets for and the associated semver types

Click here to learn what changesets are, and how to add one.

Click here if you're a maintainer who wants to add a changeset to this PR

@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 d26c877 to dc8d411 Compare November 1, 2023 16:51
@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 dc8d411 to 6b1d1c9 Compare November 12, 2023 17:10
@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 6b1d1c9 to 0384d47 Compare November 13, 2023 15:52
@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 0384d47 to 5317972 Compare November 14, 2023 12:31
@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 5317972 to 24fd946 Compare November 24, 2023 17:16
@renovate renovate bot force-pushed the renovate/pnpm-8.x branch from 24fd946 to b63505d Compare December 8, 2023 22:49
@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 b63505d to b4bfeae Compare December 13, 2023 11:14
@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 4e4eb98 to 242718b Compare January 3, 2024 00:58
@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 242718b to a66cd6e Compare January 10, 2024 17:52
@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 a66cd6e to c5304c0 Compare January 22, 2024 10:45
@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 c5304c0 to 66d72c0 Compare January 23, 2024 13:01
@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 66d72c0 to 961cac9 Compare January 27, 2024 17:48
@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 961cac9 to 3e8e4ee Compare January 29, 2024 22:38
@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
@Justkant Justkant merged commit 82f3491 into main Feb 5, 2024
6 checks passed
@Justkant Justkant deleted the renovate/pnpm-8.x branch February 5, 2024 11:10
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant