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

Update pnpm to v8.15.1 #43

Merged
merged 1 commit into from
Jan 31, 2024
Merged

Update pnpm to v8.15.1 #43

merged 1 commit into from
Jan 31, 2024

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

@renovate renovate bot changed the title Update pnpm to v8.7.0 Update pnpm to v8.7.1 Aug 31, 2023
@renovate renovate bot changed the title Update pnpm to v8.7.1 Update pnpm to v8.7.3 Sep 4, 2023
@renovate renovate bot changed the title Update pnpm to v8.7.3 Update pnpm to v8.7.1 Sep 4, 2023
@renovate renovate bot changed the title Update pnpm to v8.7.1 Update pnpm to v8.7.4 Sep 6, 2023
@renovate renovate bot changed the title Update pnpm to v8.7.4 Update pnpm to v8.7.5 Sep 11, 2023
@renovate renovate bot changed the title Update pnpm to v8.7.5 Update pnpm to v8.7.6 Sep 17, 2023
@renovate renovate bot changed the title Update pnpm to v8.7.6 Update pnpm to v8.8.0 Sep 26, 2023
@renovate renovate bot changed the title Update pnpm to v8.8.0 Update pnpm to v8.9.0 Oct 9, 2023
@renovate renovate bot changed the title Update pnpm to v8.9.0 Update pnpm to v8.9.1 Oct 15, 2023
@renovate renovate bot changed the title Update pnpm to v8.9.1 Update pnpm to v8.9.2 Oct 16, 2023
@renovate renovate bot changed the title Update pnpm to v8.9.2 Update pnpm to v8.10.0 Oct 27, 2023
@renovate renovate bot changed the title Update pnpm to v8.10.0 Update pnpm to v8.10.1 Nov 1, 2023
@renovate renovate bot changed the title Update pnpm to v8.10.1 Update pnpm to v8.10.2 Nov 1, 2023
@renovate renovate bot changed the title Update pnpm to v8.10.2 Update pnpm to v8.10.3 Nov 12, 2023
@renovate renovate bot changed the title Update pnpm to v8.10.3 Update pnpm to v8.10.4 Nov 13, 2023
@renovate renovate bot changed the title Update pnpm to v8.10.4 Update pnpm to v8.10.5 Nov 14, 2023
@renovate renovate bot changed the title Update pnpm to v8.10.5 Update pnpm to v8.11.0 Nov 24, 2023
@renovate renovate bot changed the title Update pnpm to v8.11.0 Update pnpm to v8.12.0 Dec 9, 2023
@renovate renovate bot changed the title Update pnpm to v8.12.0 Update pnpm to v8.12.1 Dec 13, 2023
@renovate renovate bot changed the title Update pnpm to v8.12.1 Update pnpm to v8.13.1 Dec 26, 2023
@renovate renovate bot changed the title Update pnpm to v8.13.1 Update pnpm to v8.14.0 Jan 3, 2024
@renovate renovate bot changed the title Update pnpm to v8.14.0 Update pnpm to v8.14.1 Jan 10, 2024
@renovate renovate bot changed the title Update pnpm to v8.14.1 Update pnpm to v8.14.2 Jan 22, 2024
@renovate renovate bot changed the title Update pnpm to v8.14.2 Update pnpm to v8.14.3 Jan 23, 2024
@renovate renovate bot changed the title Update pnpm to v8.14.3 Update pnpm to v8.15.0 Jan 27, 2024
@renovate renovate bot changed the title Update pnpm to v8.15.0 Update pnpm to v8.15.1 Jan 29, 2024
@ghostebony ghostebony merged commit d5b447d into main Jan 31, 2024
2 checks passed
@renovate renovate bot deleted the renovate/pnpm-8.x branch January 31, 2024 18:21
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.

None yet

1 participant