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

Closed renovate[bot] closed 12 months ago

renovate[bot] commented 12 months ago

Mend Renovate

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
@microsoft/api-documenter (source) ^7.23.2 -> ^7.23.9 age adoption passing confidence
@microsoft/api-extractor (source) ^7.37.0 -> ^7.38.0 age adoption passing confidence
pnpm (source) 8.7.6 -> 8.8.0 age adoption passing confidence
rimraf ^5.0.1 -> ^5.0.5 age adoption passing confidence
rollup-plugin-typescript2 ^0.35.0 -> ^0.36.0 age adoption passing confidence

Release Notes

microsoft/rushstack (@​microsoft/api-documenter) ### [`v7.23.9`](https://togithub.com/microsoft/rushstack/compare/336b528a6b79185c3a26f8c5001575d96e872f95...ef3017f97bef5b6073999ad22150783aafc84ad1) [Compare Source](https://togithub.com/microsoft/rushstack/compare/336b528a6b79185c3a26f8c5001575d96e872f95...ef3017f97bef5b6073999ad22150783aafc84ad1) ### [`v7.23.8`](https://togithub.com/microsoft/rushstack/compare/7d7f84e9358b44a32d248c784a87b85eb1fe100f...336b528a6b79185c3a26f8c5001575d96e872f95) [Compare Source](https://togithub.com/microsoft/rushstack/compare/7d7f84e9358b44a32d248c784a87b85eb1fe100f...336b528a6b79185c3a26f8c5001575d96e872f95) ### [`v7.23.7`](https://togithub.com/microsoft/rushstack/compare/04525e57d0360ce2bb24d28cdd26886926bcc156...7d7f84e9358b44a32d248c784a87b85eb1fe100f) [Compare Source](https://togithub.com/microsoft/rushstack/compare/04525e57d0360ce2bb24d28cdd26886926bcc156...7d7f84e9358b44a32d248c784a87b85eb1fe100f) ### [`v7.23.6`](https://togithub.com/microsoft/rushstack/compare/67f1dca11fbcf1d17263499cc1fe1bb1ad59d7db...04525e57d0360ce2bb24d28cdd26886926bcc156) [Compare Source](https://togithub.com/microsoft/rushstack/compare/67f1dca11fbcf1d17263499cc1fe1bb1ad59d7db...04525e57d0360ce2bb24d28cdd26886926bcc156) ### [`v7.23.5`](https://togithub.com/microsoft/rushstack/compare/8df3e01335ad52d3db54953e42f3d43cd0317f23...67f1dca11fbcf1d17263499cc1fe1bb1ad59d7db) [Compare Source](https://togithub.com/microsoft/rushstack/compare/8df3e01335ad52d3db54953e42f3d43cd0317f23...67f1dca11fbcf1d17263499cc1fe1bb1ad59d7db) ### [`v7.23.4`](https://togithub.com/microsoft/rushstack/compare/68efc5dde77425a1502c746a0906be3432bffa0a...8df3e01335ad52d3db54953e42f3d43cd0317f23) [Compare Source](https://togithub.com/microsoft/rushstack/compare/68efc5dde77425a1502c746a0906be3432bffa0a...8df3e01335ad52d3db54953e42f3d43cd0317f23) ### [`v7.23.3`](https://togithub.com/microsoft/rushstack/compare/fa37ed8e5dd0c4b520d505df05321e925371601d...68efc5dde77425a1502c746a0906be3432bffa0a) [Compare Source](https://togithub.com/microsoft/rushstack/compare/fa37ed8e5dd0c4b520d505df05321e925371601d...68efc5dde77425a1502c746a0906be3432bffa0a)
microsoft/rushstack (@​microsoft/api-extractor) ### [`v7.38.0`](https://togithub.com/microsoft/rushstack/compare/336b528a6b79185c3a26f8c5001575d96e872f95...ef3017f97bef5b6073999ad22150783aafc84ad1) [Compare Source](https://togithub.com/microsoft/rushstack/compare/336b528a6b79185c3a26f8c5001575d96e872f95...ef3017f97bef5b6073999ad22150783aafc84ad1) ### [`v7.37.3`](https://togithub.com/microsoft/rushstack/compare/7d7f84e9358b44a32d248c784a87b85eb1fe100f...336b528a6b79185c3a26f8c5001575d96e872f95) [Compare Source](https://togithub.com/microsoft/rushstack/compare/7d7f84e9358b44a32d248c784a87b85eb1fe100f...336b528a6b79185c3a26f8c5001575d96e872f95) ### [`v7.37.2`](https://togithub.com/microsoft/rushstack/compare/8df3e01335ad52d3db54953e42f3d43cd0317f23...7d7f84e9358b44a32d248c784a87b85eb1fe100f) [Compare Source](https://togithub.com/microsoft/rushstack/compare/8df3e01335ad52d3db54953e42f3d43cd0317f23...7d7f84e9358b44a32d248c784a87b85eb1fe100f)
pnpm/pnpm (pnpm) ### [`v8.8.0`](https://togithub.com/pnpm/pnpm/releases/tag/v8.8.0) [Compare Source](https://togithub.com/pnpm/pnpm/compare/v8.7.6...v8.8.0) #### Minor Changes - Add `--reporter-hide-prefix` option for `run` command to hide project name as prefix for lifecycle log outputs of running scripts [#​7061](https://togithub.com/pnpm/pnpm/issues/7061). #### Patch Changes - Pass through the `--ignore-scripts` command to install, when running `pnpm dedupe --ignore-scripts` [#​7102](https://togithub.com/pnpm/pnpm/issues/7102). - Throw meaningful error for config sub commands[#​7106](https://togithub.com/pnpm/pnpm/issues/7106). - When the `node-linker` is set to `hoisted`, the `package.json` files of the existing dependencies inside `node_modules` will be checked to verify their actual versions. The data in the `node_modules/.modules.yaml` and `node_modules/.pnpm/lock.yaml` may not be fully reliable, as an installation may fail after changes to dependencies were made but before those state files were updated [#​7107](https://togithub.com/pnpm/pnpm/pull/7107). - Don't update git-hosted dependencies when adding an unrelated dependency [#​7008](https://togithub.com/pnpm/pnpm/issues/7008). #### Our Gold Sponsors
#### Our Silver Sponsors
isaacs/rimraf (rimraf) ### [`v5.0.5`](https://togithub.com/isaacs/rimraf/compare/v5.0.4...v5.0.5) [Compare Source](https://togithub.com/isaacs/rimraf/compare/v5.0.4...v5.0.5) ### [`v5.0.4`](https://togithub.com/isaacs/rimraf/compare/v5.0.3...v5.0.4) [Compare Source](https://togithub.com/isaacs/rimraf/compare/v5.0.3...v5.0.4) ### [`v5.0.3`](https://togithub.com/isaacs/rimraf/compare/v5.0.2...v5.0.3) [Compare Source](https://togithub.com/isaacs/rimraf/compare/v5.0.2...v5.0.3) ### [`v5.0.2`](https://togithub.com/isaacs/rimraf/compare/v5.0.1...v5.0.2) [Compare Source](https://togithub.com/isaacs/rimraf/compare/v5.0.1...v5.0.2)
ezolenko/rollup-plugin-typescript2 (rollup-plugin-typescript2) ### [`v0.36.0`](https://togithub.com/ezolenko/rollup-plugin-typescript2/releases/tag/0.36.0) [Compare Source](https://togithub.com/ezolenko/rollup-plugin-typescript2/compare/0.35.0...0.36.0) #### Features/bugfixes - support newer `moduleResolution` kinds, update build to TS 5.x by [@​ezolenko](https://togithub.com/ezolenko) in [https://github.com/ezolenko/rollup-plugin-typescript2/pull/453](https://togithub.com/ezolenko/rollup-plugin-typescript2/pull/453) - fix: hardcode declaration extension check by [@​agilgur5](https://togithub.com/agilgur5) in [https://github.com/ezolenko/rollup-plugin-typescript2/pull/456](https://togithub.com/ezolenko/rollup-plugin-typescript2/pull/456) #### Internal (testing, refactors) - github: mark `dist/*` as generated code by [@​agilgur5](https://togithub.com/agilgur5) in [https://github.com/ezolenko/rollup-plugin-typescript2/pull/457](https://togithub.com/ezolenko/rollup-plugin-typescript2/pull/457) - deps: auto-update `semver` via `npm audit fix` by [@​agilgur5](https://togithub.com/agilgur5) in [https://github.com/ezolenko/rollup-plugin-typescript2/pull/459](https://togithub.com/ezolenko/rollup-plugin-typescript2/pull/459) - switching from tslint (deprecated) to eslint by [@​ezolenko](https://togithub.com/ezolenko) in [https://github.com/ezolenko/rollup-plugin-typescript2/pull/463](https://togithub.com/ezolenko/rollup-plugin-typescript2/pull/463) **Full Changelog**: https://github.com/ezolenko/rollup-plugin-typescript2/compare/0.35.0...0.36.0

Configuration

📅 Schedule: Branch creation - "before 4am 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 12 months ago

Codecov Report

Merging #427 (a7dd428) into main (5c2142e) will not change coverage. The diff coverage is n/a.

@@           Coverage Diff           @@
##             main     #427   +/-   ##
=======================================
  Coverage   86.58%   86.58%           
=======================================
  Files           3        3           
  Lines          82       82           
  Branches       25       25           
=======================================
  Hits           71       71           
  Misses         11       11