openfun / richie

:pencil: An opensource CMS to build education portals
https://richie.education
MIT License
256 stars 80 forks source link

⬆️(dependencies) update js dependencies #2393

Closed renovate[bot] closed 1 month ago

renovate[bot] commented 1 month ago

Mend Renovate

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
@sentry/browser (source) 7.113.0 -> 8.0.0 age adoption passing confidence
@sentry/types (source) 7.113.0 -> 8.0.0 age adoption passing confidence
@storybook/addon-actions (source) 8.0.10 -> 8.1.0 age adoption passing confidence
@storybook/addon-essentials (source) 8.0.10 -> 8.1.0 age adoption passing confidence
@storybook/addon-interactions (source) 8.0.10 -> 8.1.0 age adoption passing confidence
@storybook/addon-links (source) 8.0.10 -> 8.1.0 age adoption passing confidence
@storybook/addon-mdx-gfm (source) 8.0.10 -> 8.1.0 age adoption passing confidence
@storybook/react (source) 8.0.10 -> 8.1.0 age adoption passing confidence
@storybook/react-webpack5 (source) 8.0.10 -> 8.1.0 age adoption passing confidence
@storybook/test (source) 8.0.10 -> 8.1.0 age adoption passing confidence
@tanstack/query-core (source) 5.35.1 -> 5.36.0 age adoption passing confidence
@tanstack/query-sync-storage-persister (source) 5.35.1 -> 5.36.0 age adoption passing confidence
@tanstack/react-query (source) 5.35.1 -> 5.36.0 age adoption passing confidence
@tanstack/react-query-persist-client (source) 5.35.1 -> 5.36.0 age adoption passing confidence
@types/react (source) 18.3.1 -> 18.3.2 age adoption passing confidence
@typescript-eslint/eslint-plugin (source) 7.8.0 -> 7.9.0 age adoption passing confidence
@typescript-eslint/parser (source) 7.8.0 -> 7.9.0 age adoption passing confidence
core-js (source) 3.37.0 -> 3.37.1 age adoption passing confidence
cypress (source) 13.8.1 -> 13.9.0 age adoption passing confidence
glob 10.3.12 -> 10.3.15 age adoption passing confidence
i18n-iso-countries 7.11.1 -> 7.11.2 age adoption passing confidence
msw (source) 2.2.14 -> 2.3.0 age adoption passing confidence
react-router-dom (source) 6.23.0 -> 6.23.1 age adoption passing confidence
sass 1.77.0 -> 1.77.1 age adoption passing confidence
storybook (source) 8.0.10 -> 8.1.0 age adoption passing confidence

Release Notes

getsentry/sentry-javascript (@​sentry/browser) ### [`v8.0.0`](https://togithub.com/getsentry/sentry-javascript/blob/HEAD/CHANGELOG.md#800-rc3) [Compare Source](https://togithub.com/getsentry/sentry-javascript/compare/7.114.0...8.0.0) ##### Important Changes - **feat(bun): Add Bun Global Unhandled Handlers ([#​11960](https://togithub.com/getsentry/sentry-javascript/issues/11960))** The Bun SDK will now capture global unhandled errors. ##### Other Changes - feat(node): Log process and thread info on initialisation ([#​11972](https://togithub.com/getsentry/sentry-javascript/issues/11972)) - fix(aws-serverless): Include ESM artifacts in package ([#​11973](https://togithub.com/getsentry/sentry-javascript/issues/11973)) - fix(browser): Only start `http.client` spans if there is an active parent span ([#​11974](https://togithub.com/getsentry/sentry-javascript/issues/11974)) - fix(feedback): Improve CSS theme variable names and layout ([#​11964](https://togithub.com/getsentry/sentry-javascript/issues/11964)) - fix(node): Ensure `execArgv` are not sent to worker threads ([#​11963](https://togithub.com/getsentry/sentry-javascript/issues/11963)) - ref(feedback): Simplify feedback function params ([#​11957](https://togithub.com/getsentry/sentry-javascript/issues/11957)) ### [`v7.114.0`](https://togithub.com/getsentry/sentry-javascript/releases/tag/7.114.0) [Compare Source](https://togithub.com/getsentry/sentry-javascript/compare/7.113.0...7.114.0) ##### Important Changes - **fix(browser/v7): Continuously record CLS ([#​11935](https://togithub.com/getsentry/sentry-javascript/issues/11935))** This release fixes a bug that caused the cumulative layout shift (CLS) web vital not to be reported in a majority of the cases where it should have been reported. With this change, the CLS web vital should now always be reported for pageloads with layout shift. If a pageload did not have layout shift, no CLS web vital should be reported. **Please note that upgrading the SDK to this version may cause data in your dashboards to drastically change.** ##### Other Changes - build(aws-lambda/v7): Turn off lambda layer publishing ([#​11875](https://togithub.com/getsentry/sentry-javascript/issues/11875)) - feat(v7): Add `tunnel` support to multiplexed transport ([#​11851](https://togithub.com/getsentry/sentry-javascript/issues/11851)) - fix(opentelemetry-node): support `HTTP_REQUEST_METHOD` attribute ([#​11929](https://togithub.com/getsentry/sentry-javascript/issues/11929)) - fix(react/v7): Fix react router v4/v5 span names ([#​11940](https://togithub.com/getsentry/sentry-javascript/issues/11940))
storybookjs/storybook (@​storybook/addon-actions) ### [`v8.1.0`](https://togithub.com/storybookjs/storybook/blob/HEAD/CHANGELOG.md#810) [Compare Source](https://togithub.com/storybookjs/storybook/compare/v8.0.10...v8.1.0) Storybook 8.1 is here with a tone of new features and bug fixes: - 🏷️ Static tag-based filtering - 🦺 Type-safe, standards-based module mocking - 🐣 New `beforeEach` test hook - 🧳 Portable Stories API for Playwright Component Testing - 🐕‍🦺 Support the new signal-based input & output functions in Angular - 2️⃣ Two new ways to create stories: generating them from story controls or from your components directly!
List of all updates - Addon-actions: Fix falsy args printing as object - 22163 - [#​26917](https://togithub.com/storybookjs/storybook/pull/26917), thanks [@​Fatcat560](https://togithub.com/Fatcat560)! - Addon-docs: Fix MDX compilation with `@vitejs/plugin-react-swc` and plugins - [#​26837](https://togithub.com/storybookjs/storybook/pull/26837), thanks [@​JReinhold](https://togithub.com/JReinhold)! - Addon-docs: Fix `providerImportSource` extension - [#​26868](https://togithub.com/storybookjs/storybook/pull/26868), thanks [@​bashmish](https://togithub.com/bashmish)! - Addon-docs: Fix `react-dom/server` imports breaking stories and docs - [#​26557](https://togithub.com/storybookjs/storybook/pull/26557), thanks [@​JReinhold](https://togithub.com/JReinhold)! - Addon-docs: Support Stencil based display names in source snippets - [#​26592](https://togithub.com/storybookjs/storybook/pull/26592), thanks [@​yannbf](https://togithub.com/yannbf)! - Addon-docs: Fix `[Object object]` displayName in some JSX components - [#​26566](https://togithub.com/storybookjs/storybook/pull/26566), thanks [@​yannbf](https://togithub.com/yannbf)! - Angular: Add type support for Angular's input signals - [#​26413](https://togithub.com/storybookjs/storybook/pull/26413), thanks [@​valentinpalkovic](https://togithub.com/valentinpalkovic)! - Angular: Add type support for Angular's output signals - [#​26546](https://togithub.com/storybookjs/storybook/pull/26546), thanks [@​valentinpalkovic](https://togithub.com/valentinpalkovic)! - API: Add API access to sidebar renderLabel - [#​27099](https://togithub.com/storybookjs/storybook/pull/27099), thanks [@​shilman](https://togithub.com/shilman)! - Args: Add possibility to mark controls as read-only - [#​26577](https://togithub.com/storybookjs/storybook/pull/26577), thanks [@​valentinpalkovic](https://togithub.com/valentinpalkovic)! - Automigrations: Fix name of VTA addon - [#​26816](https://togithub.com/storybookjs/storybook/pull/26816), thanks [@​valentinpalkovic](https://togithub.com/valentinpalkovic)! - Automigrations: Add migration note about new react-docgen default - [#​26620](https://togithub.com/storybookjs/storybook/pull/26620), thanks [@​valentinpalkovic](https://togithub.com/valentinpalkovic)! - Automigrations: Fix missing support for mts vite config - [#​26441](https://togithub.com/storybookjs/storybook/pull/26441), thanks [@​drik98](https://togithub.com/drik98)! - Automigrations: Improve react-docgen automigration prompt - [#​27106](https://togithub.com/storybookjs/storybook/pull/27106), thanks [@​valentinpalkovic](https://togithub.com/valentinpalkovic)! - Blocks: Add `of` prop to `Subtitle` - [#​22552](https://togithub.com/storybookjs/storybook/pull/22552), thanks [@​joaonunomota](https://togithub.com/joaonunomota)! - Blocks: Add `of` prop to `Title` - [#​23728](https://togithub.com/storybookjs/storybook/pull/23728), thanks [@​Sidnioulz](https://togithub.com/Sidnioulz)! - CLI: Add --config-dir flag to add command - [#​26771](https://togithub.com/storybookjs/storybook/pull/26771), thanks [@​eric-blue](https://togithub.com/eric-blue)! - CLI: Add --config-dir flag to migrate command - [#​26721](https://togithub.com/storybookjs/storybook/pull/26721), thanks [@​yannbf](https://togithub.com/yannbf)! - CLI: Add main.js `docs.autodocs` automigration - [#​27089](https://togithub.com/storybookjs/storybook/pull/27089), thanks [@​shilman](https://togithub.com/shilman)! - CLI: Add Visual Tests addon install auto-migration when upgrading to 8.0.x - [#​26766](https://togithub.com/storybookjs/storybook/pull/26766), thanks [@​ndelangen](https://togithub.com/ndelangen)! - CLI: Automigrate improve upgrade storybook related packages - [#​26497](https://togithub.com/storybookjs/storybook/pull/26497), thanks [@​ndelangen](https://togithub.com/ndelangen)! - CLI: Automigrations copy edits - [#​26342](https://togithub.com/storybookjs/storybook/pull/26342), thanks [@​joevaugh4n](https://togithub.com/joevaugh4n)! - CLI: Fix eslint configuration for string `extends` - [#​27097](https://togithub.com/storybookjs/storybook/pull/27097), thanks [@​shilman](https://togithub.com/shilman)! - CLI: Improve Yarn berry error parsing - [#​26616](https://togithub.com/storybookjs/storybook/pull/26616), thanks [@​yannbf](https://togithub.com/yannbf)! - CLI: Improve `vite-config-file.ts` - [#​26375](https://togithub.com/storybookjs/storybook/pull/26375), thanks [@​joevaugh4n](https://togithub.com/joevaugh4n)! - CLI: Instruct the correct auto-migration command - [#​26515](https://togithub.com/storybookjs/storybook/pull/26515), thanks [@​ndelangen](https://togithub.com/ndelangen)! - CLI: Introduce package manager fallback for initializing Storybook in an empty directory with yarn1 - [#​26500](https://togithub.com/storybookjs/storybook/pull/26500), thanks [@​valentinpalkovic](https://togithub.com/valentinpalkovic)! - CLI: Throw an error when running upgrade command in incorrect cwd - [#​26585](https://togithub.com/storybookjs/storybook/pull/26585), thanks [@​yannbf](https://togithub.com/yannbf)! - Codemods: Escape filename given as argument - [#​26430](https://togithub.com/storybookjs/storybook/pull/26430), thanks [@​YukiKitagata](https://togithub.com/YukiKitagata)! - Controls: Add Channels API to search for files in the project root - [#​26726](https://togithub.com/storybookjs/storybook/pull/26726), thanks [@​valentinpalkovic](https://togithub.com/valentinpalkovic)! - Controls: Added server channel to create a new story - [#​26769](https://togithub.com/storybookjs/storybook/pull/26769), thanks [@​valentinpalkovic](https://togithub.com/valentinpalkovic)! - Controls: Add UI to create new story files - [#​26875](https://togithub.com/storybookjs/storybook/pull/26875), thanks [@​valentinpalkovic](https://togithub.com/valentinpalkovic)! - Controls: Fix crashing when docgen extraction partially fails - [#​26862](https://togithub.com/storybookjs/storybook/pull/26862), thanks [@​yannbf](https://togithub.com/yannbf)! - Controls: Fix disable condition in ArgControl component - [#​26567](https://togithub.com/storybookjs/storybook/pull/26567), thanks [@​valentinpalkovic](https://togithub.com/valentinpalkovic)! - Controls: Fix number controls do not reset - [#​26372](https://togithub.com/storybookjs/storybook/pull/26372), thanks [@​jiyiru](https://togithub.com/jiyiru)! - Core: Add `duration` and `onClick` support to Notification API and improve Notification UI - [#​26696](https://togithub.com/storybookjs/storybook/pull/26696), thanks [@​ghengeveld](https://togithub.com/ghengeveld)! - Core: Drop unneeded `UPDATE_STORY_ARGS` which was for SSv6 - [#​25993](https://togithub.com/storybookjs/storybook/pull/25993), thanks [@​tmeasday](https://togithub.com/tmeasday)! - Core: Ensure that simultaneous onStoriesChanged don't clobber each other - [#​26882](https://togithub.com/storybookjs/storybook/pull/26882), thanks [@​tmeasday](https://togithub.com/tmeasday)! - Core: Fix filters not being applied in WebKit - [#​26949](https://togithub.com/storybookjs/storybook/pull/26949), thanks [@​JReinhold](https://togithub.com/JReinhold)! - Core: Fix preloading too early - [#​26442](https://togithub.com/storybookjs/storybook/pull/26442), thanks [@​ndelangen](https://togithub.com/ndelangen)! - Core: Implement file formatter - [#​26809](https://togithub.com/storybookjs/storybook/pull/26809), thanks [@​valentinpalkovic](https://togithub.com/valentinpalkovic)! - Core: Optimize clearNotification - [#​26415](https://togithub.com/storybookjs/storybook/pull/26415), thanks [@​ndelangen](https://togithub.com/ndelangen)! - Core: Save from controls - [#​26827](https://togithub.com/storybookjs/storybook/pull/26827), thanks [@​ndelangen](https://togithub.com/ndelangen)! - CSF: Allow default export without title or component attributes - [#​26516](https://togithub.com/storybookjs/storybook/pull/26516), thanks [@​kasperpeulen](https://togithub.com/kasperpeulen)! - CSF: Fix typings for control and other properties of argTypes - [#​26824](https://togithub.com/storybookjs/storybook/pull/26824), thanks [@​kasperpeulen](https://togithub.com/kasperpeulen)! - CSF: Make sure loaders/decorators can be used as array - [#​26514](https://togithub.com/storybookjs/storybook/pull/26514), thanks [@​kasperpeulen](https://togithub.com/kasperpeulen)! - Dependencies: Upgrade [@​storybook/csf](https://togithub.com/storybook/csf) to 0.1.5 - [#​26958](https://togithub.com/storybookjs/storybook/pull/26958), thanks [@​Cherry](https://togithub.com/Cherry)! - Dependencies: Upgrade `@joshwooding/vite-plugin-react-docgen-typescript` to `0.3.1` - [#​26673](https://togithub.com/storybookjs/storybook/pull/26673), thanks [@​joshwooding](https://togithub.com/joshwooding)! - Dependencies: Upgrade `ejs` to `3.1.10` - [#​27054](https://togithub.com/storybookjs/storybook/pull/27054), thanks [@​RiuSalvi](https://togithub.com/RiuSalvi)! - Dependencies: Bump es-module-lexer - [#​26737](https://togithub.com/storybookjs/storybook/pull/26737), thanks [@​valentinpalkovic](https://togithub.com/valentinpalkovic)! - Dependencies: Update globby dependency - [#​26733](https://togithub.com/storybookjs/storybook/pull/26733), thanks [@​valentinpalkovic](https://togithub.com/valentinpalkovic)! - Dependencies: Update postcss-loader in Next.js framework - [#​26707](https://togithub.com/storybookjs/storybook/pull/26707), thanks [@​valentinpalkovic](https://togithub.com/valentinpalkovic)! - Doc Tools: Signature Type Error Handling - [#​26774](https://togithub.com/storybookjs/storybook/pull/26774), thanks [@​ethriel3695](https://togithub.com/ethriel3695)! - Indexer: Escape special characters in storyImport regex - [#​22545](https://togithub.com/storybookjs/storybook/pull/22545), thanks [@​VojGin](https://togithub.com/VojGin)! - Maintenance: Fix performance regressions - [#​26411](https://togithub.com/storybookjs/storybook/pull/26411), thanks [@​kasperpeulen](https://togithub.com/kasperpeulen)! - MDX: Do not transform `http://` links - [#​26488](https://togithub.com/storybookjs/storybook/pull/26488), thanks [@​JReinhold](https://togithub.com/JReinhold)! - Next.js: Fix Compatibility with \
TanStack/query (@​tanstack/query-core) ### [`v5.36.0`](https://togithub.com/TanStack/query/releases/tag/v5.36.0) [Compare Source](https://togithub.com/TanStack/query/compare/v5.35.5...v5.36.0) Version 5.36.0 - 5/12/2024, 2:16 PM #### Changes ##### Feat - query-core: improve useInfiniteQuery error handling ([#​7418](https://togithub.com/TanStack/query/issues/7418)) ([`8ce6642`](https://togithub.com/TanStack/query/commit/8ce6642d)) by Jason Gerbes #### Packages - [@​tanstack/query-core](https://togithub.com/tanstack/query-core)[@​5](https://togithub.com/5).36.0 - [@​tanstack/react-query](https://togithub.com/tanstack/react-query)[@​5](https://togithub.com/5).36.0 - [@​tanstack/solid-query](https://togithub.com/tanstack/solid-query)[@​5](https://togithub.com/5).36.0 - [@​tanstack/query-broadcast-client-experimental](https://togithub.com/tanstack/query-broadcast-client-experimental)[@​5](https://togithub.com/5).36.0 - [@​tanstack/query-persist-client-core](https://togithub.com/tanstack/query-persist-client-core)[@​5](https://togithub.com/5).36.0 - [@​tanstack/query-sync-storage-persister](https://togithub.com/tanstack/query-sync-storage-persister)[@​5](https://togithub.com/5).36.0 - [@​tanstack/react-query-devtools](https://togithub.com/tanstack/react-query-devtools)[@​5](https://togithub.com/5).36.0 - [@​tanstack/react-query-persist-client](https://togithub.com/tanstack/react-query-persist-client)[@​5](https://togithub.com/5).36.0 - [@​tanstack/react-query-next-experimental](https://togithub.com/tanstack/react-query-next-experimental)[@​5](https://togithub.com/5).36.0 - [@​tanstack/solid-query-devtools](https://togithub.com/tanstack/solid-query-devtools)[@​5](https://togithub.com/5).36.0 - [@​tanstack/solid-query-persist-client](https://togithub.com/tanstack/solid-query-persist-client)[@​5](https://togithub.com/5).36.0 - [@​tanstack/svelte-query](https://togithub.com/tanstack/svelte-query)[@​5](https://togithub.com/5).36.0 - [@​tanstack/svelte-query-devtools](https://togithub.com/tanstack/svelte-query-devtools)[@​5](https://togithub.com/5).36.0 - [@​tanstack/svelte-query-persist-client](https://togithub.com/tanstack/svelte-query-persist-client)[@​5](https://togithub.com/5).36.0 - [@​tanstack/vue-query](https://togithub.com/tanstack/vue-query)[@​5](https://togithub.com/5).36.0 - [@​tanstack/vue-query-devtools](https://togithub.com/tanstack/vue-query-devtools)[@​5](https://togithub.com/5).36.0 - [@​tanstack/angular-query-experimental](https://togithub.com/tanstack/angular-query-experimental)[@​5](https://togithub.com/5).36.0 - [@​tanstack/query-async-storage-persister](https://togithub.com/tanstack/query-async-storage-persister)[@​5](https://togithub.com/5).36.0 - [@​tanstack/angular-query-devtools-experimental](https://togithub.com/tanstack/angular-query-devtools-experimental)[@​5](https://togithub.com/5).36.0 ### [`v5.35.5`](https://togithub.com/TanStack/query/releases/tag/v5.35.5) [Compare Source](https://togithub.com/TanStack/query/compare/v5.35.4...v5.35.5) Version 5.35.5 - 5/10/2024, 2:24 PM #### Changes ##### Refactor - query-core: update tsdocs for mutation and query observer result ([#​7399](https://togithub.com/TanStack/query/issues/7399)) ([`bf4cf00`](https://togithub.com/TanStack/query/commit/bf4cf00b)) by Bryan Lumbantobing #### Packages - [@​tanstack/query-core](https://togithub.com/tanstack/query-core)[@​5](https://togithub.com/5).35.5 - [@​tanstack/query-broadcast-client-experimental](https://togithub.com/tanstack/query-broadcast-client-experimental)[@​5](https://togithub.com/5).35.5 - [@​tanstack/query-persist-client-core](https://togithub.com/tanstack/query-persist-client-core)[@​5](https://togithub.com/5).35.5 - [@​tanstack/query-sync-storage-persister](https://togithub.com/tanstack/query-sync-storage-persister)[@​5](https://togithub.com/5).35.5 - [@​tanstack/react-query](https://togithub.com/tanstack/react-query)[@​5](https://togithub.com/5).35.5 - [@​tanstack/react-query-devtools](https://togithub.com/tanstack/react-query-devtools)[@​5](https://togithub.com/5).35.5 - [@​tanstack/react-query-persist-client](https://togithub.com/tanstack/react-query-persist-client)[@​5](https://togithub.com/5).35.5 - [@​tanstack/react-query-next-experimental](https://togithub.com/tanstack/react-query-next-experimental)[@​5](https://togithub.com/5).35.5 - [@​tanstack/solid-query](https://togithub.com/tanstack/solid-query)[@​5](https://togithub.com/5).35.5 - [@​tanstack/solid-query-devtools](https://togithub.com/tanstack/solid-query-devtools)[@​5](https://togithub.com/5).35.5 - [@​tanstack/solid-query-persist-client](https://togithub.com/tanstack/solid-query-persist-client)[@​5](https://togithub.com/5).35.5 - [@​tanstack/svelte-query](https://togithub.com/tanstack/svelte-query)[@​5](https://togithub.com/5).35.5 - [@​tanstack/svelte-query-devtools](https://togithub.com/tanstack/svelte-query-devtools)[@​5](https://togithub.com/5).35.5 - [@​tanstack/svelte-query-persist-client](https://togithub.com/tanstack/svelte-query-persist-client)[@​5](https://togithub.com/5).35.5 - [@​tanstack/vue-query](https://togithub.com/tanstack/vue-query)[@​5](https://togithub.com/5).35.5 - [@​tanstack/vue-query-devtools](https://togithub.com/tanstack/vue-query-devtools)[@​5](https://togithub.com/5).35.5 - [@​tanstack/angular-query-experimental](https://togithub.com/tanstack/angular-query-experimental)[@​5](https://togithub.com/5).35.5 - [@​tanstack/query-async-storage-persister](https://togithub.com/tanstack/query-async-storage-persister)[@​5](https://togithub.com/5).35.5 - [@​tanstack/angular-query-devtools-experimental](https://togithub.com/tanstack/angular-query-devtools-experimental)[@​5](https://togithub.com/5).35.5 ### [`v5.35.4`](https://togithub.com/TanStack/query/releases/tag/v5.35.4) [Compare Source](https://togithub.com/TanStack/query/compare/v5.35.1...v5.35.4) Version 5.35.4 - 5/10/2024, 2:10 PM #### Changes ##### Fix - deprecate direction passed to QueryFunctionContext ([#​7410](https://togithub.com/TanStack/query/issues/7410)) ([`fbe3b44`](https://togithub.com/TanStack/query/commit/fbe3b445)) by Dominik Dorfmeister ##### Docs - Fix usage of removeEventListener ([#​7393](https://togithub.com/TanStack/query/issues/7393)) ([`0bb0fa3`](https://togithub.com/TanStack/query/commit/0bb0fa39)) by Oc1S - fix typo ([#​7400](https://togithub.com/TanStack/query/issues/7400)) ([`ab126e8`](https://togithub.com/TanStack/query/commit/ab126e86)) by [@​pius712](https://togithub.com/pius712) #### Packages - [@​tanstack/query-core](https://togithub.com/tanstack/query-core)[@​5](https://togithub.com/5).35.4 - [@​tanstack/query-broadcast-client-experimental](https://togithub.com/tanstack/query-broadcast-client-experimental)[@​5](https://togithub.com/5).35.4 - [@​tanstack/query-persist-client-core](https://togithub.com/tanstack/query-persist-client-core)[@​5](https://togithub.com/5).35.4 - [@​tanstack/query-sync-storage-persister](https://togithub.com/tanstack/query-sync-storage-persister)[@​5](https://togithub.com/5).35.4 - [@​tanstack/react-query](https://togithub.com/tanstack/react-query)[@​5](https://togithub.com/5).35.4 - [@​tanstack/react-query-devtools](https://togithub.com/tanstack/react-query-devtools)[@​5](https://togithub.com/5).35.4 - [@​tanstack/react-query-persist-client](https://togithub.com/tanstack/react-query-persist-client)[@​5](https://togithub.com/5).35.4 - [@​tanstack/react-query-next-experimental](https://togithub.com/tanstack/react-query-next-experimental)[@​5](https://togithub.com/5).35.4 - [@​tanstack/solid-query](https://togithub.com/tanstack/solid-query)[@​5](https://togithub.com/5).35.4 - [@​tanstack/solid-query-devtools](https://togithub.com/tanstack/solid-query-devtools)[@​5](https://togithub.com/5).35.4 - [@​tanstack/solid-query-persist-client](https://togithub.com/tanstack/solid-query-persist-client)[@​5](https://togithub.com/5).35.4 - [@​tanstack/svelte-query](https://togithub.com/tanstack/svelte-query)[@​5](https://togithub.com/5).35.4 - [@​tanstack/svelte-query-devtools](https://togithub.com/tanstack/svelte-query-devtools)[@​5](https://togithub.com/5).35.4 - [@​tanstack/svelte-query-persist-client](https://togithub.com/tanstack/svelte-query-persist-client)[@​5](https://togithub.com/5).35.4 - [@​tanstack/vue-query](https://togithub.com/tanstack/vue-query)[@​5](https://togithub.com/5).35.4 - [@​tanstack/vue-query-devtools](https://togithub.com/tanstack/vue-query-devtools)[@​5](https://togithub.com/5).35.4 - [@​tanstack/angular-query-experimental](https://togithub.com/tanstack/angular-query-experimental)[@​5](https://togithub.com/5).35.4 - [@​tanstack/query-async-storage-persister](https://togithub.com/tanstack/query-async-storage-persister)[@​5](https://togithub.com/5).35.4 - [@​tanstack/angular-query-devtools-experimental](https://togithub.com/tanstack/angular-query-devtools-experimental)[@​5](https://togithub.com/5).35.4
TanStack/query (@​tanstack/react-query) ### [`v5.36.0`](https://togithub.com/TanStack/query/compare/v5.35.5...v5.36.0) [Compare Source](https://togithub.com/TanStack/query/compare/v5.35.5...v5.36.0) ### [`v5.35.5`](https://togithub.com/TanStack/query/compare/v5.35.4...v5.35.5) [Compare Source](https://togithub.com/TanStack/query/compare/v5.35.4...v5.35.5) ### [`v5.35.4`](https://togithub.com/TanStack/query/releases/tag/v5.35.4) [Compare Source](https://togithub.com/TanStack/query/compare/v5.35.1...v5.35.4) Version 5.35.4 - 5/10/2024, 2:10 PM #### Changes ##### Fix - deprecate direction passed to QueryFunctionContext ([#​7410](https://togithub.com/TanStack/query/issues/7410)) ([`fbe3b44`](https://togithub.com/TanStack/query/commit/fbe3b445)) by Dominik Dorfmeister ##### Docs - Fix usage of removeEventListener ([#​7393](https://togithub.com/TanStack/query/issues/7393)) ([`0bb0fa3`](https://togithub.com/TanStack/query/commit/0bb0fa39)) by Oc1S - fix typo ([#​7400](https://togithub.com/TanStack/query/issues/7400)) ([`ab126e8`](https://togithub.com/TanStack/query/commit/ab126e86)) by [@​pius712](https://togithub.com/pius712) #### Packages - [@​tanstack/query-core](https://togithub.com/tanstack/query-core)[@​5](https://togithub.com/5).35.4 - [@​tanstack/query-broadcast-client-experimental](https://togithub.com/tanstack/query-broadcast-client-experimental)[@​5](https://togithub.com/5).35.4 - [@​tanstack/query-persist-client-core](https://togithub.com/tanstack/query-persist-client-core)[@​5](https://togithub.com/5).35.4 - [@​tanstack/query-sync-storage-persister](https://togithub.com/tanstack/query-sync-storage-persister)[@​5](https://togithub.com/5).35.4 - [@​tanstack/react-query](https://togithub.com/tanstack/react-query)[@​5](https://togithub.com/5).35.4 - [@​tanstack/react-query-devtools](https://togithub.com/tanstack/react-query-devtools)[@​5](https://togithub.com/5).35.4 - [@​tanstack/react-query-persist-client](https://togithub.com/tanstack/react-query-persist-client)[@​5](https://togithub.com/5).35.4 - [@​tanstack/react-query-next-experimental](https://togithub.com/tanstack/react-query-next-experimental)[@​5](https://togithub.com/5).35.4 - [@​tanstack/solid-query](https://togithub.com/tanstack/solid-query)[@​5](https://togithub.com/5).35.4 - [@​tanstack/solid-query-devtools](https://togithub.com/tanstack/solid-query-devtools)[@​5](https://togithub.com/5).35.4 - [@​tanstack/solid-query-persist-client](https://togithub.com/tanstack/solid-query-persist-client)[@​5](https://togithub.com/5).35.4 - [@​tanstack/svelte-query](https://togithub.com/tanstack/svelte-query)[@​5](https://togithub.com/5).35.4 - [@​tanstack/svelte-query-devtools](https://togithub.com/tanstack/svelte-query-devtools)[@​5](https://togithub.com/5).35.4 - [@​tanstack/svelte-query-persist-client](https://togithub.com/tanstack/svelte-query-persist-client)[@​5](https://togithub.com/5).35.4 - [@​tanstack/vue-query](https://togithub.com/tanstack/vue-query)[@​5](https://togithub.com/5).35.4 - [@​tanstack/vue-query-devtools](https://togithub.com/tanstack/vue-query-devtools)[@​5](https://togithub.com/5).35.4 - [@​tanstack/angular-query-experimental](https://togithub.com/tanstack/angular-query-experimental)[@​5](https://togithub.com/5).35.4 - [@​tanstack/query-async-storage-persister](https://togithub.com/tanstack/query-async-storage-persister)[@​5](https://togithub.com/5).35.4 - [@​tanstack/angular-query-devtools-experimental](https://togithub.com/tanstack/angular-query-devtools-experimental)[@​5](https://togithub.com/5).35.4
typescript-eslint/typescript-eslint (@​typescript-eslint/eslint-plugin) ### [`v7.9.0`](https://togithub.com/typescript-eslint/typescript-eslint/blob/HEAD/packages/eslint-plugin/CHANGELOG.md#790-2024-05-13) [Compare Source](https://togithub.com/typescript-eslint/typescript-eslint/compare/v7.8.0...v7.9.0) ##### 🩹 Fixes - **eslint-plugin:** \[explicit-function-return-types] fix false positive on default parameters ##### ❤️ Thank You - Kirk Waiblinger - Sheetal Nandi - Vinccool96 You can read about our [versioning strategy](https://main--typescript-eslint.netlify.app/users/versioning) and [releases](https://main--typescript-eslint.netlify.app/users/releases) on our website.
typescript-eslint/typescript-eslint (@​typescript-eslint/parser) ### [`v7.9.0`](https://togithub.com/typescript-eslint/typescript-eslint/blob/HEAD/packages/parser/CHANGELOG.md#790-2024-05-13) [Compare Source](https://togithub.com/typescript-eslint/typescript-eslint/compare/v7.8.0...v7.9.0) This was a version bump only for parser to align it with other projects, there were no code changes. You can read about our [versioning strategy](https://main--typescript-eslint.netlify.app/users/versioning) and [releases](https://main--typescript-eslint.netlify.app/users/releases) on our website.
zloirock/core-js (core-js) ### [`v3.37.1`](https://togithub.com/zloirock/core-js/blob/HEAD/CHANGELOG.md

Configuration

📅 Schedule: Branch creation - "before 7am on monday" (UTC), Automerge - At any time (no schedule defined).

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

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 Mend Renovate. View repository job log here.