Skip to content

Bump the js-packages group across 1 directory with 29 updates#734

Open
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/npm_and_yarn/js-packages-4be13dc0b1
Open

Bump the js-packages group across 1 directory with 29 updates#734
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/npm_and_yarn/js-packages-4be13dc0b1

Conversation

@dependabot

@dependabot dependabot Bot commented on behalf of github Jun 25, 2026

Copy link
Copy Markdown
Contributor

Bumps the js-packages group with 29 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.1.1
@mui/x-date-pickers 7.27.0 9.7.0
axios 1.16.0 1.18.1
dayjs 1.11.13 1.11.21
express 4.21.1 5.2.1
i18next 24.0.2 26.3.2
monaco-editor 0.52.0 0.55.1
three 0.181.1 0.185.0
typescript 5.7.2 6.0.3
@cypress/webpack-dev-server 3.11.0 5.6.2
@typescript-eslint/eslint-plugin 8.16.0 8.62.0
@typescript-eslint/parser 8.16.0 8.62.0
@vitest/coverage-v8 3.2.4 4.1.9
cross-env 7.0.3 10.1.0
cypress 13.16.0 15.18.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.4.1
eslint-plugin-import 2.31.0 2.32.0
eslint-plugin-prettier 5.2.1 5.5.6
html-webpack-plugin 5.6.3 5.6.7
lint-staged 15.2.10 17.0.8
prettier 3.4.1 3.8.4
serve 14.2.4 14.2.6
vite 6.4.2 8.1.0
vitest 3.2.6 4.1.9

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

Release notes

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

v9.1.1

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

@mui/material@9.1.1

@mui/styled-engine@9.1.1

  • [styled-engine] Prevent enableCssLayer styles from being overridden by unlayered styles (#48603) @​Janpot

Docs

Core

All contributors of this release in alphabetical order: @​aemartos, @​brijeshb42, @​ifer47, @​Janpot, @​LukasTy, @​oliviertassinari, @​rluzists1, @​siriwatknp, @​vipin8797

v9.1.0

A big thanks to the 15 contributors who made this release possible. Here are some highlights ✨:

@mui/material@9.1.0

... (truncated)

Changelog

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

9.1.1

Jun 11, 2026

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

@mui/material@9.1.1

@mui/styled-engine@9.1.1

  • [styled-engine] Prevent enableCssLayer styles from being overridden by unlayered styles (#48603) @​Janpot

Docs

Core

All contributors of this release in alphabetical order: @​aemartos, @​brijeshb42, @​ifer47, @​Janpot, @​LukasTy, @​oliviertassinari, @​rluzists1, @​siriwatknp, @​vipin8797

9.1.0

Jun 8, 2026

A big thanks to the 15 contributors who made this release possible. Here are some highlights ✨:

@mui/material@9.1.0

... (truncated)

Commits
Maintainer changes

This version was pushed to npm by GitHub Actions, a new releaser for @​mui/icons-material since your current version.


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

Release notes

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

v9.7.0

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

  • 🐞 Bugfixes
  • 📚 Documentation improvements

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

The following team members contributed to this release: @​alexfauquette, @​arminmeh, @​brijeshb42, @​Janpot, @​JCQuintas, @​LukasTy, @​MBilalShafi, @​michelengelen, @​romgrk, @​sai6855, @​siriwatknp

Data Grid

@mui/x-data-grid@9.7.0

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

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

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

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

Date and Time Pickers

@mui/x-date-pickers@9.7.0

  • [fields] Announce cardinal day in the day section aria-valuetext (#22922) @​LukasTy
  • [fields] Avoid focusing the field on blank space clicks (#22285) @​LukasTy
  • [pickers] Commit TimeClock value when the drag ends outside the clock (#22877) @​LukasTy
  • [pickers] Respect explicit notched prop on the outlined PickersTextField (#22875) @​LukasTy

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

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

Charts

@mui/x-charts@9.7.0

  • [charts] Add demo for displaying the sum of all values from the stacked series on top of the stacked bars (#22879) @​sai6855

... (truncated)

Changelog

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

9.7.0

Jun 25, 2026

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

  • 🐞 Bugfixes
  • 📚 Documentation improvements

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

The following team members contributed to this release: @​alexfauquette, @​arminmeh, @​brijeshb42, @​Janpot, @​JCQuintas, @​LukasTy, @​MBilalShafi, @​michelengelen, @​romgrk, @​sai6855, @​siriwatknp

Data Grid

@mui/x-data-grid@9.7.0

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

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

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

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

Date and Time Pickers

@mui/x-date-pickers@9.7.0

  • [fields] Announce cardinal day in the day section aria-valuetext (#22922) @​LukasTy
  • [fields] Avoid focusing the field on blank space clicks (#22285) @​LukasTy
  • [pickers] Commit TimeClock value when the drag ends outside the clock (#22877) @​LukasTy
  • [pickers] Respect explicit notched prop on the outlined PickersTextField (#22875) @​LukasTy

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

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

Charts

... (truncated)

Commits
  • e2ce909 [release] v9.7.0 (#22945)
  • fdfe873 [fields] Announce cardinal day in the day section aria-valuetext (#22922)
  • e6febb3 [charts][data-grid][pickers] Enforce top-level type imports (#22679)
  • 08bdc47 [pickers] Commit TimeClock value when the drag ends outside the clock (#22877)
  • 3737ff0 [fields] Avoid focusing the field on blank space clicks (#22285)
  • bf9ddd5 [internal] Use @​base-ui/utils/platform for platform detection (#22710)
  • 691a8d1 [pickers] Respect explicit notched prop on the outlined PickersTextField (#...
  • eb4f15f [release] v9.6.0 (#22861)
  • ceb7c33 [l10n] Improve Persian (fa-IR) locale (#22454)
  • 4136ec3 [core] Add remove-proptypes markers to generated propTypes (#22850)
  • Additional commits viewable in compare view
Maintainer changes

This version was pushed to npm by GitHub Actions, a new releaser for @​mui/x-date-pickers since your current version.


Updates axios from 1.16.0 to 1.18.1

Release notes

Sourced from axios's releases.

v1.18.1 — June 21, 2026

This release focuses on Node HTTP adapter fixes, safer AxiosError serialisation, runtime/type correctness fixes, documentation updates, and dependency maintenance.

🐛 Bug Fixes

  • AxiosError Serialisation: Made AxiosError#cause non-enumerable to prevent circular JSON serialisation failures when errors include nested causes. (#10913)
  • Node HTTP Adapter: Guarded socket.setKeepAlive for proxy agent streams, accepted path-only URLs when socketPath is configured, deferred environment proxy handling to Node, and explicitly passed maxBodyLength through to follow-redirects. (#10917, #10930, #10942, #10993)
  • Runtime and Type Correctness: Fixed several runtime crashes, type definition mismatches, and incorrect error handling paths. (#10959, #11021)
  • AxiosURLSearchParams: Switched the encoder callback to an arrow function so encoder.call(this) receives the AxiosURLSearchParams instance correctly. (#11019)

🔧 Maintenance & Chores

  • Documentation: Documented sensitive headers and status transition behaviour, prepared cleaned-up docs, added Deno install instructions, and clarified that request data is request-specific (#11007, #11010, #11023, #11025)

  • Dependencies: Bumped vite, rollup, form-data, js-yaml, and multer across the root project, docs, smoke tests, and module test workspaces. (#11011, #11012, #11013, #11014, #11015, #11016, #11017, #11026)

🌟 New Contributors

We are thrilled to welcome our new contributors. Thank you for helping improve axios:

Full Changelog

v1.18.0 — June 13, 2026

This release hardens redirect and URL handling, improves the validateStatus configuration semantics, and includes updates to documentation, dependencies, and release metadata.

🔒 Security Fixes

  • Redirect Header Safety: Added Node HTTP adapter support for stripping caller-specified sensitive headers on cross-origin redirects, helping prevent custom auth headers such as API keys from leaking to another origin. (#10892)

  • URL And Request Hardening: Rejects malformed http: and https: URLs that omit // with ERR_INVALID_URL, while tightening prototype-pollution-safe config reads, stream size limits, FormData depth handling, data URL sizing, and local NO_PROXY matching. (#11000)

🐛 Bug Fixe...

Description has been truncated

@dependabot dependabot Bot added dependencies Updates a dependency file javascript Pull requests that update javascript code labels Jun 25, 2026
Bumps the js-packages group with 29 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.1.1` |
| [@mui/x-date-pickers](https://github.com/mui/mui-x/tree/HEAD/packages/x-date-pickers) | `7.27.0` | `9.7.0` |
| [axios](https://github.com/axios/axios) | `1.16.0` | `1.18.1` |
| [dayjs](https://github.com/iamkun/dayjs) | `1.11.13` | `1.11.21` |
| [express](https://github.com/expressjs/express) | `4.21.1` | `5.2.1` |
| [i18next](https://github.com/i18next/i18next) | `24.0.2` | `26.3.2` |
| [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.185.0` |
| [typescript](https://github.com/microsoft/TypeScript) | `5.7.2` | `6.0.3` |
| [@cypress/webpack-dev-server](https://github.com/cypress-io/cypress) | `3.11.0` | `5.6.2` |
| [@typescript-eslint/eslint-plugin](https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/eslint-plugin) | `8.16.0` | `8.62.0` |
| [@typescript-eslint/parser](https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/parser) | `8.16.0` | `8.62.0` |
| [@vitest/coverage-v8](https://github.com/vitest-dev/vitest/tree/HEAD/packages/coverage-v8) | `3.2.4` | `4.1.9` |
| [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.18.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.4.1` |
| [eslint-plugin-import](https://github.com/import-js/eslint-plugin-import) | `2.31.0` | `2.32.0` |
| [eslint-plugin-prettier](https://github.com/prettier/eslint-plugin-prettier) | `5.2.1` | `5.5.6` |
| [html-webpack-plugin](https://github.com/jantimon/html-webpack-plugin) | `5.6.3` | `5.6.7` |
| [lint-staged](https://github.com/lint-staged/lint-staged) | `15.2.10` | `17.0.8` |
| [prettier](https://github.com/prettier/prettier) | `3.4.1` | `3.8.4` |
| [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.1.0` |
| [vitest](https://github.com/vitest-dev/vitest/tree/HEAD/packages/vitest) | `3.2.6` | `4.1.9` |



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.1.1
- [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.1.1/packages/mui-icons-material)

Updates `@mui/x-date-pickers` from 7.27.0 to 9.7.0
- [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.7.0/packages/x-date-pickers)

Updates `axios` from 1.16.0 to 1.18.1
- [Release notes](https://github.com/axios/axios/releases)
- [Changelog](https://github.com/axios/axios/blob/v1.x/CHANGELOG.md)
- [Commits](axios/axios@v1.16.0...v1.18.1)

Updates `dayjs` from 1.11.13 to 1.11.21
- [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.21)

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

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.185.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 `@cypress/webpack-dev-server` from 3.11.0 to 5.6.2
- [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.2)

Updates `@typescript-eslint/eslint-plugin` from 8.16.0 to 8.62.0
- [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.62.0/packages/eslint-plugin)

Updates `@typescript-eslint/parser` from 8.16.0 to 8.62.0
- [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.62.0/packages/parser)

Updates `@vitest/coverage-v8` from 3.2.4 to 4.1.9
- [Release notes](https://github.com/vitest-dev/vitest/releases)
- [Changelog](https://github.com/vitest-dev/vitest/blob/main/docs/releases.md)
- [Commits](https://github.com/vitest-dev/vitest/commits/v4.1.9/packages/coverage-v8)

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.18.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.18.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.4.1
- [Release notes](https://github.com/cypress-io/eslint-plugin-cypress/releases)
- [Commits](cypress-io/eslint-plugin-cypress@v4.1.0...v6.4.1)

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

Updates `eslint-plugin-prettier` from 5.2.1 to 5.5.6
- [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.6)

Updates `html-webpack-plugin` from 5.6.3 to 5.6.7
- [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.7)

Updates `lint-staged` from 15.2.10 to 17.0.8
- [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...v17.0.8)

Updates `prettier` from 3.4.1 to 3.8.4
- [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.4)

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.1.0
- [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/create-vite@8.1.0/packages/vite)

Updates `vitest` from 3.2.6 to 4.1.9
- [Release notes](https://github.com/vitest-dev/vitest/releases)
- [Changelog](https://github.com/vitest-dev/vitest/blob/main/docs/releases.md)
- [Commits](https://github.com/vitest-dev/vitest/commits/v4.1.9/packages/vitest)

---
updated-dependencies:
- dependency-name: "@cypress/webpack-dev-server"
  dependency-version: 5.6.2
  dependency-type: direct:development
  update-type: version-update:semver-major
  dependency-group: js-packages
- 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.1.1
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: js-packages
- dependency-name: "@mui/x-date-pickers"
  dependency-version: 9.6.0
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: js-packages
- dependency-name: "@typescript-eslint/eslint-plugin"
  dependency-version: 8.62.0
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: js-packages
- dependency-name: "@typescript-eslint/parser"
  dependency-version: 8.62.0
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: js-packages
- dependency-name: "@vitest/coverage-v8"
  dependency-version: 4.1.9
  dependency-type: direct:development
  update-type: version-update:semver-major
  dependency-group: js-packages
- dependency-name: axios
  dependency-version: 1.18.1
  dependency-type: direct:production
  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.18.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: dayjs
  dependency-version: 1.11.21
  dependency-type: direct:production
  update-type: version-update:semver-patch
  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.4.1
  dependency-type: direct:development
  update-type: version-update:semver-major
  dependency-group: js-packages
- dependency-name: eslint-plugin-import
  dependency-version: 2.32.0
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: js-packages
- dependency-name: eslint-plugin-prettier
  dependency-version: 5.5.6
  dependency-type: direct:development
  update-type: version-update:semver-minor
  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: html-webpack-plugin
  dependency-version: 5.6.7
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: js-packages
- dependency-name: i18next
  dependency-version: 26.3.2
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: js-packages
- dependency-name: lint-staged
  dependency-version: 17.0.8
  dependency-type: direct:development
  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: prettier
  dependency-version: 3.8.4
  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: three
  dependency-version: 0.185.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: vite
  dependency-version: 8.1.0
  dependency-type: direct:development
  update-type: version-update:semver-major
  dependency-group: js-packages
- dependency-name: vitest
  dependency-version: 4.1.9
  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 force-pushed the dependabot/npm_and_yarn/js-packages-4be13dc0b1 branch from 2b91caa to fba50db Compare June 25, 2026 16:51
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

dependencies Updates a dependency file javascript Pull requests that update javascript code

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants