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.7.0 #105

Merged
merged 1 commit into from
Aug 30, 2023
Merged

chore(deps): update pnpm to v8.7.0 #105

merged 1 commit into from
Aug 30, 2023

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Jul 31, 2023

Mend Renovate

This PR contains the following updates:

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

Release Notes

pnpm/pnpm (pnpm)

v8.7.0

Compare Source

Minor Changes

  • Improve performance of installation by using a worker pool for extracting packages and writing them to the content-addressable store #​6850
  • The default value of the resolution-mode setting is changed to highest. This setting was changed to lowest-direct in v8.0.0 and some users were not happy with the change. A twitter poll concluded that most of the users want the old behaviour (resolution-mode set to highest by default). This is a semi-breaking change but should not affect users that commit their lockfile #​6463.

Patch Changes

  • Warn when linking a package with peerDependencies #​615.
  • Add support for npm lockfile v3 in pnpm import #​6233.
  • Override peerDependencies in pnpm.overrides #​6759.
  • Respect workspace alias syntax in pkg graph #​6922
  • Emit a clear error message when users attempt to specify an undownloadable node version #​6916.
  • pnpm patch should write patch files with a trailing newline #​6905.
  • Dedupe deps with the same alias in direct dependencies 6966
  • Don't prefix install output for the dlx command.
  • Performance optimizations. Package tarballs are now download directly to memory and built to an ArrayBuffer. Hashing and other operations are avoided until the stream has been fully received #​6819.

Our Gold Sponsors

Our Silver Sponsors

v8.6.12

Compare Source

Patch Changes

  • Make the error message friendlier when a user attempts to run a command that does not exist #​6887.
  • pnpm patch should work correctly when shared-workspace-file is set to false #​6885.
  • pnpm env use should retry deleting the previous Node.js executable #​6587.
  • pnpm dlx should not print an error stack when the underlying script execution fails #​6698.
  • When showing the download progress of large tarball files, always display the same number of digits after the decimal point #​6901.
  • Report download progress less frequently to improve performance #​6906.
  • pnpm install --frozen-lockfile --lockfile-only should fail if the lockfile is not up to date with the package.json files #​6913.

Our Gold Sponsors

Our Silver Sponsors

v8.6.11

Compare Source

Patch Changes

  • 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.
  • When dealing with a local dependency that is a path to a symlink, a new symlink should be created to the original symlink, not to the actual directory location.
  • The length of the temporary file names in the content-addressable store reduced in order to prevent ENAMETOOLONG errors from happening #​6842.
  • Don't print "added" stats, when installing with --lockfile-only.
  • Installation of a git-hosted dependency should not fail if the pnpm-lock.yaml file of the installed dependency is not up-to-date #​6865.
  • Don't ignore empty strings in params #​6594.
  • Always set dedupe-peer-dependents to false, when running installation during deploy #​6858.
  • When several containers use the same store simultaneously, there's a chance that multiple containers may create a temporary file at the same time. In such scenarios, pnpm could fail to rename the temporary file in one of the containers. This issue has been addressed: pnpm will no longer fail if the temporary file is absent but the destination file exists.
  • Authorization token should be found in the configuration, when the requested URL is explicitly specified with a default port (443 on HTTPS or 80 on HTTP) #​6863.

Our Gold Sponsors

Our Silver Sponsors


Configuration

📅 Schedule: Branch creation - "after 2am and before 3am" (UTC), Automerge - "after 1am and before 2am" (UTC).

🚦 Automerge: Enabled.

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.

@codecov
Copy link

codecov bot commented Jul 31, 2023

Codecov Report

Merging #105 (03f17ff) into main (b11fabd) will not change coverage.
The diff coverage is n/a.

@@           Coverage Diff           @@
##             main     #105   +/-   ##
=======================================
  Coverage   88.08%   88.08%           
=======================================
  Files           8        8           
  Lines        1175     1175           
  Branches      272      272           
=======================================
  Hits         1035     1035           
  Misses        140      140           

@renovate renovate bot changed the title chore(deps): update pnpm to v8.6.11 chore(deps): update all non-major dependencies Aug 1, 2023
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from 7724ba3 to 4842c12 Compare August 1, 2023 17:04
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from 4842c12 to 4e248a8 Compare August 2, 2023 20:19
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from 4e248a8 to f89988b Compare August 3, 2023 06:22
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from f89988b to 2b3260e Compare August 3, 2023 17:27
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from 2b3260e to 05ed3a0 Compare August 4, 2023 02:08
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from 05ed3a0 to a55592a Compare August 5, 2023 12:17
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from a55592a to ee153c4 Compare August 6, 2023 13:22
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from ee153c4 to c20341d Compare August 7, 2023 20:24
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from c20341d to fc5a123 Compare August 8, 2023 22:54
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from fc5a123 to d0e7f46 Compare August 11, 2023 15:48
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from d0e7f46 to 8f8af5e Compare August 11, 2023 23:11
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from 8f8af5e to 5252390 Compare August 13, 2023 08:40
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from 5252390 to 5df5fa8 Compare August 13, 2023 22:11
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from 5df5fa8 to 8925caf Compare August 15, 2023 16:02
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from 396446c to 652687b Compare August 22, 2023 22:25
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from 652687b to f326a91 Compare August 24, 2023 02:07
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from f326a91 to 35a1133 Compare August 24, 2023 18:28
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from 35a1133 to adfde38 Compare August 25, 2023 02:31
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from adfde38 to 996cdad Compare August 25, 2023 11:35
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from 996cdad to f903884 Compare August 25, 2023 22:33
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from f903884 to 24b9112 Compare August 26, 2023 00:06
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from 24b9112 to d6ee03d Compare August 26, 2023 19:33
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from d6ee03d to f5a9134 Compare August 28, 2023 01:52
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from f5a9134 to c403055 Compare August 28, 2023 19:36
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from c403055 to ee2d183 Compare August 29, 2023 14:46
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from ee2d183 to 26f5841 Compare August 30, 2023 17:32
@renovate renovate bot changed the title chore(deps): update all non-major dependencies chore(deps): update pnpm to v8.7.0 Aug 30, 2023
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from 26f5841 to 03f17ff Compare August 30, 2023 17:55
@pi0 pi0 merged commit a98cf75 into main Aug 30, 2023
3 of 4 checks passed
@renovate renovate bot deleted the renovate/all-minor-patch branch August 30, 2023 18:00
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