Skip to content

Commit

Permalink
Bump the production-dependencies group across 1 directory with 5 upda…
Browse files Browse the repository at this point in the history
…tes (#804)

* Bump the production-dependencies group across 1 directory with 5 updates

Bumps the production-dependencies group with 4 updates in the / directory: [@mui/icons-material](https://github.com/mui/material-ui/tree/HEAD/packages/mui-icons-material), [@mui/material](https://github.com/mui/material-ui/tree/HEAD/packages/mui-material), [@reduxjs/toolkit](https://github.com/reduxjs/redux-toolkit) and [vitest](https://github.com/vitest-dev/vitest/tree/HEAD/packages/vitest).


Updates `@mui/icons-material` from 6.1.3 to 6.1.4
- [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/v6.1.4/packages/mui-icons-material)

Updates `@mui/material` from 6.1.3 to 6.1.4
- [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/v6.1.4/packages/mui-material)

Updates `@reduxjs/toolkit` from 2.2.8 to 2.3.0
- [Release notes](https://github.com/reduxjs/redux-toolkit/releases)
- [Commits](reduxjs/redux-toolkit@v2.2.8...v2.3.0)

Updates `vitest` from 2.1.2 to 2.1.3
- [Release notes](https://github.com/vitest-dev/vitest/releases)
- [Commits](https://github.com/vitest-dev/vitest/commits/v2.1.3/packages/vitest)

Updates `@mui/utils` from 6.1.3 to 6.1.4
- [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/v6.1.4/packages/mui-utils)

---
updated-dependencies:
- dependency-name: "@mui/icons-material"
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: production-dependencies
- dependency-name: "@mui/material"
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: production-dependencies
- dependency-name: "@reduxjs/toolkit"
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: production-dependencies
- dependency-name: vitest
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: production-dependencies
- dependency-name: "@mui/utils"
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: production-dependencies
...

Signed-off-by: dependabot[bot] <support@github.com>

* bump @vitest/coverage-v8

Signed-off-by: Kim Brose <kim.brose@nordeck.net>

---------

Signed-off-by: dependabot[bot] <support@github.com>
Signed-off-by: Kim Brose <kim.brose@nordeck.net>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Kim Brose <kim.brose@nordeck.net>
  • Loading branch information
dependabot[bot] and HarHarLinks authored Oct 18, 2024
1 parent 7598593 commit ab6abc5
Show file tree
Hide file tree
Showing 6 changed files with 134 additions and 134 deletions.
10 changes: 5 additions & 5 deletions example-widget-mui/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,9 +10,9 @@
"@matrix-widget-toolkit/api": "3.4.0",
"@matrix-widget-toolkit/mui": "2.0.4",
"@matrix-widget-toolkit/react": "2.0.1",
"@mui/icons-material": "^6.1.3",
"@mui/material": "^6.1.3",
"@reduxjs/toolkit": "^2.2.8",
"@mui/icons-material": "^6.1.4",
"@mui/material": "^6.1.4",
"@reduxjs/toolkit": "^2.3.0",
"i18next": "^23.16.0",
"i18next-chained-backend": "^4.6.2",
"i18next-http-backend": "^2.6.2",
Expand Down Expand Up @@ -64,13 +64,13 @@
"@types/react-dom": "^18.2.24",
"@vitejs/plugin-basic-ssl": "^1.1.0",
"@vitejs/plugin-react-swc": "^3.7.1",
"@vitest/coverage-v8": "^2.1.2",
"@vitest/coverage-v8": "^2.1.3",
"axe-core": "^4.10.0",
"happy-dom": "^15.7.3",
"i18next-parser": "^9.0.2",
"msw": "^2.4.11",
"typescript": "^5.6.3",
"vite": "^5.4.8",
"vitest": "^2.1.2"
"vitest": "^2.1.3"
}
}
4 changes: 2 additions & 2 deletions packages/api/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,10 +15,10 @@
"@rollup/plugin-commonjs": "^28.0.0",
"@types/node": "^22.7.5",
"@types/qs": "^6.9.16",
"@vitest/coverage-v8": "^2.1.2",
"@vitest/coverage-v8": "^2.1.3",
"typescript": "5.6.3",
"vite": "^5.4.8",
"vitest": "^2.1.2"
"vitest": "^2.1.3"
},
"scripts": {
"build": "tsc && rollup --config ../../rollup.config.mjs",
Expand Down
8 changes: 4 additions & 4 deletions packages/mui/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,14 +18,14 @@
"@types/lodash": "^4.17.10",
"@types/node": "^22.7.5",
"@types/react": "^18.2.74",
"@vitest/coverage-v8": "^2.1.2",
"@vitest/coverage-v8": "^2.1.3",
"axe-core": "^4.10.0",
"copyfiles": "^2.4.1",
"i18next-parser": "^9.0.2",
"react": "^18.2.0",
"typescript": "^5.6.3",
"vite": "^5.4.8",
"vitest": "^2.1.2"
"vitest": "^2.1.3"
},
"scripts": {
"build": "tsc && rollup --config ../../rollup.config.mjs",
Expand All @@ -47,8 +47,8 @@
"@fontsource/inter": "^5.1.0",
"@matrix-widget-toolkit/api": "^3.4.0",
"@matrix-widget-toolkit/react": "^2.0.1",
"@mui/icons-material": "^6.1.3",
"@mui/material": "^6.1.3",
"@mui/icons-material": "^6.1.4",
"@mui/material": "^6.1.4",
"@mui/utils": "^6.0.2",
"i18next": "^23.16.0",
"i18next-browser-languagedetector": "^8.0.0",
Expand Down
4 changes: 2 additions & 2 deletions packages/react/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,10 +17,10 @@
"@testing-library/user-event": "^14.5.2",
"@types/node": "^22.7.5",
"@types/react": "^18.2.74",
"@vitest/coverage-v8": "^2.1.2",
"@vitest/coverage-v8": "^2.1.3",
"typescript": "^5.6.3",
"vite": "^5.4.8",
"vitest": "^2.1.2"
"vitest": "^2.1.3"
},
"scripts": {
"build": "tsc && rollup --config ../../rollup.config.mjs",
Expand Down
4 changes: 2 additions & 2 deletions packages/testing/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
"devDependencies": {
"@types/lodash": "^4.17.10",
"@types/node": "^22.7.5",
"@vitest/coverage-v8": "^2.1.2",
"@vitest/coverage-v8": "^2.1.3",
"typescript": "^5.6.3",
"vite": "^5.4.8"
},
Expand All @@ -35,7 +35,7 @@
"lodash": "^4.17.21",
"matrix-widget-api": "^1.9.0",
"rxjs": "^7.8.1",
"vitest": "^2.1.2"
"vitest": "^2.1.3"
},
"repository": {
"type": "git",
Expand Down
Loading

0 comments on commit ab6abc5

Please sign in to comment.