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

build(deps): bump the minor group across 1 directory with 29 updates #526

Closed

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Feb 10, 2025

Bumps the minor group with 29 updates in the /client directory:

Package From To
@emotion/react 11.11.3 11.14.0
@fontsource/material-icons 5.0.11 5.1.1
@mantine/core 7.3.2 7.16.3
@mantine/dates 7.3.2 7.16.3
@mantine/form 7.3.2 7.16.3
@mantine/hooks 7.3.2 7.16.3
@mantine/notifications 7.3.2 7.16.3
@reduxjs/toolkit 2.0.1 2.5.1
immer 10.0.3 10.1.1
jotai 2.6.1 2.11.3
react-redux 9.0.4 9.2.0
react-virtuoso 4.6.2 4.12.5
workbox-core 7.0.0 7.3.0
workbox-expiration 7.0.0 7.3.0
workbox-precaching 7.0.0 7.3.0
workbox-routing 7.0.0 7.3.0
workbox-strategies 7.0.0 7.3.0
zod 3.22.4 3.24.1
@playwright/experimental-ct-react 1.40.1 1.50.1
eslint-import-resolver-typescript 3.6.1 3.7.0
eslint-plugin-import 2.29.1 2.31.0
eslint-plugin-jsx-a11y 6.8.0 6.10.2
eslint-plugin-react 7.33.2 7.37.4
openapi-zod-client 1.15.0 1.18.3
playwright 1.40.1 1.50.1
postcss 8.4.32 8.5.2
prettier 3.1.1 3.5.0
typescript 5.5.4 5.7.3
vite-plugin-pwa 0.17.4 0.21.1

Updates @emotion/react from 11.11.3 to 11.14.0

Release notes

Sourced from @​emotion/react's releases.

@​emotion/react@​11.14.0

Minor Changes

  • #3281 fc4d7bd Thanks @​Andarist! - Source code has been migrated to TypeScript. From now on type declarations will be emitted based on that, instead of being hand-written.

Patch Changes

  • Updated dependencies [8dc1a6d, e1bf17e]:
    • @​emotion/cache@​11.14.0
    • @​emotion/use-insertion-effect-with-fallbacks@​1.2.0

@​emotion/react@​11.13.5

Patch Changes

  • #3270 77d930d Thanks @​emmatown! - Fix inconsistent hashes using development vs production bundles/exports conditions when using @emotion/babel-plugin with sourceMap: true (the default). This is particularly visible when using Emotion with the Next.js Pages router where the development condition is used when bundling code but not when importing external code with Node.js.

  • Updated dependencies [77d930d]:

    • @​emotion/serialize@​1.3.3
    • @​emotion/cache@​11.13.5
    • @​emotion/utils@​1.4.2
    • @​emotion/babel-plugin@​11.13.5

@​emotion/react@​11.13.3

Patch Changes

@​emotion/react@​11.13.0

Minor Changes

  • #3198 d8ff8a5 Thanks @​Andarist! - Migrated away from relying on process.env.NODE_ENV checks to differentiate between production and development builds.

    Development builds (and other environment-specific builds) can be used by using proper conditions (see here). Most modern bundlers/frameworks already preconfigure those for the user so no action has to be taken.

    Default files should continue to work in all environments.

  • #3215 a9f6912 Thanks @​Andarist! - Added edge-light and workerd conditions to package.json manifest to better serve users using Vercel Edge and Cloudflare Workers.

Patch Changes

  • Updated dependencies [d8ff8a5, a9f6912]:
    • @​emotion/cache@​11.13.0
    • @​emotion/serialize@​1.3.0
    • @​emotion/use-insertion-effect-with-fallbacks@​1.1.0
    • @​emotion/utils@​1.4.0

@​emotion/react@​11.12.0

... (truncated)

Commits

Updates @fontsource/material-icons from 5.0.11 to 5.1.1

Commits

Updates @mantine/core from 7.3.2 to 7.16.3

Release notes

Sourced from @​mantine/core's releases.

7.16.3

What's Changed

  • [@mantine/core] Remove use client from isLightColor function
  • [@mantine/core] TextInput: Fix autocomplete for variant prop not working
  • [@mantine/carousel] Fix aria-hidden warning displayed in Chrome console when indicator is clicked (#7414)
  • [@mantine/core] Fix clear button overlaying input content in Autocomplete and other similar components (#7431)
  • [@mantine/core] Combobox: Fix incorrect dropdown padding when used with ScrollArea (#7450)
  • [@mantine/core] Fix 0 gradient deg value not working correctly (#7444)
  • [@mantine/core] ScrollArea: Fix user-select being left as none after interaction with scrollbar in some edge cases (#7423)
  • [@mantine/dates] DateInput: Fix infinite loop in Safari (#7442)

New Contributors

Full Changelog: mantinedev/mantine@7.16.2...7.16.3

7.16.2

What's Changed

  • [@mantine/core] Tooltip: Migrate from deprecated useDelayGroupContext hook to useDelayGroup
  • [@mantine/core] Tabs: Fix tabIndex={0} set on Tabs.Tab being ignored (#7407)
  • [@mantine/core] Fix chevron icon not being clickable in Select and MultiSelect components (#7395)
  • [@mantine/dates] MonthPicker: Fix infinite useEffect with use-form in some cases (#7389)
  • [@mantine/hooks] use-hotkeys: Add better support for non-QUERTY keyboards (#7390)
  • [@mantine/dates] DateTimePicker: Fix timezone conversion being applied twice (#7400)
  • [@mantine/hooks] Fix potential dangerous access of ref value in useEffect cleanup (#7404)

New Contributors

Full Changelog: mantinedev/mantine@7.16.1...7.16.2

7.16.1

What's Changed

  • [@mantine/core] Menu: Add withInitialFocusPlaceholder prop support
  • [@mantine/core] Slider: Fix onChangeEnd being called when disabled prop is set
  • [@mantine/core] Add option to customize chevron color with chevronColor prop in Select and MultiSelect components
  • [@mantine/core] Fix incorrect styles of nested tables (#7354)
  • [@mantine/core]: NumberInput: Fix onChange being called in onBlur if the value has not been changed (#7383)
  • [@mantine/core] Menu: Add data-disabled prop handling to Menu.Item component (#7377)
  • [@mantine/form] Fix incorrect values handling in form.resetDirty (#7373)
  • [@mantine/chart] AreaChart: Fix gridColor and textColor props being passed as attributes to the DOM node (#7378)
  • [@mantine/hooks] use-in-viewport: Fix tracking being stopped when used with a dnd library (#7359)
  • [@mantine/core] MantineProvider: Fix jest tests not running in case there is incorrect window.matchMedia polyfill implementation (#7360)
  • [@mantine/core] Modal: Fix Escape key not working in old Safari versions (#7358)

New Contributors

... (truncated)

Commits
  • 3f1b824 [release] Version: 7.16.3
  • db97288 [@​mantine/core] TextInput: Fix autocomplete for variant prop not working
  • 1d119c7 [@​mantine/core] Fix clear button overlaying input content in Autocomplete and...
  • 3534c68 [@​mantine/core] Combobox: Fix incorrect dropdown padding when used with Scrol...
  • ebe0780 [@​mantine/core] Fix 0 gradient deg value not working correctly (#7444)
  • 08672e9 [@​mantine/core] ScrollArea: Fix user-select being left as none after interact...
  • dfdbd65 [release] Version: 7.16.2
  • 49da362 [@​mantine/core] Tooltip: Migrate from deprecated useDelayGroupContext hook ...
  • cfb2727 [@​mantine/core] Tabs: Fix tabIndex={0} set on Tabs.Tab being ignored (#7407)
  • e2ffcd2 [@​mantine/core] Fix chevron icon not being clickable in Select and MultiSelec...
  • Additional commits viewable in compare view

Updates @mantine/dates from 7.3.2 to 7.16.3

Release notes

Sourced from @​mantine/dates's releases.

7.16.3

What's Changed

  • [@mantine/core] Remove use client from isLightColor function
  • [@mantine/core] TextInput: Fix autocomplete for variant prop not working
  • [@mantine/carousel] Fix aria-hidden warning displayed in Chrome console when indicator is clicked (#7414)
  • [@mantine/core] Fix clear button overlaying input content in Autocomplete and other similar components (#7431)
  • [@mantine/core] Combobox: Fix incorrect dropdown padding when used with ScrollArea (#7450)
  • [@mantine/core] Fix 0 gradient deg value not working correctly (#7444)
  • [@mantine/core] ScrollArea: Fix user-select being left as none after interaction with scrollbar in some edge cases (#7423)
  • [@mantine/dates] DateInput: Fix infinite loop in Safari (#7442)

New Contributors

Full Changelog: mantinedev/mantine@7.16.2...7.16.3

7.16.2

What's Changed

  • [@mantine/core] Tooltip: Migrate from deprecated useDelayGroupContext hook to useDelayGroup
  • [@mantine/core] Tabs: Fix tabIndex={0} set on Tabs.Tab being ignored (#7407)
  • [@mantine/core] Fix chevron icon not being clickable in Select and MultiSelect components (#7395)
  • [@mantine/dates] MonthPicker: Fix infinite useEffect with use-form in some cases (#7389)
  • [@mantine/hooks] use-hotkeys: Add better support for non-QUERTY keyboards (#7390)
  • [@mantine/dates] DateTimePicker: Fix timezone conversion being applied twice (#7400)
  • [@mantine/hooks] Fix potential dangerous access of ref value in useEffect cleanup (#7404)

New Contributors

Full Changelog: mantinedev/mantine@7.16.1...7.16.2

7.16.1

What's Changed

  • [@mantine/core] Menu: Add withInitialFocusPlaceholder prop support
  • [@mantine/core] Slider: Fix onChangeEnd being called when disabled prop is set
  • [@mantine/core] Add option to customize chevron color with chevronColor prop in Select and MultiSelect components
  • [@mantine/core] Fix incorrect styles of nested tables (#7354)
  • [@mantine/core]: NumberInput: Fix onChange being called in onBlur if the value has not been changed (#7383)
  • [@mantine/core] Menu: Add data-disabled prop handling to Menu.Item component (#7377)
  • [@mantine/form] Fix incorrect values handling in form.resetDirty (#7373)
  • [@mantine/chart] AreaChart: Fix gridColor and textColor props being passed as attributes to the DOM node (#7378)
  • [@mantine/hooks] use-in-viewport: Fix tracking being stopped when used with a dnd library (#7359)
  • [@mantine/core] MantineProvider: Fix jest tests not running in case there is incorrect window.matchMedia polyfill implementation (#7360)
  • [@mantine/core] Modal: Fix Escape key not working in old Safari versions (#7358)

New Contributors

... (truncated)

Commits
  • 3f1b824 [release] Version: 7.16.3
  • 54518aa [@​mantine/dates] DateInput: Fix infinite loop in Safari (#7442)
  • dfdbd65 [release] Version: 7.16.2
  • 66e3020 [@​mantine/dates] MonthPicker: Fix infinite useEffect with use-form in some ca...
  • f7347e9 [@​mantine/dates] DateTimePicker: Fix timezone conversion being applied twice ...
  • e981065 [release] Version: 7.16.1
  • e8f7b01 [release] Version: 7.16.0
  • bc66999 Merge branch 'master' of github.com:mantinedev/mantine into 7.16
  • 75d2c25 [release] Version: 7.15.3
  • 1f8e582 [@​mantine/dates] DateTimePicker: Set milliseconds to 0 on the result date obj...
  • Additional commits viewable in compare view

Updates @mantine/form from 7.3.2 to 7.16.3

Release notes

Sourced from @​mantine/form's releases.

7.16.3

What's Changed

  • [@mantine/core] Remove use client from isLightColor function
  • [@mantine/core] TextInput: Fix autocomplete for variant prop not working
  • [@mantine/carousel] Fix aria-hidden warning displayed in Chrome console when indicator is clicked (#7414)
  • [@mantine/core] Fix clear button overlaying input content in Autocomplete and other similar components (#7431)
  • [@mantine/core] Combobox: Fix incorrect dropdown padding when used with ScrollArea (#7450)
  • [@mantine/core] Fix 0 gradient deg value not working correctly (#7444)
  • [@mantine/core] ScrollArea: Fix user-select being left as none after interaction with scrollbar in some edge cases (#7423)
  • [@mantine/dates] DateInput: Fix infinite loop in Safari (#7442)

New Contributors

Full Changelog: mantinedev/mantine@7.16.2...7.16.3

7.16.2

What's Changed

  • [@mantine/core] Tooltip: Migrate from deprecated useDelayGroupContext hook to useDelayGroup
  • [@mantine/core] Tabs: Fix tabIndex={0} set on Tabs.Tab being ignored (#7407)
  • [@mantine/core] Fix chevron icon not being clickable in Select and MultiSelect components (#7395)
  • [@mantine/dates] MonthPicker: Fix infinite useEffect with use-form in some cases (#7389)
  • [@mantine/hooks] use-hotkeys: Add better support for non-QUERTY keyboards (#7390)
  • [@mantine/dates] DateTimePicker: Fix timezone conversion being applied twice (#7400)
  • [@mantine/hooks] Fix potential dangerous access of ref value in useEffect cleanup (#7404)

New Contributors

Full Changelog: mantinedev/mantine@7.16.1...7.16.2

7.16.1

What's Changed

  • [@mantine/core] Menu: Add withInitialFocusPlaceholder prop support
  • [@mantine/core] Slider: Fix onChangeEnd being called when disabled prop is set
  • [@mantine/core] Add option to customize chevron color with chevronColor prop in Select and MultiSelect components
  • [@mantine/core] Fix incorrect styles of nested tables (#7354)
  • [@mantine/core]: NumberInput: Fix onChange being called in onBlur if the value has not been changed (#7383)
  • [@mantine/core] Menu: Add data-disabled prop handling to Menu.Item component (#7377)
  • [@mantine/form] Fix incorrect values handling in form.resetDirty (#7373)
  • [@mantine/chart] AreaChart: Fix gridColor and textColor props being passed as attributes to the DOM node (#7378)
  • [@mantine/hooks] use-in-viewport: Fix tracking being stopped when used with a dnd library (#7359)
  • [@mantine/core] MantineProvider: Fix jest tests not running in case there is incorrect window.matchMedia polyfill implementation (#7360)
  • [@mantine/core] Modal: Fix Escape key not working in old Safari versions (#7358)

New Contributors

... (truncated)

Commits
  • 3f1b824 [release] Version: 7.16.3
  • dfdbd65 [release] Version: 7.16.2
  • e981065 [release] Version: 7.16.1
  • 4edaa61 [@​mantine/form] Fix incorrect values handling in form.resetDirty (#7373)
  • e8f7b01 [release] Version: 7.16.0
  • 75d2c25 [release] Version: 7.15.3
  • 41b8186 [release] Version: 7.15.2
  • 296fb8f [@​mantine/form] Fix incorrect validators types (#7242)
  • 7f47aef [release] Version: 7.15.1
  • 9b6524d [@​mantine/form] Add touchTrigger option support
  • Additional commits viewable in compare view

Updates @mantine/hooks from 7.3.2 to 7.16.3

Release notes

Sourced from @​mantine/hooks's releases.

7.16.3

What's Changed

  • [@mantine/core] Remove use client from isLightColor function
  • [@mantine/core] TextInput: Fix autocomplete for variant prop not working
  • [@mantine/carousel] Fix aria-hidden warning displayed in Chrome console when indicator is clicked (#7414)
  • [@mantine/core] Fix clear button overlaying input content in Autocomplete and other similar components (#7431)
  • [@mantine/core] Combobox: Fix incorrect dropdown padding when used with ScrollArea (#7450)
  • [@mantine/core] Fix 0 gradient deg value not working correctly (#7444)
  • [@mantine/core] ScrollArea: Fix user-select being left as none after interaction with scrollbar in some edge cases (#7423)
  • [@mantine/dates] DateInput: Fix infinite loop in Safari (#7442)

New Contributors

Full Changelog: mantinedev/mantine@7.16.2...7.16.3

7.16.2

What's Changed

  • [@mantine/core] Tooltip: Migrate from deprecated useDelayGroupContext hook to useDelayGroup
  • [@mantine/core] Tabs: Fix tabIndex={0} set on Tabs.Tab being ignored (#7407)
  • [@mantine/core] Fix chevron icon not being clickable in Select and MultiSelect components (#7395)
  • [@mantine/dates] MonthPicker: Fix infinite useEffect with use-form in some cases (#7389)
  • [@mantine/hooks] use-hotkeys: Add better support for non-QUERTY keyboards (#7390)
  • [@mantine/dates] DateTimePicker: Fix timezone conversion being applied twice (#7400)
  • [@mantine/hooks] Fix potential dangerous access of ref value in useEffect cleanup (#7404)

New Contributors

Full Changelog: mantinedev/mantine@7.16.1...7.16.2

7.16.1

What's Changed

  • [@mantine/core] Menu: Add withInitialFocusPlaceholder prop support
  • [@mantine/core] Slider: Fix onChangeEnd being called when disabled prop is set
  • [@mantine/core] Add option to customize chevron color with chevronColor prop in Select and MultiSelect components
  • [@mantine/core] Fix incorrect styles of nested tables (#7354)
  • [@mantine/core]: NumberInput: Fix onChange being called in onBlur if the value has not been changed (#7383)
  • [@mantine/core] Menu: Add data-disabled prop handling to Menu.Item component (#7377)
  • [@mantine/form] Fix incorrect values handling in form.resetDirty (#7373)
  • [@mantine/chart] AreaChart: Fix gridColor and textColor props being passed as attributes to the DOM node (#7378)
  • [@mantine/hooks] use-in-viewport: Fix tracking being stopped when used with a dnd library (#7359)
  • [@mantine/core] MantineProvider: Fix jest tests not running in case there is incorrect window.matchMedia polyfill implementation (#7360)
  • [@mantine/core] Modal: Fix Escape key not working in old Safari versions (#7358)

New Contributors

... (truncated)

Commits
  • 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
  • 5866fd5 [@​mantine/hooks] use-in-viewport: Fix tracking being stopped when used with a...
  • e8f7b01 [release] Version: 7.16.0
  • bc66999 Merge branch 'master' of github.com:mantinedev/mantine into 7.16
  • 75d2c25 [release] Version: 7.15.3
  • 700e05e [refactor] Fix errors in tests
  • Additional commits viewable in compare view

Updates @mantine/notifications from 7.3.2 to 7.16.3

Release notes

Sourced from @​mantine/notifications's releases.

7.16.3

What's Changed

  • [@mantine/core] Remove use client from isLightColor function
  • [@mantine/core] TextInput: Fix autocomplete for variant prop not working
  • [@mantine/carousel] Fix aria-hidden warning displayed in Chrome console when indicator is clicked (#7414)
  • [@mantine/core] Fix clear button overlaying input content in Autocomplete and other similar components (#7431)
  • [@mantine/core] Combobox: Fix incorrect dropdown padding when used with ScrollArea (#7450)
  • [@mantine/core] Fix 0 gradient deg value not working correctly (#7444)
  • [@mantine/core] ScrollArea: Fix user-select being left as none after interaction with scrollbar in some edge cases (#7423)
  • [@mantine/dates] DateInput: Fix infinite loop in Safari (#7442)

New Contributors

Full Changelog: mantinedev/mantine@7.16.2...7.16.3

7.16.2

What's Changed

  • [@mantine/core] Tooltip: Migrate from deprecated useDelayGroupContext hook to useDelayGroup
  • [@mantine/core] Tabs: Fix tabIndex={0} set on Tabs.Tab being ignored (#7407)
  • [@mantine/core] Fix chevron icon not being clickable in Select and MultiSelect components (#7395)
  • [@mantine/dates] MonthPicker: Fix infinite useEffect with use-form in some cases (#7389)
  • [@mantine/hooks] use-hotkeys: Add better support for non-QUERTY keyboards (#7390)
  • [@mantine/dates] DateTimePicker: Fix timezone conversion being applied twice (#7400)
  • [@mantine/hooks] Fix potential dangerous access of ref value in useEffect cleanup (#7404)

New Contributors

Full Changelog: mantinedev/mantine@7.16.1...7.16.2

7.16.1

What's Changed

  • [@mantine/core] Menu: Add withInitialFocusPlaceholder prop support
  • [@mantine/core] Slider: Fix onChangeEnd being called when disabled prop is set
  • [@mantine/core] Add option to customize chevron color with chevronColor prop in Select and MultiSelect components
  • [@mantine/core] Fix incorrect styles of nested tables (#7354)
  • [@mantine/core]: NumberInput: Fix onChange being called in onBlur if the value has not been changed (#7383)
  • [@mantine/core] Menu: Add data-disabled prop handling to Menu.Item component (#7377)
  • [@mantine/form] Fix incorrect values handling in form.resetDirty (#7373)
  • [@mantine/chart] AreaChart: Fix gridColor and textColor props being passed as attributes to the DOM node (#7378)
  • [@mantine/hooks] use-in-viewport: Fix tracking being stopped when used with a dnd library (#7359)
  • [@mantine/core] MantineProvider: Fix jest tests not running in case there is incorrect window.matchMedia polyfill implementation (#7360)
  • [@mantine/core] Modal: Fix Escape key not working in old Safari versions (#7358)

New Contributors

... (truncated)

Commits
  • 3f1b824 [release] Version: 7.16.3
  • dfdbd65 [release] Version: 7.16.2
  • e981065 [release] Version: 7.16.1
  • e8f7b01 [release] Version: 7.16.0
  • 75d2c25 [release] Version: 7.15.3
  • 41b8186 [release] Version: 7.15.2
  • 7f47aef [release] Version: 7.15.1
  • aae7b81 [release] Version: 7.15.0
  • ecd05d8 [core] Update @types/react and @types/react-dom to 19
  • d0e70b6 Merge branch master into 7.15
  • Additional commits viewable in compare view

Updates @reduxjs/toolkit from 2.0.1 to 2.5.1

Release notes

Sourced from @​reduxjs/toolkit's releases.

v2.5.1

This bugfix release fixes a logic issue with the new upsertQueryEntries util that sometimes kept entries in a pending state indefinitely.

Changelog

upsertQueryEntries fixes

Users reported that in some cases, use of upsertQueryEntries to insert RTKQ cache entries prevented any further refetches of that data from happening. After investigation, we found a logic mismatch for how we handle upserts vs the existing upsertQueryData util, which meant that sometimes the entry would be left in a pending state expecting a fulfilled action from a request ID that would never happen.

This release fixes that issue and ensures the updates and refetches happen correctly.

What's Changed

Full Changelog: reduxjs/redux-toolkit@v2.5.0...v2.5.1

v2.5.0

This feature release updates the React peer dependency to work with React 19, and fixes an additional skip token issue.

Changelog

React 19 Compat

React 19 was just released! We've updated our peer dep to accept React 19, and updated our runtime and type tests to check against both React 18 and 19.

Also see React-Redux v9.2.0 for the same peer dep update.

Other Fixes

We previously fixed an issue with the RTKQ core where serializeQueryArgs callbacks could be called with skipToken, potentially leading to errors. We've fixed an additional location in the useQuery hooks where that could happen as well.

What's Changed

Full Changelog: reduxjs/redux-toolkit@v2.4.0...v2.5.0

v2.4.0

This feature release includes multiple tweaks and fixes to RTK Query functionality, additional exported TS types, and drops support for TS versions earlier than 5.0.

Changelog

RTK Query Improvements

Lazy query hooks can now be reset.

... (truncated)

Commits

Updates immer from 10.0.3 to 10.1.1

Release notes

Sourced from immer's releases.

v10.1.1

10.1.1 (2024-04-27)

Bug Fixes

Bumps the minor group with 29 updates in the /client directory:

| Package | From | To |
| --- | --- | --- |
| [@emotion/react](https://github.com/emotion-js/emotion) | `11.11.3` | `11.14.0` |
| [@fontsource/material-icons](https://github.com/fontsource/font-files/tree/HEAD/fonts/google/material-icons) | `5.0.11` | `5.1.1` |
| [@mantine/core](https://github.com/mantinedev/mantine/tree/HEAD/packages/@mantine/core) | `7.3.2` | `7.16.3` |
| [@mantine/dates](https://github.com/mantinedev/mantine/tree/HEAD/packages/@mantine/dates) | `7.3.2` | `7.16.3` |
| [@mantine/form](https://github.com/mantinedev/mantine/tree/HEAD/packages/@mantine/form) | `7.3.2` | `7.16.3` |
| [@mantine/hooks](https://github.com/mantinedev/mantine/tree/HEAD/packages/@mantine/hooks) | `7.3.2` | `7.16.3` |
| [@mantine/notifications](https://github.com/mantinedev/mantine/tree/HEAD/packages/@mantine/notifications) | `7.3.2` | `7.16.3` |
| [@reduxjs/toolkit](https://github.com/reduxjs/redux-toolkit) | `2.0.1` | `2.5.1` |
| [immer](https://github.com/immerjs/immer) | `10.0.3` | `10.1.1` |
| [jotai](https://github.com/pmndrs/jotai) | `2.6.1` | `2.11.3` |
| [react-redux](https://github.com/reduxjs/react-redux) | `9.0.4` | `9.2.0` |
| [react-virtuoso](https://github.com/petyosi/react-virtuoso) | `4.6.2` | `4.12.5` |
| [workbox-core](https://github.com/googlechrome/workbox) | `7.0.0` | `7.3.0` |
| [workbox-expiration](https://github.com/googlechrome/workbox) | `7.0.0` | `7.3.0` |
| [workbox-precaching](https://github.com/googlechrome/workbox) | `7.0.0` | `7.3.0` |
| [workbox-routing](https://github.com/googlechrome/workbox) | `7.0.0` | `7.3.0` |
| [workbox-strategies](https://github.com/googlechrome/workbox) | `7.0.0` | `7.3.0` |
| [zod](https://github.com/colinhacks/zod) | `3.22.4` | `3.24.1` |
| [@playwright/experimental-ct-react](https://github.com/microsoft/playwright) | `1.40.1` | `1.50.1` |
| [eslint-import-resolver-typescript](https://github.com/import-js/eslint-import-resolver-typescript) | `3.6.1` | `3.7.0` |
| [eslint-plugin-import](https://github.com/import-js/eslint-plugin-import) | `2.29.1` | `2.31.0` |
| [eslint-plugin-jsx-a11y](https://github.com/jsx-eslint/eslint-plugin-jsx-a11y) | `6.8.0` | `6.10.2` |
| [eslint-plugin-react](https://github.com/jsx-eslint/eslint-plugin-react) | `7.33.2` | `7.37.4` |
| [openapi-zod-client](https://github.com/astahmer/openapi-zod-client) | `1.15.0` | `1.18.3` |
| [playwright](https://github.com/microsoft/playwright) | `1.40.1` | `1.50.1` |
| [postcss](https://github.com/postcss/postcss) | `8.4.32` | `8.5.2` |
| [prettier](https://github.com/prettier/prettier) | `3.1.1` | `3.5.0` |
| [typescript](https://github.com/microsoft/TypeScript) | `5.5.4` | `5.7.3` |
| [vite-plugin-pwa](https://github.com/vite-pwa/vite-plugin-pwa) | `0.17.4` | `0.21.1` |



Updates `@emotion/react` from 11.11.3 to 11.14.0
- [Release notes](https://github.com/emotion-js/emotion/releases)
- [Changelog](https://github.com/emotion-js/emotion/blob/main/CHANGELOG.md)
- [Commits](https://github.com/emotion-js/emotion/compare/@emotion/[email protected]...@emotion/[email protected])

Updates `@fontsource/material-icons` from 5.0.11 to 5.1.1
- [Commits](https://github.com/fontsource/font-files/commits/HEAD/fonts/google/material-icons)

Updates `@mantine/core` from 7.3.2 to 7.16.3
- [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.16.3/packages/@mantine/core)

Updates `@mantine/dates` from 7.3.2 to 7.16.3
- [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.16.3/packages/@mantine/dates)

Updates `@mantine/form` from 7.3.2 to 7.16.3
- [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.16.3/packages/@mantine/form)

Updates `@mantine/hooks` from 7.3.2 to 7.16.3
- [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.16.3/packages/@mantine/hooks)

Updates `@mantine/notifications` from 7.3.2 to 7.16.3
- [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.16.3/packages/@mantine/notifications)

Updates `@reduxjs/toolkit` from 2.0.1 to 2.5.1
- [Release notes](https://github.com/reduxjs/redux-toolkit/releases)
- [Commits](reduxjs/redux-toolkit@v2.0.1...v2.5.1)

Updates `immer` from 10.0.3 to 10.1.1
- [Release notes](https://github.com/immerjs/immer/releases)
- [Commits](immerjs/immer@v10.0.3...v10.1.1)

Updates `jotai` from 2.6.1 to 2.11.3
- [Release notes](https://github.com/pmndrs/jotai/releases)
- [Commits](pmndrs/jotai@v2.6.1...v2.11.3)

Updates `react-redux` from 9.0.4 to 9.2.0
- [Release notes](https://github.com/reduxjs/react-redux/releases)
- [Changelog](https://github.com/reduxjs/react-redux/blob/master/CHANGELOG.md)
- [Commits](reduxjs/react-redux@v9.0.4...v9.2.0)

Updates `react-virtuoso` from 4.6.2 to 4.12.5
- [Release notes](https://github.com/petyosi/react-virtuoso/releases)
- [Commits](https://github.com/petyosi/react-virtuoso/compare/[email protected])

Updates `workbox-core` from 7.0.0 to 7.3.0
- [Release notes](https://github.com/googlechrome/workbox/releases)
- [Commits](GoogleChrome/workbox@v7.0.0...v7.3.0)

Updates `workbox-expiration` from 7.0.0 to 7.3.0
- [Release notes](https://github.com/googlechrome/workbox/releases)
- [Commits](GoogleChrome/workbox@v7.0.0...v7.3.0)

Updates `workbox-precaching` from 7.0.0 to 7.3.0
- [Release notes](https://github.com/googlechrome/workbox/releases)
- [Commits](GoogleChrome/workbox@v7.0.0...v7.3.0)

Updates `workbox-routing` from 7.0.0 to 7.3.0
- [Release notes](https://github.com/googlechrome/workbox/releases)
- [Commits](GoogleChrome/workbox@v7.0.0...v7.3.0)

Updates `workbox-strategies` from 7.0.0 to 7.3.0
- [Release notes](https://github.com/googlechrome/workbox/releases)
- [Commits](GoogleChrome/workbox@v7.0.0...v7.3.0)

Updates `zod` from 3.22.4 to 3.24.1
- [Release notes](https://github.com/colinhacks/zod/releases)
- [Changelog](https://github.com/colinhacks/zod/blob/main/CHANGELOG.md)
- [Commits](colinhacks/zod@v3.22.4...v3.24.1)

Updates `@playwright/experimental-ct-react` from 1.40.1 to 1.50.1
- [Release notes](https://github.com/microsoft/playwright/releases)
- [Commits](microsoft/playwright@v1.40.1...v1.50.1)

Updates `eslint-import-resolver-typescript` from 3.6.1 to 3.7.0
- [Release notes](https://github.com/import-js/eslint-import-resolver-typescript/releases)
- [Changelog](https://github.com/import-js/eslint-import-resolver-typescript/blob/master/CHANGELOG.md)
- [Commits](import-js/eslint-import-resolver-typescript@v3.6.1...v3.7.0)

Updates `eslint-plugin-import` from 2.29.1 to 2.31.0
- [Release notes](https://github.com/import-js/eslint-plugin-import/releases)
- [Changelog](https://github.com/import-js/eslint-plugin-import/blob/main/CHANGELOG.md)
- [Commits](import-js/eslint-plugin-import@v2.29.1...v2.31.0)

Updates `eslint-plugin-jsx-a11y` from 6.8.0 to 6.10.2
- [Release notes](https://github.com/jsx-eslint/eslint-plugin-jsx-a11y/releases)
- [Changelog](https://github.com/jsx-eslint/eslint-plugin-jsx-a11y/blob/main/CHANGELOG.md)
- [Commits](jsx-eslint/eslint-plugin-jsx-a11y@v6.8.0...v6.10.2)

Updates `eslint-plugin-react` from 7.33.2 to 7.37.4
- [Release notes](https://github.com/jsx-eslint/eslint-plugin-react/releases)
- [Changelog](https://github.com/jsx-eslint/eslint-plugin-react/blob/master/CHANGELOG.md)
- [Commits](jsx-eslint/eslint-plugin-react@v7.33.2...v7.37.4)

Updates `openapi-zod-client` from 1.15.0 to 1.18.3
- [Release notes](https://github.com/astahmer/openapi-zod-client/releases)
- [Changelog](https://github.com/astahmer/openapi-zod-client/blob/main/CHANGELOG.md)
- [Commits](https://github.com/astahmer/openapi-zod-client/compare/[email protected]@1.18.3)

Updates `playwright` from 1.40.1 to 1.50.1
- [Release notes](https://github.com/microsoft/playwright/releases)
- [Commits](microsoft/playwright@v1.40.1...v1.50.1)

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

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

Updates `typescript` from 5.5.4 to 5.7.3
- [Release notes](https://github.com/microsoft/TypeScript/releases)
- [Changelog](https://github.com/microsoft/TypeScript/blob/main/azure-pipelines.release.yml)
- [Commits](microsoft/TypeScript@v5.5.4...v5.7.3)

Updates `vite-plugin-pwa` from 0.17.4 to 0.21.1
- [Release notes](https://github.com/vite-pwa/vite-plugin-pwa/releases)
- [Commits](vite-pwa/vite-plugin-pwa@v0.17.4...v0.21.1)

---
updated-dependencies:
- dependency-name: "@emotion/react"
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: minor
- dependency-name: "@fontsource/material-icons"
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: minor
- dependency-name: "@mantine/core"
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: minor
- dependency-name: "@mantine/dates"
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: minor
- dependency-name: "@mantine/form"
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: minor
- dependency-name: "@mantine/hooks"
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: minor
- dependency-name: "@mantine/notifications"
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: minor
- dependency-name: "@reduxjs/toolkit"
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: minor
- dependency-name: immer
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: minor
- dependency-name: jotai
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: minor
- dependency-name: react-redux
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: minor
- dependency-name: react-virtuoso
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: minor
- dependency-name: workbox-core
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: minor
- dependency-name: workbox-expiration
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: minor
- dependency-name: workbox-precaching
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: minor
- dependency-name: workbox-routing
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: minor
- dependency-name: workbox-strategies
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: minor
- dependency-name: zod
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: minor
- dependency-name: "@playwright/experimental-ct-react"
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: minor
- dependency-name: eslint-import-resolver-typescript
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: minor
- dependency-name: eslint-plugin-import
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: minor
- dependency-name: eslint-plugin-jsx-a11y
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: minor
- dependency-name: eslint-plugin-react
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: minor
- dependency-name: openapi-zod-client
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: minor
- dependency-name: playwright
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: minor
- dependency-name: postcss
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: minor
- dependency-name: prettier
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: minor
- dependency-name: typescript
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: minor
- dependency-name: vite-plugin-pwa
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: minor
...

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 Feb 10, 2025
Copy link
Contributor Author

dependabot bot commented on behalf of github Feb 11, 2025

Superseded by #528.

@dependabot dependabot bot closed this Feb 11, 2025
@dependabot dependabot bot deleted the dependabot/npm_and_yarn/client/minor-37d66d3b0b branch February 11, 2025 21:28
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