Skip to content

chore(deps): bump uuid and @material-table/core in /apps/frontend#1676

Open
dependabot[bot] wants to merge 1 commit into
developfrom
dependabot-npm_and_yarn-apps-frontend-multi-d00c844e97
Open

chore(deps): bump uuid and @material-table/core in /apps/frontend#1676
dependabot[bot] wants to merge 1 commit into
developfrom
dependabot-npm_and_yarn-apps-frontend-multi-d00c844e97

Conversation

@dependabot

@dependabot dependabot Bot commented on behalf of github Jul 24, 2026

Copy link
Copy Markdown
Contributor

Bumps uuid to 14.0.1 and updates ancestor dependency @material-table/core. These dependencies need to be updated together.

Updates uuid from 9.0.1 to 14.0.1

Release notes

Sourced from uuid's releases.

v14.0.1

14.0.1 (2026-06-20)

Bug Fixes

  • add types condition to node export for moduleResolution bundler (#961) (27ffae5)

v14.0.0

14.0.0 (2026-04-19)

⚠ BREAKING CHANGES

  • expect crypto to be global everywhere (requires node@20+) (#935)
  • drop node@18 support (#934)

Features

Bug Fixes

  • expect crypto to be global everywhere (requires node@20+) (#935) (f2c235f)
  • Use GITHUB_TOKEN for release-please and enable npm provenance (#925) (ffa3138)

v13.0.2

13.0.2 (2026-05-04)

Bug Fixes

  • rerelease to fix provenance. (49ccb35)

v13.0.1

13.0.1 (2026-04-27)

Bug Fixes

v13.0.0

13.0.0 (2025-09-08)

⚠ BREAKING CHANGES

  • make browser exports the default (#901)

... (truncated)

Changelog

Sourced from uuid's changelog.

14.0.1 (2026-06-20)

Bug Fixes

  • add types condition to node export for moduleResolution bundler (#961) (27ffae5)

14.0.0 (2026-04-19)

Security

  • Fixes GHSA-w5hq-g745-h8pq: v3(), v5(), and v6() did not validate that writes would remain within the bounds of a caller-supplied buffer, allowing out-of-bounds writes when an invalid offset was provided. A RangeError is now thrown if offset < 0 or offset + 16 > buf.length.

⚠ BREAKING CHANGES

  • crypto is now expected to be globally defined (requires node@20+) (#935)
  • drop node@18 support (#934)
  • upgrade minimum supported TypeScript version to 5.4.3, in keeping with the project's policy of supporting TypeScript versions released within the last two years

13.0.0 (2025-09-08)

⚠ BREAKING CHANGES

  • make browser exports the default (#901)

Bug Fixes

12.0.0 (2025-09-05)

⚠ BREAKING CHANGES

  • update to typescript@5.2 (#887)
  • remove CommonJS support (#886)
  • drop node@16 support (#883)

Features

Bug Fixes

... (truncated)

Commits
Maintainer changes

This version was pushed to npm by GitHub Actions, a new releaser for uuid since your current version.

Install script changes

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


Updates @material-table/core from 6.4.4 to 8.0.3

Release notes

Sourced from @​material-table/core's releases.

Release v8.0.0

Breaking Changes

  • upgraded to MUI v9 (@​mui/material, @​mui/icons-material ^9.2.0, @​mui/x-date-pickers ^9.10.0);
  • legacy * InputProps/inputProps/SelectProps/renderInput usages migrated to slotProps
  • peer dependency raised to React 19 (react/react-dom >=19)
  • package is now ESM-only (exports map with a single ESM entry, sideEffects: false); CommonJS consumers need Node's require(esm) support (Node >=20.19)
  • dropped @date-io/* in favor of AdapterDateFns from @​mui/x-date-pickers (date-fns v4)

New Features

  • build system migrated from Babel/webpack to Vite 8 (rolldown) library mode with per-module output preserved for tree-shaking;
  • build time ~30ms
  • test runner migrated from Jest 26 to Vitest 4 (jsdom 29, Testing Library)
  • demo dev server migrated from webpack-dev-server to Vite (npm start)
  • ESLint 9 flat config (eslint.config.js) replaces legacy .eslintrc; Prettier 3;
  • TypeScript 7 type-checks types/index.d.ts

Chores

  • updated all runtime dependencies to latest (date-fns 4, uuid 14, debounce 3, deep-eql 5, zustand 5, @​hello-pangea/dnd 18)
  • removed unused/dead dependencies (@​emotion/core, classnames, @date-io/*, @​babel/runtime, core-js, buble, husky 1.x, pretty-quick) and dead source files (MTableEditRow/m-table-edit-row.js, demo.original.js)
  • JSX sources renamed to .jsx;
  • prop-types declared as a direct dependency

v6.5.2

Release v6.5.2

What's Changed

Full Changelog: material-table-core/core@v6.5.1...v6.5.2

Changelog

Sourced from @​material-table/core's changelog.

8.0.3 (2026-07-23)

8.0.2 (2026-07-19)

8.0.0 (2026-07-19)

Breaking Changes
  • upgraded to MUI v9 (@mui/material, @mui/icons-material ^9.2.0, @mui/x-date-pickers ^9.10.0); legacy InputProps/inputProps/SelectProps/renderInput usages migrated to slotProps
  • peer dependency raised to React 19 (react/react-dom >=19)
  • package is now ESM-only (exports map with a single ESM entry, sideEffects: false); CommonJS consumers need Node's require(esm) support (Node >=20.19)
  • dropped @date-io/* in favor of AdapterDateFns from @mui/x-date-pickers (date-fns v4)
New Features
  • build system migrated from Babel/webpack to Vite 8 (rolldown) library mode with per-module output preserved for tree-shaking; build time ~30ms
  • test runner migrated from Jest 26 to Vitest 4 (jsdom 29, Testing Library)
  • demo dev server migrated from webpack-dev-server to Vite (npm start)
  • ESLint 9 flat config (eslint.config.js) replaces legacy .eslintrc; Prettier 3; TypeScript 7 type-checks types/index.d.ts
Chores
  • updated all runtime dependencies to latest (date-fns 4, uuid 14, debounce 3, deep-eql 5, zustand 5, @​hello-pangea/dnd 18)
  • removed unused/dead dependencies (@emotion/core, classnames, @date-io/*, @babel/runtime, core-js, buble, husky 1.x, pretty-quick) and dead source files (MTableEditRow/m-table-edit-row.js, demo.original.js)
  • JSX sources renamed to .jsx; prop-types declared as a direct dependency

7.0.0 (2026-04-16)

6.5.2 (2025-10-26)

Other Changes

6.5.1 (2025-10-26)

6.5.0 (2025-10-26)

Chores
  • update dependencies and fix imports for MUI date pickers (7dded636)
Refactors
  • update imports in test files to include React (5282ed00)
  • update Grid component and theme variable usage in MTableToolbar (cb8b09b2)

6.5.0 (2025-10-26)

Chores

... (truncated)

Commits
  • 90946f7 Release v8.0.3
  • 7dfadbe updated CHANGELOG.md
  • 9740e57 Refactor icon imports and add tests for default icons rendering
  • 88d3223 Release v8.0.2
  • cb68891 updated CHANGELOG.md
  • 1d2c71d Fix groupRender condition to handle falsy values and add corresponding tests
  • 65fd83c Update build workflow and README badges for improved CI configuration
  • aa146a6 Release v8.0.1
  • a66b6f4 Release v8
  • 0ea4e75 Rewrite README: feature overview, requirements, dev scripts; drop WIP section
  • Additional commits viewable in compare view
Maintainer changes

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


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


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @dependabot ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)
    You can disable automated security fix PRs for this repo from the Security Alerts page.

Bumps [uuid](https://github.com/uuidjs/uuid) to 14.0.1 and updates ancestor dependency [@material-table/core](https://github.com/material-table-core/core). These dependencies need to be updated together.


Updates `uuid` from 9.0.1 to 14.0.1
- [Release notes](https://github.com/uuidjs/uuid/releases)
- [Changelog](https://github.com/uuidjs/uuid/blob/main/CHANGELOG.md)
- [Commits](uuidjs/uuid@v9.0.1...v14.0.1)

Updates `@material-table/core` from 6.4.4 to 8.0.3
- [Release notes](https://github.com/material-table-core/core/releases)
- [Changelog](https://github.com/material-table-core/core/blob/master/CHANGELOG.md)
- [Commits](material-table-core/core@v6.4.4...v8.0.3)

---
updated-dependencies:
- dependency-name: uuid
  dependency-version: 14.0.1
  dependency-type: indirect
- dependency-name: "@material-table/core"
  dependency-version: 8.0.3
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot Bot added dependencies Pull requests that update a dependency file javascript Pull requests that update javascript code labels Jul 24, 2026
@dependabot
dependabot Bot requested a review from a team as a code owner July 24, 2026 14:16
@dependabot dependabot Bot added the dependencies Pull requests that update a dependency file label Jul 24, 2026
@dependabot
dependabot Bot requested review from Bhaswati1148 and removed request for a team July 24, 2026 14:16
@dependabot dependabot Bot added the javascript Pull requests that update javascript code label Jul 24, 2026
@github-actions
github-actions Bot enabled auto-merge July 24, 2026 14:16
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

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

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants