Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Bump the dependencies group across 1 directory with 24 updates #347

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Mar 3, 2025

Bumps the dependencies group with 24 updates in the /frontend directory:

Package From To
@mantine/core 7.15.3 7.17.1
@mantine/form 7.15.3 7.17.1
@mantine/hooks 7.15.3 7.17.1
@mantine/modals 7.15.3 7.17.1
@mantine/notifications 7.15.3 7.17.1
@sentry/react 8.48.0 9.3.0
@tanstack/react-query 5.62.16 5.67.0
@tanstack/react-query-devtools 5.62.16 5.67.0
react 18.3.1 19.0.0
@types/react 18.3.18 19.0.10
react-dom 18.3.1 19.0.0
@types/react-dom 18.3.5 19.0.4
@tanstack/eslint-plugin-query 5.62.16 5.66.1
@typescript-eslint/eslint-plugin 8.19.1 8.25.0
@typescript-eslint/parser 8.19.1 8.25.0
eslint 9.17.0 9.21.0
eslint-plugin-prettier 5.2.1 5.2.3
eslint-plugin-react-hooks 5.1.0 5.2.0
eslint-plugin-react-refresh 0.4.16 0.4.19
lint-staged 15.3.0 15.4.3
prettier 3.4.2 3.5.3
typescript 5.7.2 5.8.2
vite 6.0.11 6.2.0
@rollup/rollup-linux-x64-gnu 4.30.1 4.34.9

Updates @mantine/core from 7.15.3 to 7.17.1

Release notes

Sourced from @​mantine/core's releases.

7.17.1

What's Changed

  • [@mantine/core] Select: Fix caret displayed when the readonly input is clicked (#7476)
  • [@mantine/charts] Fix incorrect types of classNames prop of PieChart and DonutChart components (#7475)
  • [@mantine/charts] BubbleChart: Fix broken layout when label prop is used with React 19
  • [@mantine/form] Fix missing isJSONString export (#7508)
  • [@mantine/core] Fix MultiSelect and TagsInputs dropdowns still being opened on click when components were used inside disabled fieldset (#7528)
  • [@mantine/code-highlight] Fallback unsupported code to plaintext (#7497)
  • [@mantine/emotion] Improve "Go to definition" support for createStyles classes (#7526)

New Contributors

Full Changelog: mantinedev/mantine@7.17.0...7.17.1

7.17.0 🌶️

View changelog with demos on mantine.dev website

Last 7.x minor release

This is the last minor release in the 7.x series. The next release will be 8.0 with breaking changes and new features.

You are welcome to review the changelog/code and provide feedback and bug reports in Discord or GitHub discussions:

How to update your project dependencies to the new alpha version:

  • Open your package.json
  • Find all @mantine/ packages
  • Update version of all @mantine/ packages to 8.0.0-alpha.0
  • Install dependencies with your package manager, for example, yarn or npm install

Important notes:

  • 8.0 release is scheduled for May 5th. Until then you can influence the included breaking changes by proving feedback using Discord or GitHub discussions.
  • Currently most of planned breaking changes are implemented – it is not planned to introduce other significant breaking changes (unless new versions of recharts or tiptap are released before May 5th).
  • You can find the updated source code in 8.0 branch on GitHub
  • Since the changes to codebase are not that significant compared to previous major releases, it is not planned to deprecate 7.x version as soon as 8.0 is release. 7.17.x patches are planned to be released for some time – if you are not ready to migrate to 8.x, you will still be able to receive bug fixes for 7.x (no new features though).

Portal reuseTargetNode prop

Portal component now supports reuseTargetNode prop which allows to reuse the same target node for all instances.

... (truncated)

Commits
  • ddfdda8 [release] Version: 7.17.1
  • 52963ce [@​mantine/core] Select: Fix caret displayed when the readonly input is clicke...
  • 777e1be [@​mantine/core] Fix MultiSelect and TagsInputs dropdowns still being opened o...
  • ef93ceb [release] Version: 7.17.0
  • 14d652d [@​mantine/core] Add env prop to MantineProvider
  • 46dff2c [@​mantine/core] Popover: Add onDismiss prop support
  • 78cb2cc [core] Update Next.js to 15 and React to 19
  • 619a7e7 [@​mantine/core] Acnhor: Add underline="not-hover" option support
  • 19f2c09 [@​mantine/core] Affix: Add theme spacing values support in position prop
  • edf3088 Merge branch 'master' of github.com:mantinedev/mantine into 7.17
  • Additional commits viewable in compare view

Updates @mantine/form from 7.15.3 to 7.17.1

Release notes

Sourced from @​mantine/form's releases.

7.17.1

What's Changed

  • [@mantine/core] Select: Fix caret displayed when the readonly input is clicked (#7476)
  • [@mantine/charts] Fix incorrect types of classNames prop of PieChart and DonutChart components (#7475)
  • [@mantine/charts] BubbleChart: Fix broken layout when label prop is used with React 19
  • [@mantine/form] Fix missing isJSONString export (#7508)
  • [@mantine/core] Fix MultiSelect and TagsInputs dropdowns still being opened on click when components were used inside disabled fieldset (#7528)
  • [@mantine/code-highlight] Fallback unsupported code to plaintext (#7497)
  • [@mantine/emotion] Improve "Go to definition" support for createStyles classes (#7526)

New Contributors

Full Changelog: mantinedev/mantine@7.17.0...7.17.1

7.17.0 🌶️

View changelog with demos on mantine.dev website

Last 7.x minor release

This is the last minor release in the 7.x series. The next release will be 8.0 with breaking changes and new features.

You are welcome to review the changelog/code and provide feedback and bug reports in Discord or GitHub discussions:

How to update your project dependencies to the new alpha version:

  • Open your package.json
  • Find all @mantine/ packages
  • Update version of all @mantine/ packages to 8.0.0-alpha.0
  • Install dependencies with your package manager, for example, yarn or npm install

Important notes:

  • 8.0 release is scheduled for May 5th. Until then you can influence the included breaking changes by proving feedback using Discord or GitHub discussions.
  • Currently most of planned breaking changes are implemented – it is not planned to introduce other significant breaking changes (unless new versions of recharts or tiptap are released before May 5th).
  • You can find the updated source code in 8.0 branch on GitHub
  • Since the changes to codebase are not that significant compared to previous major releases, it is not planned to deprecate 7.x version as soon as 8.0 is release. 7.17.x patches are planned to be released for some time – if you are not ready to migrate to 8.x, you will still be able to receive bug fixes for 7.x (no new features though).

Portal reuseTargetNode prop

Portal component now supports reuseTargetNode prop which allows to reuse the same target node for all instances.

... (truncated)

Commits
  • ddfdda8 [release] Version: 7.17.1
  • caf8c3d [@​mantine/form] Fix missing isJSONString export (#7508)
  • ef93ceb [release] Version: 7.17.0
  • edf3088 Merge branch 'master' of github.com:mantinedev/mantine into 7.17
  • 3f1b824 [release] Version: 7.16.3
  • f4f2683 Merge branch 'master' of github.com:mantinedev/mantine into 7.17
  • dfdbd65 [release] Version: 7.16.2
  • 8be2ce4 Merge branch master into 7.17
  • e981065 [release] Version: 7.16.1
  • 4edaa61 [@​mantine/form] Fix incorrect values handling in form.resetDirty (#7373)
  • Additional commits viewable in compare view

Updates @mantine/hooks from 7.15.3 to 7.17.1

Release notes

Sourced from @​mantine/hooks's releases.

7.17.1

What's Changed

  • [@mantine/core] Select: Fix caret displayed when the readonly input is clicked (#7476)
  • [@mantine/charts] Fix incorrect types of classNames prop of PieChart and DonutChart components (#7475)
  • [@mantine/charts] BubbleChart: Fix broken layout when label prop is used with React 19
  • [@mantine/form] Fix missing isJSONString export (#7508)
  • [@mantine/core] Fix MultiSelect and TagsInputs dropdowns still being opened on click when components were used inside disabled fieldset (#7528)
  • [@mantine/code-highlight] Fallback unsupported code to plaintext (#7497)
  • [@mantine/emotion] Improve "Go to definition" support for createStyles classes (#7526)

New Contributors

Full Changelog: mantinedev/mantine@7.17.0...7.17.1

7.17.0 🌶️

View changelog with demos on mantine.dev website

Last 7.x minor release

This is the last minor release in the 7.x series. The next release will be 8.0 with breaking changes and new features.

You are welcome to review the changelog/code and provide feedback and bug reports in Discord or GitHub discussions:

How to update your project dependencies to the new alpha version:

  • Open your package.json
  • Find all @mantine/ packages
  • Update version of all @mantine/ packages to 8.0.0-alpha.0
  • Install dependencies with your package manager, for example, yarn or npm install

Important notes:

  • 8.0 release is scheduled for May 5th. Until then you can influence the included breaking changes by proving feedback using Discord or GitHub discussions.
  • Currently most of planned breaking changes are implemented – it is not planned to introduce other significant breaking changes (unless new versions of recharts or tiptap are released before May 5th).
  • You can find the updated source code in 8.0 branch on GitHub
  • Since the changes to codebase are not that significant compared to previous major releases, it is not planned to deprecate 7.x version as soon as 8.0 is release. 7.17.x patches are planned to be released for some time – if you are not ready to migrate to 8.x, you will still be able to receive bug fixes for 7.x (no new features though).

Portal reuseTargetNode prop

Portal component now supports reuseTargetNode prop which allows to reuse the same target node for all instances.

... (truncated)

Commits
  • ddfdda8 [release] Version: 7.17.1
  • ef93ceb [release] Version: 7.17.0
  • 6efa833 [@​mantine/hooks] use-file-dialog: Fix incorrect change event handling
  • 422f4fd [@​mantine/hooks] use-file-dialog: Init hook
  • 78cb2cc [core] Update Next.js to 15 and React to 19
  • 3f1b824 [release] Version: 7.16.3
  • dfdbd65 [release] Version: 7.16.2
  • bb6f692 [@​mantine/hooks] use-hotkeys: Add better support for non-QUERTY keyboards (#7...
  • c2920f1 [@​mantine/hooks] Fix potential dangerous access of ref value in useEffect cle...
  • e981065 [release] Version: 7.16.1
  • Additional commits viewable in compare view

Updates @mantine/modals from 7.15.3 to 7.17.1

Release notes

Sourced from @​mantine/modals's releases.

7.17.1

What's Changed

  • [@mantine/core] Select: Fix caret displayed when the readonly input is clicked (#7476)
  • [@mantine/charts] Fix incorrect types of classNames prop of PieChart and DonutChart components (#7475)
  • [@mantine/charts] BubbleChart: Fix broken layout when label prop is used with React 19
  • [@mantine/form] Fix missing isJSONString export (#7508)
  • [@mantine/core] Fix MultiSelect and TagsInputs dropdowns still being opened on click when components were used inside disabled fieldset (#7528)
  • [@mantine/code-highlight] Fallback unsupported code to plaintext (#7497)
  • [@mantine/emotion] Improve "Go to definition" support for createStyles classes (#7526)

New Contributors

Full Changelog: mantinedev/mantine@7.17.0...7.17.1

7.17.0 🌶️

View changelog with demos on mantine.dev website

Last 7.x minor release

This is the last minor release in the 7.x series. The next release will be 8.0 with breaking changes and new features.

You are welcome to review the changelog/code and provide feedback and bug reports in Discord or GitHub discussions:

How to update your project dependencies to the new alpha version:

  • Open your package.json
  • Find all @mantine/ packages
  • Update version of all @mantine/ packages to 8.0.0-alpha.0
  • Install dependencies with your package manager, for example, yarn or npm install

Important notes:

  • 8.0 release is scheduled for May 5th. Until then you can influence the included breaking changes by proving feedback using Discord or GitHub discussions.
  • Currently most of planned breaking changes are implemented – it is not planned to introduce other significant breaking changes (unless new versions of recharts or tiptap are released before May 5th).
  • You can find the updated source code in 8.0 branch on GitHub
  • Since the changes to codebase are not that significant compared to previous major releases, it is not planned to deprecate 7.x version as soon as 8.0 is release. 7.17.x patches are planned to be released for some time – if you are not ready to migrate to 8.x, you will still be able to receive bug fixes for 7.x (no new features though).

Portal reuseTargetNode prop

Portal component now supports reuseTargetNode prop which allows to reuse the same target node for all instances.

... (truncated)

Commits
  • ddfdda8 [release] Version: 7.17.1
  • ef93ceb [release] Version: 7.17.0
  • 78cb2cc [core] Update Next.js to 15 and React to 19
  • edf3088 Merge branch 'master' of github.com:mantinedev/mantine into 7.17
  • 3f1b824 [release] Version: 7.16.3
  • f4f2683 Merge branch 'master' of github.com:mantinedev/mantine into 7.17
  • dfdbd65 [release] Version: 7.16.2
  • 8be2ce4 Merge branch master into 7.17
  • e981065 [release] Version: 7.16.1
  • a5a3838 Merge branch 'master' of github.com:mantinedev/mantine into 7.17
  • Additional commits viewable in compare view

Updates @mantine/notifications from 7.15.3 to 7.17.1

Release notes

Sourced from @​mantine/notifications's releases.

7.17.1

What's Changed

  • [@mantine/core] Select: Fix caret displayed when the readonly input is clicked (#7476)
  • [@mantine/charts] Fix incorrect types of classNames prop of PieChart and DonutChart components (#7475)
  • [@mantine/charts] BubbleChart: Fix broken layout when label prop is used with React 19
  • [@mantine/form] Fix missing isJSONString export (#7508)
  • [@mantine/core] Fix MultiSelect and TagsInputs dropdowns still being opened on click when components were used inside disabled fieldset (#7528)
  • [@mantine/code-highlight] Fallback unsupported code to plaintext (#7497)
  • [@mantine/emotion] Improve "Go to definition" support for createStyles classes (#7526)

New Contributors

Full Changelog: mantinedev/mantine@7.17.0...7.17.1

7.17.0 🌶️

View changelog with demos on mantine.dev website

Last 7.x minor release

This is the last minor release in the 7.x series. The next release will be 8.0 with breaking changes and new features.

You are welcome to review the changelog/code and provide feedback and bug reports in Discord or GitHub discussions:

How to update your project dependencies to the new alpha version:

  • Open your package.json
  • Find all @mantine/ packages
  • Update version of all @mantine/ packages to 8.0.0-alpha.0
  • Install dependencies with your package manager, for example, yarn or npm install

Important notes:

  • 8.0 release is scheduled for May 5th. Until then you can influence the included breaking changes by proving feedback using Discord or GitHub discussions.
  • Currently most of planned breaking changes are implemented – it is not planned to introduce other significant breaking changes (unless new versions of recharts or tiptap are released before May 5th).
  • You can find the updated source code in 8.0 branch on GitHub
  • Since the changes to codebase are not that significant compared to previous major releases, it is not planned to deprecate 7.x version as soon as 8.0 is release. 7.17.x patches are planned to be released for some time – if you are not ready to migrate to 8.x, you will still be able to receive bug fixes for 7.x (no new features though).

Portal reuseTargetNode prop

Portal component now supports reuseTargetNode prop which allows to reuse the same target node for all instances.

... (truncated)

Commits

Updates @sentry/react from 8.48.0 to 9.3.0

Release notes

Sourced from @​sentry/react's releases.

9.3.0

Important Changes

With this release we're publishing two new SDKs in experimental alpha stage:

  • feat(tanstackstart): Add TanStack Start SDK (#15523)

For details please refer to the README

  • feat(react-router): Add React Router SDK (#15524)

For details please refer to the README

  • feat(remix): Add support for Hydrogen (#15450)

This PR adds support for Shopify Hydrogen applications running on MiniOxygen runtime.

Other Changes

  • feat(core): Add forceTransaction to trpc middleware options (#15519)
  • feat(core): Default filter unactionable error (#15527)
  • feat(core): Rename inboundFiltersIntegration to eventFiltersIntegration (#15434)
  • feat(deps): bump @​prisma/instrumentation from 6.2.1 to 6.4.1 (#15480)
  • feat(react-router): Add build-time config (#15406)
  • feat(replay): Bump rrweb to 2.33.0 (#15514)
  • fix(core): Fix allowUrls and denyUrls for linked and aggregate exceptions (#15521)
  • fix(nextjs): Don't capture devmode server-action redirect errors (#15485)
  • fix(nextjs): warn about missing onRequestError handler #15488)
  • fix(nextjs): Prevent wrong culprit from showing up for clientside error events #15475)
  • fix(nuxt): Ignore 300-400 status codes on app errors in Nuxt (#15473)
  • fix(react): Add support for cross-usage of React Router instrumentations (#15283)
  • fix(sveltekit): Guard process check when flushing events (#15516)

Work in this release was contributed by @​GerryWilko and @​leoambio. Thank you for your contributions!

Bundle size 📦

Path Size
@​sentry/browser 23.12 KB
@​sentry/browser - with treeshaking flags 22.91 KB
@​sentry/browser (incl. Tracing) 36.18 KB
@​sentry/browser (incl. Tracing, Replay) 73.36 KB
@​sentry/browser (incl. Tracing, Replay) - with treeshaking flags 66.78 KB
@​sentry/browser (incl. Tracing, Replay with Canvas) 77.98 KB
@​sentry/browser (incl. Tracing, Replay, Feedback) 90.54 KB
@​sentry/browser (incl. Feedback) 40.27 KB
@​sentry/browser (incl. sendFeedback) 27.75 KB
@​sentry/browser (incl. FeedbackAsync) 32.55 KB
@​sentry/react 24.94 KB

... (truncated)

Changelog

Sourced from @​sentry/react's changelog.

9.3.0

Important Changes

With this release we're publishing two new SDKs in experimental alpha stage:

  • feat(tanstackstart): Add TanStack Start SDK (#15523)

For details please refer to the README

  • feat(react-router): Add React Router SDK (#15524)

For details please refer to the README

  • feat(remix): Add support for Hydrogen (#15450)

This PR adds support for Shopify Hydrogen applications running on MiniOxygen runtime.

Other Changes

  • feat(core): Add forceTransaction to trpc middleware options (#15519)
  • feat(core): Default filter unactionable error (#15527)
  • feat(core): Rename inboundFiltersIntegration to eventFiltersIntegration (#15434)
  • feat(deps): bump @​prisma/instrumentation from 6.2.1 to 6.4.1 (#15480)
  • feat(react-router): Add build-time config (#15406)
  • feat(replay): Bump rrweb to 2.33.0 (#15514)
  • fix(core): Fix allowUrls and denyUrls for linked and aggregate exceptions (#15521)
  • fix(nextjs): Don't capture devmode server-action redirect errors (#15485)
  • fix(nextjs): warn about missing onRequestError handler #15488)
  • fix(nextjs): Prevent wrong culprit from showing up for clientside error events #15475)
  • fix(nuxt): Ignore 300-400 status codes on app errors in Nuxt (#15473)
  • fix(react): Add support for cross-usage of React Router instrumentations (#15283)
  • fix(sveltekit): Guard process check when flushing events (#15516)

Work in this release was contributed by @​GerryWilko and @​leoambio. Thank you for your contributions!

9.2.0

Important Changes

  • feat(node): Support Express v5 (#15380)

This release adds full tracing support for Express v5, and improves tracing support for Nest.js 11 (which uses Express v5) in the Nest.js SDK.

  • feat(sveltekit): Add Support for Cloudflare (#14672)

This release adds support for deploying SvelteKit applications to Cloudflare Pages. A docs update with updated instructions will follow shortly. Until then, you can give this a try by setting up the SvelteKit SDK as usual and then following the instructions outlined in the PR.

... (truncated)

Commits
  • 62702a9 release: 9.3.0
  • e2c6355 Merge pull request #15540 from getsentry/prepare-release/9.3.0
  • 12cb462 Merge branch 'master' into prepare-release/9.3.0
  • c5ac904 meta(changelog): Update changelog for 9.3.0
  • e9d2295 test: Log out envelope item for failing node integration tests (#15532)
  • 256d6f4 chore: Delete unused jest config in core, deno, gatsby (#15529)
  • 4a7aa21 feat(core): Default filter unactionable error (#15527)
  • 02e6d11 fix(core): Fix allowUrls and denyUrls for linked and aggregate exceptions...
  • e8b3bb2 chore: Add external contributor to CHANGELOG.md (#15522)
  • 4dccffa feat(tanstackstart): Add TanStack Start SDK (#15523)
  • Additional commits viewable in compare view

Updates @tanstack/react-query from 5.62.16 to 5.67.0

Release notes

Sourced from @​tanstack/react-query's releases.

v5.67.0

Version 5.67.0 - 3/3/25, 3:45 PM

Changes

Feat

  • types: typed query filters (#8670) (1b54251) by Dominik Dorfmeister

Test

  • query-core: add hashKey test code (#8735) (e85df7a) by SeongMin Kim
  • query-core: add test case for queryClient.isFetching (#8720) (5babd11) by @​manudeli

Docs

  • angular-query: document angular httpclient and other data fetching solutions (#8732) (18e357c) by Arnoud

Packages

  • @​tanstack/query-core@​5.67.0
  • @​tanstack/vue-query@​5.67.0
  • @​tanstack/query-broadcast-client-experimental@​5.67.0
  • @​tanstack/query-persist-client-core@​5.67.0
  • @​tanstack/query-sync-storage-persister@​5.67.0
  • @​tanstack/react-query@​5.67.0
  • @​tanstack/react-query-devtools@​5.67.0
  • @​tanstack/react-query-persist-client@​5.67.0
  • @​tanstack/react-query-next-experimental@​5.67.0
  • @​tanstack/solid-query@​5.67.0
  • @​tanstack/solid-query-devtools@​5.67.0
  • @​tanstack/solid-query-persist-client@​5.67.0
  • @​tanstack/svelte-query@​5.67.0
  • @​tanstack/svelte-query-devtools@​5.67.0
  • @​tanstack/svelte-query-persist-client@​5.67.0
  • @​tanstack/vue-query-devtools@​5.67.0
  • @​tanstack/angular-query-experimental@​5.67.0
  • @​tanstack/query-async-storage-persister@​5.67.0
  • @​tanstack/angular-query-devtools-experimental@​5.67.0

v5.66.11

Version 5.66.11 - 2/28/25, 1:53 PM

Changes

Fix

  • react-query: add warning when useBaseQuery is called without a queryFn (#8701) (2bf7ec6) by Harry

Test

... (truncated)

Commits
  • c0f27f6 release: v5.67.0
  • 0bd5240 release: v5.66.11
  • 2bf7ec6 fix(react-query): add warning when useBaseQuery is called without a queryFn (...
  • 0f7510d release: v5.66.10
  • ac4c56c fix(react-query): fix type breaking when using useSuspenseQueries with spread...
  • e474f73 release: v5.66.9
  • f63ba16 fix(types): prevent type errors and improve inference for dynamic queries on ...
  • a4db9ed release: v5.66.8
  • 9ac54b1 fix(react-query): fix inferring data as | undefined when using initialData wi...
  • c1ea870 release: v5.66.7
  • Additional commits viewable in compare view

Updates @tanstack/react-query-devtools from 5.62.16 to 5.67.0

Release notes

Sourced from @​tanstack/react-query-devtools's releases.

v5.67.0

Version 5.67.0 - 3/3/25, 3:45 PM

Changes

Feat

  • types: typed query filters (#8670) (1b54251) by Dominik Dorfmeister

Test

  • query-core: add hashKey test code (#8735) (e85df7a) by SeongMin Kim
  • query-core: add test case for queryClient.isFetching (#8720) (5babd11) by @​manudeli

Docs

  • angular-query: document angular httpclient and other data fetching solutions (#8732) (18e357c) by Arnoud

Packages

  • @​tanstack/query-core@​5.67.0
  • @​tanstack/vue-query@​5.67.0
  • @​tanstack/query-broadcast-client-experimental@​5.67.0
  • @​tanstack/query-persist-client-core@​5.67.0
  • @​tanstack/query-sync-storage-persister@​5.67.0
  • @​tanstack/react-query@​5.67.0
  • @​tanstack/react-query-devtools@​5.67.0
  • @​tanstack/react-query-persist-client@​5.67.0
  • @​tanstack/react-query-next-experimental@​5.67.0
  • @​tanstack/solid-query@​5.67.0
  • @​tanstack/solid-query-devtools@​5.67.0
  • @​tanstack/solid-query-persist-client@​5.67.0
  • @​tanstack/svelte-query@​5.67.0
  • @​tanstack/svelte-query-devtools@​5.67.0
  • @​tanstack/svelte-query-persist-client@​5.67.0
  • @​tanstack/vue-query-devtools@​5.67.0
  • @​tanstack/angular-query-experimental@​5.67.0
  • @​tanstack/query-async-storage-persister@​5.67.0
  • @​tanstack/angular-query-devtools-experimental@​5.67.0

v5.66.11

Version 5.66.11 - 2/28/25, 1:53 PM

Changes

Fix

  • react-query: add warning when useBaseQuery is called without a queryFn (#8701) (2bf7ec6) by Harry

Test

... (truncated)

Commits

Updates react from 18.3.1 to 19.0.0

Release notes

Sourced from react's releases.

19.0.0 (December 5, 2024)

Below is a list of all new features, APIs, deprecations, and breaking changes. Read React 19 release post and React 19 upgrade guide for more information.

Note: To help make the upgrade to React 19 easier, we’ve published a [email protected] release that is identical to 18.2 but adds warnings for deprecated APIs and other changes that are needed for React 19. We recommend upgrading to React 18.3.1 first to help identify any issues before upgrading to React 19.

New Features

React

  • Actions: startTransition can now accept async functions. Functions passed to startTransition are called “Actions”. A given Transition can include one or more Actions which update state in the background and update the UI with one commit. In addition to updating state, Actions can now perform side effects including async requests, and the Action will wait for the work to finish before finishing the Transition. This feature allows Transitions to include side effects like fetch() in the pending state, and provides support for error handling, and optimistic updates.
  • useActionState: is a new hook to order Actions inside of a Transition with access to the state of the action, and the pending state. It accepts a reducer that can call Actions, and the initial state used for first render. It also accepts an optional string that is used if the action is passed to a form action prop to support progressive enhancement in forms.
  • useOptimistic: is a new hook to update state while a Transition is in progress. It returns the state, and a set function that can be called inside a transition to “optimistically” update the state to expected final value immediately while the Transition completes in the background. When the transition finishes, the state is updated to the new value.
  • use: is a new API that allows reading resources in render. In React 19, use accepts a promise or Context. If provided a promise, use will suspend until a value is resolved. use can only be used in render but can be called conditionally.
  • ref as a prop: Refs can now be used as props, removing the need for forwardRef.
  • Suspense sibling pre-warming: When a component suspends, React will immediately commit the fallback of the nearest Suspense boundary, without waiting for the entire sibling tree to render. After the fallback commits, React will schedule another render for the suspended siblings to “pre-warm” lazy requests.

React DOM Client

  • <form> action prop: Form Actions allow you to manage forms automatically and integrate with useFormStatus. When a <form> action succeeds, React will automatically reset the form for uncontrolled components. The form can be reset manually with the new requestFormReset API.
  • <button> and <input> formAction prop: Actions can be passed to the formAction prop to configure form submission behavior. This allows using different Actions depending on the input.
  • useFormStatus: is a new hook that provides the status of the parent <form> action, as if the form was a Context provider. The hook returns the values: pending, data, method, and action.
  • Support for Document Metadata: We’v...

    Description has been truncated

Bumps the dependencies group with 24 updates in the /frontend directory:

| Package | From | To |
| --- | --- | --- |
| [@mantine/core](https://github.com/mantinedev/mantine/tree/HEAD/packages/@mantine/core) | `7.15.3` | `7.17.1` |
| [@mantine/form](https://github.com/mantinedev/mantine/tree/HEAD/packages/@mantine/form) | `7.15.3` | `7.17.1` |
| [@mantine/hooks](https://github.com/mantinedev/mantine/tree/HEAD/packages/@mantine/hooks) | `7.15.3` | `7.17.1` |
| [@mantine/modals](https://github.com/mantinedev/mantine/tree/HEAD/packages/@mantine/modals) | `7.15.3` | `7.17.1` |
| [@mantine/notifications](https://github.com/mantinedev/mantine/tree/HEAD/packages/@mantine/notifications) | `7.15.3` | `7.17.1` |
| [@sentry/react](https://github.com/getsentry/sentry-javascript) | `8.48.0` | `9.3.0` |
| [@tanstack/react-query](https://github.com/TanStack/query/tree/HEAD/packages/react-query) | `5.62.16` | `5.67.0` |
| [@tanstack/react-query-devtools](https://github.com/TanStack/query/tree/HEAD/packages/react-query-devtools) | `5.62.16` | `5.67.0` |
| [react](https://github.com/facebook/react/tree/HEAD/packages/react) | `18.3.1` | `19.0.0` |
| [@types/react](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/react) | `18.3.18` | `19.0.10` |
| [react-dom](https://github.com/facebook/react/tree/HEAD/packages/react-dom) | `18.3.1` | `19.0.0` |
| [@types/react-dom](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/react-dom) | `18.3.5` | `19.0.4` |
| [@tanstack/eslint-plugin-query](https://github.com/TanStack/query/tree/HEAD/packages/eslint-plugin-query) | `5.62.16` | `5.66.1` |
| [@typescript-eslint/eslint-plugin](https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/eslint-plugin) | `8.19.1` | `8.25.0` |
| [@typescript-eslint/parser](https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/parser) | `8.19.1` | `8.25.0` |
| [eslint](https://github.com/eslint/eslint) | `9.17.0` | `9.21.0` |
| [eslint-plugin-prettier](https://github.com/prettier/eslint-plugin-prettier) | `5.2.1` | `5.2.3` |
| [eslint-plugin-react-hooks](https://github.com/facebook/react/tree/HEAD/packages/eslint-plugin-react-hooks) | `5.1.0` | `5.2.0` |
| [eslint-plugin-react-refresh](https://github.com/ArnaudBarre/eslint-plugin-react-refresh) | `0.4.16` | `0.4.19` |
| [lint-staged](https://github.com/lint-staged/lint-staged) | `15.3.0` | `15.4.3` |
| [prettier](https://github.com/prettier/prettier) | `3.4.2` | `3.5.3` |
| [typescript](https://github.com/microsoft/TypeScript) | `5.7.2` | `5.8.2` |
| [vite](https://github.com/vitejs/vite/tree/HEAD/packages/vite) | `6.0.11` | `6.2.0` |
| [@rollup/rollup-linux-x64-gnu](https://github.com/rollup/rollup) | `4.30.1` | `4.34.9` |



Updates `@mantine/core` from 7.15.3 to 7.17.1
- [Release notes](https://github.com/mantinedev/mantine/releases)
- [Changelog](https://github.com/mantinedev/mantine/blob/master/CHANGELOG.md)
- [Commits](https://github.com/mantinedev/mantine/commits/7.17.1/packages/@mantine/core)

Updates `@mantine/form` from 7.15.3 to 7.17.1
- [Release notes](https://github.com/mantinedev/mantine/releases)
- [Changelog](https://github.com/mantinedev/mantine/blob/master/CHANGELOG.md)
- [Commits](https://github.com/mantinedev/mantine/commits/7.17.1/packages/@mantine/form)

Updates `@mantine/hooks` from 7.15.3 to 7.17.1
- [Release notes](https://github.com/mantinedev/mantine/releases)
- [Changelog](https://github.com/mantinedev/mantine/blob/master/CHANGELOG.md)
- [Commits](https://github.com/mantinedev/mantine/commits/7.17.1/packages/@mantine/hooks)

Updates `@mantine/modals` from 7.15.3 to 7.17.1
- [Release notes](https://github.com/mantinedev/mantine/releases)
- [Changelog](https://github.com/mantinedev/mantine/blob/master/CHANGELOG.md)
- [Commits](https://github.com/mantinedev/mantine/commits/7.17.1/packages/@mantine/modals)

Updates `@mantine/notifications` from 7.15.3 to 7.17.1
- [Release notes](https://github.com/mantinedev/mantine/releases)
- [Changelog](https://github.com/mantinedev/mantine/blob/master/CHANGELOG.md)
- [Commits](https://github.com/mantinedev/mantine/commits/7.17.1/packages/@mantine/notifications)

Updates `@sentry/react` from 8.48.0 to 9.3.0
- [Release notes](https://github.com/getsentry/sentry-javascript/releases)
- [Changelog](https://github.com/getsentry/sentry-javascript/blob/develop/CHANGELOG.md)
- [Commits](getsentry/sentry-javascript@8.48.0...9.3.0)

Updates `@tanstack/react-query` from 5.62.16 to 5.67.0
- [Release notes](https://github.com/TanStack/query/releases)
- [Commits](https://github.com/TanStack/query/commits/v5.67.0/packages/react-query)

Updates `@tanstack/react-query-devtools` from 5.62.16 to 5.67.0
- [Release notes](https://github.com/TanStack/query/releases)
- [Commits](https://github.com/TanStack/query/commits/v5.67.0/packages/react-query-devtools)

Updates `react` from 18.3.1 to 19.0.0
- [Release notes](https://github.com/facebook/react/releases)
- [Changelog](https://github.com/facebook/react/blob/main/CHANGELOG.md)
- [Commits](https://github.com/facebook/react/commits/v19.0.0/packages/react)

Updates `@types/react` from 18.3.18 to 19.0.10
- [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases)
- [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/react)

Updates `react-dom` from 18.3.1 to 19.0.0
- [Release notes](https://github.com/facebook/react/releases)
- [Changelog](https://github.com/facebook/react/blob/main/CHANGELOG.md)
- [Commits](https://github.com/facebook/react/commits/v19.0.0/packages/react-dom)

Updates `@types/react-dom` from 18.3.5 to 19.0.4
- [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases)
- [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/react-dom)

Updates `@tanstack/eslint-plugin-query` from 5.62.16 to 5.66.1
- [Release notes](https://github.com/TanStack/query/releases)
- [Commits](https://github.com/TanStack/query/commits/v5.66.1/packages/eslint-plugin-query)

Updates `@types/react` from 18.3.18 to 19.0.10
- [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases)
- [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/react)

Updates `@types/react-dom` from 18.3.5 to 19.0.4
- [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases)
- [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/react-dom)

Updates `@typescript-eslint/eslint-plugin` from 8.19.1 to 8.25.0
- [Release notes](https://github.com/typescript-eslint/typescript-eslint/releases)
- [Changelog](https://github.com/typescript-eslint/typescript-eslint/blob/main/packages/eslint-plugin/CHANGELOG.md)
- [Commits](https://github.com/typescript-eslint/typescript-eslint/commits/v8.25.0/packages/eslint-plugin)

Updates `@typescript-eslint/parser` from 8.19.1 to 8.25.0
- [Release notes](https://github.com/typescript-eslint/typescript-eslint/releases)
- [Changelog](https://github.com/typescript-eslint/typescript-eslint/blob/main/packages/parser/CHANGELOG.md)
- [Commits](https://github.com/typescript-eslint/typescript-eslint/commits/v8.25.0/packages/parser)

Updates `eslint` from 9.17.0 to 9.21.0
- [Release notes](https://github.com/eslint/eslint/releases)
- [Changelog](https://github.com/eslint/eslint/blob/main/CHANGELOG.md)
- [Commits](eslint/eslint@v9.17.0...v9.21.0)

Updates `eslint-plugin-prettier` from 5.2.1 to 5.2.3
- [Release notes](https://github.com/prettier/eslint-plugin-prettier/releases)
- [Changelog](https://github.com/prettier/eslint-plugin-prettier/blob/master/CHANGELOG.md)
- [Commits](prettier/eslint-plugin-prettier@v5.2.1...v5.2.3)

Updates `eslint-plugin-react-hooks` from 5.1.0 to 5.2.0
- [Release notes](https://github.com/facebook/react/releases)
- [Changelog](https://github.com/facebook/react/blob/main/CHANGELOG.md)
- [Commits](https://github.com/facebook/react/commits/HEAD/packages/eslint-plugin-react-hooks)

Updates `eslint-plugin-react-refresh` from 0.4.16 to 0.4.19
- [Release notes](https://github.com/ArnaudBarre/eslint-plugin-react-refresh/releases)
- [Changelog](https://github.com/ArnaudBarre/eslint-plugin-react-refresh/blob/main/CHANGELOG.md)
- [Commits](ArnaudBarre/eslint-plugin-react-refresh@v0.4.16...v0.4.19)

Updates `lint-staged` from 15.3.0 to 15.4.3
- [Release notes](https://github.com/lint-staged/lint-staged/releases)
- [Changelog](https://github.com/lint-staged/lint-staged/blob/main/CHANGELOG.md)
- [Commits](lint-staged/lint-staged@v15.3.0...v15.4.3)

Updates `prettier` from 3.4.2 to 3.5.3
- [Release notes](https://github.com/prettier/prettier/releases)
- [Changelog](https://github.com/prettier/prettier/blob/main/CHANGELOG.md)
- [Commits](prettier/prettier@3.4.2...3.5.3)

Updates `typescript` from 5.7.2 to 5.8.2
- [Release notes](https://github.com/microsoft/TypeScript/releases)
- [Changelog](https://github.com/microsoft/TypeScript/blob/main/azure-pipelines.release.yml)
- [Commits](microsoft/TypeScript@v5.7.2...v5.8.2)

Updates `vite` from 6.0.11 to 6.2.0
- [Release notes](https://github.com/vitejs/vite/releases)
- [Changelog](https://github.com/vitejs/vite/blob/main/packages/vite/CHANGELOG.md)
- [Commits](https://github.com/vitejs/vite/commits/[email protected]/packages/vite)

Updates `@rollup/rollup-linux-x64-gnu` from 4.30.1 to 4.34.9
- [Release notes](https://github.com/rollup/rollup/releases)
- [Changelog](https://github.com/rollup/rollup/blob/master/CHANGELOG.md)
- [Commits](rollup/rollup@v4.30.1...v4.34.9)

---
updated-dependencies:
- dependency-name: "@mantine/core"
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: dependencies
- dependency-name: "@mantine/form"
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: dependencies
- dependency-name: "@mantine/hooks"
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: dependencies
- dependency-name: "@mantine/modals"
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: dependencies
- dependency-name: "@mantine/notifications"
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: dependencies
- dependency-name: "@sentry/react"
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: dependencies
- dependency-name: "@tanstack/react-query"
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: dependencies
- dependency-name: "@tanstack/react-query-devtools"
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: dependencies
- dependency-name: react
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: dependencies
- dependency-name: "@types/react"
  dependency-type: direct:development
  update-type: version-update:semver-major
  dependency-group: dependencies
- dependency-name: react-dom
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: dependencies
- dependency-name: "@types/react-dom"
  dependency-type: direct:development
  update-type: version-update:semver-major
  dependency-group: dependencies
- dependency-name: "@tanstack/eslint-plugin-query"
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: dependencies
- dependency-name: "@types/react"
  dependency-type: direct:development
  update-type: version-update:semver-major
  dependency-group: dependencies
- dependency-name: "@types/react-dom"
  dependency-type: direct:development
  update-type: version-update:semver-major
  dependency-group: dependencies
- dependency-name: "@typescript-eslint/eslint-plugin"
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: dependencies
- dependency-name: "@typescript-eslint/parser"
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: dependencies
- dependency-name: eslint
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: dependencies
- dependency-name: eslint-plugin-prettier
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: dependencies
- dependency-name: eslint-plugin-react-hooks
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: dependencies
- dependency-name: eslint-plugin-react-refresh
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: dependencies
- dependency-name: lint-staged
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: dependencies
- dependency-name: prettier
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: dependencies
- dependency-name: typescript
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: dependencies
- dependency-name: vite
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: dependencies
- dependency-name: "@rollup/rollup-linux-x64-gnu"
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: dependencies
...

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot added dependencies Pull requests that update a dependency file javascript Pull requests that update Javascript code labels Mar 3, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
dependencies Pull requests that update a dependency file javascript Pull requests that update Javascript code
Projects
None yet
Development

Successfully merging this pull request may close these issues.

0 participants