johno / digital-garden

🌻[WIP] Gatsby Theme to build your own digital garden 🌻πŸ₯€πŸŒΈ
216 stars 11 forks source link

Update dependency gatsby-plugin-theme-ui to ^0.8.0 - autoclosed #144

Closed renovate[bot] closed 2 years ago

renovate[bot] commented 4 years ago

WhiteSource Renovate

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
gatsby-plugin-theme-ui ^0.2.26 -> ^0.8.0 age adoption passing confidence

Release Notes

system-ui/theme-ui ### [`v0.8.4`](https://togithub.com/system-ui/theme-ui/releases/v0.8.4) [Compare Source](https://togithub.com/system-ui/theme-ui/compare/v0.8.3...v0.8.4) ##### πŸ› Bug Fix - `@theme-ui/theme-provider` - fix(theme-provider): set body margin to 0 ([@​hasparus](https://togithub.com/hasparus)) ##### Authors: 1 - Piotr Monwid-Olechnowicz ([@​hasparus](https://togithub.com/hasparus)) ### [`v0.8.3`](https://togithub.com/system-ui/theme-ui/releases/v0.8.3) [Compare Source](https://togithub.com/system-ui/theme-ui/compare/v0.8.2...v0.8.3) ##### πŸ› Bug Fix - `@theme-ui/color-modes` - fix(color-modes): stop showing current color mode as initial mode in rawColors.modes ([@​hasparus](https://togithub.com/hasparus)) ##### ⚠️ Pushed to `stable` - `@theme-ui/color-modes`, `@theme-ui/color`, `@theme-ui/components`, `@theme-ui/core`, `@theme-ui/css`, `@theme-ui/custom-properties`, `@theme-ui/editor`, `gatsby-plugin-theme-ui`, `gatsby-theme-code-recipes`, `gatsby-theme-style-guide`, `gatsby-theme-ui-layout`, `@theme-ui/match-media`, `@theme-ui/mdx`, `@theme-ui/parse-props`, `@theme-ui/preset-base`, `@theme-ui/preset-bootstrap`, `@theme-ui/preset-bulma`, `@theme-ui/preset-dark`, `@theme-ui/preset-deep`, `@theme-ui/preset-funk`, `@theme-ui/preset-future`, `@theme-ui/preset-polaris`, `@theme-ui/preset-roboto`, `@theme-ui/preset-sketchy`, `@theme-ui/preset-swiss`, `@theme-ui/preset-system`, `@theme-ui/preset-tailwind`, `@theme-ui/preset-tosh`, `@theme-ui/presets`, `@theme-ui/prism`, `@theme-ui/sidenav`, `@theme-ui/style-guide`, `@theme-ui/tachyons`, `@theme-ui/tailwind`, `@theme-ui/theme-provider`, `theme-ui`, `@theme-ui/typography` - Merge branch 'stable' into develop ([@​hasparus](https://togithub.com/hasparus)) ##### Authors: 1 - Piotr Monwid-Olechnowicz ([@​hasparus](https://togithub.com/hasparus)) ### [`v0.8.2`](https://togithub.com/system-ui/theme-ui/blob/master/CHANGELOG.md#v082-Wed-May-05-2021) [Compare Source](https://togithub.com/system-ui/theme-ui/compare/v0.8.1...v0.8.2) ##### πŸ› Bug Fix - `@theme-ui/color-modes` - fix(color-modes): merge rawColors even when there are no color modes ([@​hasparus](https://togithub.com/hasparus)) - fix(color-modes): add initial color mode to a correct key ([@​hasparus](https://togithub.com/hasparus)) - fix(color-modes): hotfix color modes provider to stop breaking rules of hooks ([@​hasparus](https://togithub.com/hasparus)) - `@theme-ui/color-modes`, `@theme-ui/css`, `@theme-ui/custom-properties`, `theme-ui` - fix(color-modes): merge rawColors from nested theme providers ([@​hasparus](https://togithub.com/hasparus)) ### [`v0.8.1`](https://togithub.com/system-ui/theme-ui/blob/master/CHANGELOG.md#v081-Wed-May-05-2021) [Compare Source](https://togithub.com/system-ui/theme-ui/compare/v0.8.0...v0.8.1) ##### πŸ› Bug Fix - Reverted `cache-provider` PR as it significantly complicates SSR setup and breaks apps without explicit Emotion SSR config. [#​1717 (comment)](https://togithub.com/system-ui/theme-ui/pull/1717#issuecomment-832647180). - See ##### Authors: 2 - [@​Zolwiastyl](https://togithub.com/Zolwiastyl) - Piotr Monwid-Olechnowicz ([@​hasparus](https://togithub.com/hasparus)) * * * ### [`v0.8.0`](https://togithub.com/system-ui/theme-ui/blob/master/CHANGELOG.md#v080-Wed-May-05-2021) [Compare Source](https://togithub.com/system-ui/theme-ui/compare/v0.7.5...v0.8.0) ##### πŸ”₯ Breaking Changes and Deprecations - **BREAKING:** `theme.config.useRootStyles` now defaults to `true` following deprecation of `useBodyStyles`. Styles from `theme.styles.root` are now added to `` element by default. - Moved theme configuration options to `config` object in theme. - **Deprecations:** `useRootStyles`, `useCustomProperties`, `useColorSchemeMediaQuery`, `useBorderBox`, and `useLocalStorage` options on the theme object are now scoped under a `config` object on the theme, and the root-level options, now deprecated, will be removed in a future release. (e.g. you should be setting `theme.config.useBorderBox` instead of `theme.useBorderBox`) - ⚠ All config options should be migrated at once. If Theme UI sees `theme.config` exists, it won't look for options on the `theme`. - **Removed APIs, previously deprecated in 0.6.0** - `theme.useBodyStyles` ⟢ `theme.config.useRootStyles` - `Styled` ⟢ `Themed` ##### πŸš€ Enhancements - `@theme-ui/color-modes`, `@theme-ui/css`, `gatsby-plugin-theme-ui` - Refactor color objects and expose default colors as a mode [#​1639](https://togithub.com/system-ui/theme-ui/pull/1639) ([@​fcisio](https://togithub.com/fcisio)) ##### πŸ› Bug Fix - **(REVERTED in v0.8.1)** `@theme-ui/core`, `@theme-ui/sidenav` - Wrap top level ThemeProvider in CacheProvider [#​1717](https://togithub.com/system-ui/theme-ui/pull/1717) ([@​hasparus](https://togithub.com/hasparus) [@​Zolwiastyl](https://togithub.com/Zolwiastyl)) ##### πŸ“ Documentation - Improve Switch component documentation [#​1687](https://togithub.com/system-ui/theme-ui/pull/1687) ([@​flo-sch](https://togithub.com/flo-sch)) - Describe Preconstruct in Contributing.md [#​1715](https://togithub.com/system-ui/theme-ui/pull/1715) ([@​hasparus](https://togithub.com/hasparus)) ##### Authors: 5 :tada: v0.8.0 contains work from a new contributor! :tada: Thank you, [@​Zolwiastyl](https://togithub.com/Zolwiastyl), for all your work! - [@​Zolwiastyl](https://togithub.com/Zolwiastyl) - Florent SCHILDKNECHT ([@​flo-sch](https://togithub.com/flo-sch)) - Francis Champagne ([@​fcisio](https://togithub.com/fcisio)) - Lachlan Campbell ([@​lachlanjc](https://togithub.com/lachlanjc)) - Piotr Monwid-Olechnowicz ([@​hasparus](https://togithub.com/hasparus)) * * * ### [`v0.7.5`](https://togithub.com/system-ui/theme-ui/blob/master/CHANGELOG.md#v075-Wed-Apr-28-2021) [Compare Source](https://togithub.com/system-ui/theme-ui/compare/v0.7.4...v0.7.5) ##### πŸ› Bug Fix - `@theme-ui/css` - Add 6 border logical color properties to scales [#​1668](https://togithub.com/system-ui/theme-ui/pull/1668) ([@​lachlanjc](https://togithub.com/lachlanjc)) ##### πŸ“ Docs - docs: useColorSchemeMediaQuery defaults to true ([@​hasparus](https://togithub.com/hasparus)) ##### Authors: 2 - Lachlan Campbell ([@​lachlanjc](https://togithub.com/lachlanjc)) - Piotr Monwid-Olechnowicz ([@​hasparus](https://togithub.com/hasparus)) ### [`v0.7.4`](https://togithub.com/system-ui/theme-ui/blob/master/CHANGELOG.md#v074-Tue-Apr-27-2021) [Compare Source](https://togithub.com/system-ui/theme-ui/compare/v0.7.3...v0.7.4) ##### πŸ› Bug Fix - Add new links to Resources page [#​1670](https://togithub.com/system-ui/theme-ui/pull/1670) ([@​lachlanjc](https://togithub.com/lachlanjc)) - Add link to JSX Pragma page on Getting Started doc ([@​lachlanjc](https://togithub.com/lachlanjc)) - `@theme-ui/css` - Add 2 missing CSS column properties to scales [#​1669](https://togithub.com/system-ui/theme-ui/pull/1669) ([@​lachlanjc](https://togithub.com/lachlanjc)) - Add text-decoration-color to scales [#​1667](https://togithub.com/system-ui/theme-ui/pull/1667) ([@​lachlanjc](https://togithub.com/lachlanjc)) ##### Authors: 1 - Lachlan Campbell ([@​lachlanjc](https://togithub.com/lachlanjc)) ### [`v0.7.3`](https://togithub.com/system-ui/theme-ui/blob/master/CHANGELOG.md#v073-Wed-Apr-21-2021) [Compare Source](https://togithub.com/system-ui/theme-ui/compare/v0.7.2...v0.7.3) :tada: This release contains work from a new contributor! :tada: :heart: David Dios ([@​dios-david](https://togithub.com/dios-david)) Thanks for all your work! ##### ✨ New Features - `@theme-ui/css` - Adding `scroll-margin` props [#​1664](https://togithub.com/system-ui/theme-ui/pull/1664) ([@​dios-david](https://togithub.com/dios-david)) ##### πŸ› Bug Fix - `@theme-ui/css` - Return negative number from lookup if theme value is a number [#​1665](https://togithub.com/system-ui/theme-ui/pull/1665) ([@​kenny-f](https://togithub.com/kenny-f)) ##### πŸ”© Dependency Updates - `@theme-ui/editor` - chore(deps): bump reakit from 1.3.5 to 1.3.7 [#​1644](https://togithub.com/system-ui/theme-ui/pull/1644) ([@​dependabot-preview\[bot\]](https://togithub.com/dependabot-preview[bot]) [@​lachlanjc](https://togithub.com/lachlanjc)) ##### Authors: 3 - David Dios ([@​dios-david](https://togithub.com/dios-david)) - Kenny ([@​kenny-f](https://togithub.com/kenny-f)) - Lachlan Campbell ([@​lachlanjc](https://togithub.com/lachlanjc)) * * * ### [`v0.7.2`](https://togithub.com/system-ui/theme-ui/blob/master/CHANGELOG.md#v072-Mon-Apr-19-2021) [Compare Source](https://togithub.com/system-ui/theme-ui/compare/v0.7.1...v0.7.2) :tada: This release contains work from a new contributor! :tada: Thank you, Jonathan Van Buren ([@​vanbujm](https://togithub.com/vanbujm)), for all your work! ##### πŸ› Bug Fix - `gatsby-plugin-theme-ui` - fix(gatsby-plugin-theme-ui): Fast Refresh Compatibility [#​1659](https://togithub.com/system-ui/theme-ui/pull/1659) ([@​LekoArts](https://togithub.com/LekoArts) [@​hasparus](https://togithub.com/hasparus)) - `@theme-ui/components` - fix(components): Allow styled-system space props on Paragraph [#​1658](https://togithub.com/system-ui/theme-ui/pull/1658) ([@​vanbujm](https://togithub.com/vanbujm)) ##### πŸ”© Dependency Updates - chore(deps): bump ssri from 6.0.1 to 6.0.2 in /examples/next [#​1661](https://togithub.com/system-ui/theme-ui/pull/1661) ([@​dependabot\[bot\]](https://togithub.com/dependabot[bot])) - chore(deps): [security] bump ssri from 6.0.1 to 6.0.2 [#​1660](https://togithub.com/system-ui/theme-ui/pull/1660) ([@​dependabot-preview\[bot\]](https://togithub.com/dependabot-preview[bot])) ##### Authors: 3 - Jonathan Van Buren ([@​vanbujm](https://togithub.com/vanbujm)) - Lennart ([@​LekoArts](https://togithub.com/LekoArts)) - Piotr Monwid-Olechnowicz ([@​hasparus](https://togithub.com/hasparus)) ### [`v0.7.1`](https://togithub.com/system-ui/theme-ui/compare/v0.7.0...v0.7.1) [Compare Source](https://togithub.com/system-ui/theme-ui/compare/v0.7.0...v0.7.1) ### [`v0.7.0`](https://togithub.com/system-ui/theme-ui/blob/master/CHANGELOG.md#v070-Thu-Apr-15-2021) [Compare Source](https://togithub.com/system-ui/theme-ui/compare/v0.6.2...v0.7.0) ##### πŸš€ Enhancement - Have `breakpoints` accept custom media queries [#​1653](https://togithub.com/system-ui/theme-ui/pull/1653) [@​carolinmaisenbacher](https://togithub.com/carolinmaisenbacher) ##### πŸ› Bug Fix - `gatsby-plugin-theme-ui`, `gatsby-theme-code-recipes`, `gatsby-theme-style-guide`, `gatsby-theme-ui-layout` - Set `gatsby` peerDependency more explicit to `^2.0.0 || ^3.0.0`. [#​1640](https://togithub.com/system-ui/theme-ui/pull/1640) ([@​LekoArts](https://togithub.com/LekoArts)) ##### βš™οΈ Internal - all packages -Build packages with Preconstruct 2 [#​1423](https://togithub.com/system-ui/theme-ui/pull/1423) ([@​alexanderchan](https://togithub.com/alexanderchan) [@​hasparus](https://togithub.com/hasparus)) ### [`v0.6.2`](https://togithub.com/system-ui/theme-ui/blob/master/CHANGELOG.md#v062-Mon-Apr-05-2021) [Compare Source](https://togithub.com/system-ui/theme-ui/compare/v0.6.0...v0.6.2) ##### πŸ› Bug Fix - `@theme-ui/css` - Types for `borderTopWidth` now correctly accept `number`. [#​1623](https://togithub.com/system-ui/theme-ui/pull/1623) ([@​beerose](https://togithub.com/beerose)) ### [`v0.6.0`](https://togithub.com/system-ui/theme-ui/blob/master/CHANGELOG.md#v060) [Compare Source](https://togithub.com/system-ui/theme-ui/compare/v0.3.5...v0.6.0) _changes relative to 0.3, not the latest 0.6 prerelease_ ##### What's New - `Styled` components dict was renamed to [`Themed`](/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](https://togithub.com/system-ui/theme-ui/issues/1079), PR [#​1272](https://togithub.com/system-ui/theme-ui/pull/1272) - Objects in nested scales can now have a `__default` key. PR [#​951](https://togithub.com/system-ui/theme-ui/pull/951) Given the theme const theme = { colors: { primary: { __default: '#​00f', light: '#​33f', } } } `color: 'primary'` resolves to `color: '#​00f'`. - Configuration option for printing color mode. PR [#​1267](https://togithub.com/system-ui/theme-ui/pull/1267), issue [#​1144](https://togithub.com/system-ui/theme-ui/issues/1144). No more wasted ink. { initialColorModeName: "dark", printColorModeName: "light" } - A new component, Paragraph was added in PR [#​1298](https://togithub.com/system-ui/theme-ui/pull/1298) ##### Breaking Changes - Theme UI 0.6 depends on Emotion 11, and isn't compatible with Emotion 10 anymore. - If you didn't install Emotion separately, this update shouldn't affect you. - If your other dependencies depend on Emotion 10, and have no published versions for Emotion 11, you can use [Yarn resolutions](https://yarnpkg.com/lang/en/docs/selective-version-resolutions/) or [Webpack's resolve.alias](https://webpack.js.org/configuration/resolve/#resolvealias) to enforce a version. Refer to [Emotion 11 release notes](https://emotion.sh/docs/emotion-11) for more information. - Color mode flash on first render is gone, but to achieve this we had to bring back `theme.rawColors`. - **You can no longer read raw color values from `theme.colors`** when reading theme from `useThemeUI` or inside `sx`. - `.colors` object contains Custom CSS Properties now. - If you need to pass original value somewhere where CSS Properties (e.g. WebGL Canvas) won't work use `.rawColors`. - Default color mode name is no longer `"default"` β€” it's now `undefined`, what represents the lack of color mode set by user or detected from preferences. - `useColorSchemeMediaQuery` defaults to `true`. Issue [#​624](https://togithub.com/system-ui/theme-ui/issues/624), PR [#​1373](https://togithub.com/system-ui/theme-ui/pull/1373) **How to migrate?** Add `useColorSchemeMediaQuery: false` to your theme if you don't have this property. [Read more in the docs.](https://dev.theme-ui.com/color-modes/#responding-to-the-prefers-color-scheme-media-query) - We no longer export internal React context named as `Context` πŸ˜… It wasn't and it's still not public API, but if you used it and _you really_ need it, you can grab it as `__ThemeUIContext`. (But please don't do this. Use `ThemeProvider` from _[@​theme-ui/core](https://togithub.com/theme-ui/core)_ for local theme overrides instead.) ##### Deprecations - `Styled` will be removed in v0.7. Use [`Themed`](/themed) instead. - `useBodyStyles` will be removed in v0.7. Use `useRootStyles` instead. ##### TypeScript Changes Theme UI is now written in TypeScript, and the emitted types differ from `@types/theme-ui`. - `false` in now accepted in responsive tuple types. PR [#​1499](https://togithub.com/system-ui/theme-ui/pull/1499) - Known colors (_primary_, _text_, _background_, _accent_, _secondary_) in `ColorMode` can now be nested scales. The following no longer typechecks, as `colors.primary` can be an object. ```tsx sx={{ color: theme => theme.colors?.primary?.toUpperCase() }} ``` But the following code still works. ```tsx sx={{ color: theme => theme.colors?.primary }} ``` If `colors.primary` is an object, `colors.primary.__default` is used. - `false` values are skipped before passing style objects to Emotion. Issue [#​1297](https://togithub.com/system-ui/theme-ui/issues/1297), PR [#​1460](https://togithub.com/system-ui/theme-ui/pull/1460). The following syntax is now supported ```tsx sx={{ color: isActive && blue }} ``` - "as" prop on Themed.X components now properly opts out of typechecking - TypeScript users, don't use `ComponentProps`, import `ThemedComponent` and use `ThemedComponent<'div'>` instead. - Theme UI 0.6 depends on [`csstype`](https://togithub.com/frenic/csstype) v3 instead of `csstype` v2. - Renamed types - Anything copied from `styled-system` types was renamed or removed. - `SxProps` was renamed to `SxProp`. - `SxStyleProp`, an alias for `ThemeUIStyleObject` was removed. Use `ThemeUIStyleObject` instead. **Refer to the changelog for a full list of changes.** ### [`v0.3.5`](https://togithub.com/system-ui/theme-ui/compare/v0.3.4...v0.3.5) [Compare Source](https://togithub.com/system-ui/theme-ui/compare/v0.3.4...v0.3.5) ### [`v0.3.4`](https://togithub.com/system-ui/theme-ui/compare/v0.3.3...v0.3.4) [Compare Source](https://togithub.com/system-ui/theme-ui/compare/v0.3.3...v0.3.4) ### [`v0.3.3`](https://togithub.com/system-ui/theme-ui/compare/v0.3.2...v0.3.3) [Compare Source](https://togithub.com/system-ui/theme-ui/compare/v0.3.2...v0.3.3) ### [`v0.3.2`](https://togithub.com/system-ui/theme-ui/blob/master/CHANGELOG.md#v032-2020-11-08) [Compare Source](https://togithub.com/system-ui/theme-ui/compare/v0.3.0...v0.3.2) - Fix peer dependencies. Issue [#​725](https://togithub.com/system-ui/theme-ui/issues/725), PR [#​836](https://togithub.com/system-ui/theme-ui/issues/836) ##### `@theme-ui/css` - Add theme colors support to columnRuleColor and caretColor [#​1085](https://togithub.com/system-ui/theme-ui/issues/1085) - Support scrollPadding variations in sx props. Issue [#​1214](https://togithub.com/system-ui/theme-ui/issues/1214) ##### `@theme-ui/core` - Support Webpack 5. (Uses default export from package.json instead of named export) [#​1141](https://togithub.com/system-ui/theme-ui/issues/1141) ##### `@theme-ui/components` - Add `primary` as default variant for `Badge` component [#​1109](https://togithub.com/system-ui/theme-ui/issues/1109) - Add `primary` as default variant for `Alert` component [#​1102](https://togithub.com/system-ui/theme-ui/issues/1102) - Add `theme.text.default` variant for `Text` component [#​870](https://togithub.com/system-ui/theme-ui/issues/870) ##### docs - Fix example logo on Avatar & Image component docs [#​1233](https://togithub.com/system-ui/theme-ui/issues/1233) - Fix theme editor output in docs [#​1182](https://togithub.com/system-ui/theme-ui/issues/1182) ### [`v0.3.0`](https://togithub.com/system-ui/theme-ui/blob/master/CHANGELOG.md#v030-2020-01-22) [Compare Source](https://togithub.com/system-ui/theme-ui/compare/v0.2.53...v0.3.0) - Split theme-ui package into `@theme-ui/core`, `@theme-ui/mdx`, and `@theme-ui/color-modes` - Removes `context.components` (still available through MDX context) - Adds separate `ColorModeProvider` component - Removes support for `theme.initialColorMode` - use `initialColorModeName` instead - Removes layout components (`Layout`, `Header`, `Main`, `Footer`) - use `Box` and `Flex` instead - Updates CSS custom properties implementation for color modes - When using `useColorSchemeMediaQuery` flag, it will initialize the mode to `light` when `@media (prefers-color-scheme: light)` is enabled - Global color mode styles are automatically added to the body without needing to render the `ColorMode` component - Adds global typographic styles, set `useBodyStyles: false` to disable - Removes `ThemeStateProvider` - Fix issue where `` tag was incorrectly specified as `delete` - The `@theme-ui/editor` API has changed significantly. See the README.md for more information. - `@theme-ui/components`: on Grid component, allow custom `columns` definitions via strings [#​541](https://togithub.com/system-ui/theme-ui/issues/541) - `@theme-ui/gatsby-theme-style-guide`: add docs on shadowing [#​558](https://togithub.com/system-ui/theme-ui/issues/558) - Adds `@theme-ui/preset-polaris` [#​567](https://togithub.com/system-ui/theme-ui/issues/567) - Adjusts default font stack in presets [#​568](https://togithub.com/system-ui/theme-ui/issues/568) ### [`v0.2.53`](https://togithub.com/system-ui/theme-ui/blob/master/CHANGELOG.md#v0253-2019-12-19) [Compare Source](https://togithub.com/system-ui/theme-ui/compare/v0.2.43...v0.2.53) - `@theme-ui/color`: add `transparentize` function [#​370](https://togithub.com/system-ui/theme-ui/issues/370) - `@theme-ui/style-guide`: move context dependencies to peer dependencies [#​521](https://togithub.com/system-ui/theme-ui/issues/521) ### [`v0.2.43`](https://togithub.com/system-ui/theme-ui/blob/master/CHANGELOG.md#v0243-2019-09-17) [Compare Source](https://togithub.com/system-ui/theme-ui/compare/v0.2.41...v0.2.43) - Fix Reakit for ColorPicker test [#​357](https://togithub.com/system-ui/theme-ui/issues/357) - Simplify color mode API and disable `prefers-color-scheme` media query behavior by default [#​246](https://togithub.com/system-ui/theme-ui/issues/246) - Add BaseStyles component [#​369](https://togithub.com/system-ui/theme-ui/issues/369) ### [`v0.2.41`](https://togithub.com/system-ui/theme-ui/blob/master/CHANGELOG.md#v0241-2019-09-05) [Compare Source](https://togithub.com/system-ui/theme-ui/compare/v0.2.40...v0.2.41) - Updated `@theme-ui/editor` package - New [Customize page](https://theme-ui.com/customize) ### [`v0.2.40`](https://togithub.com/system-ui/theme-ui/blob/master/CHANGELOG.md#v0240-2019-09-03) [Compare Source](https://togithub.com/system-ui/theme-ui/compare/v0.2.38...v0.2.40) - Pass outer context through RootProvider [#​340](https://togithub.com/system-ui/theme-ui/issues/340) - Update dependencies ### [`v0.2.38`](https://togithub.com/system-ui/theme-ui/blob/master/CHANGELOG.md#v0238-2019-08-29) [Compare Source](https://togithub.com/system-ui/theme-ui/compare/v0.2.34...v0.2.38) - Added new `ColorPicker` component to `@theme-ui/editor` [#​327](https://togithub.com/system-ui/theme-ui/issues/327) - Added warning for conflicting versions of Emotion [#​297](https://togithub.com/system-ui/theme-ui/issues/297) - Added color utility package [#​331](https://togithub.com/system-ui/theme-ui/issues/331)

Configuration

πŸ“… Schedule: 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.



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