Skip to content

⬆️ Bump @chakra-ui/react from 2.3.5 to 2.4.2#409

Closed
dependabot[bot] wants to merge 1 commit intomainfrom
dependabot/npm_and_yarn/main/chakra-ui/react-2.4.2
Closed

⬆️ Bump @chakra-ui/react from 2.3.5 to 2.4.2#409
dependabot[bot] wants to merge 1 commit intomainfrom
dependabot/npm_and_yarn/main/chakra-ui/react-2.4.2

Conversation

@dependabot
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Nov 29, 2022

Bumps @chakra-ui/react from 2.3.5 to 2.4.2.

Release notes

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

@​chakra-ui/react@​2.4.2

Patch Changes

  • #6997 4d5501b82 Thanks @​anubra266! - Add ChakraBaseProvider, a minimal version of ChakraProvider that supplies just the theme tokens, and ignores components.

    Historically, one of the biggest causes of the large initial JS payload is the size of the component themes. With this approach, you get to apply the theme for just the component you need by using extendBaseTheme.

    Base theme refers to the minimal theme for just the design tokens

    import { ChakraBaseProvider, extendBaseTheme } from "@chakra-ui/react"
    import { Button } from "@chakra-ui/theme/components"
    const theme = extendBaseTheme({
    components: {
    Button,
    },
    })
    function App() {
    return (
    <ChakraBaseProvider theme={theme}>
    <Component {...pageProps} />
    </ChakraBaseProvider>
    )
    }

  • Updated dependencies [eb3bfe66d, 4d5501b82, 1a4dad7a4, f84891b10, eb82598c2, 9e3d91fd7, dcc23d1e2, 8c2af79fa, 36ac52021, bf7704112]:

    • @​chakra-ui/styled-system@​2.4.0
    • @​chakra-ui/theme@​2.2.2
    • @​chakra-ui/theme-utils@​2.0.5
    • @​chakra-ui/menu@​2.1.5
    • @​chakra-ui/button@​2.0.13

... (truncated)

Changelog

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

2.4.2

Patch Changes

  • #6997 4d5501b82 Thanks @​anubra266! - Add ChakraBaseProvider, a minimal version of ChakraProvider that supplies just the theme tokens, and ignores components.

    Historically, one of the biggest causes of the large initial JS payload is the size of the component themes. With this approach, you get to apply the theme for just the component you need by using extendBaseTheme.

    Base theme refers to the minimal theme for just the design tokens

    import { ChakraBaseProvider, extendBaseTheme } from "@chakra-ui/react"
    import { Button } from "@chakra-ui/theme/components"
    const theme = extendBaseTheme({
    components: {
    Button,
    },
    })
    function App() {
    return (
    <ChakraBaseProvider theme={theme}>
    <Component {...pageProps} />
    </ChakraBaseProvider>
    )
    }

  • Updated dependencies [eb3bfe66d, 4d5501b82, 1a4dad7a4, f84891b10, eb82598c2, 9e3d91fd7, dcc23d1e2, 8c2af79fa, 36ac52021, bf7704112]:

    • @​chakra-ui/styled-system@​2.4.0
    • @​chakra-ui/theme@​2.2.2
    • @​chakra-ui/theme-utils@​2.0.5
    • @​chakra-ui/menu@​2.1.5

... (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 [@chakra-ui/react](https://github.com/chakra-ui/chakra-ui/tree/HEAD/packages/components/react) from 2.3.5 to 2.4.2.
- [Release notes](https://github.com/chakra-ui/chakra-ui/releases)
- [Changelog](https://github.com/chakra-ui/chakra-ui/blob/main/packages/components/react/CHANGELOG.md)
- [Commits](https://github.com/chakra-ui/chakra-ui/commits/@chakra-ui/react@2.4.2/packages/components/react)

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

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot added dependencies Pull requests that update a dependency file javascript Pull requests that update Javascript code labels Nov 29, 2022
@dependabot dependabot bot requested a review from a team November 29, 2022 07:08
@vercel
Copy link

vercel bot commented Nov 29, 2022

The latest updates on your projects. Learn more about Vercel for Git ↗︎

Name Status Preview Updated
nextjs-helo-app ❌ Failed (Inspect) Nov 29, 2022 at 7:08AM (UTC)

@sonarqubecloud
Copy link

Kudos, SonarCloud Quality Gate passed!    Quality Gate passed

Bug A 0 Bugs
Vulnerability A 0 Vulnerabilities
Security Hotspot A 0 Security Hotspots
Code Smell A 0 Code Smells

No Coverage information No Coverage information
0.0% 0.0% Duplication

@dependabot @github
Copy link
Contributor Author

dependabot bot commented on behalf of github Dec 7, 2022

Superseded by #420.

@dependabot dependabot bot closed this Dec 7, 2022
@dependabot dependabot bot deleted the dependabot/npm_and_yarn/main/chakra-ui/react-2.4.2 branch December 7, 2022 07:09
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 javascript Pull requests that update Javascript code

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants