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

Change Chrome target to 111 #15389

Merged
merged 1 commit into from
Dec 13, 2024
Merged

Change Chrome target to 111 #15389

merged 1 commit into from
Dec 13, 2024

Conversation

philipp-spiess
Copy link
Member

@philipp-spiess philipp-spiess commented Dec 13, 2024

Resolves #15387

This PR changes the Chrome target to 111. We initially picked 120 because of the unnecessary :dir() down-leveling but we that was maybe a bit too recent as it was causing some necessary prefixes to not be generated (e.g. -webkit-background-clip).

This PR changes it to 111 which we require for the color-mix() function. To work around the :dir() down-leveling we also disable the DirSelector lightningcss feature which is used to control this behavior: https://sourcegraph.com/github.com/parcel-bundler/lightningcss/-/blob/src/selector.rs?L1964-1965

@philipp-spiess philipp-spiess force-pushed the fix/update-chrome-target branch from 9ae5250 to 50b3edd Compare December 13, 2024 11:57
@philipp-spiess philipp-spiess marked this pull request as ready for review December 13, 2024 11:57
@philipp-spiess philipp-spiess requested a review from a team as a code owner December 13, 2024 11:57
@RobinMalfait RobinMalfait merged commit 04dcf27 into next Dec 13, 2024
5 checks passed
@RobinMalfait RobinMalfait deleted the fix/update-chrome-target branch December 13, 2024 14:07
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.

2 participants