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 dependency chroma-js to v3 #432

Merged
merged 2 commits into from
Aug 29, 2024
Merged

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Aug 17, 2024

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
chroma-js 2.6.0 -> 3.0.0 age adoption passing confidence

Release Notes

gka/chroma.js (chroma-js)

v3.0.0

Compare Source

  • 🎉 NEW: Add support for modern CSS color spaces. This means you can now export and parse CSS colors in lab(), lch(), oklab(), oklch() space.
  • 🎉 NEW: you can now control the standard white reference point for the CIE Lab and CIE Lch color spaces via setLabWhitePoint.
  • Breaking: color.css() will no longer return legacy CSS colors like rgb(255, 255, 0) but use modern CSS colors like rgb(255 255 0) instead.
  • fix: you can now use chroma.js both via the default export as well as named exports in ES6.
  • fix: switch to W3C implementation of OKLab color space

Configuration

📅 Schedule: Branch creation - "after 9pm,before 9am" in timezone Asia/Shanghai, 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.


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

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

@renovate renovate bot added the renovate label Aug 17, 2024
Copy link

vercel bot commented Aug 17, 2024

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

Name Status Preview Comments Updated (UTC)
shiro ✅ Ready (Inspect) Visit Preview 💬 Add feedback Aug 17, 2024 5:27pm

Copy link

📦 Next.js Bundle Analysis for Shiro

This analysis was generated by the Next.js Bundle Analysis action. 🤖

⚠️ Global Bundle Size Increased

Page Size (compressed)
global 87.46 KB (🟡 +1 B)
Details

The global bundle is the javascript bundle that loads alongside every page. It is in its own category because its impact is much higher - an increase to its size means that every page on your website loads slower, and a decrease means every page loads faster.

Any third party scripts you have added directly to your app using the <script> tag are not accounted for in this analysis

If you want further insight into what is behind the changes, give @next/bundle-analyzer a try!

@Innei Innei merged commit f7ab7e7 into main Aug 29, 2024
4 checks passed
gcaaa31928 added a commit to gcaaa31928/Shiro that referenced this pull request Sep 15, 2024
* chore: rss format compatibility

Signed-off-by: Innei <[email protected]>

* fix: wrapped element `x,y` detection

Signed-off-by: Innei <[email protected]>

* fix(deps): update dependency mermaid to v11 (Innei#442)

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>

* chore(deps): update dependency vite-tsconfig-paths to v5 (Innei#421)

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>

* chore(deps): update dependency rimraf to v6 (Innei#397)

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>

* fix(deps): update all non-major dependencies

* fix(deps): update all non-major dependencies (Innei#424)

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>

* fix(deps): update dependency chroma-js to v3 (Innei#432)

* fix: location reload not working (Innei#431)

* fix(deps): update dependency chroma-js to v3

---------

Co-authored-by: Suemor <[email protected]>
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>

* chore(deps): update dependency postcss-preset-env to v10 (Innei#416)

* fix: location reload not working (Innei#431)

* chore(deps): update dependency postcss-preset-env to v10

---------

Co-authored-by: Suemor <[email protected]>
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>

* chore(deps): update dependency zx to v8.1.5

* fix: link underline style when selected

Signed-off-by: Innei <[email protected]>

* [wip]: test i18n

* fix: i18n on activity

* [wip]

* [wip]: keep going

* [wip]: i18n

---------

Signed-off-by: Innei <[email protected]>
Co-authored-by: Innei <[email protected]>
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: Suemor <[email protected]>
gcaaa31928 added a commit to gcaaa31928/Shiro that referenced this pull request Sep 29, 2024
* chore: rss format compatibility

Signed-off-by: Innei <[email protected]>

* fix: wrapped element `x,y` detection

Signed-off-by: Innei <[email protected]>

* fix(deps): update dependency mermaid to v11 (Innei#442)

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>

* chore(deps): update dependency vite-tsconfig-paths to v5 (Innei#421)

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>

* chore(deps): update dependency rimraf to v6 (Innei#397)

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>

* fix(deps): update all non-major dependencies

* fix(deps): update all non-major dependencies (Innei#424)

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>

* fix(deps): update dependency chroma-js to v3 (Innei#432)

* fix: location reload not working (Innei#431)

* fix(deps): update dependency chroma-js to v3

---------

Co-authored-by: Suemor <[email protected]>
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>

* chore(deps): update dependency postcss-preset-env to v10 (Innei#416)

* fix: location reload not working (Innei#431)

* chore(deps): update dependency postcss-preset-env to v10

---------

Co-authored-by: Suemor <[email protected]>
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>

* chore(deps): update dependency zx to v8.1.5

* fix: link underline style when selected

Signed-off-by: Innei <[email protected]>

* [wip]: test i18n

* fix: i18n on activity

* [wip]

* [wip]: keep going

* [wip]: i18n

---------

Signed-off-by: Innei <[email protected]>
Co-authored-by: Innei <[email protected]>
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: Suemor <[email protected]>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants