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.8.0 #9

Merged
merged 1 commit into from
Oct 2, 2023
Merged

chore(deps): update pnpm to v8.8.0 #9

merged 1 commit into from
Oct 2, 2023

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Mar 30, 2023

Mend Renovate

This PR contains the following updates:

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

Release Notes

pnpm/pnpm (pnpm)

v8.8.0

Compare Source

Minor Changes

  • Add --reporter-hide-prefix option for run command to hide project name as prefix for lifecycle log outputs of running scripts #​7061.

Patch Changes

  • Pass through the --ignore-scripts command to install, when running pnpm dedupe --ignore-scripts #​7102.
  • Throw meaningful error for config sub commands#​7106.
  • When the node-linker is set to hoisted, the package.json files of the existing dependencies inside node_modules will be checked to verify their actual versions. The data in the node_modules/.modules.yaml and node_modules/.pnpm/lock.yaml may not be fully reliable, as an installation may fail after changes to dependencies were made but before those state files were updated #​7107.
  • Don't update git-hosted dependencies when adding an unrelated dependency #​7008.

Our Gold Sponsors

Our Silver Sponsors

v8.7.6

Compare Source

Patch Changes

  • Don't run the prepublishOnly scripts of git-hosted dependencies #​7026.
  • Fix a bug in which use-node-version or node-version isn't passed down to checkEngine when using pnpm workspace, resulting in an error #​6981.
  • Don't print out each deprecated subdependency separately with its deprecation message. Just print out a summary of all the deprecated subdependencies #​6707.
  • Fixed an ENOENT error that was sometimes happening during install with "hoisted" node_modules #​6756.

Our Gold Sponsors

Our Silver Sponsors

v8.7.5

Compare Source

Patch Changes

  • Improve performance of installation by using a worker for creating the symlinks inside node_modules/.pnpm #​7069.
  • Tarballs that have hard links are now unpacked successfully. This fixes a regression introduced in v8.7.0, which was shipped with our new in-house tarball parser #​7062.

Our Gold Sponsors

Our Silver Sponsors

v8.7.4

Compare Source

Patch Changes

  • Fix a bug causing the pnpm server to hang if a tarball worker was requested while another worker was exiting #​7041.
  • Fixes a regression published with pnpm v8.7.3. Don't hang while reading package.json from the content-addressable store #​7051.
  • Allow create scoped package with preferred version. #​7053
  • Reverting a change shipped in v8.7 that caused issues with the pnpm deploy command and "injected dependencies" #​6943.

Our Gold Sponsors

Our Silver Sponsors

v8.7.3

Compare Source

Patch Changes

  • Fix a bug causing errors to be printed as "Cannot read properties of undefined (reading 'code')" instead of the underlying reason when using the pnpm store server #​7032

Our Gold Sponsors

Our Silver Sponsors

v8.7.2

Compare Source

v8.7.1

Compare Source

Patch Changes

  • Fixed an issue with extracting some old versions of tarballs #​6991.
  • Side-effects cache will now be leveraged when running install in a workspace that uses dedicated lockfiles for each project #​6890.
  • Reduce concurrency in the pnpm -r publish command #​6968.
  • Improved the pnpm update --interactive output by grouping dependencies by type. Additionally, a new column has been added with links to the documentation for outdated packages #​6978.

Our Gold Sponsors

Our Silver Sponsors


Configuration

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

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

@renovate renovate bot force-pushed the renovate/pnpm-8.x branch 5 times, most recently from b37f607 to 755889b Compare April 7, 2023 05:50
@codecov
Copy link

codecov bot commented Apr 7, 2023

Codecov Report

Merging #9 (9e3456f) into main (8b25194) will not change coverage.
The diff coverage is n/a.

❗ Current head 9e3456f differs from pull request most recent head 3a6f9b1. Consider uploading reports for the commit 3a6f9b1 to get more accurate results

@@            Coverage Diff            @@
##              main        #9   +/-   ##
=========================================
  Coverage   100.00%   100.00%           
=========================================
  Files            2         1    -1     
  Lines           99        16   -83     
  Branches         5         5           
=========================================
- Hits            99        16   -83     

see 2 files with indirect coverage changes

📣 We’re building smart automated test selection to slash your CI/CD build times. Learn more

@renovate renovate bot force-pushed the renovate/pnpm-8.x branch 7 times, most recently from 9b1557e to 5a71bf0 Compare April 11, 2023 15:46
@renovate renovate bot changed the title Update pnpm to v8 chore(deps): update pnpm to v8 Apr 11, 2023
@renovate renovate bot force-pushed the renovate/pnpm-8.x branch 7 times, most recently from f1b8880 to 1f8dedd Compare April 16, 2023 05:04
@renovate renovate bot force-pushed the renovate/pnpm-8.x branch 7 times, most recently from 9fbd2cf to 09deffc Compare April 27, 2023 01:42
@renovate renovate bot force-pushed the renovate/pnpm-8.x branch 5 times, most recently from 95ce3ce to 09394b9 Compare August 2, 2023 18:45
@renovate renovate bot force-pushed the renovate/pnpm-8.x branch 7 times, most recently from f003ac5 to 53ff0d4 Compare August 9, 2023 12:25
@renovate renovate bot force-pushed the renovate/pnpm-8.x branch 5 times, most recently from 3a1b412 to 67abf2f Compare August 14, 2023 14:00
@renovate renovate bot force-pushed the renovate/pnpm-8.x branch 2 times, most recently from 6b64aec to 04dbd29 Compare September 3, 2023 20:13
@renovate renovate bot force-pushed the renovate/pnpm-8.x branch 3 times, most recently from b0c130b to f869fbf Compare September 14, 2023 15:22
@renovate renovate bot force-pushed the renovate/pnpm-8.x branch 2 times, most recently from 9e3456f to d1ce1da Compare October 2, 2023 17:20
@renovate renovate bot changed the title chore(deps): update pnpm to v8 chore(deps): update pnpm to v8.8.0 Oct 2, 2023
@renovate renovate bot merged commit 7d57ef1 into main Oct 2, 2023
12 checks passed
@renovate renovate bot deleted the renovate/pnpm-8.x branch October 2, 2023 21:44
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

0 participants