Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Bump the dependencies group in /admin-system/frontend with 9 updates #98

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Aug 1, 2023

Bumps the dependencies group in /admin-system/frontend with 9 updates:

Package Update
@mui/icons-material 5.13.7 to 5.14.1
@mui/material 5.13.7 to 5.14.2
react-router-dom 6.14.1 to 6.14.2
@types/react 18.2.14 to 18.2.18
@types/react-dom 18.2.6 to 18.2.7
@vitejs/plugin-react 4.0.2 to 4.0.4
postcss 8.4.25 to 8.4.27
tailwindcss 3.3.2 to 3.3.3
vite 4.4.2 to 4.4.8

Updates @mui/icons-material from 5.13.7 to 5.14.1

Release notes

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

v5.14.1

Jul 19, 2023

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

@mui/material@5.14.1

@mui/material-next@6.0.0-alpha.93

@mui/base@5.0.0-beta.8

@mui/joy@5.0.0-alpha.88

@mui/utils@5.14.1

Docs

... (truncated)

Changelog

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

5.14.1

Jul 19, 2023

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

@mui/material@5.14.1

@mui/material-next@6.0.0-alpha.93

@mui/base@5.0.0-beta.8

@mui/joy@5.0.0-alpha.88

@mui/utils@5.14.1

Docs

... (truncated)

Commits
Maintainer changes

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


Updates @mui/material from 5.13.7 to 5.14.2

Release notes

Sourced from @​mui/material's releases.

v5.14.2

Jul 25, 2023

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

@​mui/material@​5.14.2

@​mui/joy@​5.0.0-alpha.89

Docs

Core

... (truncated)

Changelog

Sourced from @​mui/material's changelog.

5.14.2

Jul 25, 2023

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

@​mui/material@​5.14.2

@​mui/joy@​5.0.0-alpha.89

Docs

Core

... (truncated)

