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

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 Type Update
@types/jest ^27.5.1 -> ^27.5.2 age adoption passing confidence devDependencies patch
andresz1/size-limit-action v1.6.1 -> v1.7.0 age adoption passing confidence action minor
rollup (source) ^2.75.3 -> ^2.75.5 age adoption passing confidence devDependencies patch
rollup-plugin-typescript2 ^0.31.2 -> ^0.32.0 age adoption passing confidence devDependencies minor
typescript (source) ^4.7.2 -> ^4.7.3 age adoption passing confidence devDependencies patch

Release Notes

andresz1/size-limit-action ### [`v1.7.0`](https://togithub.com/andresz1/size-limit-action/releases/tag/v1.7.0) [Compare Source](https://togithub.com/andresz1/size-limit-action/compare/v1.6.1...v1.7.0) - Add `script` param. Thanks to [@​amilajack](https://togithub.com/amilajack)
rollup/rollup ### [`v2.75.5`](https://togithub.com/rollup/rollup/blob/HEAD/CHANGELOG.md#​2755) [Compare Source](https://togithub.com/rollup/rollup/compare/v2.75.4...v2.75.5) *2022-06-01* ##### Bug Fixes - Avoid crashes when using logical expressions for unused constructor arguments ([#​4519](https://togithub.com/rollup/rollup/issues/4519)) - Fix missing parameter defaults for calls from try statements and functions returned by functions ([#​4520](https://togithub.com/rollup/rollup/issues/4520)) ##### Pull Requests - [#​4519](https://togithub.com/rollup/rollup/pull/4519): Try to make logical expression deoptimization more robust ([@​lukastaegert](https://togithub.com/lukastaegert)) - [#​4520](https://togithub.com/rollup/rollup/pull/4520): Roll back parameter default tree shaking ([@​lukastaegert](https://togithub.com/lukastaegert)) ### [`v2.75.4`](https://togithub.com/rollup/rollup/blob/HEAD/CHANGELOG.md#​2754) [Compare Source](https://togithub.com/rollup/rollup/compare/v2.75.3...v2.75.4) *2022-05-31* ##### Bug Fixes - Ensure parameter defaults are retained when a function is used as an object property ([#​4516](https://togithub.com/rollup/rollup/issues/4516)) ##### Pull Requests - [#​4516](https://togithub.com/rollup/rollup/pull/4516): Deoptimize parameter defaults when referenced from object/array/class literals ([@​lukastaegert](https://togithub.com/lukastaegert))
ezolenko/rollup-plugin-typescript2 ### [`v0.32.0`](https://togithub.com/ezolenko/rollup-plugin-typescript2/releases/tag/0.32.0) [Compare Source](https://togithub.com/ezolenko/rollup-plugin-typescript2/compare/0.31.2...0.32.0) ##### Features - add `rpt2:` prefix on more errors by [@​ezolenko](https://togithub.com/ezolenko) in https://github.com/ezolenko/rollup-plugin-typescript2/commit/ff8895103c8466694e7d8eeb734f51d2850670d8 ##### Bugfixes - fix: normalize paths in `get-options-overrides` by [@​agilgur5](https://togithub.com/agilgur5) in [https://github.com/ezolenko/rollup-plugin-typescript2/pull/331](https://togithub.com/ezolenko/rollup-plugin-typescript2/pull/331) - fix: add `realpath` to host to properly resolve monorepos by [@​agilgur5](https://togithub.com/agilgur5) in [https://github.com/ezolenko/rollup-plugin-typescript2/pull/332](https://togithub.com/ezolenko/rollup-plugin-typescript2/pull/332) - fix: use `.d.ts` instead of `.vue.d.ts` for Vue declarations by [@​agilgur5](https://togithub.com/agilgur5) in [https://github.com/ezolenko/rollup-plugin-typescript2/pull/336](https://togithub.com/ezolenko/rollup-plugin-typescript2/pull/336) - fix: don't attempt to change declarationMap `sources` when no output by [@​agilgur5](https://togithub.com/agilgur5) in [https://github.com/ezolenko/rollup-plugin-typescript2/pull/334](https://togithub.com/ezolenko/rollup-plugin-typescript2/pull/334) - fix: force `noEmitOnError: false` by [@​agilgur5](https://togithub.com/agilgur5) in [https://github.com/ezolenko/rollup-plugin-typescript2/pull/338](https://togithub.com/ezolenko/rollup-plugin-typescript2/pull/338) ##### Dependencies - updating dependencies by [@​ezolenko](https://togithub.com/ezolenko) in https://github.com/ezolenko/rollup-plugin-typescript2/commit/f84afe983b94a52810599f46e83edbb4e521d3a1, https://github.com/ezolenko/rollup-plugin-typescript2/commit/0df5362d3937040cd17dbeee856ce2f1fde7c3ce, https://github.com/ezolenko/rollup-plugin-typescript2/commit/5a3e58b2779063b26d50c48800a80c9fd5ded726, and https://github.com/ezolenko/rollup-plugin-typescript2/commit/08d2f5bcad7cb9a9a0974f3707a27d29dd89da7c - **EDIT**: https://github.com/ezolenko/rollup-plugin-typescript2/commit/08d2f5bcad7cb9a9a0974f3707a27d29dd89da7c caused a regression in certain environments per [https://github.com/ezolenko/rollup-plugin-typescript2/issues/339](https://togithub.com/ezolenko/rollup-plugin-typescript2/issues/339). If you're experiencing `ReferenceError: window is not defined`, please see [https://github.com/ezolenko/rollup-plugin-typescript2/issues/339](https://togithub.com/ezolenko/rollup-plugin-typescript2/issues/339) - deps: remove unneeded `@types/colors` package by [@​agilgur5](https://togithub.com/agilgur5) in [https://github.com/ezolenko/rollup-plugin-typescript2/pull/319](https://togithub.com/ezolenko/rollup-plugin-typescript2/pull/319) - deps: use `normalizePath` from `@rollup/pluginutils` by [@​agilgur5](https://togithub.com/agilgur5) in [https://github.com/ezolenko/rollup-plugin-typescript2/pull/320](https://togithub.com/ezolenko/rollup-plugin-typescript2/pull/320) - deps: upgrade `tslib` to `^2.4.0`, remove `@yarn-tool/resolve-package` by [@​agilgur5](https://togithub.com/agilgur5) in [https://github.com/ezolenko/rollup-plugin-typescript2/pull/326](https://togithub.com/ezolenko/rollup-plugin-typescript2/pull/326) ##### Docs - cleaning up badges by [@​ezolenko](https://togithub.com/ezolenko) in https://github.com/ezolenko/rollup-plugin-typescript2/commit/4e9f8fff080072a90164590b399768ca21a4d4e0 - fix(docs): `_.merge` doesn't concat arrays by [@​agilgur5](https://togithub.com/agilgur5) in [https://github.com/ezolenko/rollup-plugin-typescript2/pull/314](https://togithub.com/ezolenko/rollup-plugin-typescript2/pull/314) - docs: add link to NPM in monthly downloads badge by [@​agilgur5](https://togithub.com/agilgur5) in [https://github.com/ezolenko/rollup-plugin-typescript2/pull/318](https://togithub.com/ezolenko/rollup-plugin-typescript2/pull/318) - docs: standardize how issues are referenced by [@​agilgur5](https://togithub.com/agilgur5) in [https://github.com/ezolenko/rollup-plugin-typescript2/pull/317](https://togithub.com/ezolenko/rollup-plugin-typescript2/pull/317) - docs: update Compatibility section with new names and links by [@​agilgur5](https://togithub.com/agilgur5) in [https://github.com/ezolenko/rollup-plugin-typescript2/pull/315](https://togithub.com/ezolenko/rollup-plugin-typescript2/pull/315) - docs: clarify the TS option's defaults by [@​agilgur5](https://togithub.com/agilgur5) in [https://github.com/ezolenko/rollup-plugin-typescript2/pull/316](https://togithub.com/ezolenko/rollup-plugin-typescript2/pull/316) - docs: split off a CONTRIBUTING.md and improve formatting, grammar, links by [@​agilgur5](https://togithub.com/agilgur5) in [https://github.com/ezolenko/rollup-plugin-typescript2/pull/313](https://togithub.com/ezolenko/rollup-plugin-typescript2/pull/313) ##### GitHub - fix(github): improve formatting of issue template spoilers by [@​agilgur5](https://togithub.com/agilgur5) in [https://github.com/ezolenko/rollup-plugin-typescript2/pull/311](https://togithub.com/ezolenko/rollup-plugin-typescript2/pull/311) ##### Internal - test: add initial unit test suite by [@​agilgur5](https://togithub.com/agilgur5) in [https://github.com/ezolenko/rollup-plugin-typescript2/pull/321](https://togithub.com/ezolenko/rollup-plugin-typescript2/pull/321) - clean: remove `partial.ts` as this is built into TS by [@​agilgur5](https://togithub.com/agilgur5) in [https://github.com/ezolenko/rollup-plugin-typescript2/pull/322](https://togithub.com/ezolenko/rollup-plugin-typescript2/pull/322) - optim(ci): use `npm ci` for install and cache `npm` by [@​agilgur5](https://togithub.com/agilgur5) in [https://github.com/ezolenko/rollup-plugin-typescript2/pull/323](https://togithub.com/ezolenko/rollup-plugin-typescript2/pull/323) - ci: add a lint check to ensure all PRs pass lint too by [@​agilgur5](https://togithub.com/agilgur5) in [https://github.com/ezolenko/rollup-plugin-typescript2/pull/327](https://togithub.com/ezolenko/rollup-plugin-typescript2/pull/327) - refactor: prefer native methods to lodash where possible by [@​agilgur5](https://togithub.com/agilgur5) in [https://github.com/ezolenko/rollup-plugin-typescript2/pull/328](https://togithub.com/ezolenko/rollup-plugin-typescript2/pull/328) - test: 100% coverage in `get-options-overrides` (`createFilter`) by [@​agilgur5](https://togithub.com/agilgur5) in [https://github.com/ezolenko/rollup-plugin-typescript2/pull/329](https://togithub.com/ezolenko/rollup-plugin-typescript2/pull/329) - refactor: invert some conditionals for better readability by [@​agilgur5](https://togithub.com/agilgur5) in [https://github.com/ezolenko/rollup-plugin-typescript2/pull/335](https://togithub.com/ezolenko/rollup-plugin-typescript2/pull/335) - refactor: sort all top-level imports by [@​agilgur5](https://togithub.com/agilgur5) in [https://github.com/ezolenko/rollup-plugin-typescript2/pull/337](https://togithub.com/ezolenko/rollup-plugin-typescript2/pull/337) **Full Changelog**: https://github.com/ezolenko/rollup-plugin-typescript2/compare/0.31.2...0.32.0
Microsoft/TypeScript ### [`v4.7.3`](https://togithub.com/microsoft/TypeScript/releases/tag/v4.7.3) [Compare Source](https://togithub.com/Microsoft/TypeScript/compare/v4.7.2...v4.7.3) For release notes, check out the [release announcement](https://devblogs.microsoft.com/typescript/announcing-typescript-4-7/). For the complete list of fixed issues, check out the - [fixed issues query for Typescript 4.7.0 (Beta)](https://togithub.com/microsoft/TypeScript/issues?q=milestone%3A%22TypeScript+4.7.0%22+). - [fixed issues query for Typescript 4.7.1 (RC)](https://togithub.com/microsoft/TypeScript/issues?q=milestone%3A%22TypeScript+4.7.1%22+). - [fixed issues query for Typescript 4.7.2 (Stable)](https://togithub.com/microsoft/TypeScript/issues?q=milestone%3A%22TypeScript+4.7.2%22+). - [fixed issues query for Typescript 4.7.3 (Stable)](https://togithub.com/microsoft/TypeScript/issues?q=milestone%3A%22TypeScript+4.7.3%22+). Downloads are available on: - [npm](https://www.npmjs.com/package/typescript) - [Visual Studio 2022/2019](https://marketplace.visualstudio.com/items?itemName=TypeScriptTeam.TypeScript-473) ([Select new version in project options](https://togithub.com/Microsoft/TypeScript/wiki/Updating-TypeScript-in-Visual-Studio-2017)) - [NuGet package](https://www.nuget.org/packages/Microsoft.TypeScript.MSBuild)

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 #326 (bb27a2d) into main (6057874) will not change coverage. The diff coverage is n/a.

@@           Coverage Diff           @@
##             main     #326   +/-   ##
=======================================
  Coverage   93.75%   93.75%           
=======================================
  Files           1        1           
  Lines          64       64           
  Branches       19       19           
=======================================
  Hits           60       60           
  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 6057874...bb27a2d. Read the comment docs.