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

fix(deps): update theme-ui monorepo to v0.17.1 #19

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

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Jun 15, 2022

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
@theme-ui/color 0.14.5 -> 0.17.1 age adoption passing confidence
@theme-ui/prism 0.14.5 -> 0.17.1 age adoption passing confidence
theme-ui 0.14.5 -> 0.17.1 age adoption passing confidence

Release Notes

system-ui/theme-ui (@​theme-ui/color)

v0.17.1

Compare Source

🐛 Bug Fix
Authors: 1

v0.17.0

Compare Source

🚀 Enhancement
Authors: 2

v0.16.2

Compare Source

🎉 This release contains work from new contributors! 🎉

Thanks for all your work!

❤️ Arun Sathiya (@​arunsathiya)

❤️ Jeff Bell (@​jhbell)

❤️ Paweł Kowalewski (@​pawkow)

❤️ Sam Marxz (@​sammarxz)

🐛 Bug Fix
🏠 Internal
Authors: 5

v0.16.1

Compare Source

🐛 Bug Fix
👨‍💻 Minor changes
  • Add missing migration notes on 0.16 to docs (@​hasparus)
Authors: 1

v0.16.0

Compare Source

Release Notes
Deps bumps for 0.16.0 (#​2432)

@theme-ui/sidenav package was removed due to low usage and breaking changes in @types/react.


🚀 Enhancement
👨‍💻 Minor changes
Authors: 2

v0.15.7

Compare Source


v0.15.5

Compare Source

🎉 This release contains work from new contributors! 🎉

Thanks for all your work!

❤️ Nischal Shakya (@​Nischal2015)

❤️ Wahid Rahim (@​wahidrahim)

🐛 Bug Fix
🏠 Internal
Authors: 5

v0.15.4

Compare Source

🐛 Bug Fix
🏠 Internal
Authors: 2

v0.15.3

Compare Source

🐛 Bug Fix
Authors: 2

v0.15.1

Compare Source

🐛 Bug Fix
🏠 Internal
Authors: 3

v0.15.0

Compare Source

🎉 This release contains work from new contributors! 🎉

Thanks for all your work!

❤️ Luke Watts (@​thisislawatts)

❤️ Valto Savi (@​pointlessrapunzel)

❤️ Brage Sekse Aarset (@​braaar)

Release Notes
Pull out MDX to be opt-in (#​2288)
Breaking: theme-ui no longer includes @theme-ui/mdx — MDX is now opt-in.

If your project is not using MDX or importing Themed, you shouldn't need to
change anything.

  • MDXProvider is no longer included in Theme UI ThemeProvider, and has been
    removed in favour of an useThemedStylesWithMdx hook.
    • Migration: Use useThemedStylesWithMdx together with MDXProvider and useMDXComponents from @mdx-js/react.

      import {
        MDXProvider,
        useMDXComponents,
        Components as MDXComponents,
        MergeComponents as MergeMDXComponents,
      } from '@​mdx-js/react'
      import { useThemedStylesWithMdx } from '@​theme-ui/mdx'
      import { ThemeProvider, Theme } from 'theme-ui'
      
      interface MyProviderProps {
        theme: Theme
        components?: MDXComponents | MergeMDXComponents
        children: React.ReactNode
      }
      function MyProvider({ theme, components, children }: MyProviderProps) {
        const componentsWithStyles = useThemedStylesWithMdx(useMDXComponents(components))
      
        return (
          <ThemeProvider theme={theme}>
            <MDXProvider components={componentsWithStyles}>
              {children}
            </MDXProvider>
          </ThemeProvider>
        )
      }
  • Themed components dict and other exports from @theme-ui/mdx are no longer reexported from theme-ui.
    • Migration: Import it from @theme-ui/mdx instead.

      -  import { Themed } from 'theme-ui'
      +  import { Themed } from '@&#8203;theme-ui/mdx'
Remove @​theme-ui/editor (#​2292)
  • Breaking: @theme-ui/editor was removed. Use CSS GUI instead.
Drop support for React 16 + 17 (#​2215)

Theme UI 0.15.0 drops support for React 16 and React 17. Your use case may still work, but we don't guarantee it.

refactor: setting padding-right to size 4 for dynamic value (#​2058)

Select component default paddingRight style has increased to spaces[4] (32px by default), to avoid text flowing behind the chevron icon.


🚀 Enhancement
🐛 Bug Fix
🏠 Internal
Authors: 10

v0.14.7

Compare Source

👨‍💻 Minor changes
Authors: 1

v0.14.6

Compare Source

🐛 Bug Fix
  • @theme-ui/prism
Authors: 1


Configuration

📅 Schedule: Branch creation - At any time (no schedule defined), 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 these updates again.


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

This PR was generated by Mend Renovate. View the repository job log.

@vercel
Copy link

vercel bot commented Jun 15, 2022

The latest updates on your projects. Learn more about Vercel for Git ↗︎

Name Status Preview Comments Updated (UTC)
garden ✅ Ready (Inspect) Visit Preview 💬 Add feedback Oct 24, 2024 0:46am

@renovate renovate bot force-pushed the renovate/theme-ui-monorepo branch from 8cde3b2 to d71e992 Compare July 15, 2022 18:49
@renovate renovate bot force-pushed the renovate/theme-ui-monorepo branch from d71e992 to 03e71d1 Compare July 28, 2022 18:40
@renovate renovate bot changed the title fix(deps): update theme-ui monorepo to v0.14.6 fix(deps): update theme-ui monorepo to v0.14.7 Jul 28, 2022
@renovate renovate bot force-pushed the renovate/theme-ui-monorepo branch from 03e71d1 to 4c56ca4 Compare November 20, 2022 09:49
@renovate renovate bot changed the title fix(deps): update theme-ui monorepo to v0.14.7 fix(deps): update theme-ui monorepo to v0.15.4 Nov 20, 2022
@renovate renovate bot changed the title fix(deps): update theme-ui monorepo to v0.15.4 fix(deps): update theme-ui monorepo to v0.15.5 Mar 16, 2023
@renovate renovate bot force-pushed the renovate/theme-ui-monorepo branch from 4c56ca4 to 71b84ca Compare March 16, 2023 09:57
@renovate renovate bot changed the title fix(deps): update theme-ui monorepo to v0.15.5 fix(deps): update theme-ui monorepo to v0.15.7 Mar 31, 2023
@renovate renovate bot force-pushed the renovate/theme-ui-monorepo branch from 71b84ca to b6619c9 Compare March 31, 2023 00:01
@renovate renovate bot force-pushed the renovate/theme-ui-monorepo branch from b6619c9 to ff3be8e Compare June 15, 2023 16:48
@renovate renovate bot changed the title fix(deps): update theme-ui monorepo to v0.15.7 fix(deps): update theme-ui monorepo to v0.16.0 Jun 15, 2023
@renovate renovate bot changed the title fix(deps): update theme-ui monorepo to v0.16.0 fix(deps): update theme-ui monorepo to v0.16.1 Aug 14, 2023
@renovate renovate bot force-pushed the renovate/theme-ui-monorepo branch from ff3be8e to 5edebb4 Compare August 14, 2023 20:04
@renovate renovate bot force-pushed the renovate/theme-ui-monorepo branch from 5edebb4 to 6716ae3 Compare February 19, 2024 19:21
@renovate renovate bot changed the title fix(deps): update theme-ui monorepo to v0.16.1 fix(deps): update theme-ui monorepo to v0.16.2 Feb 19, 2024
@renovate renovate bot force-pushed the renovate/theme-ui-monorepo branch from 6716ae3 to 39b79c8 Compare October 18, 2024 18:27
@renovate renovate bot changed the title fix(deps): update theme-ui monorepo to v0.16.2 fix(deps): update theme-ui monorepo to v0.17.0 Oct 18, 2024
@renovate renovate bot force-pushed the renovate/theme-ui-monorepo branch from 39b79c8 to 6b7ab15 Compare October 24, 2024 12:45
@renovate renovate bot changed the title fix(deps): update theme-ui monorepo to v0.17.0 fix(deps): update theme-ui monorepo to v0.17.1 Oct 24, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

0 participants