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 #260

Closed renovate[bot] closed 3 years ago

renovate[bot] commented 3 years ago

WhiteSource Renovate

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
@microsoft/api-documenter (source) ^7.13.28 -> ^7.13.30 age adoption passing confidence
@microsoft/api-extractor (source) ^7.17.1 -> ^7.18.1 age adoption passing confidence
@types/jest ^26.0.23 -> ^26.0.24 age adoption passing confidence
rollup (source) ^2.52.7 -> ^2.53.1 age adoption passing confidence

Release Notes

rollup/rollup ### [`v2.53.1`](https://togithub.com/rollup/rollup/blob/master/CHANGELOG.md#​2531) [Compare Source](https://togithub.com/rollup/rollup/compare/v2.53.0...v2.53.1) *2021-07-11* ##### Bug Fixes - Do not omit namespace reexports when `treeshake` is `false` ([#​4175](https://togithub.com/rollup/rollup/issues/4175)) ##### Pull Requests - [#​4175](https://togithub.com/rollup/rollup/pull/4175): Generate namespace objects when not tree-shaking ([@​lukastaegert](https://togithub.com/lukastaegert)) ### [`v2.53.0`](https://togithub.com/rollup/rollup/blob/master/CHANGELOG.md#​2530) [Compare Source](https://togithub.com/rollup/rollup/compare/v2.52.8...v2.53.0) *2021-07-09* ##### Features - Add `maxParallelFileReads` option to limit read operations with a default of 20 ([#​4170](https://togithub.com/rollup/rollup/issues/4170)) ##### Pull Requests - [#​4170](https://togithub.com/rollup/rollup/pull/4170): Limit parallel file reads to prevent "EMFILE: too many open files" error ([@​schummar](https://togithub.com/schummar)) ### [`v2.52.8`](https://togithub.com/rollup/rollup/blob/master/CHANGELOG.md#​2528) [Compare Source](https://togithub.com/rollup/rollup/compare/v2.52.7...v2.52.8) *2021-07-07* ##### Bug Fixes - Automatically handle many use `var` before declaration and TDZ access scenarios correctly without the need for `treeshake.correctVarValueBeforeDeclaration` ([#​4148](https://togithub.com/rollup/rollup/issues/4148)) ##### Pull Requests - [#​4148](https://togithub.com/rollup/rollup/pull/4148): Fix var/const/let variable use before declaration ([@​kzc](https://togithub.com/kzc) and [@​lukastaegert](https://togithub.com/lukastaegert))

Configuration

📅 Schedule: "before 3am on Monday" (UTC).

🚦 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 WhiteSource Renovate. View repository job log here.

codecov-commenter commented 3 years ago

Codecov Report

Merging #260 (704d653) into main (042eaf0) will not change coverage. The diff coverage is n/a.

Impacted file tree graph

@@           Coverage Diff           @@
##             main     #260   +/-   ##
=======================================
  Coverage   93.33%   93.33%           
=======================================
  Files           1        1           
  Lines          60       60           
  Branches       15       15           
=======================================
  Hits           56       56           
  Misses          4        4           

Continue to review full report at Codecov.

Legend - Click here to learn more Δ = absolute <relative> (impact), ø = not affected, ? = missing data Powered by Codecov. Last update 042eaf0...704d653. Read the comment docs.