Skip to content
This repository was archived by the owner on Nov 14, 2022. It is now read-only.

Conversation

@dependabot
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Apr 1, 2021

Bumps theme-ui from 0.3.5 to 0.6.1.

Release notes

Sourced from theme-ui's releases.

(v0.6.1) Reexported jsx as createElement to fix babel JSX pragma crash

  • Reexported jsx as createElement to fix babel JSX pragma crash. Issue #1603, PR #1604 by @​ethanwu10.

    The following code doesn't crash anymore.

    <div {...{}} key="1" />

You can test this change in CodeSandbox: https://codesandbox.io/s/snowy-hooks-gtiuh?file=/src/App.js

Changelog

Sourced from theme-ui's changelog.

v0.6.1

  • Reexported jsx as createElement to fix babel JSX pragma crash. Issue #1603, PR #1604 by @​ethanwu10.

    The following code doesn't crash anymore.

    <div {...{}} key="1" />

v0.6.0

changes relative to 0.3, not the latest 0.6 prerelease

What's New

  • Styled components dict was renamed to Themed to avoid confusion with styled components constructors from @emotion/styled and similar libraries.

  • theme.useRootStyles configuration option (false by default). Set it to true to add styles.root to html instead of body.

    • theme.useBodyStyles configuration option still defaults to true, but it's going in to be deprecated in favor of theme.useRootStyles in the future.
  • New scale: transitions supporting transition CSS property. Issue #1079, PR #1272

  • Objects in nested scales can now have a __default key. PR #951

    Given the theme

    const theme = {
      colors: {
        primary: {
          __default: '#00f',
          light: '#33f',
        }
      }
    }
    

    color: 'primary' resolves to color: '#00f'.

... (truncated)

Commits
  • 0244f49 ci(actions): add id to turnstyle step
  • 4368922 docs: update changelog
  • 5df45f2 chore: remove prerelease version from readme
  • 84dde10 Merge pull request #1607 from system-ui/dependabot/npm_and_yarn/auto-it/all-c...
  • 6facadf Merge pull request #1608 from system-ui/dependabot/npm_and_yarn/auto-it/first...
  • edd77b1 Merge pull request #1610 from system-ui/dependabot/npm_and_yarn/auto-10.23.0
  • f533cd2 Merge pull request #1616 from system-ui/dependabot/npm_and_yarn/examples/next...
  • 29aa066 Merge pull request #1615 from system-ui/dependabot/npm_and_yarn/type-fest-1.0.1
  • 91e0c00 Merge pull request #1617 from system-ui/dependabot/npm_and_yarn/y18n-4.0.1
  • cdb525b chore: remove onlyPublishWithReleaseLabel
  • Additional commits viewable in compare view

Dependabot compatibility score

You can trigger a rebase of this PR 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 [theme-ui](https://github.com/system-ui/theme-ui) from 0.3.5 to 0.6.1.
- [Release notes](https://github.com/system-ui/theme-ui/releases)
- [Changelog](https://github.com/system-ui/theme-ui/blob/develop/CHANGELOG.md)
- [Commits](system-ui/theme-ui@v0.3.5...v0.6.1)

Signed-off-by: dependabot[bot] <support@github.com>
@changeset-bot
Copy link

changeset-bot bot commented Apr 1, 2021

⚠️ No Changeset found

Latest commit: 00aa4b7

Merging this PR will not cause a version bump for any packages. If these changes should not result in a new version, you're good to go. If these changes should result in a version bump, you need to add a changeset.

This PR includes no changesets

When changesets are added to this PR, you'll see the packages that this PR includes changesets for and the associated semver types

Click here to learn what changesets are, and how to add one.

Click here if you're a maintainer who wants to add a changeset to this PR

@vercel
Copy link

vercel bot commented Apr 1, 2021

This pull request is being automatically deployed with Vercel (learn more).
To see the status of your deployment, click below or on the icon next to each commit.

🔍 Inspect: https://vercel.com/undataforum/design-system/M9ijkjxZmLNRnwVAQUKKLfT228pK
✅ Preview: https://design-system-git-dependabot-npmandyarntheme-ui-061-undataforum.vercel.app

@dependabot @github
Copy link
Contributor Author

dependabot bot commented on behalf of github May 1, 2021

Superseded by #714.

@dependabot dependabot bot closed this May 1, 2021
@dependabot dependabot bot deleted the dependabot/npm_and_yarn/theme-ui-0.6.1 branch May 1, 2021 05:19
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants