NickyMeuleman / nicky-blog

https://nickymeuleman.netlify.app/
GNU General Public License v3.0
14 stars 6 forks source link

fix(deps): update theme-ui monorepo to ^0.16.2 #180

Open renovate[bot] opened 1 year ago

renovate[bot] commented 1 year ago

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
@theme-ui/color ^0.15.3 -> ^0.16.2 age adoption passing confidence
@theme-ui/mdx ^0.15.3 -> ^0.16.2 age adoption passing confidence
@theme-ui/presets ^0.15.3 -> ^0.16.2 age adoption passing confidence
@theme-ui/prism ^0.15.3 -> ^0.16.2 age adoption passing confidence
gatsby-plugin-theme-ui ^0.15.3 -> ^0.16.2 age adoption passing confidence
theme-ui ^0.15.3 -> ^0.16.2 age adoption passing confidence

Release Notes

system-ui/theme-ui (@​theme-ui/color) ### [`v0.16.2`](https://togithub.com/system-ui/theme-ui/releases/tag/v0.16.2) [Compare Source](https://togithub.com/system-ui/theme-ui/compare/v0.16.1...v0.16.2) :tada: This release contains work from new contributors! :tada: Thanks for all your work! :heart: Arun Sathiya ([@​arunsathiya](https://togithub.com/arunsathiya)) :heart: Jeff Bell ([@​jhbell](https://togithub.com/jhbell)) :heart: Paweł Kowalewski ([@​pawkow](https://togithub.com/pawkow)) :heart: Sam Marxz ([@​sammarxz](https://togithub.com/sammarxz)) ##### 🐛 Bug Fix - fix(theme-ui): generate missing exports field ([@​hasparus](https://togithub.com/hasparus)) - Filter scale tuples in Theme type inside .sx prop [#​2457](https://togithub.com/system-ui/theme-ui/pull/2457) ([@​hasparus](https://togithub.com/hasparus)) - (chore) upload logo dark version [#​2446](https://togithub.com/system-ui/theme-ui/pull/2446) ([@​sammarxz](https://togithub.com/sammarxz)) - (chore) Update logo.svg to use currentColor [#​2446](https://togithub.com/system-ui/theme-ui/pull/2446) ([@​sammarxz](https://togithub.com/sammarxz)) ##### 🏠 Internal - docs: Fix incorrect config sample [#​2467](https://togithub.com/system-ui/theme-ui/pull/2467) ([@​pawkow](https://togithub.com/pawkow)) ##### Authors: 5 - Arun Sathiya ([@​arunsathiya](https://togithub.com/arunsathiya)) - Jeff Bell ([@​jhbell](https://togithub.com/jhbell)) - Paweł Kowalewski ([@​pawkow](https://togithub.com/pawkow)) - Piotr Monwid-Olechnowicz ([@​hasparus](https://togithub.com/hasparus)) - Sam Marxz ([@​sammarxz](https://togithub.com/sammarxz)) ### [`v0.16.1`](https://togithub.com/system-ui/theme-ui/blob/HEAD/CHANGELOG.md#v0161-Thu-Sep-07-2023) [Compare Source](https://togithub.com/system-ui/theme-ui/compare/v0.16.0...v0.16.1) ##### 🐛 Bug Fix - fix: ThemeProvider warning message ([@​hasparus](https://togithub.com/hasparus)) ##### 👨‍💻 Minor changes - Add missing migration notes on 0.16 to docs ([@​hasparus](https://togithub.com/hasparus)) ##### Authors: 1 - Piotr Monwid-Olechnowicz ([@​hasparus](https://togithub.com/hasparus)) *** ### [`v0.16.0`](https://togithub.com/system-ui/theme-ui/blob/HEAD/CHANGELOG.md#v0160-Thu-Jun-15-2023) [Compare Source](https://togithub.com/system-ui/theme-ui/compare/v0.15.7...v0.16.0) ##### Release Notes ##### Deps bumps for 0.16.0 ([#​2432](https://togithub.com/system-ui/theme-ui/pull/2432)) `@theme-ui/sidenav` package was removed due to low usage and breaking changes in `@types/react`. *** ##### 🚀 Enhancement - Deps bumps for 0.16.0 [#​2432](https://togithub.com/system-ui/theme-ui/pull/2432) ([@​hasparus](https://togithub.com/hasparus)) - Deprecate/rename ThemeProvider to ThemeUIProvider [#​2360](https://togithub.com/system-ui/theme-ui/pull/2360) ([@​lachlanjc](https://togithub.com/lachlanjc) [@​hasparus](https://togithub.com/hasparus)) ##### 👨‍💻 Minor changes - Trigger release again ([@​hasparus](https://togithub.com/hasparus)) - Trigger release ([@​hasparus](https://togithub.com/hasparus)) - Update lockfile ([@​hasparus](https://togithub.com/hasparus)) - Update Browserlist ([@​hasparus](https://togithub.com/hasparus)) - Update pnpm-lock.yaml ([@​hasparus](https://togithub.com/hasparus)) ##### Authors: 2 - Lachlan Campbell ([@​lachlanjc](https://togithub.com/lachlanjc)) - Piotr Monwid-Olechnowicz ([@​hasparus](https://togithub.com/hasparus)) *** ### [`v0.15.7`](https://togithub.com/system-ui/theme-ui/blob/HEAD/CHANGELOG.md#v0157-Thu-Mar-30-2023) [Compare Source](https://togithub.com/system-ui/theme-ui/compare/v0.15.5...v0.15.7) *** ### [`v0.15.5`](https://togithub.com/system-ui/theme-ui/blob/HEAD/CHANGELOG.md#v0155-Tue-Feb-07-2023) [Compare Source](https://togithub.com/system-ui/theme-ui/compare/v0.15.4...v0.15.5) :tada: This release contains work from new contributors! :tada: Thanks for all your work! :heart: Nischal Shakya ([@​Nischal2015](https://togithub.com/Nischal2015)) :heart: Wahid Rahim ([@​wahidrahim](https://togithub.com/wahidrahim)) ##### 🐛 Bug Fix - fix(custom-properties): use default key name if pluralize returns empty [#​2389](https://togithub.com/system-ui/theme-ui/pull/2389) ([@​wahidrahim](https://togithub.com/wahidrahim)) - Add theme-aware Global component [#​2385](https://togithub.com/system-ui/theme-ui/pull/2385) ([@​lachlanjc](https://togithub.com/lachlanjc) [@​hasparus](https://togithub.com/hasparus)) ##### 🏠 Internal - components: Rewrite Spinner for better performance [#​2384](https://togithub.com/system-ui/theme-ui/pull/2384) ([@​lachlanjc](https://togithub.com/lachlanjc)) - docs: Add missing `useMDXComponents` import [#​2370](https://togithub.com/system-ui/theme-ui/pull/2370) ([@​Nischal2015](https://togithub.com/Nischal2015)) - docs: Reorganize Color Modes doc for clarity [#​2365](https://togithub.com/system-ui/theme-ui/pull/2365) ([@​lachlanjc](https://togithub.com/lachlanjc)) ##### Authors: 5 - Lachlan Campbell ([@​lachlanjc](https://togithub.com/lachlanjc)) - Lennart ([@​LekoArts](https://togithub.com/LekoArts)) - Nischal Shakya ([@​Nischal2015](https://togithub.com/Nischal2015)) - Piotr Monwid-Olechnowicz ([@​hasparus](https://togithub.com/hasparus)) - Wahid Rahim ([@​wahidrahim](https://togithub.com/wahidrahim)) *** ### [`v0.15.4`](https://togithub.com/system-ui/theme-ui/blob/HEAD/CHANGELOG.md#v0154-Thu-Nov-10-2022) [Compare Source](https://togithub.com/system-ui/theme-ui/compare/v0.15.3...v0.15.4) ##### 🐛 Bug Fix - lock file [#​2358](https://togithub.com/system-ui/theme-ui/pull/2358) ([@​LekoArts](https://togithub.com/LekoArts)) - add peerDep change [#​2359](https://togithub.com/system-ui/theme-ui/pull/2359) ([@​LekoArts](https://togithub.com/LekoArts)) - Update preset-tailwind for Tailwind v3 (breaking) [#​2357](https://togithub.com/system-ui/theme-ui/pull/2357) ([@​lachlanjc](https://togithub.com/lachlanjc)) ##### 🏠 Internal - docs: Add destructuring example to useThemeUI API [#​2359](https://togithub.com/system-ui/theme-ui/pull/2359) ([@​lachlanjc](https://togithub.com/lachlanjc)) ##### Authors: 2 - Lachlan Campbell ([@​lachlanjc](https://togithub.com/lachlanjc)) - Lennart ([@​LekoArts](https://togithub.com/LekoArts)) ***

Configuration

📅 Schedule: Branch creation - "before 9am on Monday" (UTC), Automerge - At any time (no schedule defined).

🚦 Automerge: Enabled.

Rebasing: Whenever PR is behind base branch, or you tick the rebase/retry checkbox.

🔕 Ignore: Close this PR and you won't be reminded about these updates again.



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

renovate[bot] commented 1 year ago

⚠ Artifact update problem

Renovate failed to update an artifact related to this branch. You probably do not want to merge this PR as-is.

♻ Renovate will retry this branch, including artifacts, only when one of the following happens:

The artifact failure details are included below:

File name: package-lock.json
npm ERR! code ERESOLVE
npm ERR! ERESOLVE could not resolve
npm ERR! 
npm ERR! While resolving: nicky-blog@0.2.0
npm ERR! Found: @theme-ui/css@0.15.3
npm ERR! node_modules/@theme-ui/css
npm ERR!   @theme-ui/css@"^0.15.3" from @theme-ui/color-modes@0.15.3
npm ERR!   node_modules/@theme-ui/color-modes
npm ERR!     @theme-ui/color-modes@"^0.15.3" from @theme-ui/theme-provider@0.15.3
npm ERR!     node_modules/@theme-ui/theme-provider
npm ERR!   @theme-ui/css@"^0.15.3" from @theme-ui/components@0.15.3
npm ERR!   node_modules/@theme-ui/components
npm ERR!   16 more (@theme-ui/core, @theme-ui/preset-base, ...)
npm ERR! 
npm ERR! Could not resolve dependency:
npm ERR! gatsby-plugin-theme-ui@"^0.16.2" from the root project
npm ERR! 
npm ERR! Conflicting peer dependency: @theme-ui/css@0.16.2
npm ERR! node_modules/@theme-ui/css
npm ERR!   peer @theme-ui/css@"^0.16.2" from gatsby-plugin-theme-ui@0.16.2
npm ERR!   node_modules/gatsby-plugin-theme-ui
npm ERR!     gatsby-plugin-theme-ui@"^0.16.2" from the root project
npm ERR! 
npm ERR! Fix the upstream dependency conflict, or retry
npm ERR! this command with --force, or --legacy-peer-deps
npm ERR! to accept an incorrect (and potentially broken) dependency resolution.
npm ERR! 
npm ERR! See /tmp/renovate/cache/others/npm/eresolve-report.txt for a full report.

npm ERR! A complete log of this run can be found in:
npm ERR!     /tmp/renovate/cache/others/npm/_logs/2024-04-21T20_30_09_771Z-debug-0.log