Skip to content

Bump the minor-and-patch group across 1 directory with 20 updates#1674

Open
dependabot[bot] wants to merge 1 commit intodevelopfrom
dependabot/npm_and_yarn/minor-and-patch-c9ea4efd3f
Open

Bump the minor-and-patch group across 1 directory with 20 updates#1674
dependabot[bot] wants to merge 1 commit intodevelopfrom
dependabot/npm_and_yarn/minor-and-patch-c9ea4efd3f

Conversation

@dependabot
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Feb 1, 2026

Bumps the minor-and-patch group with 19 updates in the / directory:

Package From To
@fontsource-variable/roboto-flex 5.2.6 5.2.8
@opencast/appkit 0.4.0 0.5.0
@reduxjs/toolkit 2.8.2 2.11.2
i18next 25.3.2 25.8.0
lodash 4.17.21 4.17.23
@types/lodash 4.17.19 4.17.23
luxon 3.6.1 3.7.2
@types/luxon 3.6.2 3.7.1
mui-rff 8.0.4 8.2.3
react-beforeunload 2.6.0 2.7.0
react-hotkeys-hook 5.2.1 5.2.3
react-resizable 3.0.5 3.1.3
react-select 5.10.1 5.10.2
smol-toml 1.4.0 1.6.0
typescript 5.8.3 5.9.3
@playwright/test 1.53.2 1.58.1
eslint 9.30.0 9.39.2
vite 7.0.6 7.3.1
vite-plugin-svgr 4.3.0 4.5.0

Updates @fontsource-variable/roboto-flex from 5.2.6 to 5.2.8

Commits

Updates @opencast/appkit from 0.4.0 to 0.5.0

Release notes

Sourced from @​opencast/appkit's releases.

v0.5.0

  • Update to React 19
    • As part of this, the children for FloatingTrigger, WithTooltip and WithHeaderMenu have a slightly stricter type now, but this shouldn't lead to any breakage in practice.
  • Add useUnloadBlocker

v0.4.1

  • Add icons keyboard-wide.svg and tab-key.svg (import via @opencast/appkit/dist/icons/foo.svg)
  • Add isDark and isLight to ColorSchemeContext
  • Add UI elements for showing shortcuts (SingleKeyContainer, KeyCombinationContainer, ShortcutGroupOverview)
Commits
  • 985696b Bump version to 0.5.0
  • 0c9f0b3 Remove temporary workaround for Typescript bug
  • db72045 Add useUnloadBlocker
  • ba0f6fb Merge pull request #10 from Arnei/react-19
  • 37213e7 Update to React 19
  • bd9b257 Bump version to 0.4.1
  • 0657579 Limit typescript version
  • 14c00aa Add UI elements for showing shortcuts
  • ce72d87 Add isDark and isLight to ColorSchemeContext
  • 46c2f1c Add "tab key" icon
  • Additional commits viewable in compare view

Updates @reduxjs/toolkit from 2.8.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.3.2 to 25.8.0

Release notes

Sourced from i18next's releases.

v25.8.0

  • fix: TFunctionReturn fallback 2360

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

v25.6.0

  • feat: exists() method now respects returnObjects option - returns false when accessing an object key with returnObjects: false, enabling detection of object vs string keys 2359

    Note: This is a potential behavior change. If you were previously calling exists() with returnObjects: false on object keys, those calls will now return false instead of true. This enables developers to detect whether a key points to an object or string value.

v25.5.3

  • export esm type declaration for keyFromSelector 2356

v25.5.2

  • fix last change => for cjs there is just 1 default export, no named exports, fixes 2348

v25.5.1

  • export keyFromSelector from index.cjs 2347

v25.5.0

  • export keyFromSelector function for testing purposes 2346

v25.4.2

  • fix: enableSelector: true doesn't work with custom keySeparator 2341

v25.4.1

  • fix: KeyPrefix not working with new selector api 2340

... (truncated)

Changelog

Sourced from i18next's changelog.

25.8.0

  • fix: TFunctionReturn fallback 2360

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

25.6.0

  • feat: exists() method now respects returnObjects option - returns false when accessing an object key with returnObjects: false, enabling detection of object vs string keys 2359

    Note: This is a potential behavior change. If you were previously calling exists() with returnObjects: false on object keys, those calls will now return false instead of true. This enables developers to detect whether a key points to an object or string value.

25.5.3

  • export esm type declaration for keyFromSelector 2356

25.5.2

  • fix last change => for cjs there is just 1 default export, no named exports, fixes 2348

