Skip to content

Bump the js-packages group across 1 directory with 28 updates#685

Closed
dependabot[bot] wants to merge 1 commit intomainfrom
dependabot/npm_and_yarn/js-packages-2ef06415b8
Closed

Bump the js-packages group across 1 directory with 28 updates#685
dependabot[bot] wants to merge 1 commit intomainfrom
dependabot/npm_and_yarn/js-packages-2ef06415b8

Conversation

@dependabot
Copy link
Copy Markdown
Contributor

@dependabot dependabot Bot commented on behalf of github Apr 17, 2026

Bumps the js-packages group with 28 updates in the / directory:

Package From To
@emotion/styled 11.13.5 11.14.1
@h5web/app 16.0.1 17.0.0
@h5web/lib 16.0.1 17.0.0
@mui/icons-material 6.5.0 9.0.0
@mui/x-date-pickers 7.27.0 9.0.2
@types/jest 29.5.14 30.0.0
@types/node 22.10.0 25.6.0
dayjs 1.11.13 1.11.20
express 4.21.1 5.2.1
i18next 24.0.2 26.0.5
monaco-editor 0.52.0 0.55.1
three 0.181.1 0.184.0
typescript 5.7.2 6.0.3
ws 8.18.0 8.20.0
@cypress/webpack-dev-server 3.11.0 5.6.0
@typescript-eslint/eslint-plugin 8.16.0 8.58.2
@typescript-eslint/parser 8.16.0 8.58.2
cross-env 7.0.3 10.1.0
cypress 13.16.0 15.14.0
cypress-real-events 1.13.0 1.15.0
eslint-config-prettier 9.1.0 10.1.8
eslint-plugin-cypress 4.1.0 6.3.1
eslint-plugin-prettier 5.2.1 5.5.5
html-webpack-plugin 5.6.3 5.6.6
lint-staged 15.2.10 16.4.0
prettier 3.4.1 3.8.3
serve 14.2.4 14.2.6
vite 6.4.2 8.0.8

Updates @emotion/styled from 11.13.5 to 11.14.1

Release notes

Sourced from @​emotion/styled's releases.

@​emotion/styled@​11.14.1

Patch Changes

  • #3334 0facbe4 Thanks @​ZachRiegel! - Renamed default-exported variable in @emotion/styled to aid inferred import names in auto-import completions in IDEs

@​emotion/styled@​11.14.0

Minor Changes

  • #3284 a19d019 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 [e1bf17e]:
    • @​emotion/use-insertion-effect-with-fallbacks@​1.2.0
Commits

Updates @h5web/app from 16.0.1 to 17.0.0

Release notes

Sourced from @​h5web/app's releases.

H5Web 17

Full Changelog: silx-kit/h5web@v16.0.1...v17.0.0

  • ⚠️ {Breaking} All three packages are now ESM-only. We no longer provide CommonJS bundles. This shouldn't be an issue if you're using a modern bundler like Vite but if you run into issues or need advice, don't hesitate to open a discussion thread. #1924
  • ⚠️ {Breaking} We now target Baseline Widely Available features of the web platform. This means that browser versions released more than two and a half years may no longer be supported out of the box. That being said, H5Web 17 still works down to Firefox 102 ESR, which was released in 2022, and it should be possible to support even older versions by polyfilling web platform features. #2009
  • 🎭 The mock demo has been significantly reworked with a clearer, more self-explanatory structure #1994

@​h5web/app

