Skip to content

Bump @aws-amplify/ui-react from 6.2.2 to 6.5.0 - #113

Open
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/npm_and_yarn/aws-amplify/ui-react-6.5.0
Open

Bump @aws-amplify/ui-react from 6.2.2 to 6.5.0#113
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/npm_and_yarn/aws-amplify/ui-react-6.5.0

Conversation

@dependabot

@dependabot dependabot Bot commented on behalf of github Nov 11, 2024

Copy link
Copy Markdown

Bumps @aws-amplify/ui-react from 6.2.2 to 6.5.0.

Release notes

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

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

Minor Changes

  • #5812 0ddeea9d4 Thanks @​dbanksdesign! - feat(theming) add custom component style rendering

    const customComponentTheme = defineComponentTheme({
      name: 'custom-component',
      theme(tokens) {
        return {
          color: tokens.colors.red[10]
        }
      }
    });
    export function CustomComponent() {
    return (
    <>
    <View className={customComponentTheme.className()}>
    </View>
    // This will create a style tag with only the styles in the component theme
    // the styles are scoped to the global theme
    <ComponentStyle theme={theme} componentThemes=[customComponentTheme] />
    </>
    )
    }

Patch Changes

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

Minor Changes

Patch Changes

  • Updated dependencies [0ebf8b346]:
    • @​aws-amplify/ui@​6.5.0
    • @​aws-amplify/ui-react-core@​3.0.23

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

... (truncated)

Changelog

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

6.5.0

Minor Changes

  • #5812 0ddeea9d4 Thanks @​dbanksdesign! - feat(theming) add custom component style rendering

    const customComponentTheme = defineComponentTheme({
      name: 'custom-component',
      theme(tokens) {
        return {
          color: tokens.colors.red[10]
        }
      }
    });
    export function CustomComponent() {
    return (
    <>
    <View className={customComponentTheme.className()}>
    </View>
    // This will create a style tag with only the styles in the component theme
    // the styles are scoped to the global theme
    <ComponentStyle theme={theme} componentThemes=[customComponentTheme] />
    </>
    )
    }

Patch Changes

6.4.0

Minor Changes

Patch Changes

  • Updated dependencies [0ebf8b346]:
    • @​aws-amplify/ui@​6.5.0
    • @​aws-amplify/ui-react-core@​3.0.23

... (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 show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @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 6.2.2 to 6.5.0.
- [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@6.5.0/packages/react)

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

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot Bot added the dependencies Pull requests that update a dependency file label Nov 11, 2024
@netlify

netlify Bot commented Nov 11, 2024

Copy link
Copy Markdown

Deploy Preview for acorde-studio ready!

Name Link
🔨 Latest commit b7fab52
🔍 Latest deploy log https://app.netlify.com/sites/acorde-studio/deploys/67324358865cf10008975b69
😎 Deploy Preview https://deploy-preview-113--acorde-studio.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.

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.

0 participants