Skip to content

Bump the minor-and-patch group across 1 directory with 16 updates#1692

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

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

Conversation

@dependabot
Copy link
Copy Markdown
Contributor

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

Bumps the minor-and-patch group with 16 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-browser-languagedetector 8.2.0 8.2.1
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.4
react-icons 5.5.0 5.6.0
react-resizable 3.0.5 3.1.3
react-select 5.10.1 5.10.2
smol-toml 1.4.0 1.6.1
@playwright/test 1.53.2 1.59.0
@types/lodash 4.17.19 4.17.24
typescript-eslint 8.35.1 8.58.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-browser-languagedetector from 8.2.0 to 8.2.1

Changelog

Sourced from i18next-browser-languagedetector's changelog.

8.2.1

  • Add missing typescript definition for hash options 33154
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.

Install script changes

This version modifies prepare script that runs during installation. Review the package contents before updating.


Updates react-hotkeys-hook from 5.2.1 to 5.2.4

Release notes

Sourced from react-hotkeys-hook's releases.

v5.2.4

  • Merge pull request #1312 from JohannesKlauss/revert-1275-main 1197daf
  • Revert Regression introduced in "Try to prevent events firing incorrectly when using useKey: true" 612e549
  • Merge pull request #1311 from ShrimpCryptid/feat/clarify-ishotkeypressed-multiple-key-behavior 0219c01
  • doc: Updated wording on isHotkeyPressed key argument 9203b7f
  • fix: Update documentation for isHotkeyPressed to describe arguments correctly 154eab9

JohannesKlauss/react-hotkeys-hook@v5.2.3...v5.2.4

v5.2.3

What's Changed

New Contributors

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

Commits
  • f66fe2a 5.2.4
  • 1197daf Merge pull request #1312 from JohannesKlauss/revert-1275-main
  • 612e549 Revert "Try to prevent events firing incorrectly when using useKey: true"
  • 0219c01 Merge pull request #1311 from ShrimpCryptid/feat/clarify-ishotkeypressed-mult...
  • 9203b7f doc: Updated wording on isHotkeyPressed key argument
  • 154eab9 fix: Update documentation for isHotkeyPressed to describe arguments correctly
  • ae74e90 copy readme
  • 8c0f32c Change homepage
  • 19cf28f bump version
  • 2d0b87c Set correct version in sub package
  • Additional commits viewable in compare view

Updates react-icons from 5.5.0 to 5.6.0

Release notes

Sourced from react-icons's releases.

v5.6.0

What's Changed

Full Changelog: react-icons/react-icons@v5.5.0...v5.6.0

Icon Library License Version Count
Circum Icons MPL-2.0 license 1.0.0 288
Font Awesome 5 CC BY 4.0 License 5.15.4-3-gafecf2a 1612
Font Awesome 6 CC BY 4.0 License 6.7.2-1-g840c215 2060
Ionicons 4 MIT 4.6.3 696
Ionicons 5 MIT 5.5.4 1332
Material Design icons Apache License Version 2.0 4.0.0-142-gbb04090f93 4341
Typicons CC BY-SA 3.0 2.1.2 336
Github Octicons icons MIT 18.3.0 264
Feather MIT 4.29.2 287
Lucide ISC 0.462.0 1541
Game Icons CC BY 3.0 12920d6565588f0512542a3cb0cdfd36a497f910 4040
Weather Icons SIL OFL 1.1 2.0.12 219
Devicons MIT 1.8.0 192
Ant Design Icons MIT 4.4.2 831
Bootstrap Icons MIT 1.13.1 2754
Remix Icon Apache License Version 2.0 4.6.0 3058
Flat Color Icons MIT 1.0.2 329
Grommet-Icons Apache License Version 2.0 4.14.0 637
Heroicons MIT 1.0.6 460
Heroicons 2 MIT 2.2.0 972

... (truncated)

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.1

Release notes

Sourced from smol-toml's releases.

v1.6.1

