catppuccin / vscode

🦌 Soothing pastel theme for VSCode & Azure Data Studio
https://marketplace.visualstudio.com/items?itemName=Catppuccin.catppuccin-vsc-pack
MIT License
1.43k stars 52 forks source link

chore(deps): update dependency chromatic to v11.3.0 - autoclosed #354

Closed renovate[bot] closed 7 months ago

renovate[bot] commented 8 months ago

Mend Renovate

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
chromatic (source) 11.0.7 -> 11.3.0 age adoption passing confidence

Release Notes

chromaui/chromatic-cli (chromatic) ### [`v11.3.0`](https://togithub.com/chromaui/chromatic-cli/blob/HEAD/CHANGELOG.md#v1130-Fri-Mar-29-2024) [Compare Source](https://togithub.com/chromaui/chromatic-cli/compare/v11.2.0...v11.3.0) ##### 🚀 Enhancement - Throw user-friendly error when config file fails to parse as JSON [#​961](https://togithub.com/chromaui/chromatic-cli/pull/961) ([@​ghengeveld](https://togithub.com/ghengeveld)) ##### 🐛 Bug Fix - Suppress issues caused by missing Git remote [#​962](https://togithub.com/chromaui/chromatic-cli/pull/962) ([@​ghengeveld](https://togithub.com/ghengeveld)) - Trim `v` prefix from shipIt's version to avoid double prefixing tags [#​960](https://togithub.com/chromaui/chromatic-cli/pull/960) ([@​ghengeveld](https://togithub.com/ghengeveld)) ##### Authors: 1 - Gert Hengeveld ([@​ghengeveld](https://togithub.com/ghengeveld)) *** ### [`v11.2.0`](https://togithub.com/chromaui/chromatic-cli/blob/HEAD/CHANGELOG.md#v1120-Wed-Mar-20-2024) [Compare Source](https://togithub.com/chromaui/chromatic-cli/compare/v11.1.1...v11.2.0) ##### 🚀 Enhancement - Allow passing both `buildScriptName` and `storybookBuildDir` [#​934](https://togithub.com/chromaui/chromatic-cli/pull/934) (WOU@kmd.dk [@​woutervanvliet](https://togithub.com/woutervanvliet) [@​ghengeveld](https://togithub.com/ghengeveld)) ##### Authors: 3 - Gert Hengeveld ([@​ghengeveld](https://togithub.com/ghengeveld)) - Wouter van Vliet ([@​woutervanvliet](https://togithub.com/woutervanvliet)) - Wouter van Vliet (WOU) (WOU@kmd.dk) *** ### [`v11.1.1`](https://togithub.com/chromaui/chromatic-cli/blob/HEAD/CHANGELOG.md#v1111-Wed-Mar-20-2024) [Compare Source](https://togithub.com/chromaui/chromatic-cli/compare/v11.1.0...v11.1.1) ##### 🐛 Bug Fix - Properly handle GitHub Action inputs that can have multiple values [#​951](https://togithub.com/chromaui/chromatic-cli/pull/951) ([@​tevanoff](https://togithub.com/tevanoff)) - Fix GitHub Action release script using data from Auto shipIt hook rather than from Git [#​956](https://togithub.com/chromaui/chromatic-cli/pull/956) ([@​ghengeveld](https://togithub.com/ghengeveld)) - Bump ip from 2.0.0 to 2.0.1 [#​925](https://togithub.com/chromaui/chromatic-cli/pull/925) ([@​dependabot\[bot\]](https://togithub.com/dependabot\[bot]) [@​ghengeveld](https://togithub.com/ghengeveld)) - Bump vite from 4.4.9 to 4.5.2 [#​895](https://togithub.com/chromaui/chromatic-cli/pull/895) ([@​dependabot\[bot\]](https://togithub.com/dependabot\[bot]) [@​ghengeveld](https://togithub.com/ghengeveld)) - Bump ip from 1.1.5 to 1.1.9 in /subdir [#​926](https://togithub.com/chromaui/chromatic-cli/pull/926) ([@​dependabot\[bot\]](https://togithub.com/dependabot\[bot]) [@​ghengeveld](https://togithub.com/ghengeveld)) - Bump semver from 5.7.1 to 5.7.2 in /subdir [#​786](https://togithub.com/chromaui/chromatic-cli/pull/786) ([@​dependabot\[bot\]](https://togithub.com/dependabot\[bot]) [@​thafryer](https://togithub.com/thafryer) [@​ghengeveld](https://togithub.com/ghengeveld)) ##### Authors: 4 - [@​dependabot\[bot\]](https://togithub.com/dependabot\[bot]) - Gert Hengeveld ([@​ghengeveld](https://togithub.com/ghengeveld)) - Jarel Fryer ([@​thafryer](https://togithub.com/thafryer)) - Todd Evanoff ([@​tevanoff](https://togithub.com/tevanoff)) *** ### [`v11.1.0`](https://togithub.com/chromaui/chromatic-cli/blob/HEAD/CHANGELOG.md#v1110-Tue-Mar-19-2024) [Compare Source](https://togithub.com/chromaui/chromatic-cli/compare/v11.0.8...v11.1.0) ##### 🚀 Enhancement - Add `skipUpdateCheck` option [#​928](https://togithub.com/chromaui/chromatic-cli/pull/928) ([@​work933k](https://togithub.com/work933k) [@​ghengeveld](https://togithub.com/ghengeveld)) ##### 🐛 Bug Fix - Report code coverage to Codacy [#​950](https://togithub.com/chromaui/chromatic-cli/pull/950) ([@​paulelliott](https://togithub.com/paulelliott)) - Fixes for various issues reported by Codacy [#​947](https://togithub.com/chromaui/chromatic-cli/pull/947) ([@​ghengeveld](https://togithub.com/ghengeveld)) - Restrict permissions in GitHub Action workflows [#​946](https://togithub.com/chromaui/chromatic-cli/pull/946) ([@​ghengeveld](https://togithub.com/ghengeveld)) - Tell SB8 users to pass `--stats-json` rather than `--webpack-stats-json` [#​948](https://togithub.com/chromaui/chromatic-cli/pull/948) ([@​tmeasday](https://togithub.com/tmeasday)) ##### Authors: 4 - [@​work933k](https://togithub.com/work933k) - Gert Hengeveld ([@​ghengeveld](https://togithub.com/ghengeveld)) - Paul Elliott ([@​paulelliott](https://togithub.com/paulelliott)) - Tom Coleman ([@​tmeasday](https://togithub.com/tmeasday)) *** ### [`v11.0.8`](https://togithub.com/chromaui/chromatic-cli/blob/HEAD/CHANGELOG.md#v1108-Mon-Mar-11-2024) [Compare Source](https://togithub.com/chromaui/chromatic-cli/compare/v11.0.7...v11.0.8) ##### 🐛 Bug Fix - Fix e2e peer dep versions [#​943](https://togithub.com/chromaui/chromatic-cli/pull/943) ([@​tevanoff](https://togithub.com/tevanoff)) ##### Authors: 1 - Todd Evanoff ([@​tevanoff](https://togithub.com/tevanoff)) ***

Configuration

📅 Schedule: Branch creation - "before 4am on Monday" (UTC), 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 this update again.



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