... (truncated)

Commits

Updates lodash from 4.17.21 to 4.17.23

Commits

Updates @types/lodash from 4.17.19 to 4.17.23

Commits

Updates luxon from 3.6.1 to 3.7.2

Changelog

Sourced from luxon's changelog.

3.7.2 (2025-07-09)

  • Fix ES6 packaging

3.7.1 (2025-07-09)

  • Revert change in ES6 packaging

3.7.0 (2025-07-09)

  • Added showZeros option to Duration#toHuman
  • Added Duration#removeZeros method.
  • Added rounding option to DateTime#toRelative
  • Added precision option to ISO formatting methods
  • Added signMode option to Duration#toFormat
  • Allow escaping single quotes in format strings
  • Improve output of Info.months and Info.monthsFormat for ja locale
  • Accept lowercase t as a separator in ISO strings
  • Accept lowercase z as an offset in ISO strings
  • Reject non-finite numbers where previously only NaN was rejected
  • Improve the documentation for Interval
  • Added a dark theme for the documentation site
Commits
  • 4262a38 Version 3.7.2
  • 738144d Fix the build ES6 code having the wrong file extension and use it in package....
  • 3b2f374 Release version 3.7.1
  • c67ee7d Revert "build: use the es6 build for ESM exports (#1707)"
  • cfa58a2 Release version 3.7.0
  • 7d379cc Fix unsupported signDisplay value
  • 4e81ef9 Implement "signMode" on Duration#toFormat
  • 5aa55da Improve documentation regarding Interval's half-openness
  • b188e10 add dark theme to docs (#1713)
  • cf67025 build: use the es6 build for ESM exports (#1707)
  • Additional commits viewable in compare view

Updates @types/luxon from 3.6.2 to 3.7.1

Commits

Updates mui-rff from 8.0.4 to 8.2.3

Release notes

Sourced from mui-rff's releases.

v8.2.3

8.2.3 (2025-09-23)

Bug Fixes

  • add bun run ci (198b852)
  • linter error (7153282)
  • not using editorconfig anymore (3b07b77)
  • regenerate bun.lock (3d392b9)
  • remove example ui script (5f5097d)
  • remove outdated types folder (26fdf4e)
  • remove unused ui script (7491292)
  • turn off overly aggressive naming conventions (4cbde4d)

v8.2.2

8.2.2 (2025-09-15)

Bug Fixes

v8.2.1

8.2.1 (2025-09-15)

Bug Fixes

v8.2.0

8.2.0 (2025-09-05)

Features

  • add support for React 19 (284154d)
  • upgrade final-form and react-final-form (05d8cfb)
  • upgrade final-form and react-final-form (33f98d2)

Bug Fixes

... (truncated)

Changelog

Sourced from mui-rff's changelog.

8.2.3 (2025-09-23)

Bug Fixes

  • add bun run ci (198b852)
  • linter error (7153282)
  • not using editorconfig anymore (3b07b77)
  • regenerate bun.lock (3d392b9)
  • remove example ui script (5f5097d)
  • remove outdated types folder (26fdf4e)
  • remove unused ui script (7491292)
  • turn off overly aggressive naming conventions (4cbde4d)

8.2.2 (2025-09-15)

Bug Fixes

8.2.1 (2025-09-15)

Bug Fixes

8.2.0 (2025-09-05)

Features

  • add support for React 19 (284154d)
  • upgrade final-form and react-final-form (05d8cfb)
  • upgrade final-form and react-final-form (33f98d2)

Bug Fixes

8.1.0 (2025-07-06)

Features

... (truncated)

Commits
  • 3859350 Merge pull request #1311 from lookfirst/release-please--branches--master--com...
  • 6ea3598 chore(master): release 8.2.3
  • d13372c Merge pull request #1310 from lookfirst/deps
  • 5f5097d fix: remove example ui script
  • 3b07b77 fix: not using editorconfig anymore
  • 26fdf4e fix: remove outdated types folder
  • 7491292 fix: remove unused ui script
  • 198b852 fix: add bun run ci
  • 4cbde4d fix: turn off overly aggressive naming conventions
  • 7153282 fix: linter error
  • Additional commits viewable in compare view

Updates react-beforeunload from 2.6.0 to 2.7.0

Changelog

Sourced from react-beforeunload's changelog.

v2.7.0 - 2025-12-06

Changed

  • Changed default event.returnValue fallback from '' to true in beforeunload handler. (Fixes #33)
  • Updated react peer dependency to support v19+. (Fixes #34)

Removed

  • Removed deprecated return-based activation from beforeunload handler.
Commits
Maintainer changes

This version was pushed to npm by aliebuck, a new releaser for react-beforeunload since your current version.


Updates react-hotkeys-hook from 5.2.1 to 5.2.3

Release notes

Sourced from react-hotkeys-hook's releases.

v5.2.3

What's Changed

New Contributors

Full Changelog: JohannesKlauss/react-hotkeys-hook@v5.2.1...v5.2.3

Commits

Updates react-resizable from 3.0.5 to 3.1.3

Release notes

Sourced from react-resizable's releases.

3.1.0 (Dec 30, 2025)

  • 🐛 Bugfix: Fix onResizeStop reporting stale size data due to React's batched state updates. The callback now uses the stored size from the last onResize call. #250
  • ➕ Feature: React 18 support.
  • ✏ Chore: Migrate test suite from Enzyme to React Testing Library. #249
  • ✏ Chore: Update react-draggable to ^4.5.0.
  • ✏ Chore: Update react-test-renderer to ^18.
Changelog

Sourced from react-resizable's changelog.

3.1.3 (Jan 1, 2026)

  • ✏ Chore: Add files whitelist to package.json to reduce package size and exclude unnecessary files.

3.1.2 (Jan 1, 2026)

  • 🐛 Bugfix: Fix SSR crash where Element is not defined in Node.js environments. #251

3.1.1 (Dec 30, 2025)

  • 🐛 Bugfix: Fix crash when Resizable child has a single child element (was not iterable). #219
  • 🐛 Bugfix: Fix offsetParent propType from PropTypes.node to PropTypes.instanceOf(Element). #220
  • ✏ Chore: Update GitHub Actions workflows to latest versions.
  • ✏ Chore: Add version display to demo page.

3.1.0 (Dec 30, 2025)

  • 🐛 Bugfix: Fix onResizeStop reporting stale size data due to React's batched state updates. The callback now uses the stored size from the last onResize call. #250
  • ➕ Feature: React 18 support.
  • ✏ Chore: Migrate test suite from Enzyme to React Testing Library. #249
  • ✏ Chore: Update react-draggable to ^4.5.0.
  • ✏ Chore: Update react-test-renderer to ^18.
Commits
  • edc7cbd 3.1.3
  • b8608fe Small package.json url fix
  • 5a90a3d 3.1.2
  • af0d739 fix: support SSR environments where Element is not defined (#251) (#252)
  • deb5fe7 fix(gh-pages): add root redirect and react-draggable link
  • 3dfc0b8 feat(examples): add cyberpunk theme styling
  • 61507fb fix(examples): fix scaled layout section display
  • 3662ff4 ci: add workflow_dispatch to gh-pages for manual triggering
  • 9f04051 fix: output bundle.js to examples/ for gh-pages deployment
  • 3e23a3b docs: improve README with correct links and better structure
  • Additional commits viewable in compare view

Updates react-select from 5.10.1 to 5.10.2

Release notes

Sourced from react-select's releases.

react-select@5.10.2

Patch Changes

Commits

Updates smol-toml from 1.4.0 to 1.6.0

Release notes

Sourced from smol-toml's releases.

v1.6.0

As of this version, smol-toml now supports the newly released TOML 1.1.0 specification!

Highlights

Multiline inline tables

TOML 1.1.0 now allows inline tables to have newlines, as well as trailing commas.

database = {
  driver = "postgresql",
  server = {
    host = "127.0.0.1",
    port = 3307,
  },
}

Omitting seconds in datetime and time

TOML 1.1.0 renders the seconds component of time elements optional.

datetime-tz = 1979-05-27 07:32Z
datetime = 2001-09-21 10:17
time = 13:37

New string escapes

Strings now support 2 additional escape sequences:

  • \xHH for code points between 0 and 255
  • \e for the escape character (U+001B)

What's Changed

Full Changelog: squirrelchat/smol-toml@v1.5.2...v1.6.0

v1.5.2

Hot fix for v1.5.1... 🙃

What's Changed

Full Changelog: squirrelchat/smol-toml@v1.5.1...v1.5.2

v1.5.1

Smol fix that makes newlines actually consistent when stringifying objects to TOML.

What's Changed

Full Changelog: squirrelchat/smol-toml@v1.5.0...v1.5.1

... (truncated)

Commits
  • 399c545 chore: version bump
  • 06521ca Merge pull request #49 from squirrelchat/toml-110
  • f3a68a7 fix: properly test \e escape
  • 9743a86 fix: properly run toml-test v2
  • 1ec5303 docs: toml 1.1.0 in the readme
  • 8bc0e2b chore: upgrade dependencies, actions
  • 24618db feat: allow omitting seconds in datetime and time values
  • 41688da feat: support \e unicode escape in strings
  • 2f64496 feat: support \xHH unicode escape in strings
  • aa66c9b feat: toml 1.1 allows newline and trailing comma in inline tables
  • 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 smol-toml since your current version.


Updates typescript from 5.8.3 to 5.9.3

Release notes

Sourced from typescript's releases.

TypeScript 5.9.3

Note: this tag was recreated to point at the correct commit. The npm package contained the correct content.

For release notes, check out the release announcement

Downloads are available on:

TypeScript 5.9

Note: this tag was recreated to point at the correct commit. The npm package contained the correct content.

For release notes, check out the release announcement

Downloads are available on:

TypeScript 5.9 RC

Note: this tag was recreated to point at the correct commit. The npm package contained the correct content.

For release notes, check out the release announcement

Downloads are available on:

TypeScript 5.9 Beta

Note: this tag was recreated to point at the correct commit. The npm package contained the correct content.

For release notes, check out the release announcement.

Downloads are available on:

Commits
  • c63de15 Bump version to 5.9.3 and LKG
  • 8428ca4 🤖 Pick PR #62438 (Fix incorrectly ignored dts file fr...) into release-5.9 (#...
  • a131cac 🤖 Pick PR #62351 (Add missing Float16Array constructo...) into release-5.9 (#...
  • 0424333 🤖 Pick PR #62423 (Revert PR 61928) into release-5.9 (#62425)
  • bdb641a 🤖 Pick PR #62311 (Fix parenthesizer rules for manuall...) into release-5.9 (#...
  • 0d9b9b9 🤖 Pick PR #61978 (Restructure CI to prepare for requi...) into release-5.9 (#...
  • 2dce0c5 Intentionally regress one buggy declaration output to an older version (#62163)
  • 5be3346 Bump version to 5.9.2 and LKG
  • ad825f2 Bump version to 5.9.1-rc and LKG
  • 463a5bf Update LKG
  • Additional commits viewable in compare view

Updates @playwright/test from 1.53.2 to 1.58.1

Release notes

Sourced from @​playwright/test's releases.

v1.58.1

Highlights

#39036 fix(msedge): fix local network permissions #39037 chore: update cft download location #38995 chore(webkit): disable frame sessions on fronzen builds

Browser Versions

  • Chromium 145.0.7632.6
  • Mozilla Firefox 146.0.1
  • WebKit 26.0

v1.58.0

📣 Playwright CLI+SKILLs 📣

We are adding a new token-efficient CLI mode of operation to Playwright with the skills located at playwright-cli. This brings the long-awaited official SKILL-focused CLI mode to our story and makes it more coding agent-friendly.

It is the first snapshot with the essential command set (which is already larger than the original MCP!), but we expect it to grow rapidly. Unlike the token use, that one we expect to go down since snapshots are no longer forced into the LLM!

Timeline

If you're using merged reports, the HTML report Speedboard tab now shows the Timeline:

Timeline chart in the HTML report

UI Mode and Trace Viewer Improvements

  • New 'system' theme option follows your OS dark/light mode preference
  • Search functionality (Cmd/Ctrl+F) is now available in code editors
  • Network details panel has been reorganized for better usability
  • JSON responses are now automatically formatted for readability

Thanks to @​cpAdm for contributing these improvements!

Miscellaneous

browserType.connectOverCDP() now accepts an isLocal option. When set to true, it tells Playwright that it runs on the same host as the CDP server, enabling file system optimizations.

Breaking Changes ⚠️

  • Removed _react and _vue selectors. See locators guide for alternatives.
  • Removed :light selector engine suffix. Use standard CSS selectors instead.
  • Option devtools from browserType.launch() has been removed. Use args: ['--auto-open-devtools-for-tabs'] instead.
  • Removed macOS 13 support for WebKit. We recommend to upgrade your macOS version, or keep using an older Playwright version.

Browser Versions

  • Chromium 145.0.7632.6
  • Mozilla Firefox 146.0.1
  • WebKit 26.0

This version was also tested against the following stable channels:

  • Google Chrome 144

... (truncated)

Commits

Bumps the minor-and-patch group with 19 updates in the / directory:

| Package | From | To |
| --- | --- | --- |
| [@fontsource-variable/roboto-flex](https://github.com/fontsource/font-files/tree/HEAD/fonts/variable/roboto-flex) | `5.2.6` | `5.2.8` |
| [@opencast/appkit](https://github.com/opencast/appkit) | `0.4.0` | `0.5.0` |
| [@reduxjs/toolkit](https://github.com/reduxjs/redux-toolkit) | `2.8.2` | `2.11.2` |
| [i18next](https://github.com/i18next/i18next) | `25.3.2` | `25.8.0` |
| [lodash](https://github.com/lodash/lodash) | `4.17.21` | `4.17.23` |
| [@types/lodash](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/lodash) | `4.17.19` | `4.17.23` |
| [luxon](https://github.com/moment/luxon) | `3.6.1` | `3.7.2` |
| [@types/luxon](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/luxon) | `3.6.2` | `3.7.1` |
| [mui-rff](https://github.com/lookfirst/mui-rff) | `8.0.4` | `8.2.3` |
| [react-beforeunload](https://github.com/aliebuck/react-beforeunload) | `2.6.0` | `2.7.0` |
| [react-hotkeys-hook](https://github.com/JohannesKlauss/react-keymap-hook) | `5.2.1` | `5.2.3` |
| [react-resizable](https://github.com/react-grid-layout/react-resizable) | `3.0.5` | `3.1.3` |
| [react-select](https://github.com/JedWatson/react-select) | `5.10.1` | `5.10.2` |
| [smol-toml](https://github.com/squirrelchat/smol-toml) | `1.4.0` | `1.6.0` |
| [typescript](https://github.com/microsoft/TypeScript) | `5.8.3` | `5.9.3` |
| [@playwright/test](https://github.com/microsoft/playwright) | `1.53.2` | `1.58.1` |
| [eslint](https://github.com/eslint/eslint) | `9.30.0` | `9.39.2` |
| [vite](https://github.com/vitejs/vite/tree/HEAD/packages/vite) | `7.0.6` | `7.3.1` |
| [vite-plugin-svgr](https://github.com/pd4d10/vite-plugin-svgr) | `4.3.0` | `4.5.0` |



Updates `@fontsource-variable/roboto-flex` from 5.2.6 to 5.2.8
- [Changelog](https://github.com/fontsource/font-files/blob/main/CHANGELOG.md)
- [Commits](https://github.com/fontsource/font-files/commits/HEAD/fonts/variable/roboto-flex)

Updates `@opencast/appkit` from 0.4.0 to 0.5.0
- [Release notes](https://github.com/opencast/appkit/releases)
- [Commits](opencast/appkit@v0.4.0...v0.5.0)

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

Updates `i18next` from 25.3.2 to 25.8.0
- [Release notes](https://github.com/i18next/i18next/releases)
- [Changelog](https://github.com/i18next/i18next/blob/master/CHANGELOG.md)
- [Commits](i18next/i18next@v25.3.2...v25.8.0)

Updates `lodash` from 4.17.21 to 4.17.23
- [Release notes](https://github.com/lodash/lodash/releases)
- [Commits](lodash/lodash@4.17.21...4.17.23)

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

Updates `luxon` from 3.6.1 to 3.7.2
- [Changelog](https://github.com/moment/luxon/blob/master/CHANGELOG.md)
- [Commits](moment/luxon@3.6.1...3.7.2)

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

Updates `mui-rff` from 8.0.4 to 8.2.3
- [Release notes](https://github.com/lookfirst/mui-rff/releases)
- [Changelog](https://github.com/lookfirst/mui-rff/blob/master/CHANGELOG.md)
- [Commits](lookfirst/mui-rff@v8.0.4...v8.2.3)

Updates `react-beforeunload` from 2.6.0 to 2.7.0
- [Changelog](https://github.com/aliebuck/react-beforeunload/blob/main/CHANGELOG.md)
- [Commits](https://github.com/aliebuck/react-beforeunload/commits)

Updates `react-hotkeys-hook` from 5.2.1 to 5.2.3
- [Release notes](https://github.com/JohannesKlauss/react-keymap-hook/releases)
- [Changelog](https://github.com/JohannesKlauss/react-hotkeys-hook/blob/main/CHANGELOG.md)
- [Commits](JohannesKlauss/react-hotkeys-hook@v5.2.1...v5.2.3)

Updates `react-resizable` from 3.0.5 to 3.1.3
- [Release notes](https://github.com/react-grid-layout/react-resizable/releases)
- [Changelog](https://github.com/react-grid-layout/react-resizable/blob/master/CHANGELOG.md)
- [Commits](react-grid-layout/react-resizable@v3.0.5...v3.1.3)

Updates `react-select` from 5.10.1 to 5.10.2
- [Release notes](https://github.com/JedWatson/react-select/releases)
- [Changelog](https://github.com/JedWatson/react-select/blob/master/docs/CHANGELOG.md)
- [Commits](https://github.com/JedWatson/react-select/compare/react-select@5.10.1...react-select@5.10.2)

Updates `smol-toml` from 1.4.0 to 1.6.0
- [Release notes](https://github.com/squirrelchat/smol-toml/releases)
- [Commits](squirrelchat/smol-toml@v1.4.0...v1.6.0)

Updates `typescript` from 5.8.3 to 5.9.3
- [Release notes](https://github.com/microsoft/TypeScript/releases)
- [Commits](microsoft/TypeScript@v5.8.3...v5.9.3)

Updates `@playwright/test` from 1.53.2 to 1.58.1
- [Release notes](https://github.com/microsoft/playwright/releases)
- [Commits](microsoft/playwright@v1.53.2...v1.58.1)

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

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

Updates `eslint` from 9.30.0 to 9.39.2
- [Release notes](https://github.com/eslint/eslint/releases)
- [Commits](eslint/eslint@v9.30.0...v9.39.2)

Updates `typescript-eslint` from 8.35.1 to 8.54.0
- [Release notes](https://github.com/typescript-eslint/typescript-eslint/releases)
- [Changelog](https://github.com/typescript-eslint/typescript-eslint/blob/main/packages/typescript-eslint/CHANGELOG.md)
- [Commits](https://github.com/typescript-eslint/typescript-eslint/commits/v8.54.0/packages/typescript-eslint)

Updates `vite` from 7.0.6 to 7.3.1
- [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/v7.3.1/packages/vite)

Updates `vite-plugin-svgr` from 4.3.0 to 4.5.0
- [Release notes](https://github.com/pd4d10/vite-plugin-svgr/releases)
- [Commits](pd4d10/vite-plugin-svgr@v4.3.0...v4.5.0)

---
updated-dependencies:
- dependency-name: "@fontsource-variable/roboto-flex"
  dependency-version: 5.2.8
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: minor-and-patch
- dependency-name: "@opencast/appkit"
  dependency-version: 0.5.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: minor-and-patch
- dependency-name: "@reduxjs/toolkit"
  dependency-version: 2.11.2
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: minor-and-patch
- dependency-name: i18next
  dependency-version: 25.8.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: minor-and-patch
- dependency-name: lodash
  dependency-version: 4.17.23
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: minor-and-patch
- dependency-name: "@types/lodash"
  dependency-version: 4.17.23
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: minor-and-patch
- dependency-name: luxon
  dependency-version: 3.7.2
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: minor-and-patch
- dependency-name: "@types/luxon"
  dependency-version: 3.7.1
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: minor-and-patch
- dependency-name: mui-rff
  dependency-version: 8.2.3
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: minor-and-patch
- dependency-name: react-beforeunload
  dependency-version: 2.7.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: minor-and-patch
- dependency-name: react-hotkeys-hook
  dependency-version: 5.2.3
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: minor-and-patch
- dependency-name: react-resizable
  dependency-version: 3.1.3
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: minor-and-patch
- dependency-name: react-select
  dependency-version: 5.10.2
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: minor-and-patch
- dependency-name: smol-toml
  dependency-version: 1.6.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: minor-and-patch
- dependency-name: typescript
  dependency-version: 5.9.3
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: minor-and-patch
- dependency-name: "@playwright/test"
  dependency-version: 1.58.1
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: minor-and-patch
- dependency-name: "@types/lodash"
  dependency-version: 4.17.23
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: minor-and-patch
- dependency-name: "@types/luxon"
  dependency-version: 3.7.1
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: minor-and-patch
- dependency-name: eslint
  dependency-version: 9.39.2
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: minor-and-patch
- dependency-name: typescript-eslint
  dependency-version: 8.54.0
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: minor-and-patch
- dependency-name: vite
  dependency-version: 7.3.1
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: minor-and-patch
- dependency-name: vite-plugin-svgr
  dependency-version: 4.5.0
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: minor-and-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot added the type:dependencies Pull requests that update a dependency file label Feb 1, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

type:dependencies Pull requests that update a dependency file

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants