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

Closed renovate[bot] closed 2 years ago

renovate[bot] commented 2 years ago

WhiteSource Renovate

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
node-fetch ^2.6.6 -> ^2.6.7 age adoption passing confidence
rollup (source) ^2.63.0 -> ^2.64.0 age adoption passing confidence
ts-jest (source) ^27.1.2 -> ^27.1.3 age adoption passing confidence

Release Notes

node-fetch/node-fetch ### [`v2.6.7`](https://togithub.com/node-fetch/node-fetch/releases/v2.6.7) [Compare Source](https://togithub.com/node-fetch/node-fetch/compare/v2.6.6...v2.6.7) ##### Security patch release Recommended to upgrade, to not leak sensitive cookie and authentication header information to 3th party host while a redirect occurred ##### What's Changed - fix: don't forward secure headers to 3th party by [@​jimmywarting](https://togithub.com/jimmywarting) in [https://github.com/node-fetch/node-fetch/pull/1453](https://togithub.com/node-fetch/node-fetch/pull/1453) **Full Changelog**: https://github.com/node-fetch/node-fetch/compare/v2.6.6...v2.6.7
rollup/rollup ### [`v2.64.0`](https://togithub.com/rollup/rollup/blob/HEAD/CHANGELOG.md#​2640) [Compare Source](https://togithub.com/rollup/rollup/compare/v2.63.0...v2.64.0) *2022-01-14* ##### Features - Allow inspecting cached modules and forcing them to be transformed again via shouldTransformCachedModule ([#​4320](https://togithub.com/rollup/rollup/issues/4320)) - Do not wait for the config file to be parsed in watch mode if it is updated before that ([#​4344](https://togithub.com/rollup/rollup/issues/4344)) ##### Bug Fixes - Do not mutate objects returned as `meta` from the resolveId hook ([#​4347](https://togithub.com/rollup/rollup/issues/4347)) ##### Pull Requests - [#​4326](https://togithub.com/rollup/rollup/pull/4326): refactor: type fixes ([@​dnalborczyk](https://togithub.com/dnalborczyk)) - [#​4339](https://togithub.com/rollup/rollup/pull/4339): More watch test stabilization ([@​lukastaegert](https://togithub.com/lukastaegert)) - [#​4340](https://togithub.com/rollup/rollup/pull/4340): refactor: performance timers for node.js and browser ([@​dnalborczyk](https://togithub.com/dnalborczyk)) - [#​4341](https://togithub.com/rollup/rollup/pull/4341): Implement shouldTransformCachedModule hook ([@​lukastaegert](https://togithub.com/lukastaegert)) - [#​4344](https://togithub.com/rollup/rollup/pull/4344): Directly restart Rollup when config file change is detected in watch mode ([@​lukastaegert](https://togithub.com/lukastaegert)) - [#​4347](https://togithub.com/rollup/rollup/pull/4347): Create a shallow copy when returning meta from resolveId ([@​lukastaegert](https://togithub.com/lukastaegert))
kulshekhar/ts-jest ### [`v27.1.3`](https://togithub.com/kulshekhar/ts-jest/blob/HEAD/CHANGELOG.md#​2713-httpsgithubcomkulshekharts-jestcomparev2712v2713-2022-01-14) [Compare Source](https://togithub.com/kulshekhar/ts-jest/compare/v27.1.2...v27.1.3) ##### Bug Fixes - **compiler:** update memory cache for compiler using received file content ([#​3194](https://togithub.com/kulshekhar/ts-jest/issues/3194)) ([e4d9541](https://togithub.com/kulshekhar/ts-jest/commit/e4d9541f262ca14cb25563c757c0f2345dbf5c51))

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[bot] commented 2 years ago

Codecov Report

Merging #298 (982a6cc) into main (60319a4) will not change coverage. The diff coverage is n/a.

Impacted file tree graph

@@           Coverage Diff           @@
##             main     #298   +/-   ##
=======================================
  Coverage   93.54%   93.54%           
=======================================
  Files           1        1           
  Lines          62       62           
  Branches       17       17           
=======================================
  Hits           58       58           
  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 60319a4...982a6cc. Read the comment docs.