chore(deps): update all non-major dependencies #78

Merged
renovate-bot merged 1 commit from renovate/all-minor-patch into main 2026-01-25 17:02:51 +00:00
Member

This PR contains the following updates:

Package Change Age Confidence Type Update
@playwright/test (source) 1.57.0 -> 1.58.0 age confidence devDependencies minor
@sveltejs/adapter-node (source) 5.5.1 -> 5.5.2 age confidence devDependencies patch
@sveltejs/kit (source) 2.50.0 -> 2.50.1 age confidence devDependencies patch
globals 17.0.0 -> 17.1.0 age confidence devDependencies minor
lightningcss 1.30.2 -> 1.31.1 age confidence devDependencies minor
mcr.microsoft.com/playwright v1.57.0-noble -> v1.58.0-noble age confidence container minor
prettier (source) 3.8.0 -> 3.8.1 age confidence devDependencies patch
svelte (source) 5.47.0 -> 5.48.2 age confidence devDependencies minor
typescript-eslint (source) 8.53.0 -> 8.53.1 age confidence devDependencies patch
vitest (source) 4.0.17 -> 4.0.18 age confidence devDependencies patch

⚠️ Warning

Some dependencies could not be looked up. Check the Dependency Dashboard for more information.


Release Notes

microsoft/playwright (@​playwright/test)

v1.58.0

Compare Source

Timeline

If you're using merged reports, the HTML report Speedboard tab now shows the Timeline:

Timeline chart in the HTML report

UI Mode and Trace Viewer Improvements

  • New 'system' theme option follows your OS dark/light mode preference
  • Search functionality (Cmd/Ctrl+F) is now available in code editors
  • Network details panel has been reorganized for better usability
  • JSON responses are now automatically formatted for readability

Thanks to @​cpAdm for contributing these improvements!

Miscellaneous

browserType.connectOverCDP() now accepts an isLocal option. When set to true, it tells Playwright that it runs on the same host as the CDP server, enabling file system optimizations.

Breaking Changes ⚠️

  • Removed _react and _vue selectors. See locators guide for alternatives.
  • Removed :light selector engine suffix. Use standard CSS selectors instead.
  • Option devtools from browserType.launch() has been removed. Use args: ['--auto-open-devtools-for-tabs'] instead.
  • Removed macOS 13 support for WebKit. We recommend to upgrade your macOS version, or keep using an older Playwright version.

Browser Versions

  • Chromium 145.0.7632.6
  • Mozilla Firefox 146.0.1
  • WebKit 26.0

This version was also tested against the following stable channels:

  • Google Chrome 144
  • Microsoft Edge 144
sveltejs/kit (@​sveltejs/adapter-node)

v5.5.2

Compare Source

Patch Changes
sveltejs/kit (@​sveltejs/kit)

v2.50.1

Compare Source

Patch Changes
  • fix: include hooks.server and hooks.universal as explicit Vite build inputs to ensure assets imported by hooks files are correctly discovered (#​15178)

  • fix: improves fields type for generic components (#​14974)

  • fix: preload links if href changes (#​15191)

sindresorhus/globals (globals)

v17.1.0

Compare Source


parcel-bundler/lightningcss (lightningcss)

v1.31.1

Compare Source

v1.31.0

Compare Source

Features

Fixes

prettier/prettier (prettier)

v3.8.1

Compare Source

diff

Include available printers in plugin type declarations (#​18706 by @​porada)
// Input
import * as prettierPluginEstree from "prettier/plugins/estree";

// Prettier 3.8.0
// Property 'printers' does not exist on type 'typeof import("prettier/plugins/estree")'. ts(2339)
prettierPluginEstree.printers.estree; //=> any

// Prettier 3.8.1
prettierPluginEstree.printers.estree; //=> Printer
prettierPluginEstree.printers["estree-json"]; //=> Printer
sveltejs/svelte (svelte)

v5.48.2

Compare Source

Patch Changes
  • fix: export wait function from internal client index (#​17530)

v5.48.1

Compare Source

Patch Changes
  • fix: hoist snippets above const in same block (#​17516)

  • fix: properly hydrate await in {@​html} (#​17528)

  • fix: batch resolution of async work (#​17511)

  • fix: account for empty statements when visiting in transform async (#​17524)

  • fix: avoid async overhead for already settled promises (#​17461)

  • fix: better code generation for const tags with async dependencies (#​17518)

v5.48.0

Compare Source

Minor Changes
  • feat: export parseCss from svelte/compiler (#​17496)
Patch Changes
  • fix: handle non-string values in svelte:element this attribute (#​17499)

  • fix: faster deduplication of dependencies (#​17503)

v5.47.1

Compare Source

Patch Changes
  • fix: trigger selectedcontent reactivity (#​17486)
typescript-eslint/typescript-eslint (typescript-eslint)

v8.53.1

Compare Source

This was a version bump only for typescript-eslint to align it with other projects, there were no code changes.

You can read about our versioning strategy and releases on our website.

vitest-dev/vitest (vitest)

v4.0.18

Compare Source

   🚀 Experimental Features
   🐞 Bug Fixes
    View changes on GitHub

Configuration

📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).

🚦 Automerge: Enabled.

Rebasing: Whenever PR is behind base branch, or you tick the rebase/retry checkbox.

👻 Immortal: This PR will be recreated if closed unmerged. Get config help if that's undesired.


  • If you want to rebase/retry this PR, check this box

This PR has been generated by Renovate Bot.

This PR contains the following updates: | Package | Change | Age | Confidence | Type | Update | |---|---|---|---|---|---| | [@playwright/test](https://playwright.dev) ([source](https://github.com/microsoft/playwright)) | [`1.57.0` -> `1.58.0`](https://renovatebot.com/diffs/npm/@playwright%2ftest/1.57.0/1.58.0) | [![age](https://developer.mend.io/api/mc/badges/age/npm/@playwright%2ftest/1.58.0?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![confidence](https://developer.mend.io/api/mc/badges/confidence/npm/@playwright%2ftest/1.57.0/1.58.0?slim=true)](https://docs.renovatebot.com/merge-confidence/) | devDependencies | minor | | [@sveltejs/adapter-node](https://svelte.dev/docs/kit/adapter-node) ([source](https://github.com/sveltejs/kit/tree/HEAD/packages/adapter-node)) | [`5.5.1` -> `5.5.2`](https://renovatebot.com/diffs/npm/@sveltejs%2fadapter-node/5.5.1/5.5.2) | [![age](https://developer.mend.io/api/mc/badges/age/npm/@sveltejs%2fadapter-node/5.5.2?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![confidence](https://developer.mend.io/api/mc/badges/confidence/npm/@sveltejs%2fadapter-node/5.5.1/5.5.2?slim=true)](https://docs.renovatebot.com/merge-confidence/) | devDependencies | patch | | [@sveltejs/kit](https://svelte.dev) ([source](https://github.com/sveltejs/kit/tree/HEAD/packages/kit)) | [`2.50.0` -> `2.50.1`](https://renovatebot.com/diffs/npm/@sveltejs%2fkit/2.50.0/2.50.1) | [![age](https://developer.mend.io/api/mc/badges/age/npm/@sveltejs%2fkit/2.50.1?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![confidence](https://developer.mend.io/api/mc/badges/confidence/npm/@sveltejs%2fkit/2.50.0/2.50.1?slim=true)](https://docs.renovatebot.com/merge-confidence/) | devDependencies | patch | | [globals](https://github.com/sindresorhus/globals) | [`17.0.0` -> `17.1.0`](https://renovatebot.com/diffs/npm/globals/17.0.0/17.1.0) | [![age](https://developer.mend.io/api/mc/badges/age/npm/globals/17.1.0?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![confidence](https://developer.mend.io/api/mc/badges/confidence/npm/globals/17.0.0/17.1.0?slim=true)](https://docs.renovatebot.com/merge-confidence/) | devDependencies | minor | | [lightningcss](https://github.com/parcel-bundler/lightningcss) | [`1.30.2` -> `1.31.1`](https://renovatebot.com/diffs/npm/lightningcss/1.30.2/1.31.1) | [![age](https://developer.mend.io/api/mc/badges/age/npm/lightningcss/1.31.1?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![confidence](https://developer.mend.io/api/mc/badges/confidence/npm/lightningcss/1.30.2/1.31.1?slim=true)](https://docs.renovatebot.com/merge-confidence/) | devDependencies | minor | | mcr.microsoft.com/playwright | `v1.57.0-noble` -> `v1.58.0-noble` | [![age](https://developer.mend.io/api/mc/badges/age/docker/mcr.microsoft.com%2fplaywright/v1.58.0?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![confidence](https://developer.mend.io/api/mc/badges/confidence/docker/mcr.microsoft.com%2fplaywright/v1.57.0/v1.58.0?slim=true)](https://docs.renovatebot.com/merge-confidence/) | container | minor | | [prettier](https://prettier.io) ([source](https://github.com/prettier/prettier)) | [`3.8.0` -> `3.8.1`](https://renovatebot.com/diffs/npm/prettier/3.8.0/3.8.1) | [![age](https://developer.mend.io/api/mc/badges/age/npm/prettier/3.8.1?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![confidence](https://developer.mend.io/api/mc/badges/confidence/npm/prettier/3.8.0/3.8.1?slim=true)](https://docs.renovatebot.com/merge-confidence/) | devDependencies | patch | | [svelte](https://svelte.dev) ([source](https://github.com/sveltejs/svelte/tree/HEAD/packages/svelte)) | [`5.47.0` -> `5.48.2`](https://renovatebot.com/diffs/npm/svelte/5.47.0/5.48.2) | [![age](https://developer.mend.io/api/mc/badges/age/npm/svelte/5.48.2?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![confidence](https://developer.mend.io/api/mc/badges/confidence/npm/svelte/5.47.0/5.48.2?slim=true)](https://docs.renovatebot.com/merge-confidence/) | devDependencies | minor | | [typescript-eslint](https://typescript-eslint.io/packages/typescript-eslint) ([source](https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/typescript-eslint)) | [`8.53.0` -> `8.53.1`](https://renovatebot.com/diffs/npm/typescript-eslint/8.53.0/8.53.1) | [![age](https://developer.mend.io/api/mc/badges/age/npm/typescript-eslint/8.53.1?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![confidence](https://developer.mend.io/api/mc/badges/confidence/npm/typescript-eslint/8.53.0/8.53.1?slim=true)](https://docs.renovatebot.com/merge-confidence/) | devDependencies | patch | | [vitest](https://vitest.dev) ([source](https://github.com/vitest-dev/vitest/tree/HEAD/packages/vitest)) | [`4.0.17` -> `4.0.18`](https://renovatebot.com/diffs/npm/vitest/4.0.17/4.0.18) | [![age](https://developer.mend.io/api/mc/badges/age/npm/vitest/4.0.18?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![confidence](https://developer.mend.io/api/mc/badges/confidence/npm/vitest/4.0.17/4.0.18?slim=true)](https://docs.renovatebot.com/merge-confidence/) | devDependencies | patch | --- > ⚠️ **Warning** > > Some dependencies could not be looked up. Check the Dependency Dashboard for more information. --- ### Release Notes <details> <summary>microsoft/playwright (@&#8203;playwright/test)</summary> ### [`v1.58.0`](https://github.com/microsoft/playwright/releases/tag/v1.58.0) [Compare Source](https://github.com/microsoft/playwright/compare/v1.57.0...v1.58.0) #### Timeline If you're using [merged reports](https://playwright.dev/docs/test-sharding#merging-reports-from-multiple-environments), the HTML report Speedboard tab now shows the Timeline: ![Timeline chart in the HTML report](https://github.com/microsoft/playwright/blob/main/docs/src/images/timeline.png?raw=true) #### UI Mode and Trace Viewer Improvements - New 'system' theme option follows your OS dark/light mode preference - Search functionality (Cmd/Ctrl+F) is now available in code editors - Network details panel has been reorganized for better usability - JSON responses are now automatically formatted for readability Thanks to [@&#8203;cpAdm](https://github.com/cpAdm) for contributing these improvements! #### Miscellaneous [browserType.connectOverCDP()](https://playwright.dev/docs/api/class-browsertype#browser-type-connect-over-cdp) now accepts an `isLocal` option. When set to `true`, it tells Playwright that it runs on the same host as the CDP server, enabling file system optimizations. #### Breaking Changes ⚠️ - Removed `_react` and `_vue` selectors. See [locators guide](https://playwright.dev/docs/locators) for alternatives. - Removed `:light` selector engine suffix. Use standard CSS selectors instead. - Option `devtools` from [browserType.launch()](https://playwright.dev/docs/api/class-browsertype#browser-type-launch) has been removed. Use `args: ['--auto-open-devtools-for-tabs']` instead. - Removed macOS 13 support for WebKit. We recommend to upgrade your macOS version, or keep using an older Playwright version. #### Browser Versions - Chromium 145.0.7632.6 - Mozilla Firefox 146.0.1 - WebKit 26.0 This version was also tested against the following stable channels: - Google Chrome 144 - Microsoft Edge 144 </details> <details> <summary>sveltejs/kit (@&#8203;sveltejs/adapter-node)</summary> ### [`v5.5.2`](https://github.com/sveltejs/kit/blob/HEAD/packages/adapter-node/CHANGELOG.md#552) [Compare Source](https://github.com/sveltejs/kit/compare/@sveltejs/adapter-node@5.5.1...@sveltejs/adapter-node@5.5.2) ##### Patch Changes - fix: disable gzip and brotli when precompress=false ([#&#8203;15182](https://github.com/sveltejs/kit/pull/15182)) - Updated dependencies \[[`46c1ebd`](https://github.com/sveltejs/kit/commit/46c1ebd9f662f0de499e921bfee2661316449e9d), [`2dd74c8`](https://github.com/sveltejs/kit/commit/2dd74c8c86ae4855c3e9d74d8cf241e86dcd5b36), [`8871b54`](https://github.com/sveltejs/kit/commit/8871b5444413d0c7d7ef4d260996c3b5c359d0b8)]: - [@&#8203;sveltejs/kit](https://github.com/sveltejs/kit)@&#8203;2.50.1 </details> <details> <summary>sveltejs/kit (@&#8203;sveltejs/kit)</summary> ### [`v2.50.1`](https://github.com/sveltejs/kit/blob/HEAD/packages/kit/CHANGELOG.md#2501) [Compare Source](https://github.com/sveltejs/kit/compare/@sveltejs/kit@2.50.0...@sveltejs/kit@2.50.1) ##### Patch Changes - fix: include `hooks.server` and `hooks.universal` as explicit Vite build inputs to ensure assets imported by hooks files are correctly discovered ([#&#8203;15178](https://github.com/sveltejs/kit/pull/15178)) - fix: improves fields type for generic components ([#&#8203;14974](https://github.com/sveltejs/kit/pull/14974)) - fix: preload links if href changes ([#&#8203;15191](https://github.com/sveltejs/kit/pull/15191)) </details> <details> <summary>sindresorhus/globals (globals)</summary> ### [`v17.1.0`](https://github.com/sindresorhus/globals/releases/tag/v17.1.0) [Compare Source](https://github.com/sindresorhus/globals/compare/v17.0.0...v17.1.0) - Add `webpack` and `rspack` globals ([#&#8203;333](https://github.com/sindresorhus/globals/issues/333)) [`65cae73`](https://github.com/sindresorhus/globals/commit/65cae73) *** </details> <details> <summary>parcel-bundler/lightningcss (lightningcss)</summary> ### [`v1.31.1`](https://github.com/parcel-bundler/lightningcss/compare/v1.31.0...6993d9f1d3cd69030c5976cd8860361b7679f68d) [Compare Source](https://github.com/parcel-bundler/lightningcss/compare/v1.31.0...6993d9f1d3cd69030c5976cd8860361b7679f68d) ### [`v1.31.0`](https://github.com/parcel-bundler/lightningcss/releases/tag/v1.31.0) [Compare Source](https://github.com/parcel-bundler/lightningcss/compare/v1.30.2...v1.31.0) #### Features - [Implement scroll-state container queries](https://github.com/parcel-bundler/lightningcss/commit/220b39039d83d1d5e9c488c21242bede49834a97) - [Allow @&#8203;property to be nested inside at-rules](https://github.com/parcel-bundler/lightningcss/pull/1090) - [Support print-color-adjust property](https://github.com/parcel-bundler/lightningcss/pull/1102) - [Support `<string>` in @&#8203;property syntax](https://github.com/parcel-bundler/lightningcss/pull/1134) - [Add :state() pseudo-class support](https://github.com/parcel-bundler/lightningcss/pull/1133) - [Reduce min(), max() and clamp() with number arguments](https://github.com/parcel-bundler/lightningcss/pull/1131) - [Support name-only @&#8203;container queries](https://github.com/parcel-bundler/lightningcss/pull/1125) - #### Fixes - [Ensure compiled range media queries are correctly parenthesised](https://github.com/parcel-bundler/lightningcss/pull/1114) - [Add quotes to font-families with multiple consecutive spaces](https://github.com/parcel-bundler/lightningcss/pull/1064) - [Do not remove whitespace in token lists](https://github.com/parcel-bundler/lightningcss/commit/32f1f52f025fc43887b20448cc9646b09ef96329) - [Fix whitespace handling in view transition pseudos](https://github.com/parcel-bundler/lightningcss/commit/8986055badf22d508a197dc8ef368f1a6145f804) - [Ensure interleave nested declarations have a semicolon when needed](https://github.com/parcel-bundler/lightningcss/commit/9e04c0112da0d614a437ff5903066607c50bc6f9) - [Fix casing for camel-cased svg values](https://github.com/parcel-bundler/lightningcss/pull/1108) - [Improve grid-template-areas handling and grid shorthand](https://github.com/parcel-bundler/lightningcss/pull/1132) - [Fix background-position minification and handling for various cases](https://github.com/parcel-bundler/lightningcss/pull/1124) - [Update browser compat data](https://github.com/parcel-bundler/lightningcss/commit/7754bd22ee5ad2c2be3b8c10ea3d24ed33d6dad7) </details> <details> <summary>prettier/prettier (prettier)</summary> ### [`v3.8.1`](https://github.com/prettier/prettier/blob/HEAD/CHANGELOG.md#381) [Compare Source](https://github.com/prettier/prettier/compare/3.8.0...3.8.1) [diff](https://github.com/prettier/prettier/compare/3.8.0...3.8.1) ##### Include available `printers` in plugin type declarations ([#&#8203;18706](https://github.com/prettier/prettier/pull/18706) by [@&#8203;porada](https://github.com/porada)) <!-- prettier-ignore --> ```ts // Input import * as prettierPluginEstree from "prettier/plugins/estree"; // Prettier 3.8.0 // Property 'printers' does not exist on type 'typeof import("prettier/plugins/estree")'. ts(2339) prettierPluginEstree.printers.estree; //=> any // Prettier 3.8.1 prettierPluginEstree.printers.estree; //=> Printer prettierPluginEstree.printers["estree-json"]; //=> Printer ``` </details> <details> <summary>sveltejs/svelte (svelte)</summary> ### [`v5.48.2`](https://github.com/sveltejs/svelte/blob/HEAD/packages/svelte/CHANGELOG.md#5482) [Compare Source](https://github.com/sveltejs/svelte/compare/svelte@5.48.1...svelte@5.48.2) ##### Patch Changes - fix: export `wait` function from internal client index ([#&#8203;17530](https://github.com/sveltejs/svelte/pull/17530)) ### [`v5.48.1`](https://github.com/sveltejs/svelte/blob/HEAD/packages/svelte/CHANGELOG.md#5481) [Compare Source](https://github.com/sveltejs/svelte/compare/svelte@5.48.0...svelte@5.48.1) ##### Patch Changes - fix: hoist snippets above const in same block ([#&#8203;17516](https://github.com/sveltejs/svelte/pull/17516)) - fix: properly hydrate await in `{@&#8203;html}` ([#&#8203;17528](https://github.com/sveltejs/svelte/pull/17528)) - fix: batch resolution of async work ([#&#8203;17511](https://github.com/sveltejs/svelte/pull/17511)) - fix: account for empty statements when visiting in transform async ([#&#8203;17524](https://github.com/sveltejs/svelte/pull/17524)) - fix: avoid async overhead for already settled promises ([#&#8203;17461](https://github.com/sveltejs/svelte/pull/17461)) - fix: better code generation for const tags with async dependencies ([#&#8203;17518](https://github.com/sveltejs/svelte/pull/17518)) ### [`v5.48.0`](https://github.com/sveltejs/svelte/blob/HEAD/packages/svelte/CHANGELOG.md#5480) [Compare Source](https://github.com/sveltejs/svelte/compare/svelte@5.47.1...svelte@5.48.0) ##### Minor Changes - feat: export `parseCss` from `svelte/compiler` ([#&#8203;17496](https://github.com/sveltejs/svelte/pull/17496)) ##### Patch Changes - fix: handle non-string values in `svelte:element` `this` attribute ([#&#8203;17499](https://github.com/sveltejs/svelte/pull/17499)) - fix: faster deduplication of dependencies ([#&#8203;17503](https://github.com/sveltejs/svelte/pull/17503)) ### [`v5.47.1`](https://github.com/sveltejs/svelte/blob/HEAD/packages/svelte/CHANGELOG.md#5471) [Compare Source](https://github.com/sveltejs/svelte/compare/svelte@5.47.0...svelte@5.47.1) ##### Patch Changes - fix: trigger `selectedcontent` reactivity ([#&#8203;17486](https://github.com/sveltejs/svelte/pull/17486)) </details> <details> <summary>typescript-eslint/typescript-eslint (typescript-eslint)</summary> ### [`v8.53.1`](https://github.com/typescript-eslint/typescript-eslint/blob/HEAD/packages/typescript-eslint/CHANGELOG.md#8531-2026-01-19) [Compare Source](https://github.com/typescript-eslint/typescript-eslint/compare/v8.53.0...v8.53.1) This was a version bump only for typescript-eslint to align it with other projects, there were no code changes. You can read about our [versioning strategy](https://typescript-eslint.io/users/versioning) and [releases](https://typescript-eslint.io/users/releases) on our website. </details> <details> <summary>vitest-dev/vitest (vitest)</summary> ### [`v4.0.18`](https://github.com/vitest-dev/vitest/releases/tag/v4.0.18) [Compare Source](https://github.com/vitest-dev/vitest/compare/v4.0.17...v4.0.18) #####    🚀 Experimental Features - **experimental**: Add `onModuleRunner` hook to `worker.init`  -  by [@&#8203;sheremet-va](https://github.com/sheremet-va) in [#&#8203;9286](https://github.com/vitest-dev/vitest/issues/9286) [<samp>(ea837)</samp>](https://github.com/vitest-dev/vitest/commit/ea837de7d) #####    🐞 Bug Fixes - Use `meta.url` in `createRequire`  -  by [@&#8203;sheremet-va](https://github.com/sheremet-va) in [#&#8203;9441](https://github.com/vitest-dev/vitest/issues/9441) [<samp>(e0572)</samp>](https://github.com/vitest-dev/vitest/commit/e057281ca) - **browser**: Hide injected data-testid attributes  -  by [@&#8203;sheremet-va](https://github.com/sheremet-va) in [#&#8203;9503](https://github.com/vitest-dev/vitest/issues/9503) [<samp>(f8989)</samp>](https://github.com/vitest-dev/vitest/commit/f89899cd8) - **ui**: Process artifact attachments when generating HTML reporter  -  by [@&#8203;macarie](https://github.com/macarie) in [#&#8203;9472](https://github.com/vitest-dev/vitest/issues/9472) [<samp>(22543)</samp>](https://github.com/vitest-dev/vitest/commit/225435647) #####     [View changes on GitHub](https://github.com/vitest-dev/vitest/compare/v4.0.17...v4.0.18) </details> --- ### Configuration 📅 **Schedule**: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined). 🚦 **Automerge**: Enabled. ♻ **Rebasing**: Whenever PR is behind base branch, or you tick the rebase/retry checkbox. 👻 **Immortal**: This PR will be recreated if closed unmerged. Get [config help](https://github.com/renovatebot/renovate/discussions) if that's undesired. --- - [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check this box --- This PR has been generated by [Renovate Bot](https://github.com/renovatebot/renovate). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiI0MS4xNjkuNCIsInVwZGF0ZWRJblZlciI6IjQxLjE2OS40IiwidGFyZ2V0QnJhbmNoIjoibWFpbiIsImxhYmVscyI6W119-->
chore(deps): update all non-major dependencies
All checks were successful
Build / Test (pull_request) Successful in 1m36s
Build / Build (pull_request) Has been skipped
0f8bd27103
renovate-bot scheduled this pull request to auto merge when all checks succeed 2026-01-25 17:01:11 +00:00
renovate-bot deleted branch renovate/all-minor-patch 2026-01-25 17:02:52 +00:00
Sign in to join this conversation.
No reviewers
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
danielhaus/danielhaus.de!78
No description provided.