This release addresses a minor security vulnerability where an attacker-controlled TOML document can exploit an unrestricted recustion and cause a stack overflow error with a document that contains thousands of sucessive commented lines. Security advisory: GHSA-v3rj-xjv7-4jmq

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

... (truncated)

Commits
  • 072b64f chore: version bump
  • 19a5dc7 chore: upgrade dependencies and actions
  • f286f87 fix: don't use recursion in skipVoid
  • 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
  • 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 @playwright/test from 1.53.2 to 1.59.0

Release notes

Sourced from @​playwright/test's releases.

v1.59.0

🎬 Screencast

New page.screencast API provides a unified interface for capturing page content with:

  • Screencast recordings
  • Action annotations
  • Visual overlays
  • Real-time frame capture
  • Agentic video receipts

Screencast recording — record video with precise start/stop control, as an alternative to the recordVideo option:

await page.screencast.start({ path: 'video.webm' });
// ... perform actions ...
await page.screencast.stop();

Action annotations — enable built-in visual annotations that highlight interacted elements and display action titles during recording:

await page.screencast.showActions({ position: 'top-right' });

screencast.showActions() accepts position ('top-left', 'top', 'top-right', 'bottom-left', 'bottom', 'bottom-right'), duration (ms per annotation), and fontSize (px). Returns a disposable to stop showing actions.

Action annotations can also be enabled in test fixtures via the video option:

// playwright.config.ts
export default defineConfig({
  use: {
    video: {
      mode: 'on',
      show: {
        actions: { position: 'top-left' },
        test: { position: 'top-right' },
      },
    },
  },
});

Visual overlays — add chapter titles and custom HTML overlays on top of the page for richer narration:

... (truncated)

Commits
Maintainer changes

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


Updates @types/lodash from 4.17.19 to 4.17.24

Commits

Updates @types/luxon from 3.6.2 to 3.7.1

Commits

Updates typescript-eslint from 8.35.1 to 8.58.0

Release notes

Sourced from

Bumps the minor-and-patch group with 16 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-browser-languagedetector](https://github.com/i18next/i18next-browser-languageDetector) | `8.2.0` | `8.2.1` |
| [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.4` |
| [react-icons](https://github.com/react-icons/react-icons) | `5.5.0` | `5.6.0` |
| [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.1` |
| [@playwright/test](https://github.com/microsoft/playwright) | `1.53.2` | `1.59.0` |
| [@types/lodash](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/lodash) | `4.17.19` | `4.17.24` |
| [typescript-eslint](https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/typescript-eslint) | `8.35.1` | `8.58.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-browser-languagedetector` from 8.2.0 to 8.2.1
- [Changelog](https://github.com/i18next/i18next-browser-languageDetector/blob/master/CHANGELOG.md)
- [Commits](i18next/i18next-browser-languageDetector@v8.2.0...v8.2.1)

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.4
- [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.4)

Updates `react-icons` from 5.5.0 to 5.6.0
- [Release notes](https://github.com/react-icons/react-icons/releases)
- [Commits](react-icons/react-icons@v5.5.0...v5.6.0)

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.1
- [Release notes](https://github.com/squirrelchat/smol-toml/releases)
- [Commits](squirrelchat/smol-toml@v1.4.0...v1.6.1)

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

Updates `@types/lodash` from 4.17.19 to 4.17.24
- [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 `typescript-eslint` from 8.35.1 to 8.58.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.58.0/packages/typescript-eslint)

---
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-browser-languagedetector
  dependency-version: 8.2.1
  dependency-type: direct:production
  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.4
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: minor-and-patch
- dependency-name: react-icons
  dependency-version: 5.6.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  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.1
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: minor-and-patch
- dependency-name: "@playwright/test"
  dependency-version: 1.59.0
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: minor-and-patch
- dependency-name: "@types/lodash"
  dependency-version: 4.17.24
  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: typescript-eslint
  dependency-version: 8.58.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 Apr 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