Skip to content
This repository has been archived by the owner on Feb 11, 2023. It is now read-only.

chore(deps): update dependency @chakra-ui/system to v2.3.8 #119

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Feb 1, 2023

Mend Renovate

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
@chakra-ui/system 2.3.5 -> 2.3.8 age adoption passing confidence

Release Notes

chakra-ui/chakra-ui

v2.3.8

Compare Source

Patch Changes
  • #​6905
    c5be1bc73
    Thanks @​bertho-zero! - Fixed issue where
    style overrides does not respect order of precedence due to the use of
    Object.assign.

    To illustrate the issue, consider the following example:

    const stylesFromTheme = {
      px: 8,
      padding: 0,
    }
    
    const stylesFromProps = {
      px: 4,
    }
    
    const style = Object.assign({}, stylesFromTheme, stylesFromProps)
    // Result: { px: 4, padding: 0 }
    // Expected: { padding: 0, px: 4 }

    The issue is that Object.assign will replace properties in place with values
    from the override objects. This is not the desired behavior for style
    overrides hence a custom assignAfter function is used instead

  • Updated dependencies
    [c5be1bc73]:

v2.3.7

Compare Source

v2.3.6

Compare Source


Configuration

📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).

🚦 Automerge: Enabled.

Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.

🔕 Ignore: Close this PR and you won't be reminded about this update again.


  • If you want to rebase/retry this PR, check this box

This PR has been generated by Mend Renovate. View repository job log here.

@renovate renovate bot added the renovate label Feb 1, 2023
@github-actions
Copy link
Contributor

github-actions bot commented Feb 1, 2023

Deploy preview for alibum ready!

✅ Preview
https://alibum-lgao16chm-re-taro.vercel.app

Built with commit 6d0afbe.
This pull request is being automatically deployed with vercel-action

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

0 participants