Skip to content

chore(deps): update all non-major dependencies#29

Merged
danielroe merged 1 commit into
mainfrom
renovate/all-minor-patch
Sep 4, 2022
Merged

chore(deps): update all non-major dependencies#29
danielroe merged 1 commit into
mainfrom
renovate/all-minor-patch

Conversation

@renovate

@renovate renovate Bot commented Sep 4, 2022

Copy link
Copy Markdown
Contributor

Mend Renovate

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
@vitest/coverage-c8 ^0.22.1 -> ^0.23.0 age adoption passing confidence
pnpm (source) 7.9.5 -> 7.10.0 age adoption passing confidence

Release Notes

vitest-dev/vitest

v0.23.0

   🚨 Breaking Changes
   🚀 Features
   🐞 Bug Fixes
    View changes on GitHub
pnpm/pnpm

v7.10.0

Compare Source

Minor Changes

  • New time-based resolution strategy supported.

    When resolution-mode is set to time-based, pnpm will resolve dependencies the following way:

    1. Direct dependencies will be resolved to their lowest versions. So if there is foo@^1.1.0 in the dependencies, then 1.1.0 will be installed.
    2. Subdependencies will be resolved from versions that were published before the last direct dependency was published.

    With this resolution mode installations with hot cache are faster. It also reduces the chance of subdependency hijacking as subdependencies will be updated only if direct dependencies are updated.

    This resolution mode works only with npm's full metadata. So it is slower in some scenarios. However, if you use Verdaccio v5.15.1 or newer, you may set the registry-supports-time-field setting to true, and it will be really fast.

    Related RFC.

  • Enhance pnpm env with the remove command. To remove a Node.js version installed by pnpm, run:

    pnpm env remove --global <node.js version>
    

Patch Changes

  • pnpm store prune should remove all cached metadata.
  • Don't modify the manifest of the injected workspace project, when it has the same dependency in prod and peer dependencies.

Our Gold Sponsors

Our Silver Sponsors

What's Changed

New Contributors

Full Changelog: pnpm/pnpm@v7.9.5...v7.10.0


Configuration

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

🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.

Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.

👻 Immortal: This PR will be recreated if closed unmerged. Get config help if that's undesired.


  • If you want to rebase/retry this PR, click this checkbox.

This PR has been generated by Mend Renovate. View repository job log here.

@codecov

codecov Bot commented Sep 4, 2022

Copy link
Copy Markdown

Codecov Report

Merging #29 (a801fd9) into main (ec6fede) will increase coverage by 23.85%.
The diff coverage is n/a.

@@             Coverage Diff             @@
##             main      #29       +/-   ##
===========================================
+ Coverage   72.47%   96.33%   +23.85%     
===========================================
  Files           5        5               
  Lines         109      109               
  Branches       26       26               
===========================================
+ Hits           79      105       +26     
  Misses          4        4               
+ Partials       26        0       -26     
Impacted Files Coverage Δ
src/utils.ts 100.00% <0.00%> (+17.85%) ⬆️
src/index.ts 91.83% <0.00%> (+32.65%) ⬆️

Help us with your feedback. Take ten seconds to tell us how you rate us. Have a feature suggestion? Share it here.

@danielroe danielroe merged commit da65d7d into main Sep 4, 2022
@danielroe danielroe deleted the renovate/all-minor-patch branch September 4, 2022 14:08
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