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 @aws-amplify/ui-react from 1.2.26 to 5.0.1 #456

Closed

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Jun 15, 2023

Bumps @aws-amplify/ui-react from 1.2.26 to 5.0.1.

Release notes

Sourced from @​aws-amplify/ui-react's releases.

@​aws-amplify/ui-react@​5.0.1

Patch Changes

@​aws-amplify/ui-react@​5.0.0

Major Changes

  • #4048 c19278b0b Thanks @​calebpollman! - Breaking Changes:

    • @aws-amplify/ui-react@5.x removes the to prop on Link component and instead have it extended from the underlying rendered third-party Link if it contains a to prop (PR).

    • @aws-amplify/ui-react@5.x strictly types the View component and updates all component types to include the underlying rendered HTML element's attributes (PR).

@​aws-amplify/ui-react@​4.6.4

Patch Changes

  • #3901 7f59b3c4d Thanks @​sreeramsama! - - Adds new ui-react-core-notifications package for utilities related to the Notifications category, and new ui-react-notifications package for components like InAppMessaging. Also sets deprecation messages for InAppMessagingDisplay, InAppMessagingProvider and useInAppMessaging in ui-react package as they will be moved out in a future breaking change release.
    • Adds new ui-react-geo package for Geo related components like MapView and LocationSearch. They will be moved out from ui-react in a future breaking change release.
  • Updated dependencies [7f59b3c4d, ca591a2fc]:
    • @​aws-amplify/ui-react-core-notifications@​1.0.0
    • @​aws-amplify/ui-react-core@​2.1.23
    • @​aws-amplify/ui@​5.6.4

@​aws-amplify/ui-react@​4.6.3

Patch Changes

  • Updated dependencies [62425139f]:
    • @​aws-amplify/ui@​5.6.3
    • @​aws-amplify/ui-react-core@​2.1.22

@​aws-amplify/ui-react@​4.6.1

Patch Changes

  • #3750 1412aa4eb Thanks @​tannerbyers! - Removed optional undefined type workaround for MapView props (fog & terrain) due to fix in react-map-gl library.

  • #3788 37d63424e Thanks @​dbanksdesign! - feat(storage-manager): add metadata and the rest of the Storage.put params

    const processFile = ({ file, key }) => {
      return {
        file,
        key,
        metadata: {
          id: key,
        },
      };
    };
    export function StorageManagerMetadataExample() {

... (truncated)

Changelog

Sourced from @​aws-amplify/ui-react's changelog.

5.0.1

Patch Changes

5.0.0

Major Changes

  • #4048 c19278b0b Thanks @​calebpollman! - Breaking Changes:

    • @aws-amplify/ui-react@5.x removes the to prop on Link component and instead have it extended from the underlying rendered third-party Link if it contains a to prop (PR).

    • @aws-amplify/ui-react@5.x strictly types the View component and updates all component types to include the underlying rendered HTML element's attributes (PR).

4.6.4

Patch Changes

  • #3901 7f59b3c4d Thanks @​sreeramsama! - - Adds new ui-react-core-notifications package for utilities related to the Notifications category, and new ui-react-notifications package for components like InAppMessaging. Also sets deprecation messages for InAppMessagingDisplay, InAppMessagingProvider and useInAppMessaging in ui-react package as they will be moved out in a future breaking change release.
    • Adds new ui-react-geo package for Geo related components like MapView and LocationSearch. They will be moved out from ui-react in a future breaking change release.
  • Updated dependencies [7f59b3c4d, ca591a2fc]:
    • @​aws-amplify/ui-react-core-notifications@​1.0.0
    • @​aws-amplify/ui-react-core@​2.1.23
    • @​aws-amplify/ui@​5.6.4

4.6.3

Patch Changes

  • Updated dependencies [62425139f]:
    • @​aws-amplify/ui@​5.6.3
    • @​aws-amplify/ui-react-core@​2.1.22

4.6.2

Patch Changes

4.6.1

Patch Changes

... (truncated)

Commits

Dependabot compatibility score

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 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)

Bumps [@aws-amplify/ui-react](https://github.com/aws-amplify/amplify-ui/tree/HEAD/packages/react) from 1.2.26 to 5.0.1.
- [Release notes](https://github.com/aws-amplify/amplify-ui/releases)
- [Changelog](https://github.com/aws-amplify/amplify-ui/blob/main/packages/react/CHANGELOG.md)
- [Commits](https://github.com/aws-amplify/amplify-ui/commits/@aws-amplify/ui-react@5.0.1/packages/react)

---
updated-dependencies:
- dependency-name: "@aws-amplify/ui-react"
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot added the dependencies Pull requests that update a dependency file label Jun 15, 2023
@dependabot @github
Copy link
Contributor Author

dependabot bot commented on behalf of github Jun 21, 2023

Superseded by #460.

@dependabot dependabot bot closed this Jun 21, 2023
@dependabot dependabot bot deleted the dependabot/npm_and_yarn/aws-amplify/ui-react-5.0.1 branch June 21, 2023 05:57
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
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

0 participants