posva / mande

<700 bytes convenient and modern wrapper around fetch with smart extensible defaults
https://mande.esm.is
MIT License
1.19k stars 42 forks source link

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

Closed renovate[bot] closed 2 years ago

renovate[bot] commented 2 years ago

Mend Renovate

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
@microsoft/api-documenter (source) ^7.19.7 -> ^7.19.10 age adoption passing confidence
@microsoft/api-extractor (source) ^7.29.5 -> ^7.30.0 age adoption passing confidence
pnpm (source) 7.9.5 -> 7.10.0 age adoption passing confidence
rollup (source) ^2.78.1 -> ^2.79.0 age adoption passing confidence

Release Notes

pnpm/pnpm ### [`v7.10.0`](https://togithub.com/pnpm/pnpm/releases/tag/v7.10.0) [Compare Source](https://togithub.com/pnpm/pnpm/compare/v7.9.5...v7.10.0) #### 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](https://togithub.com/npm/registry/blob/master/docs/responses/package-metadata.md#full-metadata-format). So it is slower in some scenarios. However, if you use [Verdaccio](https://verdaccio.org/) v5.15.1 or newer, you may set the `registry-supports-time-field` setting to `true`, and it will be really fast. Related [RFC](https://togithub.com/pnpm/rfcs/pull/2). - Enhance `pnpm env` with the `remove` command. To remove a Node.js version installed by pnpm, run: pnpm env remove --global #### 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 * test: fix NODE_PATH test on Windows by @​zkoch[https://github.com/pnpm/pnpm/pull/5257](https://togithub.com/pnpm/pnpm/pull/5257)l/5257 * refactor: resolve dependencies by @​zkoch[https://github.com/pnpm/pnpm/pull/5267](https://togithub.com/pnpm/pnpm/pull/5267)l/5267 * feat(env): add remove command to pnpm env by @​mark-omar[https://github.com/pnpm/pnpm/pull/5263](https://togithub.com/pnpm/pnpm/pull/5263)l/5263 * docs(CONTRIBUTING): correct setup instructions for first-time clone by @​gwhitn[https://github.com/pnpm/pnpm/pull/5289](https://togithub.com/pnpm/pnpm/pull/5289)l/5289 * fix: don't modify the injected project's manifest by @​zkoch[https://github.com/pnpm/pnpm/pull/5294](https://togithub.com/pnpm/pnpm/pull/5294)l/5294 * feat: time-based resolution mode by @​zkoch[https://github.com/pnpm/pnpm/pull/5238](https://togithub.com/pnpm/pnpm/pull/5238)l/5238 * feat: resolve direct deps to lowest version when resolution-mode is time-based by @​zkoch[https://github.com/pnpm/pnpm/pull/5298](https://togithub.com/pnpm/pnpm/pull/5298)l/5298 * fix: add fallback for time-based resolution by @​zkoch[https://github.com/pnpm/pnpm/pull/5302](https://togithub.com/pnpm/pnpm/pull/5302)l/5302 #### New Contributors * @​mark-omarov made their first contributi[https://github.com/pnpm/pnpm/pull/5263](https://togithub.com/pnpm/pnpm/pull/5263)l/5263 * @​gwhitney made their first contributi[https://github.com/pnpm/pnpm/pull/5289](https://togithub.com/pnpm/pnpm/pull/5289)l/5289 **Full Changelog**: https://github.com/pnpm/pnpm/compare/v7.9.5...v7.10.0
rollup/rollup ### [`v2.79.0`](https://togithub.com/rollup/rollup/blob/HEAD/CHANGELOG.md#​2790) [Compare Source](https://togithub.com/rollup/rollup/compare/v2.78.1...v2.79.0) *2022-08-31* ##### Features - Add `amd.forceJsExtensionForImports` to enforce using `.js` extensions for relative AMD imports ([#​4607](https://togithub.com/rollup/rollup/issues/4607)) ##### Pull Requests - [#​4607](https://togithub.com/rollup/rollup/pull/4607): add option to keep extensions for amd ([@​wh1tevs](https://togithub.com/wh1tevs))

Configuration

πŸ“… Schedule: Branch creation - "before 3am on Monday" (UTC), Automerge - At any time (no schedule defined).

🚦 Automerge: Enabled.

β™» 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.



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

codecov[bot] commented 2 years ago

Codecov Report

Merging #343 (82624ae) into main (3b873f4) will not change coverage. The diff coverage is n/a.

@@           Coverage Diff           @@
##             main     #343   +/-   ##
=======================================
  Coverage   94.28%   94.28%           
=======================================
  Files           1        1           
  Lines          70       70           
  Branches       25       25           
=======================================
  Hits           66       66           
  Misses          4        4           

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