carbonplan / data

data catalogs and utilities
https://carbonplan.org/data
MIT License
16 stars 3 forks source link

Bump theme-ui from 0.3.5 to 0.6.2 in /web #108

Closed dependabot[bot] closed 3 years ago

dependabot[bot] commented 3 years ago

Bumps theme-ui from 0.3.5 to 0.6.2.

Release notes

Sourced from theme-ui's releases.

(v0.6.2) Accept number in borderTopWidth types

🐛 Bug Fix

🔩 Dependency Updates

Authors

(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.2 (Mon Apr 05 2021)

🐛 Bug Fix

  • @theme-ui/css

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: {
    

... (truncated)

Commits
  • f25b73f v0.6.2
  • 18a25d9 ci: add shipit-and-log script
  • 1a59d80 ci(actions): change workflow
  • 35badff ci(actions): wrap event in toJSON
  • 1a8b410 ci(actions): change ci.yml
  • f977c1a fix(css): borderTopWidth accepts number
  • 47f2ba3 ci(actions): change workflow.yml
  • 71a149c ci(actions): echo commit message for debugging
  • 4d1562e chore(deps-dev): bump postcss from 8.2.8 to 8.2.9
  • 5313f28 chore(deps): bump @​emotion/react from 11.1.1 to 11.1.5
  • Additional commits viewable in compare view


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)
vercel[bot] commented 3 years ago

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/carbonplan/data/DXoVmgifRn22bzqpC4xid8MtTVdd
✅ Preview: https://data-git-dependabot-npmandyarnwebtheme-ui-062-carbonplan.vercel.app

dependabot[bot] commented 3 years ago

Superseded by #112.