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

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
@size-limit/preset-small-lib ^7.0.5 -> ^7.0.8 age adoption passing confidence
jest (source) ^27.4.7 -> ^27.5.0 age adoption passing confidence
rollup (source) ^2.66.1 -> ^2.67.0 age adoption passing confidence
rollup-plugin-typescript2 ^0.31.1 -> ^0.31.2 age adoption passing confidence

Release Notes

ai/size-limit ### [`v7.0.8`](https://togithub.com/ai/size-limit/blob/HEAD/CHANGELOG.md#​708) [Compare Source](https://togithub.com/ai/size-limit/compare/7.0.7...f0d40aea076e05dd18f62cb1e95c0eb951574f37) - Fixed peer dependencies. ### [`v7.0.7`](https://togithub.com/ai/size-limit/blob/HEAD/CHANGELOG.md#​707) [Compare Source](https://togithub.com/ai/size-limit/compare/7.0.6...7.0.7) - Fixed plugin versions in presets. ### [`v7.0.6`](https://togithub.com/ai/size-limit/blob/HEAD/CHANGELOG.md#​706) [Compare Source](https://togithub.com/ai/size-limit/compare/7.0.5...7.0.6) - Added `brotlied` note to CLI output (by [@​azat-io](https://togithub.com/azat-io)). - Updated `nanospinner`.
facebook/jest ### [`v27.5.0`](https://togithub.com/facebook/jest/blob/HEAD/CHANGELOG.md#​2750) [Compare Source](https://togithub.com/facebook/jest/compare/v27.4.7...v27.5.0) ##### Features - `[expect]` Add asymmetric matcher `expect.closeTo` ([#​12243](https://togithub.com/facebook/jest/pull/12243)) - `[jest-mock]` Added `mockFn.mock.lastCall` to retrieve last argument ([#​12285](https://togithub.com/facebook/jest/pull/12285)) ##### Fixes - `[expect]` Add a fix for `.toHaveProperty('')` ([#​12251](https://togithub.com/facebook/jest/pull/12251)) - `[jest-each, @​jest/globals]` Allow passing `ReadonlyArray` type of a table to `describe.each` and `test.each` ([#​12297](https://togithub.com/facebook/jest/pull/12297)) - `[@jest/globals]` Add missing `options` argument to `jest.doMock` typing ([#​12292](https://togithub.com/facebook/jest/pull/12292)) - `[jest-environment-node]` Add `atob` and `btoa` ([#​12269](https://togithub.com/facebook/jest/pull/12269)) - `[jest-matcher-utils]` Correct diff for expected asymmetric matchers ([#​12264](https://togithub.com/facebook/jest/pull/12264)) - `[jest-message-util]` Fix `.getTopFrame()` (and `toMatchInlineSnapshot()`) with `mjs` files ([#​12277](https://togithub.com/facebook/jest/pull/12277)) ##### Chore & Maintenance - `[*]` Update `graceful-fs` to `^4.2.9` ([#​11749](https://togithub.com/facebook/jest/pull/11749)) ##### Performance - `[jest-resolve]` perf: skip error creation on not found `stat` calls ([#​11749](https://togithub.com/facebook/jest/pull/11749))
rollup/rollup ### [`v2.67.0`](https://togithub.com/rollup/rollup/blob/HEAD/CHANGELOG.md#​2670) [Compare Source](https://togithub.com/rollup/rollup/compare/v2.66.1...v2.67.0) *2022-02-02* ##### Features - Improve side effect detection when using Array.prototype.groupBy/groupByToMap ([#​4360](https://togithub.com/rollup/rollup/issues/4360)) - Allow changing `moduleSideEffects` at any time during the build ([#​4379](https://togithub.com/rollup/rollup/issues/4379)) - Soft-deprecate `ModuleInfo.hasModuleSideEffects` in favour of `ModuleInfo.moduleSideEffects` ([#​4379](https://togithub.com/rollup/rollup/issues/4379)) ##### Bug Fixes - Do not include queries and hashes in generated file names when preserving modules ([#​4374](https://togithub.com/rollup/rollup/issues/4374)) ##### Pull Requests - [#​4319](https://togithub.com/rollup/rollup/pull/4319): refactor: use fs, fs-extra, remove sander ([@​dnalborczyk](https://togithub.com/dnalborczyk)) - [#​4360](https://togithub.com/rollup/rollup/pull/4360): feat: add Array.prototype.groupBy/groupByToMap ([@​dnalborczyk](https://togithub.com/dnalborczyk)) - [#​4361](https://togithub.com/rollup/rollup/pull/4361): fix: more types ([@​dnalborczyk](https://togithub.com/dnalborczyk)) - [#​4369](https://togithub.com/rollup/rollup/pull/4369): fix: remove acorn-walk patch ([@​dnalborczyk](https://togithub.com/dnalborczyk)) - [#​4371](https://togithub.com/rollup/rollup/pull/4371): refactor: use fs.promises in cli/run ([@​dnalborczyk](https://togithub.com/dnalborczyk)) - [#​4372](https://togithub.com/rollup/rollup/pull/4372): refactor: use fs.promises in module loader ([@​dnalborczyk](https://togithub.com/dnalborczyk)) - [#​4374](https://togithub.com/rollup/rollup/pull/4374): Ignore queries and hashes in file names when preserving modules ([@​lukastaegert](https://togithub.com/lukastaegert)) - [#​4375](https://togithub.com/rollup/rollup/pull/4375): Fix typo in \_config.js ([@​eltociear](https://togithub.com/eltociear)) - [#​4376](https://togithub.com/rollup/rollup/pull/4376): refactor: fs.promises, move mkdir to writeoutputfile, Part 3 ([@​dnalborczyk](https://togithub.com/dnalborczyk)) - [#​4379](https://togithub.com/rollup/rollup/pull/4379): Deprecate hasModuleSideEffects in favor of moduleSideEffects and ensure it is mutable on ModuleInfo ([@​lukastaegert](https://togithub.com/lukastaegert))
ezolenko/rollup-plugin-typescript2 ### [`v0.31.2`](https://togithub.com/ezolenko/rollup-plugin-typescript2/releases/0.31.2) [Compare Source](https://togithub.com/ezolenko/rollup-plugin-typescript2/compare/0.31.1...0.31.2) #### What's Changed - chore: should not lock deps version by [@​bluelovers](https://togithub.com/bluelovers) in [https://github.com/ezolenko/rollup-plugin-typescript2/pull/293](https://togithub.com/ezolenko/rollup-plugin-typescript2/pull/293) - Add `trace` method to the `LanguageServiceHost` to enable usage with `traceResolution` by [@​Andarist](https://togithub.com/Andarist) in [https://github.com/ezolenko/rollup-plugin-typescript2/pull/296](https://togithub.com/ezolenko/rollup-plugin-typescript2/pull/296) **Full Changelog**: https://github.com/ezolenko/rollup-plugin-typescript2/compare/0.31.1...0.31.2

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 #304 (c1ddaae) into main (327d6cc) will not change coverage. The diff coverage is n/a.

Impacted file tree graph

@@           Coverage Diff           @@
##             main     #304   +/-   ##
=======================================
  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 327d6cc...c1ddaae. Read the comment docs.