Viewer

  • 🎉 Improve sidebar resizing and toggling experience #1987
    • The width of the sidebar is now saved and restored automatically when toggling or reopening the viewer.
    • The sidebar can be closed and reopened by dragging the splitter all the way to the left and then back.
    • Double-clicking on the splitter resets the sidebar to its default size.
    • The sidebar is now fully accessible — it can be resized and opened/closed entirely with the keyboard.
  • 🎉 Maintain zoom level and pan position when possible #1941
    • The zoom/position is saved transparently for end users, and independently for each visualization (Line, Heatmap, etc.)
    • For Heatmap, RGB and Scatter, the zoom/position is restored as long as both axes domains remain the same.
    • For Line, the zoom/position is restored as long as the abscissa domain remains the same and the user zooms only on the x axis, not the y axis.
  • 🎉 Pick better icons in explorer based on dataset shape and dimensions #1976
  • 🎉 < Heatmap, Line, NX Heatmap, NX Line > Add support for NetCDF attributes valid_min, valid_max and valid_range #1956
  • 🎉 < RGB, NX RGB > Support RGBA/BGRA images and rgba-image NeXus interpretation #1979
  • 🎉 < Scalar > Support array datasets (i.e. arrays of "scalar" values in the HDF5 sense) that are not supported by other visualizations #1768 #1770
    • The Raw visualization is removed — "non-printable" scalars like nested compounds, opaque arrays, etc. are now handled seamlessly by the Scalar visualization — cf. /compound_mixed_1D in sample.h5
    • This brings support for stacks of binary JPEG/PNG images stored as opaque array datasets — cf. frogs.h5
  • < NX Heatmap, NX Line > Add support for _FillValue attribute (already supported on Heatmap and Line) #1956
  • < Complex Line > Support unwrapping complex phase values by removing 2π discontinuities #1947
  • ✨ Show "NX" badges in explorer where NeXus visualizations are actually known to be supported instead of using less accurate heuristics #1990
  • < Line > Update line colors automatically when switching between light and dark mode #1968
  • < Line > Improve visibility of points in dark mode #1968
  • ✨ Improve user experience when copying path of selected entity from top bar #1936
  • ✨ Bring support for _FillValue attribute in line with NetCDF spec — the fill value now acts as an invalid upper bound (when positive) or lower bound (when negative) instead of as a single invalid value #1956
  • ⚡ Optimise domain computations to reduce lag when toggling errors in toolbar #1950
  • 🐛 < NX Scatter > Force ascending axes regardless of order of axes values #1989
  • 🐛 Fix ordering of compound fields with number-like names #1970
  • 🐛 Fix flickering of toolbar controls #1927
  • 🐛 Disable Ctrl+left click context menu on Mac to fix selection-based zoom interactions #1985
  • 🐛 Fix keyboard navigation in explorer with empty groups #1934
  • 🐛 < NX Heatmap > Fix "Keep ratio" toggle not working right away when axes have different units #1954

API

  • ⚠️ {Breaking} [H5GroveProvider] Require h5grove@4.0.0
    • v3.0.0 makes trailing slashes optional on all endpoints #1931
    • v4.0.0 returns compound fields metadata in an array for proper ordering #1970
  • ⚠️ {Breaking} The shape property of Dataset and Attribute objects, which was previously number[] | null, is now a Shape object — to access the dimensions of an array dataset, use dataset.shape.dims instead of dataset.shape #1952
  • ⚠️ {Breaking} assertDatasetValue is renamed to assertValue #1951
  • ⚠️ {Breaking} Remove hooks useDatasetValue, useDatasetsValues and usePrefetchValues — use the new useDatasets and useValues hooks instead #1964
  • 🎉 Add useDatasets hook to provide a declarative, schema-based alternative to useEntity to retrieve multiple datasets at once without having to invoke type guards or assertions afterwards #1963

... (truncated)

Commits
  • 8a832ee 17.0.0
  • 2e4cdc7 Update h5wasm-plugins
  • 6736505 Switch to allowBuilds in pnpm config
  • 053df47 Update h5grove to stable v4 release
  • 138e1d3 Configure minimum release age protection
  • 91fafff Merge pull request #2010 from silx-kit/attr-docs
  • 65fecfa Document how to work with HDF5 attributes
  • f2e5e6b Update browser support in packages READMEs
  • 8b9b981 Remove obsolete package from allowed builds
  • 7704db7 17.0.0-beta.6
  • Additional commits viewable in compare view

Updates @h5web/lib from 16.0.1 to 17.0.0

Release notes

Sourced from @​h5web/lib's releases.

H5Web 17

Full Changelog: silx-kit/h5web@v16.0.1...v17.0.0

  • ⚠️ {Breaking} All three packages are now ESM-only. We no longer provide CommonJS bundles. This shouldn't be an issue if you're using a modern bundler like Vite but if you run into issues or need advice, don't hesitate to open a discussion thread. #1924
  • ⚠️ {Breaking} We now target Baseline Widely Available features of the web platform. This means that browser versions released more than two and a half years may no longer be supported out of the box. That being said, H5Web 17 still works down to Firefox 102 ESR, which was released in 2022, and it should be possible to support even older versions by polyfilling web platform features. #2009
  • 🎭 The mock demo has been significantly reworked with a clearer, more self-explanatory structure #1994

@​h5web/app

Viewer

  • 🎉 Improve sidebar resizing and toggling experience #1987
    • The width of the sidebar is now saved and restored automatically when toggling or reopening the viewer.
    • The sidebar can be closed and reopened by dragging the splitter all the way to the left and then back.
    • Double-clicking on the splitter resets the sidebar to its default size.
    • The sidebar is now fully accessible — it can be resized and opened/closed entirely with the keyboard.
  • 🎉 Maintain zoom level and pan position when possible #1941
    • The zoom/position is saved transparently for end users, and independently for each visualization (Line, Heatmap, etc.)
    • For Heatmap, RGB and Scatter, the zoom/position is restored as long as both axes domains remain the same.
    • For Line, the zoom/position is restored as long as the abscissa domain remains the same and the user zooms only on the x axis, not the y axis.
  • 🎉 Pick better icons in explorer based on dataset shape and dimensions #1976
  • 🎉 < Heatmap, Line, NX Heatmap, NX Line > Add support for NetCDF attributes valid_min, valid_max and valid_range #1956
  • 🎉 < RGB, NX RGB > Support RGBA/BGRA images and rgba-image NeXus interpretation #1979
  • 🎉 < Scalar > Support array datasets (i.e. arrays of "scalar" values in the HDF5 sense) that are not supported by other visualizations #1768 #1770
    • The Raw visualization is removed — "non-printable" scalars like nested compounds, opaque arrays, etc. are now handled seamlessly by the Scalar visualization — cf. /compound_mixed_1D in sample.h5
    • This brings support for stacks of binary JPEG/PNG images stored as opaque array datasets — cf. frogs.h5
  • < NX Heatmap, NX Line > Add support for _FillValue attribute (already supported on Heatmap and Line) #1956
  • < Complex Line > Support unwrapping complex phase values by removing 2π discontinuities #1947
  • ✨ Show "NX" badges in explorer where NeXus visualizations are actually known to be supported instead of using less accurate heuristics #1990
  • < Line > Update line colors automatically when switching between light and dark mode #1968
  • < Line > Improve visibility of points in dark mode #1968
  • ✨ Improve user experience when copying path of selected entity from top bar #1936
  • ✨ Bring support for _FillValue attribute in line with NetCDF spec — the fill value now acts as an invalid upper bound (when positive) or lower bound (when negative) instead of as a single invalid value #1956
  • ⚡ Optimise domain computations to reduce lag when toggling errors in toolbar #1950
  • 🐛 < NX Scatter > Force ascending axes regardless of order of axes values #1989
  • 🐛 Fix ordering of compound fields with number-like names #1970
  • 🐛 Fix flickering of toolbar controls #1927
  • 🐛 Disable Ctrl+left click context menu on Mac to fix selection-based zoom interactions #1985
  • 🐛 Fix keyboard navigation in explorer with empty groups #1934
  • 🐛 < NX Heatmap > Fix "Keep ratio" toggle not working right away when axes have different units #1954