Commits
  • 36d9f0d v5.14.2 (#38148)
  • 850c7dc Revert "[core] Adds component prop to OverrideProps type (#35924)" (#38150)
  • 2e56fbd [Tabs] Refactor IntersectionObserver logic (#38133)
  • 569a43e [Tabs] Fix and improve visibility of tab scroll buttons using the Intersectio...
  • 49989b1 [docs][material] Improve documentation about adding custom colors (#37743)
  • 35291e7 [Chip][material] Fix base cursor style to be "auto" not "default" (#38076)
  • f2e5ded v5.14.1 (#38016)
  • 1b9c8ab [core] Adds component prop to OverrideProps type (#35924)
  • db2968e [Modal] Remove deprecated BackdropComponent and BackdropProps from tests...
  • dd4c199 [Menu] Add MuiMenuList to createTheme components key (#37956)
  • Additional commits viewable in compare view

Updates react-router-dom from 6.14.1 to 6.14.2

Release notes

Sourced from react-router-dom's releases.

react-router-dom-v5-compat@6.4.0-pre.15

Patch Changes

  • Updated dependencies
    • react-router@6.4.0-pre.15
    • react-router-dom@6.4.0-pre.15

react-router-dom-v5-compat@6.4.0-pre.11

Patch Changes

  • Updated dependencies
    • react-router@6.4.0-pre.11
    • react-router-dom@6.4.0-pre.11

react-router-dom-v5-compat@6.4.0-pre.10

Patch Changes

  • Updated dependencies
    • react-router@6.4.0-pre.10
    • react-router-dom@6.4.0-pre.10

react-router-dom-v5-compat@6.4.0-pre.9

Patch Changes

  • Updated dependencies
    • react-router@6.4.0-pre.9
    • react-router-dom@6.4.0-pre.9

react-router-dom-v5-compat@6.4.0-pre.8

Patch Changes

  • Updated dependencies
    • react-router@6.4.0-pre.8
    • react-router-dom@6.4.0-pre.8

react-router-dom-v5-compat@6.4.0-pre.7

Patch Changes

  • Updated dependencies
    • react-router@6.4.0-pre.7
    • react-router-dom@6.4.0-pre.7

react-router-dom-v5-compat@6.4.0-pre.6

Patch Changes

  • 44bce3c6: Fix react-router-dom peer dependency version
    • react-router@6.4.0-pre.6
    • react-router-dom@6.4.0-pre.6

react-router-dom-v5-compat@6.4.0-pre.5

... (truncated)

Changelog

Sourced from react-router-dom's changelog.

6.14.2

Patch Changes

  • Properly decode element id when emulating hash scrolling via <ScrollRestoration> (#10682)
  • Add missing <Form state> prop to populate history.state on submission navigations (#10630)
  • Support proper hydration of Error subclasses such as ReferenceError/TypeError (#10633)
  • Updated dependencies:
    • @remix-run/router@1.7.2
    • react-router@6.14.2
Commits

Updates @types/react from 18.2.14 to 18.2.18

Commits

Updates @types/react-dom from 18.2.6 to 18.2.7

Commits

Updates @vitejs/plugin-react from 4.0.2 to 4.0.4

Release notes

Sourced from @​vitejs/plugin-react's releases.

v4.0.4

  • Fix #198: Enable Babel if presets list is not empty

v4.0.3

  • Revert #108: Remove throw when refresh runtime is loaded twice to enable usage in micro frontend apps. This was added to help fix setup usage, and this is not worth an annoying warning for others or a config parameter.
Changelog

Sourced from @​vitejs/plugin-react's changelog.

4.0.4 (2023-07-31)

  • Fix #198: Enable Babel if presets list is not empty

4.0.3 (2023-07-10)

  • Revert #108: Remove throw when refresh runtime is loaded twice to enable usage in micro frontend apps. This was added to help fix setup usage, and this is not worth an annoying warning for others or a config parameter.
Commits

Updates postcss from 8.4.25 to 8.4.27

Release notes

Sourced from postcss's releases.

8.4.27

  • Fixed Container clone methods types.

8.4.26

  • Fixed clone methods types.
Changelog

Sourced from postcss's changelog.

8.4.27

  • Fixed Container clone methods types.

8.4.26

  • Fixed clone methods types.
Commits

Updates tailwindcss from 3.3.2 to 3.3.3

Release notes

Sourced from tailwindcss's releases.

v3.3.3

Fixed

  • Fix issue where some pseudo-element variants generated the wrong selector (#10943, #10962, #11111)
  • Make font settings propagate into buttons, inputs, etc. (#10940)
  • Fix parsing of theme() inside calc() when there are no spaces around operators (#11157)
  • Ensure repeating-conic-gradient is detected as an image (#11180)
  • Move unknown pseudo-elements outside of :is by default (#11345)
  • Escape animation names when prefixes contain special characters (#11470)
  • Don't prefix arbitrary classes in group and peer variants (#11454)
  • Sort classes using position of first matching rule (#11504)
  • Allow variant to be an at-rule without a prelude (#11589)
  • Make PostCSS plugin async to improve performance (#11548)
  • Don’t error when a config file is missing (f97759f)

Added

  • Add aria-busy utility (#10966)

Changed

  • Reset padding for <dialog> elements in preflight (#11069)
Changelog

Sourced from tailwindcss's changelog.

[3.3.3] - 2023-07-13

Fixed

  • Fix issue where some pseudo-element variants generated the wrong selector (#10943, #10962, #11111)
  • Make font settings propagate into buttons, inputs, etc. (#10940)
  • Fix parsing of theme() inside calc() when there are no spaces around operators (#11157)
  • Ensure repeating-conic-gradient is detected as an image (#11180)
  • Move unknown pseudo-elements outside of :is by default (#11345)
  • Escape animation names when prefixes contain special characters (#11470)
  • Don't prefix arbitrary classes in group and peer variants (#11454)
  • Sort classes using position of first matching rule (#11504)
  • Allow variant to be an at-rule without a prelude (

Bumps the dependencies group in /admin-system/frontend with 9 updates:

| Package | Update |
| --- | --- |
| [@mui/icons-material](https://github.com/mui/material-ui/tree/HEAD/packages/mui-icons-material) | 5.13.7 to 5.14.1 |
| [@mui/material](https://github.com/mui/material-ui/tree/HEAD/packages/mui-material) | 5.13.7 to 5.14.2 |
| [react-router-dom](https://github.com/remix-run/react-router/tree/HEAD/packages/react-router-dom) | 6.14.1 to 6.14.2 |
| [@types/react](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/react) | 18.2.14 to 18.2.18 |
| [@types/react-dom](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/react-dom) | 18.2.6 to 18.2.7 |
| [@vitejs/plugin-react](https://github.com/vitejs/vite-plugin-react/tree/HEAD/packages/plugin-react) | 4.0.2 to 4.0.4 |
| [postcss](https://github.com/postcss/postcss) | 8.4.25 to 8.4.27 |
| [tailwindcss](https://github.com/tailwindlabs/tailwindcss) | 3.3.2 to 3.3.3 |
| [vite](https://github.com/vitejs/vite/tree/HEAD/packages/vite) | 4.4.2 to 4.4.8 |


Updates `@mui/icons-material` from 5.13.7 to 5.14.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/v5.14.1/packages/mui-icons-material)

Updates `@mui/material` from 5.13.7 to 5.14.2
- [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/v5.14.2/packages/mui-material)

Updates `react-router-dom` from 6.14.1 to 6.14.2
- [Release notes](https://github.com/remix-run/react-router/releases)
- [Changelog](https://github.com/remix-run/react-router/blob/main/packages/react-router-dom/CHANGELOG.md)
- [Commits](https://github.com/remix-run/react-router/commits/react-router-dom@6.14.2/packages/react-router-dom)

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

Updates `@types/react-dom` from 18.2.6 to 18.2.7
- [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases)
- [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/react-dom)

Updates `@vitejs/plugin-react` from 4.0.2 to 4.0.4
- [Release notes](https://github.com/vitejs/vite-plugin-react/releases)
- [Changelog](https://github.com/vitejs/vite-plugin-react/blob/main/packages/plugin-react/CHANGELOG.md)
- [Commits](https://github.com/vitejs/vite-plugin-react/commits/v4.0.4/packages/plugin-react)

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

Updates `tailwindcss` from 3.3.2 to 3.3.3
- [Release notes](https://github.com/tailwindlabs/tailwindcss/releases)
- [Changelog](https://github.com/tailwindlabs/tailwindcss/blob/v3.3.3/CHANGELOG.md)
- [Commits](tailwindlabs/tailwindcss@v3.3.2...v3.3.3)

Updates `vite` from 4.4.2 to 4.4.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/v4.4.8/packages/vite)

---
updated-dependencies:
- dependency-name: "@mui/icons-material"
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: dependencies
- dependency-name: "@mui/material"
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: dependencies
- dependency-name: react-router-dom
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: dependencies
- dependency-name: "@types/react"
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: dependencies
- dependency-name: "@types/react-dom"
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: dependencies
- dependency-name: "@vitejs/plugin-react"
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: dependencies
- dependency-name: postcss
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: dependencies
- dependency-name: tailwindcss
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: dependencies
- dependency-name: vite
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: dependencies
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot added the Dependency label Aug 1, 2023
@dependabot dependabot bot requested a review from im-calvin August 1, 2023 14:21
@netlify
Copy link

netlify bot commented Aug 1, 2023

Deploy Preview for 3fa ready!

Name Link
🔨 Latest commit 3139d87
🔍 Latest deploy log https://app.netlify.com/sites/3fa/deploys/64c914e5e83f73000826e806
😎 Deploy Preview https://deploy-preview-98--3fa.netlify.app
📱 Preview on mobile
Toggle QR Code...

QR Code

Use your smartphone camera to open QR code link.

To edit notification comments on pull requests, go to your Netlify site configuration.

@ElioDiNino ElioDiNino merged commit 5e1e544 into main Aug 1, 2023
8 checks passed
@ElioDiNino ElioDiNino deleted the dependabot/npm_and_yarn/admin-system/frontend/dependencies-65dddf0da8 branch August 1, 2023 14:26
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant