Skip to content

Conversation

@dependabot
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Jan 8, 2026

Bumps the frontend-prod-minor-deps group with 9 updates in the / directory:

Package From To
@marsidev/react-turnstile 1.3.1 1.4.1
@mui/material 6.4.12 6.5.0
@mui/x-date-pickers 7.27.3 7.29.4
@reduxjs/toolkit 2.9.2 2.11.2
i18next 25.6.0 25.7.4
motion 12.23.24 12.24.12
react-i18next 15.4.1 15.7.4
react-router 7.9.5 7.12.0
validator 13.15.22 13.15.26

Updates @marsidev/react-turnstile from 1.3.1 to 1.4.1

Release notes

Sourced from @​marsidev/react-turnstile's releases.

v1.4.1

   🐞 Bug Fixes

    View changes on GitHub

v1.4.0

No significant changes

    View changes on GitHub
Commits
  • 3e9e3a2 chore: release v1.4.1
  • 62458d0 Merge pull request #118 from marsidev/116-bug-turnstile-widget-is-not-display...
  • 200c6ca fix: prevent race condition when loading Turnstile script (#116)
  • 89921b4 Merge pull request #117 from Jalenzzz/main
  • d622518 docs: add support for bun package manager in getting started guide
  • 384fd04 chore: release v1.4.0
  • d15125b Merge pull request #115 from marsidev/upgrade-deps-2025-12
  • 64201f5 chore: update dependencies and CI configs
  • 71a5bdb chore: prettier config changes
  • 5905998 chore: eslint config changes
  • Additional commits viewable in compare view

Updates @mui/material from 6.4.12 to 6.5.0

Release notes

Sourced from @​mui/material's releases.

v6.5.0

A big thanks to the 2 contributors who made this release possible.

CSS layers make it easier to override styles by splitting a single style sheet into multiple layers. To learn more, check out the CSS layers documentation.

@mui/material@6.5.0

@mui/system@6.5.0

@mui/material-nextjs@6.5.0

Docs

All contributors of this release in alphabetical order: @​sai6855, @​siriwatknp

Changelog

Sourced from @​mui/material's changelog.

6.5.0

Jul 2, 2025

A big thanks to the 2 contributors who made this release possible.

CSS layers make it easier to override styles by splitting a single style sheet into multiple layers. To learn more, check out the CSS layers documentation.

@mui/material@6.5.0

@mui/system@6.5.0

@mui/material-nextjs@6.5.0

Docs

All contributors of this release in alphabetical order: @​sai6855, @​siriwatknp

Commits

Updates @mui/x-date-pickers from 7.27.3 to 7.29.4

Release notes

Sourced from @​mui/x-date-pickers's releases.

v7.29.4

We'd like to offer a big thanks to the 6 contributors who made this release possible. Here are some highlights ✨:

  • 🐞 Bugfixes

Special thanks go out to the community members for their valuable contributions: @​campmarc, @​whereisrmsqhs, @​jyash97

Following are all team members who have contributed to this release: @​mapache-salvaje, @​cherniavskii, @​noraleonte.

Data Grid

@mui/x-data-grid@7.29.4

@mui/x-data-grid-pro@7.29.4 pro

Same changes as in @mui/x-data-grid@7.29.4, plus:

@mui/x-data-grid-premium@7.29.4 premium

Same changes as in @mui/x-data-grid-pro@7.29.4.

Date and Time Pickers

@mui/x-date-pickers@7.29.4

@mui/x-date-pickers-pro@7.29.4 pro

Same changes as in @mui/x-date-pickers@7.29.4.

Docs

v7.29.3

We'd like to offer a big thanks to the 3 contributors who made this release possible. Here are some highlights ✨:

  • 🐞 Bugfixes

... (truncated)

Changelog

Sourced from @​mui/x-date-pickers's changelog.

7.29.4

May 22, 2025

We'd like to offer a big thanks to the 6 contributors who made this release possible. Here are some highlights ✨:

  • 🐞 Bugfixes

Special thanks go out to the community members for their valuable contributions: @​campmarc, @​whereisrmsqhs, @​jyash97

Following are all team members who have contributed to this release: @​mapache-salvaje, @​cherniavskii, @​noraleonte.

Data Grid

@mui/x-data-grid@7.29.4

@mui/x-data-grid-pro@7.29.4 pro

Same changes as in @mui/x-data-grid@7.29.4, plus:

@mui/x-data-grid-premium@7.29.4 premium

Same changes as in @mui/x-data-grid-pro@7.29.4.

Date and Time Pickers

@mui/x-date-pickers@7.29.4

@mui/x-date-pickers-pro@7.29.4 pro

Same changes as in @mui/x-date-pickers@7.29.4.

Docs

7.29.3

... (truncated)

Commits

Updates @reduxjs/toolkit from 2.9.2 to 2.11.2

Release notes

Sourced from @​reduxjs/toolkit's releases.

v2.11.2

This bugfix release updates the AbortSignal handling to fall back if DOMException isn't available (such as RN environments), and updates the TypedUseInfiniteQueryHookResult type to correctly include fetchNextPage/fetchPreviousPage fields.

Changelog

Bugfixes

The AbortSignal changes in 2.11.1 used DOMException in a couple places to match the expected behavior of AbortSignal, but turns out that's not available in environments like React Native. We've updated the logic to fall back to a plain Error if DOMException isn't available.

The TypedUseInfiniteQueryHookResult type wasn't correctly including the fetchNextPage/fetchPreviousPage fields, and now it does.

What's Changed

Full Changelog: reduxjs/redux-toolkit@v2.11.1...v2.11.2

v2.11.1

This bugfix release fixes an issue with our internal AbortSignal handling that was reported as causing an error in a rare reset situation. We've also restructured our publishing process to use NPM Trusted Publishing, and updated our TS support matrix to only support TS 5.4+.

Changelog

Publishing Changes

We've previously done most of our releases semi-manually locally, with various release process CLI tools. With the changes to NPM publishing security and the recent wave of NPM attacks, we've updated our publishing process to solely use NPM Trusted Publishing via workflows. We've also done a hardening pass on our own CI setup.

We had done a couple releases via CI workflows previously, and later semi-manual releases caused PNPM to warn that RTK was no longer trusted. This release should be trusted and will resolve that issue.

Thanks to the e18e folks and their excellent guide at https://e18e.dev/docs/publishing for making this process easier!

TS Support Matrix Updates

We've previously mentioned rolling changes to our TS support matrix in release notes, but didn't officially document our support policy. We've added a description of the support policy (last 2 years of TS releases, matching DefinitelyTyped) and the current oldest TS version we support in the docs:

As of today, we've updated the support matrix to be TS 5.4+ . As always, it's possible RTK will work if you're using an earlier version of TS, but we don't test against earlier versions and don't support any issues with those versions.

We have run an initial test with the upcoming TS 7.0 native tsgo release. We found a couple minor issues with our own TS build and test setup, but no obvious issues with using RTK with TS 7.0.

Bug Fixes

A user reported a rare edge case where the combination of resetApiState and retry() could lead to an error calling an AbortController. We've restructured our AbortController handling logic to avoid that (and simplified a bit of our internals in the process).

What's Changed

... (truncated)

Commits
Maintainer changes

This version was pushed to npm by [GitHub Actions](https://www.npmjs.com/~GitHub Actions), a new releaser for @​reduxjs/toolkit since your current version.


Updates i18next from 25.6.0 to 25.7.4

Release notes

Sourced from i18next's releases.

v25.7.4

  • fix: Interpolation breaks when cloning an instance 2376

v25.7.3

v25.7.2

  • fix: Invalid overwrite of default value for overloadTranslationOptionHandler 2374.

v25.7.1

  • TS: remove wrong signature 2372.

v25.7.0

  • Enhance cloneInstance to create a new interpolator if interpolation options are passed in. This will address 2371.

v25.6.3

  • chore: dependency updates 2368

v25.6.2

  • types: export InterpolationMap

v25.6.1

  • fix: createInstance does not exist on an instance #2366
Changelog

Sourced from i18next's changelog.

25.7.4

  • fix: Interpolation breaks when cloning an instance 2376

25.7.3

25.7.2

  • fix: Invalid overwrite of default value for overloadTranslationOptionHandler 2374.

25.7.1

  • TS: remove wrong signature 2372.

25.7.0

  • Enhance cloneInstance to create a new interpolator if interpolation options are passed in. This will address 2371.

25.6.3

  • chore: dependency updates 2368

25.6.2

  • types: export InterpolationMap

25.6.1

  • fix: createInstance does not exist on an instance 2366
Commits

Updates motion from 12.23.24 to 12.24.12

Changelog

Sourced from motion's changelog.

[12.24.12] 2026-01-08

Fixed

  • Draggable elements now track pointer during page and element scroll.

[12.24.11] 2026-01-08

Fixed

  • Fixed time sampling of GPU animations under heavy CPU load.

[12.24.10] 2026-01-07

Fixed

  • Fixing missing import from motion-dom.

[12.24.9] 2026-01-07

Fixed

  • Fixing Radix Dialog with AnimatePresence.
  • Ensure drag constraints animation resumes after press interruption.
  • Prevent drag gesture from triggering when pressing focusable elements.

[12.24.8] 2026-01-07

Fixed

  • Perform unit conversion when animating to/from calc() values.

[12.24.7] 2026-01-06

Fixed

  • Fix duplicate exit animations in AnimatePresence.

[12.24.6] 2026-01-06

Fixed

  • Remove memory leak from retained matchMedia callbacks.

[12.24.5] 2026-01-06

Fixed

  • Prevent ref access error for AnimatePresence popLayout mode in React 19.

... (truncated)

Commits

Updates react-i18next from 15.4.1 to 15.7.4

Changelog

Sourced from react-i18next's changelog.

15.7.4

  • downgrade i18next dep to address 1865

15.7.3

  • exports TransSelectorProps 1862 to address 1861

15.7.2

  • update i18next dependency

15.7.1

  • Fix: _EnableSelector type (for compatibility, enableSelector does not exist in TypeOptions) 1858

15.7.0

  • add new selector API to improve TypeScript IDE performance 1852
    • read more about it here

15.6.1

avoid exception when passing bindI18n: false 1856

15.6.0

fix: passing components as object should still allow for indexed matching of children 1854

15.5.3

chore: update @babel/runtime 1851

15.5.2

fix element.ref access issue with react 19 1846

15.5.1

add typescript as optional peer dependency 1843

15.5.0

feat: use const type parameters for useTranslation() 1842

Commits

Updates react-router from 7.9.5 to 7.12.0

Release notes

Sourced from react-router's releases.

v7.12.0

See the changelog for release notes: https://github.com/remix-run/react-router/blob/main/CHANGELOG.md#v7120

v7.11.0

See the changelog for release notes: https://github.com/remix-run/react-router/blob/main/CHANGELOG.md#v7110

v7.10.1

See the changelog for release notes: https://github.com/remix-run/react-router/blob/main/CHANGELOG.md#v7101

v7.10.0

See the changelog for release notes: https://github.com/remix-run/react-router/blob/main/CHANGELOG.md#v7100

v7.9.6

See the changelog for release notes: https://github.com/remix-run/react-router/blob/main/CHANGELOG.md#v796

Changelog

Sourced from react-router's changelog.

7.12.0

Minor Changes

  • Add additional layer of CSRF protection by rejecting submissions to UI routes from external origins. If you need to permit access to specific external origins, you can specify them in the react-router.config.ts config allowedActionOrigins field. (#14708)

Patch Changes

  • Fix generatePath when used with suffixed params (i.e., "/books/:id.json") (#14269)

  • Export UNSAFE_createMemoryHistory and UNSAFE_createHashHistory alongside UNSAFE_createBrowserHistory for consistency. These are not intended to be used for new apps but intended to help apps usiong unstable_HistoryRouter migrate from v6->v7 so they can adopt the newer APIs. (#14663)

  • Escape HTML in scroll restoration keys (#14705)

  • Validate redirect locations (#14706)

  • [UNSTABLE] Pass <Scripts nonce> value through to the underlying importmap script tag when using future.unstable_subResourceIntegrity (#14675)

  • [UNSTABLE] Add a new future.unstable_trailingSlashAwareDataRequests flag to provide consistent behavior of request.pathname inside middleware, loader, and action functions on document and data requests when a trailing slash is present in the browser URL. (#14644)

    Currently, your HTTP and request pathnames would be as follows for /a/b/c and /a/b/c/

    URL /a/b/c HTTP pathname request pathname`
    Document /a/b/c /a/b/c
    Data /a/b/c.data /a/b/c
    URL /a/b/c/ HTTP pathname request pathname`
    Document /a/b/c/ /a/b/c/
    Data /a/b/c.data /a/b/c ⚠️

    With this flag enabled, these pathnames will be made consistent though a new _.data format for client-side .data requests:

    URL /a/b/c HTTP pathname request pathname`
    Document /a/b/c /a/b/c
    Data /a/b/c.data /a/b/c
    URL /a/b/c/ HTTP pathname request pathname`
    Document /a/b/c/ /a/b/c/
    Data /a/b/c/_.data ⬅️ /a/b/c/

    This a bug fix but we are putting it behind an opt-in flag because it has the potential to be a "breaking bug fix" if you are relying on the URL format for any other application or caching logic.

    Enabling this flag also changes the format of client side .data requests from /_root.data to /_.data when navigating to / to align with the new format. This does not impact the request pathname which is still / in all cases.

  • Preserve clientLoader.hydrate=true when using <HydratedRouter unstable_instrumentations> (#14674)

... (truncated)

Commits
  • 26653a6 chore: Update version for release (#14712)
  • 7ac2346 chore: Update version for release (pre) (#14709)
  • 75b1ef5 Add origin checks for UI route submissions (#14708)
  • c05ef93 Validate redirect locations (#14706)
  • c89c32c Escape HTML in scroll restoration keys (#14705)
  • cbcbf30 fix: pass nonce to importmap script when using subResourceIntegrity (#14675)
  • 30f6c1d fix(react-router): handle parameters with static suffixes in generatePath (#1...
  • 7f140e0 Handle data requests with trailing slash consistently (#14644)
  • 1954af6 Preserve hydrate property on client loaders during instrumentation (#14674)
  • 5ce5cd4 chore: format
  • Additional commits viewable in compare view
Maintainer changes

This version was pushed to npm by [GitHub Actions](https://www.npmjs.com/~GitHub Actions), a new releaser for react-router since your current version.


Updates validator from 13.15.22 to 13.15.26

Release notes

Sourced from validator's releases.

13.15.26

Fixes, New Locales and Enhancements

New Contributors

Full Changelog: validatorjs/validator.js@13.15.23...13.15.26

13.15.23

Fixes, New Locales and Enhancements

Full Changelog: validatorjs/validator.js@13.15.22...13.15.23

Changelog

Sourced from validator's changelog.

13.15.26

Fixes, New Locales and Enhancements

13.15.23

Fixes, New Locales and Enhancements

Commits
Maintainer changes

This version was pushed to npm by [GitHub Actions](https://www.npmjs.com/~GitHub Actions), a new releaser for validator since your current version.


Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot merge will merge this PR after your CI passes on it
  • @dependabot squash and merge will squash and merge this PR after your CI passes on it
  • @dependabot cancel merge will cancel a previously requested merge and block automerging
  • @dependabot reopen will reopen this PR if it is closed
  • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
  • @dependabot show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @dependabot ignore <dependency name> major version will close this group update PR and stop Dependabot creating any more for the specific dependency's major version (unless you unignore this specific dependency's major version or upgrade to it yourself)
  • @dependabot ignore <dependency name> minor version will close this group update PR and stop Dependabot creating any more for the specific dependency's minor version (unless you unignore this specific dependency's minor version or upgrade to it yourself)
  • @dependabot ignore <dependency name> will close this group update PR and stop Dependabot creating any more for the specific dependency (unless you unignore this specific dependency or upgrade to it yourself)
  • @dependabot unignore <dependency name> will remove all of the ignore conditions of the specified dependency
  • @dependabot unignore <dependency name> <ignore condition> will remove the ignore condition of the specified dependency and ignore conditions

This change is Reviewable

…ates

Bumps the frontend-prod-minor-deps group with 9 updates in the / directory:

| Package | From | To |
| --- | --- | --- |
| [@marsidev/react-turnstile](https://github.com/marsidev/react-turnstile) | `1.3.1` | `1.4.1` |
| [@mui/material](https://github.com/mui/material-ui/tree/HEAD/packages/mui-material) | `6.4.12` | `6.5.0` |
| [@mui/x-date-pickers](https://github.com/mui/mui-x/tree/HEAD/packages/x-date-pickers) | `7.27.3` | `7.29.4` |
| [@reduxjs/toolkit](https://github.com/reduxjs/redux-toolkit) | `2.9.2` | `2.11.2` |
| [i18next](https://github.com/i18next/i18next) | `25.6.0` | `25.7.4` |
| [motion](https://github.com/motiondivision/motion) | `12.23.24` | `12.24.12` |
| [react-i18next](https://github.com/i18next/react-i18next) | `15.4.1` | `15.7.4` |
| [react-router](https://github.com/remix-run/react-router/tree/HEAD/packages/react-router) | `7.9.5` | `7.12.0` |
| [validator](https://github.com/validatorjs/validator.js) | `13.15.22` | `13.15.26` |



Updates `@marsidev/react-turnstile` from 1.3.1 to 1.4.1
- [Release notes](https://github.com/marsidev/react-turnstile/releases)
- [Commits](marsidev/react-turnstile@v1.3.1...v1.4.1)

Updates `@mui/material` from 6.4.12 to 6.5.0
- [Release notes](https://github.com/mui/material-ui/releases)
- [Changelog](https://github.com/mui/material-ui/blob/v6.5.0/CHANGELOG.md)
- [Commits](https://github.com/mui/material-ui/commits/v6.5.0/packages/mui-material)

Updates `@mui/x-date-pickers` from 7.27.3 to 7.29.4
- [Release notes](https://github.com/mui/mui-x/releases)
- [Changelog](https://github.com/mui/mui-x/blob/v7.29.4/CHANGELOG.md)
- [Commits](https://github.com/mui/mui-x/commits/v7.29.4/packages/x-date-pickers)

Updates `@reduxjs/toolkit` from 2.9.2 to 2.11.2
- [Release notes](https://github.com/reduxjs/redux-toolkit/releases)
- [Commits](reduxjs/redux-toolkit@v2.9.2...v2.11.2)

Updates `i18next` from 25.6.0 to 25.7.4
- [Release notes](https://github.com/i18next/i18next/releases)
- [Changelog](https://github.com/i18next/i18next/blob/master/CHANGELOG.md)
- [Commits](i18next/i18next@v25.6.0...v25.7.4)

Updates `motion` from 12.23.24 to 12.24.12
- [Changelog](https://github.com/motiondivision/motion/blob/main/CHANGELOG.md)
- [Commits](motiondivision/motion@v12.23.24...v12.24.12)

Updates `react-i18next` from 15.4.1 to 15.7.4
- [Changelog](https://github.com/i18next/react-i18next/blob/master/CHANGELOG.md)
- [Commits](i18next/react-i18next@v15.4.1...v15.7.4)

Updates `react-router` from 7.9.5 to 7.12.0
- [Release notes](https://github.com/remix-run/react-router/releases)
- [Changelog](https://github.com/remix-run/react-router/blob/main/packages/react-router/CHANGELOG.md)
- [Commits](https://github.com/remix-run/react-router/commits/react-router@7.12.0/packages/react-router)

Updates `validator` from 13.15.22 to 13.15.26
- [Release notes](https://github.com/validatorjs/validator.js/releases)
- [Changelog](https://github.com/validatorjs/validator.js/blob/master/CHANGELOG.md)
- [Commits](validatorjs/validator.js@13.15.22...13.15.26)

---
updated-dependencies:
- dependency-name: "@marsidev/react-turnstile"
  dependency-version: 1.4.1
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: frontend-prod-minor-deps
- dependency-name: "@mui/material"
  dependency-version: 6.5.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: frontend-prod-minor-deps
- dependency-name: "@mui/x-date-pickers"
  dependency-version: 7.29.4
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: frontend-prod-minor-deps
- dependency-name: "@reduxjs/toolkit"
  dependency-version: 2.11.2
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: frontend-prod-minor-deps
- dependency-name: i18next
  dependency-version: 25.7.4
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: frontend-prod-minor-deps
- dependency-name: motion
  dependency-version: 12.24.12
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: frontend-prod-minor-deps
- dependency-name: react-i18next
  dependency-version: 15.7.4
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: frontend-prod-minor-deps
- dependency-name: react-router
  dependency-version: 7.12.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: frontend-prod-minor-deps
- dependency-name: validator
  dependency-version: 13.15.26
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: frontend-prod-minor-deps
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot added dependencies Pull requests that update a dependency file javascript Pull requests that update Javascript code labels Jan 8, 2026
@coderabbitai
Copy link

coderabbitai bot commented Jan 8, 2026

Important

Review skipped

Bot user detected.

To trigger a single review, invoke the @coderabbitai review command.

You can disable this status message by setting the reviews.review_status to false in the CodeRabbit configuration file.


Comment @coderabbitai help to get the list of available commands and usage tips.

@github-actions
Copy link

github-actions bot commented Jan 8, 2026

⚠️ Commit Message Format Issues ⚠️

commit 6f7d9adce6:
1: T1 Title exceeds max length (73>72): "Bump the frontend-prod-minor-deps group across 1 directory with 9 updates"
7: B1 Line exceeds max length (96>80): "| @marsidev/react-turnstile | 1.3.1 | 1.4.1 |"
8: B1 Line exceeds max length (108>80): "| @mui/material | 6.4.12 | 6.5.0 |"
9: B1 Line exceeds max length (111>80): "| @mui/x-date-pickers | 7.27.3 | 7.29.4 |"
10: B1 Line exceeds max length (85>80): "| @reduxjs/toolkit | 2.9.2 | 2.11.2 |"
13: B1 Line exceeds max length (83>80): "| react-i18next | 15.4.1 | 15.7.4 |"
14: B1 Line exceeds max length (114>80): "| react-router | 7.9.5 | 7.12.0 |"
15: B1 Line exceeds max length (86>80): "| validator | 13.15.22 | 13.15.26 |"
26: B1 Line exceeds max length (84>80): "- Commits"
31: B1 Line exceeds max length (81>80): "- Commits"
44: B1 Line exceeds max length (83>80): "- Commits"
52: B1 Line exceeds max length (101>80): "- Changelog"
53: B1 Line exceeds max length (104>80): "- Commits"
57: B1 Line exceeds max length (83>80): "- Changelog"
58: B1 Line exceeds max length (84>80): "- Commits"

@codecov
Copy link

codecov bot commented Jan 8, 2026

Codecov Report

✅ All modified and coverable lines are covered by tests.
✅ Project coverage is 74.57%. Comparing base (6f665a9) to head (6f7d9ad).

Additional details and impacted files
@@           Coverage Diff           @@
##           master    #4085   +/-   ##
=======================================
  Coverage   74.57%   74.57%           
=======================================
  Files         295      295           
  Lines       10938    10938           
  Branches     1372     1372           
=======================================
  Hits         8157     8157           
  Misses       2385     2385           
  Partials      396      396           
Flag Coverage Δ
backend 85.59% <ø> (ø)
frontend 66.02% <ø> (ø)

Flags with carried forward coverage won't be shown. Click here to find out more.

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

🚀 New features to boost your workflow:
  • ❄️ Test Analytics: Detect flaky tests, report on failures, and find test suite problems.
  • 📦 JS Bundle Analysis: Save yourself from yourself by tracking and limiting bundle sizes in JS merges.

@dependabot @github
Copy link
Contributor Author

dependabot bot commented on behalf of github Jan 8, 2026

This pull request was built based on a group rule. Closing it will not ignore any of these versions in future pull requests.

To ignore these dependencies, configure ignore rules in dependabot.yml

@dependabot dependabot bot deleted the dependabot/npm_and_yarn/frontend-prod-minor-deps-2f18af13bf branch January 8, 2026 18:46
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.

2 participants