API

  • ⚠️ {Breaking} [H5GroveProvider] Require h5grove@4.0.0
    • v3.0.0 makes trailing slashes optional on all endpoints #1931
    • v4.0.0 returns compound fields metadata in an array for proper ordering #1970
  • ⚠️ {Breaking} The shape property of Dataset and Attribute objects, which was previously number[] | null, is now a Shape object — to access the dimensions of an array dataset, use dataset.shape.dims instead of dataset.shape #1952
  • ⚠️ {Breaking} assertDatasetValue is renamed to assertValue #1951
  • ⚠️ {Breaking} Remove hooks useDatasetValue, useDatasetsValues and usePrefetchValues — use the new useDatasets and useValues hooks instead #1964
  • 🎉 Add useDatasets hook to provide a declarative, schema-based alternative to useEntity to retrieve multiple datasets at once without having to invoke type guards or assertions afterwards #1963

... (truncated)

Commits
  • 8a832ee 17.0.0
  • 2e4cdc7 Update h5wasm-plugins
  • 6736505 Switch to allowBuilds in pnpm config
  • 053df47 Update h5grove to stable v4 release
  • 138e1d3 Configure minimum release age protection
  • 91fafff Merge pull request #2010 from silx-kit/attr-docs
  • 65fecfa Document how to work with HDF5 attributes
  • f2e5e6b Update browser support in packages READMEs
  • 8b9b981 Remove obsolete package from allowed builds
  • 7704db7 17.0.0-beta.6
  • Additional commits viewable in compare view

Updates @mui/icons-material from 6.5.0 to 9.0.0

Release notes

Sourced from @​mui/icons-material's releases.

v9.0.0

🥳 We're excited to announce the stable release of Material UI v9.0! This major release focuses on accessibility improvements, sx prop performance, and cleanup of deprecated APIs. See the Material UI v9.0 announcement blog posts for more details. Also see the MUI v9 announcement blog posts for the broad ecosystem updates.

Check out the upgrade guide to see how you can move to this version.

@mui/material@9.0.0

Core

🙇‍♂️ We'd like to extend a big thank you to everyone involved who made this major release possible.

v9.0.0-beta.1

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

@mui/material@9.0.0-beta.1

Breaking Changes

Changes

Docs

... (truncated)

Changelog

Sourced from @​mui/icons-material's changelog.

9.0.0

Apr 7, 2026

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

🥳 We're excited to announce the stable release of Material UI v9! This major release focus on accessibility improvements, sx prop performance, and cleanup of deprecated APIs.

For more details, check out the upgrade guide.

@mui/material@9.0.0

Core

All contributors of this release in alphabetical order: @​brijeshb42, @​mj12albert, @​noraleonte, @​rita-codes, @​sai6855, @​silviuaavram, @​siriwatknp

9.0.0-beta.1

Apr 2, 2026

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

@mui/material@9.0.0-beta.1

Breaking Changes

Changes

... (truncated)

Commits
Maintainer changes

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


Updates @mui/x-date-pickers from 7.27.0 to 9.0.2

Release notes

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

v9.0.2

We'd like to extend a big thank you to the 12 contributors who made this release possible. Here are some highlights ✨:

  • 📊 Added valueGetter to axes and series configurations, which allow for dynamically getting data out of a dataset.
  • 🐞 Bugfixes
  • 📚 Docs updates

Special thanks go out to these community members for their valuable contributions: @​Anexus5919, @​nk10nikhil

The following team members contributed to this release: @​aemartos, @​alexfauquette, @​brijeshb42, @​Janpot, @​JCQuintas, @​LukasTy, @​MBilalShafi, @​michelengelen, @​rita-codes, @​sai6855

Data Grid

@mui/x-data-grid@9.0.2

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

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

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

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

Date and Time Pickers

@mui/x-date-pickers@9.0.2

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

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

Charts

@mui/x-charts@9.0.2

... (truncated)

Changelog

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

9.0.2

Apr 15, 2026

We'd like to extend a big thank you to the 12 contributors who made this release possible. Here are some highlights ✨:

  • 📊 Added valueGetter to axes and series configurations, which allow for dynamically getting data out of a dataset.
  • 🐞 Bugfixes
  • 📚 Docs updates

Special thanks go out to these community members for their valuable contributions: @​Anexus5919, @​nk10nikhil

The following team members contributed to this release: @​aemartos, @​alexfauquette, @​brijeshb42, @​Janpot, @​JCQuintas, @​LukasTy, @​MBilalShafi, @​michelengelen, @​rita-codes, @​sai6855

Data Grid

@mui/x-data-grid@9.0.2

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

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

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

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

Date and Time Pickers

@mui/x-date-pickers@9.0.2

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

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

Charts

@mui/x-charts@9.0.2

... (truncated)

Commits
Maintainer changes

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


Updates @types/jest from 29.5.14 to 30.0.0

Commits

Updates @types/node from 22.10.0 to 25.6.0

Commits

Updates dayjs from 1.11.13 to 1.11.20

Release notes

Sourced from dayjs's releases.

v1.11.20

1.11.20 (2026-03-12)

Bug Fixes

  • Update locale km.js to support meridiem (#3017) (9d2b6a1)
  • update updateLocale plugin to merge nested object properties instead of replacing (#3012) (99691c5), closes #1118

v1.11.19

1.11.19 (2025-10-31)

Bug Fixes

  • added usage warnings for diff + updated unit tests (#2948) (269a7a9)
  • dont instantiate regexes within ar locale functions to avoid performance overhead (#2898) (af5e9f0)
  • replace italian locale "un' ora fa" with "un'ora fa", add tests for it (#2930) (9e9f76c)
  • Updated Belarusian locale with relative time (#2656) (1d8746c)

v1.11.18

1.11.18 (2025-08-30)

Bug Fixes

  • error semantic-release dependency (8cfb313)

v1.11.17

1.11.17 (2025-08-29)

Bug Fixes

  • [en-AU] locale use the same ordinal as moment (#2878) (1b95ecd)

v1.11.16

1.11.16 (2025-08-29)

Bug Fixes

  • test release workflow (no code changes) (c38c428)

v1.11.15

1.11.15 (2025-08-28)

Bug Fixes

... (truncated)

Changelog

Sourced from dayjs's changelog.

1.11.20 (2026-03-12)

Bug Fixes

  • Update locale km.js to support meridiem (#3017) (9d2b6a1)
  • update updateLocale plugin to merge nested object properties instead of replacing (#3012) (99691c5), closes #1118

1.11.19 (2025-10-31)

Bug Fixes

  • added usage warnings for diff + updated unit tests (#2948) (269a7a9)
  • dont instantiate regexes within ar locale functions to avoid performance overhead (#2898) (af5e9f0)
  • replace italian locale "un' ora fa" with "un'ora fa", add tests for it (#2930) (9e9f76c)
  • Updated Belarusian locale with relative time (#2656) (1d8746c)

1.11.18 (2025-08-30)

Bug Fixes

  • error semantic-release dependency (8cfb313)

1.11.17 (2025-08-29)

Bug Fixes

  • [en-AU] locale use the same ordinal as moment (#2878) (1b95ecd)

1.11.16 (2025-08-29)

Bug Fixes

  • test release workflow (no code changes) (c38c428)

1.11.15 (2025-08-28)

Bug Fixes

  • Fix misspellings in Irish or Irish Gaelic [ga] (#2861) (9c14a42)

1.11.14 (2025-08-27)

Bug Fixes

... (truncated)

Description has been truncated

Bumps the js-packages group with 28 updates in the / directory:

| Package | From | To |
| --- | --- | --- |
| [@emotion/styled](https://github.com/emotion-js/emotion) | `11.13.5` | `11.14.1` |
| [@h5web/app](https://github.com/silx-kit/h5web) | `16.0.1` | `17.0.0` |
| [@h5web/lib](https://github.com/silx-kit/h5web) | `16.0.1` | `17.0.0` |
| [@mui/icons-material](https://github.com/mui/material-ui/tree/HEAD/packages/mui-icons-material) | `6.5.0` | `9.0.0` |
| [@mui/x-date-pickers](https://github.com/mui/mui-x/tree/HEAD/packages/x-date-pickers) | `7.27.0` | `9.0.2` |
| [@types/jest](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/jest) | `29.5.14` | `30.0.0` |
| [@types/node](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/node) | `22.10.0` | `25.6.0` |
| [dayjs](https://github.com/iamkun/dayjs) | `1.11.13` | `1.11.20` |
| [express](https://github.com/expressjs/express) | `4.21.1` | `5.2.1` |
| [i18next](https://github.com/i18next/i18next) | `24.0.2` | `26.0.5` |
| [monaco-editor](https://github.com/microsoft/monaco-editor) | `0.52.0` | `0.55.1` |
| [three](https://github.com/mrdoob/three.js) | `0.181.1` | `0.184.0` |
| [typescript](https://github.com/microsoft/TypeScript) | `5.7.2` | `6.0.3` |
| [ws](https://github.com/websockets/ws) | `8.18.0` | `8.20.0` |
| [@cypress/webpack-dev-server](https://github.com/cypress-io/cypress) | `3.11.0` | `5.6.0` |
| [@typescript-eslint/eslint-plugin](https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/eslint-plugin) | `8.16.0` | `8.58.2` |
| [@typescript-eslint/parser](https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/parser) | `8.16.0` | `8.58.2` |
| [cross-env](https://github.com/kentcdodds/cross-env) | `7.0.3` | `10.1.0` |
| [cypress](https://github.com/cypress-io/cypress) | `13.16.0` | `15.14.0` |
| [cypress-real-events](https://github.com/dmtrKovalenko/cypress-real-events) | `1.13.0` | `1.15.0` |
| [eslint-config-prettier](https://github.com/prettier/eslint-config-prettier) | `9.1.0` | `10.1.8` |
| [eslint-plugin-cypress](https://github.com/cypress-io/eslint-plugin-cypress) | `4.1.0` | `6.3.1` |
| [eslint-plugin-prettier](https://github.com/prettier/eslint-plugin-prettier) | `5.2.1` | `5.5.5` |
| [html-webpack-plugin](https://github.com/jantimon/html-webpack-plugin) | `5.6.3` | `5.6.6` |
| [lint-staged](https://github.com/lint-staged/lint-staged) | `15.2.10` | `16.4.0` |
| [prettier](https://github.com/prettier/prettier) | `3.4.1` | `3.8.3` |
| [serve](https://github.com/vercel/serve) | `14.2.4` | `14.2.6` |
| [vite](https://github.com/vitejs/vite/tree/HEAD/packages/vite) | `6.4.2` | `8.0.8` |



Updates `@emotion/styled` from 11.13.5 to 11.14.1
- [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/styled@11.13.5...@emotion/styled@11.14.1)

Updates `@h5web/app` from 16.0.1 to 17.0.0
- [Release notes](https://github.com/silx-kit/h5web/releases)
- [Commits](silx-kit/h5web@v16.0.1...v17.0.0)

Updates `@h5web/lib` from 16.0.1 to 17.0.0
- [Release notes](https://github.com/silx-kit/h5web/releases)
- [Commits](silx-kit/h5web@v16.0.1...v17.0.0)

Updates `@mui/icons-material` from 6.5.0 to 9.0.0
- [Release notes](https://github.com/mui/material-ui/releases)
- [Changelog](https://github.com/mui/material-ui/blob/master/CHANGELOG.md)
- [Commits](https://github.com/mui/material-ui/commits/v9.0.0/packages/mui-icons-material)

Updates `@mui/x-date-pickers` from 7.27.0 to 9.0.2
- [Release notes](https://github.com/mui/mui-x/releases)
- [Changelog](https://github.com/mui/mui-x/blob/master/CHANGELOG.md)
- [Commits](https://github.com/mui/mui-x/commits/v9.0.2/packages/x-date-pickers)

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

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

Updates `dayjs` from 1.11.13 to 1.11.20
- [Release notes](https://github.com/iamkun/dayjs/releases)
- [Changelog](https://github.com/iamkun/dayjs/blob/dev/CHANGELOG.md)
- [Commits](iamkun/dayjs@v1.11.13...v1.11.20)

Updates `express` from 4.21.1 to 5.2.1
- [Release notes](https://github.com/expressjs/express/releases)
- [Changelog](https://github.com/expressjs/express/blob/master/History.md)
- [Commits](expressjs/express@4.21.1...v5.2.1)

Updates `i18next` from 24.0.2 to 26.0.5
- [Release notes](https://github.com/i18next/i18next/releases)
- [Changelog](https://github.com/i18next/i18next/blob/master/CHANGELOG.md)
- [Commits](i18next/i18next@v24.0.2...v26.0.5)

Updates `monaco-editor` from 0.52.0 to 0.55.1
- [Release notes](https://github.com/microsoft/monaco-editor/releases)
- [Changelog](https://github.com/microsoft/monaco-editor/blob/main/CHANGELOG.md)
- [Commits](microsoft/monaco-editor@v0.52.0...v0.55.1)

Updates `three` from 0.181.1 to 0.184.0
- [Release notes](https://github.com/mrdoob/three.js/releases)
- [Commits](https://github.com/mrdoob/three.js/commits)

Updates `typescript` from 5.7.2 to 6.0.3
- [Release notes](https://github.com/microsoft/TypeScript/releases)
- [Commits](microsoft/TypeScript@v5.7.2...v6.0.3)

Updates `ws` from 8.18.0 to 8.20.0
- [Release notes](https://github.com/websockets/ws/releases)
- [Commits](websockets/ws@8.18.0...8.20.0)

Updates `@cypress/webpack-dev-server` from 3.11.0 to 5.6.0
- [Release notes](https://github.com/cypress-io/cypress/releases)
- [Changelog](https://github.com/cypress-io/cypress/blob/develop/CHANGELOG.md)
- [Commits](https://github.com/cypress-io/cypress/compare/@cypress/webpack-dev-server-v3.11.0...@cypress/webpack-dev-server-v5.6.0)

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

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

Updates `cross-env` from 7.0.3 to 10.1.0
- [Release notes](https://github.com/kentcdodds/cross-env/releases)
- [Changelog](https://github.com/kentcdodds/cross-env/blob/main/CHANGELOG.md)
- [Commits](kentcdodds/cross-env@v7.0.3...v10.1.0)

Updates `cypress` from 13.16.0 to 15.14.0
- [Release notes](https://github.com/cypress-io/cypress/releases)
- [Changelog](https://github.com/cypress-io/cypress/blob/develop/CHANGELOG.md)
- [Commits](cypress-io/cypress@v13.16.0...v15.14.0)

Updates `cypress-real-events` from 1.13.0 to 1.15.0
- [Release notes](https://github.com/dmtrKovalenko/cypress-real-events/releases)
- [Commits](dmtrKovalenko/cypress-real-events@v1.13.0...v1.15.0)

Updates `eslint-config-prettier` from 9.1.0 to 10.1.8
- [Release notes](https://github.com/prettier/eslint-config-prettier/releases)
- [Changelog](https://github.com/prettier/eslint-config-prettier/blob/main/CHANGELOG.md)
- [Commits](prettier/eslint-config-prettier@v9.1.0...v10.1.8)

Updates `eslint-plugin-cypress` from 4.1.0 to 6.3.1
- [Release notes](https://github.com/cypress-io/eslint-plugin-cypress/releases)
- [Commits](cypress-io/eslint-plugin-cypress@v4.1.0...v6.3.1)

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

Updates `html-webpack-plugin` from 5.6.3 to 5.6.6
- [Release notes](https://github.com/jantimon/html-webpack-plugin/releases)
- [Changelog](https://github.com/jantimon/html-webpack-plugin/blob/main/CHANGELOG.md)
- [Commits](jantimon/html-webpack-plugin@v5.6.3...v5.6.6)

Updates `lint-staged` from 15.2.10 to 16.4.0
- [Release notes](https://github.com/lint-staged/lint-staged/releases)
- [Changelog](https://github.com/lint-staged/lint-staged/blob/main/CHANGELOG.md)
- [Commits](lint-staged/lint-staged@v15.2.10...v16.4.0)

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

Updates `serve` from 14.2.4 to 14.2.6
- [Release notes](https://github.com/vercel/serve/releases)
- [Changelog](https://github.com/vercel/serve/blob/main/CHANGELOG.md)
- [Commits](vercel/serve@14.2.4...v14.2.6)

Updates `vite` from 6.4.2 to 8.0.8
- [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/v8.0.8/packages/vite)

---
updated-dependencies:
- dependency-name: "@emotion/styled"
  dependency-version: 11.14.1
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: js-packages
- dependency-name: "@h5web/app"
  dependency-version: 17.0.0
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: js-packages
- dependency-name: "@h5web/lib"
  dependency-version: 17.0.0
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: js-packages
- dependency-name: "@mui/icons-material"
  dependency-version: 9.0.0
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: js-packages
- dependency-name: "@mui/x-date-pickers"
  dependency-version: 9.0.2
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: js-packages
- dependency-name: "@types/jest"
  dependency-version: 30.0.0
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: js-packages
- dependency-name: "@types/node"
  dependency-version: 25.6.0
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: js-packages
- dependency-name: dayjs
  dependency-version: 1.11.20
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: js-packages
- dependency-name: express
  dependency-version: 5.2.1
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: js-packages
- dependency-name: i18next
  dependency-version: 26.0.5
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: js-packages
- dependency-name: monaco-editor
  dependency-version: 0.55.1
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: js-packages
- dependency-name: three
  dependency-version: 0.184.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: js-packages
- dependency-name: typescript
  dependency-version: 6.0.3
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: js-packages
- dependency-name: ws
  dependency-version: 8.20.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: js-packages
- dependency-name: "@cypress/webpack-dev-server"
  dependency-version: 5.6.0
  dependency-type: direct:development
  update-type: version-update:semver-major
  dependency-group: js-packages
- dependency-name: "@typescript-eslint/eslint-plugin"
  dependency-version: 8.58.2
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: js-packages
- dependency-name: "@typescript-eslint/parser"
  dependency-version: 8.58.2
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: js-packages
- dependency-name: cross-env
  dependency-version: 10.1.0
  dependency-type: direct:development
  update-type: version-update:semver-major
  dependency-group: js-packages
- dependency-name: cypress
  dependency-version: 15.14.0
  dependency-type: direct:development
  update-type: version-update:semver-major
  dependency-group: js-packages
- dependency-name: cypress-real-events
  dependency-version: 1.15.0
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: js-packages
- dependency-name: eslint-config-prettier
  dependency-version: 10.1.8
  dependency-type: direct:development
  update-type: version-update:semver-major
  dependency-group: js-packages
- dependency-name: eslint-plugin-cypress
  dependency-version: 6.3.1
  dependency-type: direct:development
  update-type: version-update:semver-major
  dependency-group: js-packages
- dependency-name: eslint-plugin-prettier
  dependency-version: 5.5.5
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: js-packages
- dependency-name: html-webpack-plugin
  dependency-version: 5.6.6
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: js-packages
- dependency-name: lint-staged
  dependency-version: 16.4.0
  dependency-type: direct:development
  update-type: version-update:semver-major
  dependency-group: js-packages
- dependency-name: prettier
  dependency-version: 3.8.3
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: js-packages
- dependency-name: serve
  dependency-version: 14.2.6
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: js-packages
- dependency-name: vite
  dependency-version: 8.0.8
  dependency-type: direct:development
  update-type: version-update:semver-major
  dependency-group: js-packages
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot Bot added dependencies Updates a dependency file javascript labels Apr 17, 2026
@dependabot @github
Copy link
Copy Markdown
Contributor Author

dependabot Bot commented on behalf of github Apr 20, 2026

Looks like these dependencies are updatable in another way, so this is no longer needed.

@dependabot dependabot Bot closed this Apr 20, 2026
@dependabot dependabot Bot deleted the dependabot/npm_and_yarn/js-packages-2ef06415b8 branch April 20, 2026 15:25
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

dependencies Updates a dependency file

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants