-
-
Notifications
You must be signed in to change notification settings - Fork 784
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
Conversation
The latest updates on your projects. Learn more about Vercel for Git ↗︎
|
📦 Next.js Bundle Analysis for ShiroThis analysis was generated by the Next.js Bundle Analysis action. 🤖
|
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!
* 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]>
* 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]>
This PR contains the following updates:
2.6.0
->3.0.0
Release Notes
gka/chroma.js (chroma-js)
v3.0.0
Compare Source
lab()
,lch()
,oklab()
,oklch()
space.setLabWhitePoint
.color.css()
will no longer return legacy CSS colors likergb(255, 255, 0)
but use modern CSS colors likergb(255 255 0)
instead.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.
This PR was generated by Mend Renovate. View the repository job log.