Bump the mui group across 1 directory with 3 updates#858
Open
dependabot[bot] wants to merge 1 commit into
Open
Bump the mui group across 1 directory with 3 updates#858dependabot[bot] wants to merge 1 commit into
dependabot[bot] wants to merge 1 commit into
Conversation
Bumps the mui group with 3 updates in the / directory: [@fortawesome/react-fontawesome](https://github.com/FortAwesome/react-fontawesome), [@mui/icons-material](https://github.com/mui/material-ui/tree/HEAD/packages/mui-icons-material) and [@mui/material](https://github.com/mui/material-ui/tree/HEAD/packages/mui-material). Updates `@fortawesome/react-fontawesome` from 3.3.0 to 3.3.1 - [Release notes](https://github.com/FortAwesome/react-fontawesome/releases) - [Changelog](https://github.com/FortAwesome/react-fontawesome/blob/main/CHANGELOG.md) - [Commits](FortAwesome/react-fontawesome@v3.3.0...v3.3.1) Updates `@mui/icons-material` from 7.3.9 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/material` from 7.3.9 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-material) --- updated-dependencies: - dependency-name: "@fortawesome/react-fontawesome" dependency-version: 3.3.1 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: mui - dependency-name: "@mui/icons-material" dependency-version: 9.0.0 dependency-type: direct:production update-type: version-update:semver-major dependency-group: mui - dependency-name: "@mui/material" dependency-version: 9.0.0 dependency-type: direct:production update-type: version-update:semver-major dependency-group: mui ... Signed-off-by: dependabot[bot] <support@github.com>
5447b89 to
34809cd
Compare
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Bumps the mui group with 3 updates in the / directory: @fortawesome/react-fontawesome, @mui/icons-material and @mui/material.
Updates
@fortawesome/react-fontawesomefrom 3.3.0 to 3.3.1Release notes
Sourced from
@fortawesome/react-fontawesome's releases.Changelog
Sourced from
@fortawesome/react-fontawesome's changelog.Commits
75b30aachore(release): 3.3.1 [skip ci]99ba500chore(deps): node 22.22.2, bump all dev dependencies31a2676Merge pull request #639 from FortAwesome/dependabot/npm_and_yarn/lodash-4.18.12d06890chore(deps): bump lodash from 4.17.23 to 4.18.1741a193Merge pull request #638 from FortAwesome/dependabot/npm_and_yarn/lodash-es-4....212496achore(deps-dev): bump lodash-es from 4.17.23 to 4.18.18deecebMerge pull request #636 from FortAwesome/dependabot/npm_and_yarn/handlebars-4...5df5adeMerge pull request #635 from FortAwesome/dependabot/npm_and_yarn/picomatch-2.3.2f1d6d94chore(deps-dev): bump handlebars from 4.7.8 to 4.7.9557ceafchore(deps-dev): bump picomatch from 2.3.1 to 2.3.2Updates
@mui/icons-materialfrom 7.3.9 to 9.0.0Release notes
Sourced from
@mui/icons-material's releases.... (truncated)
Changelog
Sourced from
@mui/icons-material's changelog.... (truncated)
Commits
a83fd59v9.0.0 (#48221)e4de3e2[internal] Prepare libraries for v9 stable release (#48206)d7fc1c4[internal] Sort license field to be under descriptione1e43bdV9.0.0 beta.1 (#48178)709d924[icons] Remove legacy*Outlineicons (#48116)e59e5fdv9.0.0-beta.0 (#48090)9e9fda9[code-infra][icons-material] Avoid material utils barrel in createSvg… (#48029)1ff08f6Bump babel monorepo to ^7.29.2 (#48050)ef90aa3v9.0.0-alpha.4 (#48040)2fe9af3Bump code-infra:devDependencies (#47981)Updates
@mui/materialfrom 7.3.9 to 9.0.0Release notes
Sourced from
@mui/material's releases.... (truncated)
Changelog
Sourced from
@mui/material's changelog.... (truncated)
Commits
a83fd59v9.0.0 (#48221)e4de3e2[internal] Prepare libraries for v9 stable release (#48206)2cc3f5b[transitions] Performance improvements & misc fixes (#48151)af86546[slider] Use pointer events instead of mouse events (#48164)3f1a610[switch] Add border to make it visible in high contrast mode (#48180)d7fc1c4[internal] Sort license field to be under descriptionf1d35f6[material-ui] Remove unnecessary overridesResolvers from styled components (#...e1e43bdV9.0.0 beta.1 (#48178)a2ac691[utils] Explicitly register roving tab items with parent (#48122)56f63bf[grid] Remove 'column' and 'column-reverse' options from GridDirection type (...