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

Closed renovate[bot] closed 2 months ago

renovate[bot] commented 2 months ago

Mend Renovate

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
prettier (source) ^3.3.2 -> ^3.3.3 age adoption passing confidence
rimraf ^5.0.8 -> ^5.0.9 age adoption passing confidence
rollup (source) ^4.18.0 -> ^4.18.1 age adoption passing confidence
typedoc (source) ^0.26.3 -> ^0.26.4 age adoption passing confidence

Release Notes

prettier/prettier (prettier) ### [`v3.3.3`](https://togithub.com/prettier/prettier/blob/HEAD/CHANGELOG.md#333) [Compare Source](https://togithub.com/prettier/prettier/compare/3.3.2...3.3.3) [diff](https://togithub.com/prettier/prettier/compare/3.3.2...3.3.3) ##### Add parentheses for nullish coalescing in ternary ([#​16391](https://togithub.com/prettier/prettier/pull/16391) by [@​cdignam-segment](https://togithub.com/cdignam-segment)) This change adds clarity to operator precedence. ```js // Input foo ? bar ?? foo : baz; foo ?? bar ? a : b; a ? b : foo ?? bar; // Prettier 3.3.2 foo ? bar ?? foo : baz; foo ?? bar ? a : b; a ? b : foo ?? bar; // Prettier 3.3.3 foo ? (bar ?? foo) : baz; (foo ?? bar) ? a : b; a ? b : (foo ?? bar); ``` ##### Add parentheses for decorator expressions ([#​16458](https://togithub.com/prettier/prettier/pull/16458) by [@​y-schneider](https://togithub.com/y-schneider)) Prevent parentheses around member expressions or tagged template literals from being removed to follow the stricter parsing rules of TypeScript 5.5. ```ts // Input @​(foo`tagged template`) class X {} // Prettier 3.3.2 @​foo`tagged template` class X {} // Prettier 3.3.3 @​(foo`tagged template`) class X {} ``` ##### Support `@let` declaration syntax ([#​16474](https://togithub.com/prettier/prettier/pull/16474) by [@​sosukesuzuki](https://togithub.com/sosukesuzuki)) Adds support for Angular v18 `@let` declaration syntax. Please see the following code example. The `@let` declaration allows you to define local variables within the template: ```html @​let name = 'Frodo';

Dashboard for {{name}}

Hello, {{name}} ``` For more details, please refer to the excellent blog post by the Angular Team: [Introducing @​let in Angular](https://blog.angular.dev/introducing-let-in-angular-686f9f383f0f). We also appreciate the Angular Team for kindly answering our questions to implement this feature.
isaacs/rimraf (rimraf) ### [`v5.0.9`](https://togithub.com/isaacs/rimraf/compare/v5.0.8...546c9ec50c0e94ac08af7188b02fc1dddfc5134e) [Compare Source](https://togithub.com/isaacs/rimraf/compare/v5.0.8...v5.0.9)
rollup/rollup (rollup) ### [`v4.18.1`](https://togithub.com/rollup/rollup/blob/HEAD/CHANGELOG.md#4181) [Compare Source](https://togithub.com/rollup/rollup/compare/v4.18.0...v4.18.1) *2024-07-08* ##### Bug Fixes - Prevent "%" in generated file names to ensure imports resolve ([#​5535](https://togithub.com/rollup/rollup/issues/5535)) ##### Pull Requests - [#​5524](https://togithub.com/rollup/rollup/pull/5524): chore(deps): lock file maintenance minor/patch updates ([@​renovate](https://togithub.com/renovate)\[bot]) - [#​5525](https://togithub.com/rollup/rollup/pull/5525): chore(deps): lock file maintenance ([@​renovate](https://togithub.com/renovate)\[bot]) - [#​5526](https://togithub.com/rollup/rollup/pull/5526): chore(deps): lock file maintenance minor/patch updates ([@​renovate](https://togithub.com/renovate)\[bot]) - [#​5527](https://togithub.com/rollup/rollup/pull/5527): chore(deps): lock file maintenance minor/patch updates ([@​renovate](https://togithub.com/renovate)\[bot]) - [#​5529](https://togithub.com/rollup/rollup/pull/5529): Use Spanned trait to simplify logic ([@​lukastaegert](https://togithub.com/lukastaegert)) - [#​5530](https://togithub.com/rollup/rollup/pull/5530): Fix typos in ARCHITECTURE.md ([@​younggglcy](https://togithub.com/younggglcy)) - [#​5532](https://togithub.com/rollup/rollup/pull/5532): Use Rust macros for converters where possible ([@​lukastaegert](https://togithub.com/lukastaegert)) - [#​5535](https://togithub.com/rollup/rollup/pull/5535): fix: escape `%` if URI malformed ([@​baseballyama](https://togithub.com/baseballyama), [@​lukastaegert](https://togithub.com/lukastaegert)) - [#​5536](https://togithub.com/rollup/rollup/pull/5536): chore(deps): lock file maintenance minor/patch updates ([@​renovate](https://togithub.com/renovate)\[bot], [@​lukastaegert](https://togithub.com/lukastaegert)) - [#​5541](https://togithub.com/rollup/rollup/pull/5541): chore(deps): lock file maintenance minor/patch updates ([@​renovate](https://togithub.com/renovate)\[bot]) - [#​5542](https://togithub.com/rollup/rollup/pull/5542): chore(deps): lock file maintenance ([@​renovate](https://togithub.com/renovate)\[bot]) - [#​5543](https://togithub.com/rollup/rollup/pull/5543): Watch rust files and rebuild during dev ([@​lukastaegert](https://togithub.com/lukastaegert)) - [#​5544](https://togithub.com/rollup/rollup/pull/5544): Refactor AST converters ([@​lukastaegert](https://togithub.com/lukastaegert)) - [#​5545](https://togithub.com/rollup/rollup/pull/5545): chore(deps): update dependency [@​rollup/plugin-commonjs](https://togithub.com/rollup/plugin-commonjs) to v26 ([@​renovate](https://togithub.com/renovate)\[bot]) - [#​5546](https://togithub.com/rollup/rollup/pull/5546): chore(deps): update dependency nyc to v17 ([@​renovate](https://togithub.com/renovate)\[bot]) - [#​5547](https://togithub.com/rollup/rollup/pull/5547): chore(deps): lock file maintenance minor/patch updates ([@​renovate](https://togithub.com/renovate)\[bot]) - [#​5548](https://togithub.com/rollup/rollup/pull/5548): chore(deps): lock file maintenance ([@​renovate](https://togithub.com/renovate)\[bot]) - [#​5549](https://togithub.com/rollup/rollup/pull/5549): chore(deps): lock file maintenance ([@​renovate](https://togithub.com/renovate)\[bot]) - [#​5550](https://togithub.com/rollup/rollup/pull/5550): chore(deps): update dependency eslint-plugin-unicorn to v54 ([@​renovate](https://togithub.com/renovate)\[bot], [@​lukastaegert](https://togithub.com/lukastaegert)) - [#​5551](https://togithub.com/rollup/rollup/pull/5551): chore(deps): lock file maintenance minor/patch updates ([@​renovate](https://togithub.com/renovate)\[bot], [@​lukastaegert](https://togithub.com/lukastaegert)) - [#​5555](https://togithub.com/rollup/rollup/pull/5555): chore(deps): lock file maintenance minor/patch updates ([@​renovate](https://togithub.com/renovate)\[bot]) - [#​5556](https://togithub.com/rollup/rollup/pull/5556): chore(deps): lock file maintenance ([@​renovate](https://togithub.com/renovate)\[bot]) - [#​5558](https://togithub.com/rollup/rollup/pull/5558): Consider that the body of ClassBody might be of type StaticBlock ([@​TrickyPi](https://togithub.com/TrickyPi)) - [#​5565](https://togithub.com/rollup/rollup/pull/5565): refactor(ast): conditional branch ([@​Simon-He95](https://togithub.com/Simon-He95)) - [#​5566](https://togithub.com/rollup/rollup/pull/5566): chore(deps): lock file maintenance minor/patch updates ([@​renovate](https://togithub.com/renovate)\[bot]) - [#​5567](https://togithub.com/rollup/rollup/pull/5567): chore(deps): lock file maintenance ([@​renovate](https://togithub.com/renovate)\[bot])
TypeStrong/TypeDoc (typedoc) ### [`v0.26.4`](https://togithub.com/TypeStrong/TypeDoc/blob/HEAD/CHANGELOG.md#v0264-2024-07-10) [Compare Source](https://togithub.com/TypeStrong/TypeDoc/compare/v0.26.3...v0.26.4) ##### Bug Fixes - The page navigation sidebar no longer incorrectly includes re-exports if the same member is exported with multiple names [#​2625](https://togithub.com/TypeStrong/TypeDoc/issues/2625). - Page navigation now ensures the current page is visible when the page is first loaded, [#​2626](https://togithub.com/TypeStrong/TypeDoc/issues/2626). - If a relative linked image is referenced multiple times, TypeDoc will no longer sometimes produce invalid links to the image [#​2627](https://togithub.com/TypeStrong/TypeDoc/issues/2627). - `@link` tags will now be validated in referenced markdown documents, [#​2629](https://togithub.com/TypeStrong/TypeDoc/issues/2629). - `@link` tags are now resolved in project documents, [#​2629](https://togithub.com/TypeStrong/TypeDoc/issues/2629). - HTML/JSON output generated by TypeDoc now contains a trailing newline, [#​2632](https://togithub.com/TypeStrong/TypeDoc/issues/2632). - TypeDoc now correctly handles markdown documents with CRLF line endings, [#​2628](https://togithub.com/TypeStrong/TypeDoc/issues/2628). - `@hidden` is now properly applied when placed in a function implementation comment, [#​2634](https://togithub.com/TypeStrong/TypeDoc/issues/2634). - Comments on re-exports are now rendered. ##### Thanks! - [@​bukowa](https://togithub.com/bukowa) - [@​garrett-hopper](https://togithub.com/garrett-hopper)

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.

cloudflare-workers-and-pages[bot] commented 2 months ago

Deploying mande with  Cloudflare Pages  Cloudflare Pages

Latest commit: 4857450
Status: ✅  Deploy successful!
Preview URL: https://ac8e68e8.mande-9c7.pages.dev
Branch Preview URL: https://renovate-all-minor-patch.mande-9c7.pages.dev

View logs

codecov[bot] commented 2 months ago

Codecov Report

All modified and coverable lines are covered by tests :white_check_mark:

Project coverage is 96.18%. Comparing base (36478e7) to head (4857450).

Additional details and impacted files ```diff @@ Coverage Diff @@ ## main #482 +/- ## ======================================= Coverage 96.18% 96.18% ======================================= Files 1 1 Lines 472 472 Branches 27 27 ======================================= Hits 454 454 Misses 17 17 Partials 1 1 ```

:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.