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

build(deps): bump the production-dependencies group across 1 directory with 5 updates #1011

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Aug 19, 2024

Bumps the production-dependencies group with 5 updates in the / directory:

Package From To
@catena-x/portal-shared-components 3.0.29 3.0.33
@mui/icons-material 5.15.15 5.15.21
@mui/material 5.15.15 5.15.21
@reduxjs/toolkit 2.2.6 2.2.7
phone 3.1.49 3.1.50

Updates @catena-x/portal-shared-components from 3.0.29 to 3.0.33

Changelog

Sourced from @​catena-x/portal-shared-components's changelog.

3.0.33

  • updated the condition in handleChange in selectList component

3.0.32

  • Updated SearchInput component with debounce functionality

3.0.31

  • Fix linting error and warnings

3.0.30

  • updated the default value logic of SelectList component to handle onChange function
Commits
  • 7deab44 fix: change handleChange function (#262)
  • 71062de feat: update SearchInput component with debounce functionality (#250)
  • 6a2d5a8 fix: solve linting errors and warnings in storybook (#248)
  • 5b2a572 fix: fix selected values not being saved or being reset to default (#257)
  • See full diff in compare view

Updates @mui/icons-material from 5.15.15 to 5.15.21

Release notes

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

v5.15.21

Jun 28, 2024

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

@mui/[email protected]

Docs

Core

All contributors of this release in alphabetical order: @​alexfauquette, @​alexismo, @​arminmeh, @​Danielkhakbaz, @​DiegoAndai, @​mnajdova, @​oliviertassinari

v5.15.20

Jun 12, 2024

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

@mui/[email protected]

@mui/[email protected]

Docs

... (truncated)

Changelog

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

5.15.21

Jun 28, 2024

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

@mui/[email protected]

Docs

Core

All contributors of this release in alphabetical order: @​alexfauquette, @​alexismo, @​arminmeh, @​Danielkhakbaz, @​DiegoAndai, @​mnajdova, @​oliviertassinari

5.15.20

Jun 12, 2024

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

@mui/[email protected]

Commits

Updates @mui/material from 5.15.15 to 5.15.21

Release notes

Sourced from @​mui/material's releases.

v5.15.21

Jun 28, 2024

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

@mui/[email protected]

Docs

Core

All contributors of this release in alphabetical order: @​alexfauquette, @​alexismo, @​arminmeh, @​Danielkhakbaz, @​DiegoAndai, @​mnajdova, @​oliviertassinari

v5.15.20

Jun 12, 2024

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

@mui/[email protected]

@mui/[email protected]

Docs

... (truncated)

Changelog

Sourced from @​mui/material's changelog.

5.15.21

Jun 28, 2024

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

@mui/[email protected]

Docs

Core

All contributors of this release in alphabetical order: @​alexfauquette, @​alexismo, @​arminmeh, @​Danielkhakbaz, @​DiegoAndai, @​mnajdova, @​oliviertassinari

5.15.20

Jun 12, 2024

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

@mui/[email protected]

Commits

Updates @reduxjs/toolkit from 2.2.6 to 2.2.7

Release notes

Sourced from @​reduxjs/toolkit's releases.

v2.2.7

This bugfix release fixes issues with "TS type portability" errors, improves build artifact tree shaking behavior, and exports some additional TS types.

Changelog

TS Type Portability

We've had a slew of issues reported around "TS type portability" errors, such as:

The error messages are typically along the lines of:

Type error: The inferred type of 'configureStore' cannot be named without a reference to '@reduxjs/toolkit/node_modules/redux'. This is likely not portable. A type annotation is necessary.

@​aryaemami59 did some deep investigation and concluded these were due to a mixture of using interface instead of type in most places, not pre-bundling our TS typedefs, and not exporting some of the unique symbols we use internally.

Arya put together a highly detailed writeup and set of fixes in [ #4467: Fix: TypeScript Type Portability Issues](#4467), and that appears to resolve all of those issues we've seen. Thank you!

Other Changes

Arya also did significant work to improve RTK's treeshaking, tweaking internal definitions to let bundlers better separate out unused code.

We've exported additional types like UpdateDefinitions and RetryOptions, per request.

listenerMiddleware.withTypes() methods now allow passing in an ExtraArgument generic.

What's Changed

Full Changelog: reduxjs/redux-toolkit@v2.2.6...v2.2.7

Commits

Updates phone from 3.1.49 to 3.1.50

Release notes

Sourced from phone's releases.

3.1.50

Commits

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 merge will merge this PR after your CI passes on it
  • @dependabot squash and merge will squash and merge this PR after your CI passes on it
  • @dependabot cancel merge will cancel a previously requested merge and block automerging
  • @dependabot reopen will reopen this PR if it is closed
  • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
  • @dependabot show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @dependabot ignore <dependency name> major version will close this group update PR and stop Dependabot creating any more for the specific dependency's major version (unless you unignore this specific dependency's major version or upgrade to it yourself)
  • @dependabot ignore <dependency name> minor version will close this group update PR and stop Dependabot creating any more for the specific dependency's minor version (unless you unignore this specific dependency's minor version or upgrade to it yourself)
  • @dependabot ignore <dependency name> will close this group update PR and stop Dependabot creating any more for the specific dependency (unless you unignore this specific dependency or upgrade to it yourself)
  • @dependabot unignore <dependency name> will remove all of the ignore conditions of the specified dependency
  • @dependabot unignore <dependency name> <ignore condition> will remove the ignore condition of the specified dependency and ignore conditions

…y with 5 updates

Bumps the production-dependencies group with 5 updates in the / directory:

| Package | From | To |
| --- | --- | --- |
| [@catena-x/portal-shared-components](https://github.com/eclipse-tractusx/portal-shared-components) | `3.0.29` | `3.0.33` |
| [@mui/icons-material](https://github.com/mui/material-ui/tree/HEAD/packages/mui-icons-material) | `5.15.15` | `5.15.21` |
| [@mui/material](https://github.com/mui/material-ui/tree/HEAD/packages/mui-material) | `5.15.15` | `5.15.21` |
| [@reduxjs/toolkit](https://github.com/reduxjs/redux-toolkit) | `2.2.6` | `2.2.7` |
| [phone](https://github.com/aftership/phone) | `3.1.49` | `3.1.50` |



Updates `@catena-x/portal-shared-components` from 3.0.29 to 3.0.33
- [Changelog](https://github.com/eclipse-tractusx/portal-shared-components/blob/main/CHANGELOG.md)
- [Commits](eclipse-tractusx/portal-shared-components@v3.0.29...v3.0.33)

Updates `@mui/icons-material` from 5.15.15 to 5.15.21
- [Release notes](https://github.com/mui/material-ui/releases)
- [Changelog](https://github.com/mui/material-ui/blob/next/CHANGELOG.md)
- [Commits](https://github.com/mui/material-ui/commits/v5.15.21/packages/mui-icons-material)

Updates `@mui/material` from 5.15.15 to 5.15.21
- [Release notes](https://github.com/mui/material-ui/releases)
- [Changelog](https://github.com/mui/material-ui/blob/next/CHANGELOG.md)
- [Commits](https://github.com/mui/material-ui/commits/v5.15.21/packages/mui-material)

Updates `@reduxjs/toolkit` from 2.2.6 to 2.2.7
- [Release notes](https://github.com/reduxjs/redux-toolkit/releases)
- [Commits](reduxjs/redux-toolkit@v2.2.6...v2.2.7)

Updates `phone` from 3.1.49 to 3.1.50
- [Release notes](https://github.com/aftership/phone/releases)
- [Commits](AfterShip/phone@3.1.49...3.1.50)

---
updated-dependencies:
- dependency-name: "@catena-x/portal-shared-components"
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: production-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-patch
  dependency-group: production-dependencies
- dependency-name: phone
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: production-dependencies
...

Signed-off-by: dependabot[bot] <[email protected]>
Copy link

Copy link
Contributor Author

dependabot bot commented on behalf of github Aug 26, 2024

Looks like these dependencies are updatable in another way, so this is no longer needed.

@dependabot dependabot bot closed this Aug 26, 2024
@dependabot dependabot bot deleted the dependabot/npm_and_yarn/production-dependencies-141758e47a branch August 26, 2024 02:22
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
Status: USER READY
Development

Successfully merging this pull request may close these issues.

0 participants