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

css, webpack-plugin: Replace chalk dependency with picocolors #1385

Merged
merged 2 commits into from
Apr 29, 2024

Conversation

askoufis
Copy link
Contributor

@askoufis askoufis commented Apr 20, 2024

Fixes #756.

chalk is overkill for our use case. picocolors is very small and simple, and has a browser bundle.

Copy link

changeset-bot bot commented Apr 20, 2024

🦋 Changeset detected

Latest commit: efb80a8

The changes in this PR will be included in the next version bump.

This PR includes changesets to release 19 packages
Name Type
@vanilla-extract/webpack-plugin Patch
@vanilla-extract/css Patch
@vanilla-extract-private/test-helpers Patch
@fixtures/next-app-router Patch
@fixtures/next-pages-router Patch
@fixtures/features Patch
@fixtures/layers Patch
@fixtures/low-level Patch
@fixtures/recipes Patch
@fixtures/sprinkles Patch
@fixtures/template-string-paths Patch
@fixtures/themed Patch
@fixtures/thirdparty Patch
@fixtures/unused-modules Patch
@fixtures/thirdparty-dep Patch
@fixtures/thirdparty-dep-dep Patch
vanilla-extract-example-remix Patch
vanilla-extract-example-webpack-react Patch
@vanilla-extract-private/tests Patch

Not sure what this means? Click here to learn what changesets are.

Click here if you're a maintainer who wants to add another changeset to this PR

@askoufis askoufis changed the title Replace chalk dependency with picocolors css, webpack-plugin:Replace chalk dependency with picocolors Apr 20, 2024
@askoufis askoufis changed the title css, webpack-plugin:Replace chalk dependency with picocolors css, webpack-plugin: Replace chalk dependency with picocolors Apr 20, 2024
@askoufis askoufis enabled auto-merge (squash) April 29, 2024 12:59
@askoufis askoufis merged commit 3df9b4e into master Apr 29, 2024
11 checks passed
@askoufis askoufis deleted the replace-chalk branch April 29, 2024 13:03
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.

@vanilla-extract/css dependency on chalk breaks deployment to Cloudflare Workers
2 participants