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 dependency pnpm to v8.14.0 - autoclosed #25

Closed
wants to merge 1 commit into from

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Aug 22, 2023

Mend Renovate

This PR contains the following updates:

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

Release Notes

pnpm/pnpm (pnpm)

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

v8.12.0

Compare Source

Minor Changes

  • Add support for basic authorization header #​7371.

Patch Changes

  • Fix a bug where pnpm incorrectly passes a flag to a run handler as a fallback command #​7244.
  • When dedupe-direct-deps is set to true, commands of dependencies should be deduplicated #​7359.

Our Gold Sponsors

Our Silver Sponsors

v8.11.0

Compare Source

Minor Changes

  • (IMPORTANT) When the package tarballs aren't hosted on the same domain on which the registry (the server with the package metadata) is, the dependency keys in the lockfile should only contain /<pkg_name>@&#8203;<pkg_version, not <domain>/<pkg_name>@&#8203;<pkg_version>.

    This change is a fix to avoid the same package from being added to node_modules/.pnpm multiple times. The change to the lockfile is backward compatible, so previous versions of pnpm will work with the fixed lockfile.

    We recommend that all team members update pnpm in order to avoid repeated changes in the lockfile.

    Related PR: #​7318.

Patch Changes

  • 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.
  • The modules directory should not be removed if the registry configuration has changed.
  • Fix missing auth tokens in registries with paths specified (e.g. //npm.pkg.github.com/pnpm). #​5970 #​2933

Our Gold Sponsors

Our Silver Sponsors

v8.10.5

Compare Source

Patch Changes

  • Don't fail on an empty pnpm-workspace.yaml file #​7307.

Our Gold Sponsors

Our Silver Sponsors

v8.10.4

Compare Source

Patch Changes

  • Fixed out-of-memory exception that was happening on dependencies with many peer dependencies, when node-linker was set to hoisted #​6227.

Our Gold Sponsors

Our Silver Sponsors

v8.10.3

Compare Source

Patch Changes

  • (Important) Increased the default amount of allowed concurrent network request on systems that have more than 16 CPUs #​7285.

  • pnpm patch should reuse existing patch when shared-workspace-file=false #​7252.

  • Don't retry fetching missing packages, since the retries will never work #​7276.

  • When using pnpm store prune --force alien directories are removed from the store #​7272.

  • Downgraded npm-packlist because the newer version significantly slows down the installation of local directory dependencies, making it unbearably slow.

    npm-packlist was upgraded in this PR to fix #​6997. We added our own file deduplication to fix the issue of duplicate file entries.

  • Fixed a performance regression on running installation on a project with an up to date lockfile #​7297.

  • Throw an error on invalid pnpm-workspace.yaml file #​7273.

Our Gold Sponsors

Our Silver Sponsors

v8.10.2

Compare Source

Patch Changes

  • Fixed a regression that was shipped with pnpm v8.10.0. Dependencies that were already built should not be rebuilt on repeat install. This issue was introduced via the changes related to supportedArchitectures. Related issue #​7268.

Our Gold Sponsors

Our Silver Sponsors

Mend Renovate. View repository job log here.

@netlify
Copy link

netlify bot commented Aug 22, 2023

Deploy Preview for tuist-docs ready!

Name Link
🔨 Latest commit 72f6d18
🔍 Latest deploy log https://app.netlify.com/sites/tuist-docs/deploys/6594b0338bb3f50008efa9f1
😎 Deploy Preview https://deploy-preview-25--tuist-docs.netlify.app
📱 Preview on mobile
Toggle QR Code...

QR Code

Use your smartphone camera to open QR code link.

To edit notification comments on pull requests, go to your Netlify site configuration.

@renovate renovate bot force-pushed the renovate/pnpm-8.x branch 3 times, most recently from b587768 to 9b6e2eb Compare August 26, 2023 15:22
@renovate renovate bot changed the title chore(deps): update dependency pnpm to v8.6.12 chore(deps): update dependency pnpm to v8.7.0 Aug 26, 2023
@renovate renovate bot changed the title chore(deps): update dependency pnpm to v8.7.0 chore(deps): update dependency pnpm to v8.7.1 Aug 31, 2023
@renovate renovate bot force-pushed the renovate/pnpm-8.x branch 2 times, most recently from 57cbae1 to 068c2b7 Compare September 5, 2023 12:51
@renovate renovate bot changed the title chore(deps): update dependency pnpm to v8.7.1 chore(deps): update dependency pnpm to v8.7.4 Sep 6, 2023
@renovate renovate bot changed the title chore(deps): update dependency pnpm to v8.7.4 chore(deps): update dependency pnpm to v8.7.5 Sep 11, 2023
@renovate renovate bot changed the title chore(deps): update dependency pnpm to v8.7.5 chore(deps): update dependency pnpm to v8.7.6 Sep 17, 2023
@renovate renovate bot changed the title chore(deps): update dependency pnpm to v8.7.6 chore(deps): update dependency pnpm to v8.8.0 Sep 26, 2023
@renovate renovate bot changed the title chore(deps): update dependency pnpm to v8.8.0 chore(deps): update dependency pnpm to v8.9.0 Oct 9, 2023
@renovate renovate bot changed the title chore(deps): update dependency pnpm to v8.9.0 chore(deps): update dependency pnpm to v8.9.1 Oct 15, 2023
@renovate renovate bot changed the title chore(deps): update dependency pnpm to v8.9.1 chore(deps): update dependency pnpm to v8.9.2 Oct 16, 2023
@renovate renovate bot force-pushed the renovate/pnpm-8.x branch 3 times, most recently from 4ada4d2 to 4725181 Compare October 22, 2023 17:02
@renovate renovate bot changed the title chore(deps): update dependency pnpm to v8.9.2 chore(deps): update dependency pnpm to v8.10.0 Oct 27, 2023
@renovate renovate bot force-pushed the renovate/pnpm-8.x branch 2 times, most recently from 67c4bfd to 40827ac Compare October 30, 2023 16:37
@renovate renovate bot changed the title chore(deps): update dependency pnpm to v8.10.0 chore(deps): update dependency pnpm to v8.10.2 Nov 1, 2023
@renovate renovate bot changed the title chore(deps): update dependency pnpm to v8.10.2 chore(deps): update dependency pnpm to v8.10.3 Nov 12, 2023
@renovate renovate bot changed the title chore(deps): update dependency pnpm to v8.10.3 chore(deps): update dependency pnpm to v8.10.4 Nov 13, 2023
@renovate renovate bot changed the title chore(deps): update dependency pnpm to v8.10.4 chore(deps): update dependency pnpm to v8.10.5 Nov 14, 2023
@renovate renovate bot changed the title chore(deps): update dependency pnpm to v8.10.5 chore(deps): update dependency pnpm to v8.11.0 Nov 24, 2023
@renovate renovate bot changed the title chore(deps): update dependency pnpm to v8.11.0 chore(deps): update dependency pnpm to v8.12.0 Dec 8, 2023
@renovate renovate bot changed the title chore(deps): update dependency pnpm to v8.12.0 chore(deps): update dependency pnpm to v8.12.1 Dec 13, 2023
@renovate renovate bot changed the title chore(deps): update dependency pnpm to v8.12.1 chore(deps): update dependency pnpm to v8.13.1 Dec 26, 2023
@renovate renovate bot changed the title chore(deps): update dependency pnpm to v8.13.1 chore(deps): update dependency pnpm to v8.14.0 Jan 3, 2024
@renovate renovate bot changed the title chore(deps): update dependency pnpm to v8.14.0 chore(deps): update dependency pnpm to v8.14.0 - autoclosed Jan 8, 2024
@renovate renovate bot closed this Jan 8, 2024
@renovate renovate bot deleted the renovate/pnpm-8.x branch January 8, 2024 10:17
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

0 participants