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 @chakra-ui/system to ^2.3.8 #35829

Merged
merged 1 commit into from
Jan 16, 2023
Merged

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Jan 15, 2023

Mend Renovate

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
@chakra-ui/system ^2.3.7 -> ^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]:


Configuration

📅 Schedule: Branch creation - "on sunday before 6:00am" in timezone UTC, Automerge - At any time (no schedule defined).

🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.

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 dependencies Update of dependencies label Jan 15, 2023
@mui-bot
Copy link

mui-bot commented Jan 15, 2023

Messages
📖 Netlify deploy preview: https://deploy-preview-undefined--material-ui.netlify.app/

No bundle size changes

Generated by 🚫 dangerJS against f3555e2

@mnajdova mnajdova merged commit aece9be into master Jan 16, 2023
@mnajdova mnajdova deleted the renovate/chakra-ui-system-2.x branch January 16, 2023 09:46
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
dependencies Update of dependencies
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants