helpwave / web

The official web application of helpwave
https://staging-tasks.helpwave.de
Mozilla Public License 2.0
13 stars 4 forks source link

fix(deps): update all non-major dependencies #1048

Open renovate[bot] opened 2 months ago

renovate[bot] commented 2 months ago

Mend Renovate

This PR contains the following updates:

Package Change Age Adoption Passing Confidence Type Update
@babel/core (source) 7.24.5 -> 7.24.9 age adoption passing confidence dependencies patch
@babel/preset-env (source) 7.24.5 -> 7.24.8 age adoption passing confidence devDependencies patch
@babel/preset-react (source) 7.24.1 -> 7.24.7 age adoption passing confidence devDependencies patch
@babel/preset-typescript (source) 7.24.1 -> 7.24.7 age adoption passing confidence devDependencies patch
@next/eslint-plugin-next (source) 14.2.3 -> 14.2.5 age adoption passing confidence devDependencies patch
@radix-ui/react-checkbox (source) 1.0.4 -> 1.1.1 age adoption passing confidence dependencies minor
@storybook/addon-essentials (source) 7.6.19 -> 7.6.20 age adoption passing confidence devDependencies patch
@storybook/addon-interactions (source) 7.6.19 -> 7.6.20 age adoption passing confidence devDependencies patch
@storybook/addon-links (source) 7.6.19 -> 7.6.20 age adoption passing confidence devDependencies patch
@storybook/blocks (source) 7.6.19 -> 7.6.20 age adoption passing confidence devDependencies patch
@storybook/nextjs (source) 7.6.19 -> 7.6.20 age adoption passing confidence devDependencies patch
@storybook/react (source) 7.6.19 -> 7.6.20 age adoption passing confidence devDependencies patch
@tanstack/react-query-devtools (source) 5.35.5 -> 5.51.5 age adoption passing confidence dependencies minor
@tanstack/react-table (source) 8.16.0 -> 8.19.3 age adoption passing confidence dependencies minor
@types/node (source) 20.12.11 -> 20.14.11 age adoption passing confidence devDependencies minor
@types/react (source) 18.3.1 -> 18.3.3 age adoption passing confidence devDependencies patch
commander 12.0.0 -> 12.1.0 age adoption passing confidence peerDependencies minor
eslint-plugin-promise 6.1.1 -> 6.4.0 age adoption passing confidence peerDependencies minor
eslint-plugin-react 7.34.1 -> 7.34.4 age adoption passing confidence peerDependencies patch
eslint-plugin-tailwindcss 3.15.1 -> 3.17.4 age adoption passing confidence peerDependencies minor
github/codeql-action v2.25.4 -> v2.25.12 age adoption passing confidence action patch
google-protobuf 3.21.2 -> 3.21.4 age adoption passing confidence dependencies patch
lucide-react (source) 0.378.0 -> 0.408.0 age adoption passing confidence dependencies minor
node 20.13.1-alpine -> 20.15.1-alpine age adoption passing confidence final minor
node 20.13.1 -> 20.15.1 age adoption passing confidence stage minor
node 20.13.1 -> 20.15.1 age adoption passing confidence final minor
oauth4webapi 2.10.4 -> 2.11.1 age adoption passing confidence dependencies minor
react-intersection-observer 9.10.2 -> 9.13.0 age adoption passing confidence dependencies minor
simplebar-core (source) 1.2.5 -> 1.2.6 age adoption passing confidence dependencies patch
simplebar-react (source) 3.2.5 -> 3.2.6 age adoption passing confidence dependencies patch
storybook (source) 7.6.19 -> 7.6.20 age adoption passing confidence devDependencies patch
typescript (source) 5.4.5 -> 5.5.3 age adoption passing confidence dependencies minor
typescript (source) 5.4.5 -> 5.5.3 age adoption passing confidence devDependencies minor
webpack 5.91.0 -> 5.93.0 age adoption passing confidence dependencies minor

Release Notes

babel/babel (@​babel/core) ### [`v7.24.9`](https://togithub.com/babel/babel/blob/HEAD/CHANGELOG.md#v7249-2024-07-15) [Compare Source](https://togithub.com/babel/babel/compare/v7.24.8...v7.24.9) ##### :bug: Bug Fix - `babel-core`, `babel-standalone` - [#​16639](https://togithub.com/babel/babel/pull/16639) Avoid `require()` call in `@babel/standalone` bundle ([@​nicolo-ribaudo](https://togithub.com/nicolo-ribaudo)) - `babel-types` - [#​16638](https://togithub.com/babel/babel/pull/16638) fix: provide legacy typings for TS < 4.1 ([@​JLHwung](https://togithub.com/JLHwung)) ##### :nail_care: Polish - `babel-generator`, `babel-plugin-transform-optional-chaining` - [#​16617](https://togithub.com/babel/babel/pull/16617) Avoid extra parens in TS `as`/`satisfies` ([@​nicolo-ribaudo](https://togithub.com/nicolo-ribaudo)) ##### :house: Internal - `babel-helper-module-transforms` - [#​16629](https://togithub.com/babel/babel/pull/16629) Lazy top-level initializations for module transforms ([@​guybedford](https://togithub.com/guybedford)) ### [`v7.24.8`](https://togithub.com/babel/babel/blob/HEAD/CHANGELOG.md#v7248-2024-07-11) [Compare Source](https://togithub.com/babel/babel/compare/v7.24.7...v7.24.8) ##### :eyeglasses: Spec Compliance - `babel-parser` - [#​16567](https://togithub.com/babel/babel/pull/16567) Do not use strict mode in TS `declare` ([@​liuxingbaoyu](https://togithub.com/liuxingbaoyu)) ##### :bug: Bug Fix - `babel-generator` - [#​16630](https://togithub.com/babel/babel/pull/16630) Correctly print parens around `in` in `for` heads ([@​nicolo-ribaudo](https://togithub.com/nicolo-ribaudo)) - [#​16626](https://togithub.com/babel/babel/pull/16626) Fix printing of comments in `await using` ([@​nicolo-ribaudo](https://togithub.com/nicolo-ribaudo)) - [#​16591](https://togithub.com/babel/babel/pull/16591) fix typescript code generation for yield expression inside type expre… ([@​SreeXD](https://togithub.com/SreeXD)) - `babel-parser` - [#​16613](https://togithub.com/babel/babel/pull/16613) Disallow destructuring assignment in `using` declarations ([@​H0onnn](https://togithub.com/H0onnn)) - [#​16490](https://togithub.com/babel/babel/pull/16490) fix: do not add `.value: undefined` to regexp literals ([@​liuxingbaoyu](https://togithub.com/liuxingbaoyu)) - `babel-types` - [#​16615](https://togithub.com/babel/babel/pull/16615) Remove boolean props from `ObjectTypeInternalSlot` visitor keys ([@​nicolo-ribaudo](https://togithub.com/nicolo-ribaudo)) - `babel-plugin-transform-typescript` - [#​16566](https://togithub.com/babel/babel/pull/16566) fix: Correctly handle `export import x =` ([@​liuxingbaoyu](https://togithub.com/liuxingbaoyu)) ##### :nail_care: Polish - `babel-generator` - [#​16625](https://togithub.com/babel/babel/pull/16625) Avoid unnecessary parens around `async` in `for await` ([@​nicolo-ribaudo](https://togithub.com/nicolo-ribaudo)) - `babel-traverse` - [#​16619](https://togithub.com/babel/babel/pull/16619) Avoid checking `Scope.globals` multiple times ([@​liuxingbaoyu](https://togithub.com/liuxingbaoyu)) ### [`v7.24.7`](https://togithub.com/babel/babel/blob/HEAD/CHANGELOG.md#v7247-2024-06-05) [Compare Source](https://togithub.com/babel/babel/compare/v7.24.6...v7.24.7) ##### :bug: Bug Fix - `babel-node` - [#​16554](https://togithub.com/babel/babel/pull/16554) Allow extra flags in babel-node ([@​nicolo-ribaudo](https://togithub.com/nicolo-ribaudo)) - `babel-traverse` - [#​16522](https://togithub.com/babel/babel/pull/16522) fix: incorrect `constantViolations` with destructuring ([@​liuxingbaoyu](https://togithub.com/liuxingbaoyu)) - `babel-helper-transform-fixture-test-runner`, `babel-plugin-proposal-explicit-resource-management` - [#​16524](https://togithub.com/babel/babel/pull/16524) fix: Transform `using` in `switch` correctly ([@​liuxingbaoyu](https://togithub.com/liuxingbaoyu)) ##### :house: Internal - `babel-helpers`, `babel-runtime-corejs2`, `babel-runtime-corejs3`, `babel-runtime` - [#​16525](https://togithub.com/babel/babel/pull/16525) Delete unused array helpers ([@​blakewilson](https://togithub.com/blakewilson)) ### [`v7.24.6`](https://togithub.com/babel/babel/blob/HEAD/CHANGELOG.md#v7246-2024-05-24) [Compare Source](https://togithub.com/babel/babel/compare/v7.24.5...v7.24.6) ##### :bug: Bug Fix - `babel-helper-create-class-features-plugin`, `babel-plugin-transform-class-properties` - [#​16514](https://togithub.com/babel/babel/pull/16514) Fix source maps for private member expressions ([@​nicolo-ribaudo](https://togithub.com/nicolo-ribaudo)) - `babel-core`, `babel-generator`, `babel-plugin-transform-modules-commonjs` - [#​16515](https://togithub.com/babel/babel/pull/16515) Fix source maps for template literals ([@​nicolo-ribaudo](https://togithub.com/nicolo-ribaudo)) - `babel-helper-create-class-features-plugin`, `babel-plugin-proposal-decorators` - [#​16485](https://togithub.com/babel/babel/pull/16485) Support undecorated static accessor in anonymous classes ([@​JLHwung](https://togithub.com/JLHwung)) - [#​16484](https://togithub.com/babel/babel/pull/16484) Fix decorator bare yield await ([@​JLHwung](https://togithub.com/JLHwung)) - `babel-helpers`, `babel-plugin-proposal-decorators`, `babel-runtime-corejs3` - [#​16483](https://togithub.com/babel/babel/pull/16483) Fix: throw TypeError if addInitializer is called after finished ([@​JLHwung](https://togithub.com/JLHwung)) - `babel-parser`, `babel-plugin-transform-typescript` - [#​16476](https://togithub.com/babel/babel/pull/16476) fix: Correctly parse `cls.fn = x` ([@​liuxingbaoyu](https://togithub.com/liuxingbaoyu)) ##### :house: Internal - `babel-core`, `babel-helpers`, `babel-plugin-transform-runtime`, `babel-preset-env`, `babel-runtime-corejs2`, `babel-runtime-corejs3`, `babel-runtime` - [#​16501](https://togithub.com/babel/babel/pull/16501) Generate helper metadata at build time ([@​nicolo-ribaudo](https://togithub.com/nicolo-ribaudo)) - `babel-helpers` - [#​16499](https://togithub.com/babel/babel/pull/16499) Add `tsconfig.json` for `@babel/helpers/src/helpers` ([@​nicolo-ribaudo](https://togithub.com/nicolo-ribaudo)) - `babel-cli`, `babel-helpers`, `babel-plugin-external-helpers`, `babel-plugin-proposal-decorators`, `babel-plugin-transform-class-properties`, `babel-plugin-transform-modules-commonjs`, `babel-plugin-transform-modules-systemjs`, `babel-plugin-transform-runtime`, `babel-preset-env`, `babel-runtime-corejs2`, `babel-runtime-corejs3`, `babel-runtime` - [#​16495](https://togithub.com/babel/babel/pull/16495) Move all runtime helpers to individual files ([@​nicolo-ribaudo](https://togithub.com/nicolo-ribaudo)) - `babel-parser`, `babel-traverse` - [#​16482](https://togithub.com/babel/babel/pull/16482) Statically generate boilerplate for bitfield accessors ([@​nicolo-ribaudo](https://togithub.com/nicolo-ribaudo)) - Other - [#​16466](https://togithub.com/babel/babel/pull/16466) Migrate import assertions syntax ([@​JLHwung](https://togithub.com/JLHwung))
vercel/next.js (@​next/eslint-plugin-next) ### [`v14.2.5`](https://togithub.com/vercel/next.js/compare/v14.2.4...v14.2.5) [Compare Source](https://togithub.com/vercel/next.js/compare/v14.2.4...v14.2.5) ### [`v14.2.4`](https://togithub.com/vercel/next.js/releases/tag/v14.2.4) [Compare Source](https://togithub.com/vercel/next.js/compare/v14.2.3...v14.2.4) > \[!NOTE]\ > This release is backporting bug fixes. It does **not** include all pending features/changes on canary. ##### Core Changes - fix: ensure route handlers properly track dynamic access ([#​66446](https://togithub.com/vercel/next.js/issues/66446)) - fix NextRequest proxy in edge runtime ([#​66551](https://togithub.com/vercel/next.js/issues/66551)) - Fix next/dynamic with babel and src dir ([#​65177](https://togithub.com/vercel/next.js/issues/65177)) - Use vercel deployment url for metadataBase fallbacks ([#​65089](https://togithub.com/vercel/next.js/issues/65089)) - fix(next/image): detect react@19 for fetchPriority prop ([#​65235](https://togithub.com/vercel/next.js/issues/65235)) - Fix loading navigation with metadata and prefetch ([#​66447](https://togithub.com/vercel/next.js/issues/66447)) - prevent duplicate RSC fetch when action redirects ([#​66620](https://togithub.com/vercel/next.js/issues/66620)) - ensure router cache updates reference the latest cache values ([#​66681](https://togithub.com/vercel/next.js/issues/66681)) - Prevent append of trailing slash in cases where path ends with a file extension ([#​66636](https://togithub.com/vercel/next.js/issues/66636)) - Fix inconsistency with 404 getStaticProps cache-control ([#​66674](https://togithub.com/vercel/next.js/issues/66674)) - Use addDependency to track metadata route file changes ([#​66714](https://togithub.com/vercel/next.js/issues/66714)) - Add timeout/retry handling for fetch cache ([#​66652](https://togithub.com/vercel/next.js/issues/66652)) - fix: app-router prefetch crash when an invalid URL is passed to Link ([#​66755](https://togithub.com/vercel/next.js/issues/66755)) ##### Credits Huge thanks to [@​ztanner](https://togithub.com/ztanner), [@​ijjk](https://togithub.com/ijjk), [@​wbinnssmith](https://togithub.com/wbinnssmith), [@​huozhi](https://togithub.com/huozhi), and [@​lubieowoce](https://togithub.com/lubieowoce) for helping!
radix-ui/primitives (@​radix-ui/react-checkbox) ### [`v1.1.1`](https://togithub.com/radix-ui/primitives/compare/704069ee4c40c3b6f342c104dff5ad873ee39c43...6b40728c55c9d8dd86b74b85c8342c383f280a29) [Compare Source](https://togithub.com/radix-ui/primitives/compare/704069ee4c40c3b6f342c104dff5ad873ee39c43...97bc42f634bd37a2b0d128755c6cfa819efc3c7a)
storybookjs/storybook (@​storybook/addon-essentials) ### [`v7.6.20`](https://togithub.com/storybookjs/storybook/compare/v7.6.19...1fe1c392ba3a940d9ada34704c00b0f38c38e735) [Compare Source](https://togithub.com/storybookjs/storybook/compare/v7.6.19...7.6.20)
storybookjs/storybook (@​storybook/addon-interactions) ### [`v7.6.20`](https://togithub.com/storybookjs/storybook/compare/v7.6.19...1fe1c392ba3a940d9ada34704c00b0f38c38e735) [Compare Source](https://togithub.com/storybookjs/storybook/compare/v7.6.19...7.6.20)
storybookjs/storybook (@​storybook/addon-links) ### [`v7.6.20`](https://togithub.com/storybookjs/storybook/compare/v7.6.19...1fe1c392ba3a940d9ada34704c00b0f38c38e735) [Compare Source](https://togithub.com/storybookjs/storybook/compare/v7.6.19...7.6.20)
storybookjs/storybook (@​storybook/blocks) ### [`v7.6.20`](https://togithub.com/storybookjs/storybook/releases/tag/7.6.20) [Compare Source](https://togithub.com/storybookjs/storybook/compare/v7.6.19...7.6.20) - Core: Replace ip function to address security concerns [#​27529](https://togithub.com/storybookjs/storybook/pull/27529), thanks [@​tony19](https://togithub.com/tony19) - Telemetry: Detect Node version [#​28299](https://togithub.com/storybookjs/storybook/pull/28299), thanks [@​yannbf](https://togithub.com/yannbf) - Angular: Support v18 [#​27237](https://togithub.com/storybookjs/storybook/pull/27237), thanks [@​valentinpalkovic](https://togithub.com/valentinpalkovic)
storybookjs/storybook (@​storybook/react) ### [`v7.6.20`](https://togithub.com/storybookjs/storybook/compare/v7.6.19...1fe1c392ba3a940d9ada34704c00b0f38c38e735) [Compare Source](https://togithub.com/storybookjs/storybook/compare/v7.6.19...7.6.20)
TanStack/query (@​tanstack/react-query-devtools) ### [`v5.51.5`](https://togithub.com/TanStack/query/releases/tag/v5.51.5) [Compare Source](https://togithub.com/TanStack/query/compare/v5.51.4...v5.51.5) Version 5.51.5 - 7/17/24, 2:35 PM #### Changes ##### Fix - query-core: widen QueriesObserver queries type ([#​7446](https://togithub.com/TanStack/query/issues/7446)) ([#​7492](https://togithub.com/TanStack/query/issues/7492)) ([`a87c2fe`](https://togithub.com/TanStack/query/commit/a87c2fe)) by [@​yannickcr](https://togithub.com/yannickcr) ##### Test - svelte-query: Refactor test logic ([#​7744](https://togithub.com/TanStack/query/issues/7744)) ([`01212de`](https://togithub.com/TanStack/query/commit/01212de)) by Lachlan Collins ##### Docs - solid-query: add optional chaining to prevent suspense bug ([#​7709](https://togithub.com/TanStack/query/issues/7709)) ([`91cfc10`](https://togithub.com/TanStack/query/commit/91cfc10)) by Dhruv #### Packages - [@​tanstack/query-core](https://togithub.com/tanstack/query-core)[@​5](https://togithub.com/5).51.5 - [@​tanstack/react-query](https://togithub.com/tanstack/react-query)[@​5](https://togithub.com/5).51.5 - [@​tanstack/query-broadcast-client-experimental](https://togithub.com/tanstack/query-broadcast-client-experimental)[@​5](https://togithub.com/5).51.5 - [@​tanstack/query-persist-client-core](https://togithub.com/tanstack/query-persist-client-core)[@​5](https://togithub.com/5).51.5 - [@​tanstack/query-sync-storage-persister](https://togithub.com/tanstack/query-sync-storage-persister)[@​5](https://togithub.com/5).51.5 - [@​tanstack/react-query-devtools](https://togithub.com/tanstack/react-query-devtools)[@​5](https://togithub.com/5).51.5 - [@​tanstack/react-query-persist-client](https://togithub.com/tanstack/react-query-persist-client)[@​5](https://togithub.com/5).51.5 - [@​tanstack/react-query-next-experimental](https://togithub.com/tanstack/react-query-next-experimental)[@​5](https://togithub.com/5).51.5 - [@​tanstack/solid-query](https://togithub.com/tanstack/solid-query)[@​5](https://togithub.com/5).51.5 - [@​tanstack/solid-query-devtools](https://togithub.com/tanstack/solid-query-devtools)[@​5](https://togithub.com/5).51.5 - [@​tanstack/solid-query-persist-client](https://togithub.com/tanstack/solid-query-persist-client)[@​5](https://togithub.com/5).51.5 - [@​tanstack/svelte-query](https://togithub.com/tanstack/svelte-query)[@​5](https://togithub.com/5).51.5 - [@​tanstack/svelte-query-devtools](https://togithub.com/tanstack/svelte-query-devtools)[@​5](https://togithub.com/5).51.5 - [@​tanstack/svelte-query-persist-client](https://togithub.com/tanstack/svelte-query-persist-client)[@​5](https://togithub.com/5).51.5 - [@​tanstack/vue-query](https://togithub.com/tanstack/vue-query)[@​5](https://togithub.com/5).51.5 - [@​tanstack/vue-query-devtools](https://togithub.com/tanstack/vue-query-devtools)[@​5](https://togithub.com/5).51.5 - [@​tanstack/angular-query-experimental](https://togithub.com/tanstack/angular-query-experimental)[@​5](https://togithub.com/5).51.5 - [@​tanstack/query-async-storage-persister](https://togithub.com/tanstack/query-async-storage-persister)[@​5](https://togithub.com/5).51.5 - [@​tanstack/angular-query-devtools-experimental](https://togithub.com/tanstack/angular-query-devtools-experimental)[@​5](https://togithub.com/5).51.5 ### [`v5.51.4`](https://togithub.com/TanStack/query/releases/tag/v5.51.4) [Compare Source](https://togithub.com/TanStack/query/compare/v5.51.3...v5.51.4) Version 5.51.4 - 7/17/24, 11:10 AM #### Changes ##### Fix - core: do not invoke getNextPageParam or getPreviousPageParam if there is we have empty pages in the cache ([#​7743](https://togithub.com/TanStack/query/issues/7743)) ([`7edf587`](https://togithub.com/TanStack/query/commit/7edf587)) by Dominik Dorfmeister ##### Chore - utils: Ensure consistent declaration style of utility functions and standardize parameters for the sleep method ([#​7554](https://togithub.com/TanStack/query/issues/7554)) ([`95d814a`](https://togithub.com/TanStack/query/commit/95d814a)) by MinhoPark ##### Docs - Update Streaming with Server Components docs to reflect correct usage ([#​7725](https://togithub.com/TanStack/query/issues/7725)) ([`a1ce3c4`](https://togithub.com/TanStack/query/commit/a1ce3c4)) by Ryan Miller #### Packages - [@​tanstack/query-core](https://togithub.com/tanstack/query-core)[@​5](https://togithub.com/5).51.4 - [@​tanstack/query-persist-client-core](https://togithub.com/tanstack/query-persist-client-core)[@​5](https://togithub.com/5).51.4 - [@​tanstack/react-query](https://togithub.com/tanstack/react-query)[@​5](https://togithub.com/5).51.4 - [@​tanstack/solid-query](https://togithub.com/tanstack/solid-query)[@​5](https://togithub.com/5).51.4 - [@​tanstack/query-async-storage-persister](https://togithub.com/tanstack/query-async-storage-persister)[@​5](https://togithub.com/5).51.4 - [@​tanstack/query-broadcast-client-experimental](https://togithub.com/tanstack/query-broadcast-client-experimental)[@​5](https://togithub.com/5).51.4 - [@​tanstack/query-sync-storage-persister](https://togithub.com/tanstack/query-sync-storage-persister)[@​5](https://togithub.com/5).51.4 - [@​tanstack/react-query-devtools](https://togithub.com/tanstack/react-query-devtools)[@​5](https://togithub.com/5).51.4 - [@​tanstack/react-query-persist-client](https://togithub.com/tanstack/react-query-persist-client)[@​5](https://togithub.com/5).51.4 - [@​tanstack/react-query-next-experimental](https://togithub.com/tanstack/react-query-next-experimental)[@​5](https://togithub.com/5).51.4 - [@​tanstack/solid-query-devtools](https://togithub.com/tanstack/solid-query-devtools)[@​5](https://togithub.com/5).51.4 - [@​tanstack/solid-query-persist-client](https://togithub.com/tanstack/solid-query-persist-client)[@​5](https://togithub.com/5).51.4 - [@​tanstack/svelte-query](https://togithub.com/tanstack/svelte-query)[@​5](https://togithub.com/5).51.4 - [@​tanstack/svelte-query-devtools](https://togithub.com/tanstack/svelte-query-devtools)[@​5](https://togithub.com/5).51.4 - [@​tanstack/svelte-query-persist-client](https://togithub.com/tanstack/svelte-query-persist-client)[@​5](https://togithub.com/5).51.4 - [@​tanstack/vue-query](https://togithub.com/tanstack/vue-query)[@​5](https://togithub.com/5).51.4 - [@​tanstack/vue-query-devtools](https://togithub.com/tanstack/vue-query-devtools)[@​5](https://togithub.com/5).51.4 - [@​tanstack/angular-query-experimental](https://togithub.com/tanstack/angular-query-experimental)[@​5](https://togithub.com/5).51.4 - [@​tanstack/angular-query-devtools-experimental](https://togithub.com/tanstack/angular-query-devtools-experimental)[@​5](https://togithub.com/5).51.4 ### [`v5.51.3`](https://togithub.com/TanStack/query/releases/tag/v5.51.3) [Compare Source](https://togithub.com/TanStack/query/compare/v5.51.1...v5.51.3) Version 5.51.3 - 7/16/24, 8:32 PM ##### Changes ##### Fix - vue-query: export `InitialQueryOptions` types ([#​7720](https://togithub.com/TanStack/query/issues/7720)) ([`a3f5a0a`](https://togithub.com/TanStack/query/commit/a3f5a0a)) by Andy Li ##### Chore - update knip schema to v5 ([#​7740](https://togithub.com/TanStack/query/issues/7740)) ([`23b9a19`](https://togithub.com/TanStack/query/commit/23b9a19)) by 김석진(poki) - deps: Update dev and example dependencies ([#​7742](https://togithub.com/TanStack/query/issues/7742)) ([`28af03f`](https://togithub.com/TanStack/query/commit/28af03f)) by Lachlan Collins - \*: vitest v2 ([#​7735](https://togithub.com/TanStack/query/issues/7735)) ([`d10a456`](https://togithub.com/TanStack/query/commit/d10a456)) by Jonghyeon Ko - prettier ([`4635954`](https://togithub.com/TanStack/query/commit/4635954)) by Dominik Dorfmeister ##### Test - svelte-query: Check query states ([#​7741](https://togithub.com/TanStack/query/issues/7741)) ([`38e5c4b`](https://togithub.com/TanStack/query/commit/38e5c4b)) by Lachlan Collins ##### Docs - access latest data for useMutationState ([#​7738](https://togithub.com/TanStack/query/issues/7738)) ([`369d826`](https://togithub.com/TanStack/query/commit/369d826)) by Kier Borromeo - Update comparison.md ([#​7703](https://togithub.com/TanStack/query/issues/7703)) ([`79e5202`](https://togithub.com/TanStack/query/commit/79e5202)) by Alessia Bellisario ##### Packages - [@​tanstack/query-core](https://togithub.com/tanstack/query-core)[@​5](https://togithub.com/5).51.3 - [@​tanstack/react-query](https://togithub.com/tanstack/react-query)[@​5](https://togithub.com/5).51.3 - [@​tanstack/react-query-devtools](https://togithub.com/tanstack/react-query-devtools)[@​5](https://togithub.com/5).51.3 - [@​tanstack/react-query-persist-client](https://togithub.com/tanstack/react-query-persist-client)[@​5](https://togithub.com/5).51.3 - [@​tanstack/react-query-next-experimental](https://togithub.com/tanstack/react-query-next-experimental)[@​5](https://togithub.com/5).51.3 - [@​tanstack/solid-query](https://togithub.com/tanstack/solid-query)[@​5](https://togithub.com/5).51.3 - [@​tanstack/svelte-query](https://togithub.com/tanstack/svelte-query)[@​5](https://togithub.com/5).51.3 - [@​tanstack/svelte-query-devtools](https://togithub.com/tanstack/svelte-query-devtools)[@​5](https://togithub.com/5).51.3 - [@​tanstack/svelte-query-persist-client](https://togithub.com/tanstack/svelte-query-persist-client)[@​5](https://togithub.com/5).51.3 - [@​tanstack/vue-query](https://togithub.com/tanstack/vue-query)[@​5](https://togithub.com/5).51.3 - [@​tanstack/vue-query-devtools](https://togithub.com/tanstack/vue-query-devtools)[@​5](https://togithub.com/5).51.3 - [@​tanstack/angular-query-devtools-experimental](https://togithub.com/tanstack/angular-query-devtools-experimental)[@​5](https://togithub.com/5).51.3 - [@​tanstack/angular-query-experimental](https://togithub.com/tanstack/angular-query-experimental)[@​5](https://togithub.com/5).51.3 - [@​tanstack/query-broadcast-client-experimental](https://togithub.com/tanstack/query-broadcast-client-experimental)[@​5](https://togithub.com/5).51.3 - [@​tanstack/query-persist-client-core](https://togithub.com/tanstack/query-persist-client-core)[@​5](https://togithub.com/5).51.3 - [@​tanstack/query-sync-storage-persister](https://togithub.com/tanstack/query-sync-storage-persister)[@​5](https://togithub.com/5).51.3 - [@​tanstack/solid-query-devtools](https://togithub.com/tanstack/solid-query-devtools)[@​5](https://togithub.com/5).51.3 - [@​tanstack/solid-query-persist-client](https://togithub.com/tanstack/solid-query-persist-client)[@​5](https://togithub.com/5).51.3 - [@​tanstack/query-async-storage-persister](https://togithub.com/tanstack/query-async-storage-persister)[@​5](https://togithub.com/5).51.3 ### [`v5.51.1`](https://togithub.com/TanStack/query/releases/tag/v5.51.1) [Compare Source](https://togithub.com/TanStack/query/compare/v5.50.1...v5.51.1) Version 5.51.1 - 7/11/24, 4:56 AM (Manual Release) #### Changes ##### Ci - enable npm provenance ([#​7716](https://togithub.com/TanStack/query/issues/7716)) ([`c6d68d8`](https://togithub.com/TanStack/query/commit/c6d68d8)) by Lachlan Collins - Improve Nx inputs ([#​7702](https://togithub.com/TanStack/query/issues/7702)) ([`362f8e6`](https://togithub.com/TanStack/query/commit/362f8e6)) by Lachlan Collins ##### Docs - examples: Modernise Next.js examples ([#​7706](https://togithub.com/TanStack/query/issues/7706)) ([`b58da75`](https://togithub.com/TanStack/query/commit/b58da75)) by Lachlan Collins - eslint-plugin-query: Fix rules links ([#​7705](https://togithub.com/TanStack/query/issues/7705)) ([`8d0ba7e`](https://togithub.com/TanStack/query/commit/8d0ba7e)) by twiddler - examples: Modernise React examples ([#​7704](https://togithub.com/TanStack/query/issues/7704)) ([`7fc9472`](https://togithub.com/TanStack/query/commit/7fc9472)) by Lachlan Collins - add Query Rewind to vue community projects ([#​7688](https://togithub.com/TanStack/query/issues/7688)) ([`14d9c49`](https://togithub.com/TanStack/query/commit/14d9c49)) by John Dunn #### Packages - [@​tanstack/eslint-plugin-query](https://togithub.com/tanstack/eslint-plugin-query)[@​5](https://togithub.com/5).51.1 - [@​tanstack/query-async-storage-persister](https://togithub.com/tanstack/query-async-storage-persister)[@​5](https://togithub.com/5).51.1 - [@​tanstack/query-broadcast-client-experimental](https://togithub.com/tanstack/query-broadcast-client-experimental)[@​5](https://togithub.com/5).51.1 - [@​tanstack/query-core](https://togithub.com/tanstack/query-core)[@​5](https://togithub.com/5).51.1 - [@​tanstack/query-devtools](https://togithub.com/tanstack/query-devtools)[@​5](https://togithub.com/5).51.1 - [@​tanstack/query-persist-client-core](https://togithub.com/tanstack/query-persist-client-core)[@​5](https://togithub.com/5).51.1 - [@​tanstack/query-sync-storage-persister](https://togithub.com/tanstack/query-sync-storage-persister)[@​5](https://togithub.com/5).51.1 - [@​tanstack/react-query](https://togithub.com/tanstack/react-query)[@​5](https://togithub.com/5).51.1 - [@​tanstack/react-query-devtools](https://togithub.com/tanstack/react-query-devtools)[@​5](https://togithub.com/5).51.1 - [@​tanstack/react-query-persist-client](https://togithub.com/tanstack/react-query-persist-client)[@​5](https://togithub.com/5).51.1 - [@​tanstack/react-query-next-experimental](https://togithub.com/tanstack/react-query-next-experimental)[@​5](https://togithub.com/5).51.1 - [@​tanstack/solid-query](https://togithub.com/tanstack/solid-query)[@​5](https://togithub.com/5).51.1 - [@​tanstack/solid-query-devtools](https://togithub.com/tanstack/solid-query-devtools)[@​5](https://togithub.com/5).51.1 - [@​tanstack/solid-query-persist-client](https://togithub.com/tanstack/solid-query-persist-client)[@​5](https://togithub.com/5).51.1 - [@​tanstack/svelte-query](https://togithub.com/tanstack/svelte-query)[@​5](https://togithub.com/5).51.1 - [@​tanstack/svelte-query-devtools](https://togithub.com/tanstack/svelte-query-devtools)[@​5](https://togithub.com/5).51.1 - [@​tanstack/svelte-query-persist-client](https://togithub.com/tanstack/svelte-query-persist-client)[@​5](https://togithub.com/5).51.1 - [@​tanstack/vue-query](https://togithub.com/tanstack/vue-query)[@​5](https://togithub.com/5).51.1 - [@​tanstack/vue-query-devtools](https://togithub.com/tanstack/vue-query-devtools)[@​5](https://togithub.com/5).51.1 - [@​tanstack/angular-query-devtools-experimental](https://togithub.com/tanstack/angular-query-devtools-experimental)[@​5](https://togithub.com/5).51.1 - [@​tanstack/angular-query-experimental](https://togithub.com/tanstack/angular-query-experimental)[@​5](https://togithub.com/5).51.1 ### [`v5.50.1`](https://togithub.com/TanStack/query/releases/tag/v5.50.1) [Compare Source](https://togithub.com/TanStack/query/compare/v5.49.2...v5.50.1) Version 5.50.1 - 7/5/24, 3:00 AM #### Changes ##### Fix - Update package.json fields ([#​7674](https://togithub.com/TanStack/query/issues/7674)) ([`f2741d1`](https://togithub.com/TanStack/query/commit/f2741d1)) by Lachlan Collins ##### Docs - react-query: Correct links in `usePrefetchQuery` ([#​7658](https://togithub.com/TanStack/query/issues/7658)) ([`70c40e7`](https://togithub.com/TanStack/query/commit/70c40e7)) by [@​87xie](https://togithub.com/87xie) #### Packages - [@​tanstack/eslint-plugin-query](https://togithub.com/tanstack/eslint-plugin-query)[@​5](https://togithub.com/5).50.1 - [@​tanstack/query-async-storage-persister](https://togithub.com/tanstack/query-async-storage-persister)[@​5](https://togithub.com/5).50.1 - [@​tanstack/query-broadcast-client-experimenta

Configuration

📅 Schedule: Branch creation - " 18-21 * 5" in timezone Europe/Berlin, Automerge - At any time (no schedule defined).

🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.

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-pages[bot] commented 2 months ago

Deploying web with  Cloudflare Pages  Cloudflare Pages

Latest commit: a8eeda3
Status: ✅  Deploy successful!
Preview URL: https://1c474e69.web-d91.pages.dev
Branch Preview URL: https://renovate-all-non-major-depen.web-d91.pages.dev

View logs

github-actions[bot] commented 2 months ago

Preview of tasks

https://pr-1048-helpwave-web-tasks.fly.dev

MaxSchaefer commented 1 month ago

https://pr-1048-helpwave-web-tasks.fly.dev/ has a white page