fix(deps): update vanilla extract#622
Open
renovate[bot] wants to merge 1 commit into
Open
Conversation
Contributor
|
The latest updates on your projects. Learn more about Vercel for GitHub.
|
|
Collaborator
|
✅ All tests passed!
Click here if you need to update snapshots. |
8a0824c to
7b42a2f
Compare
7b42a2f to
8742992
Compare
8742992 to
cc3a92f
Compare
MaxLee-dev
approved these changes
Jul 10, 2026
cc3a92f to
8e462ca
Compare
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
This PR contains the following updates:
^1.20.1→^1.21.1^1.5.3→^1.5.4^1.6.5→^1.7.0^5.2.2→^5.2.4Release Notes
vanilla-extract-css/vanilla-extract (@vanilla-extract/css)
v1.21.1Compare Source
Patch Changes
#1756
b5ca20aThanks @askoufis! - Fixed a style composition bug that caused incorrect selector substitution in some cases#1758
46eb58cThanks @greymoth-jp! - AddboxOrdinalGroupto the list of unitless properties so numeric values are no longer suffixed withpxv1.21.0Compare Source
Minor Changes
#1749
caacf56Thanks @bschlenk! - AllowcreateGlobalVarto accept a name with a leading--Similar to
createGlobalThemeContract,createGlobalVarnow trims a leading--from the variable name. This can be useful if you want to keep the full variable name searchable in your codebase.EXAMPLE USAGE:
#1720
7bbe189Thanks @cahnory! -style, globalStyle: Add support for@scoperulesEXAMPLE USAGE:
Patch Changes
#1731
aec0ab7Thanks @sashank-gogula-glean! - Fix incorrect class name substitution when composed class lists contain regex metacharactersClass names containing characters such as
(,),+, or.were being interpreted as regex syntax when building the substitution pattern for composed class lists, causing malformed matches. The class list is now escaped before constructing theRegExp.#1740
a4b120fThanks @askoufis! - Fix a bug causingfallbackVarto discard an empty string passed as the fallback valueAn empty string fallback was silently dropped, producing
var(--myVar)instead of the CSS empty-fallback formvar(--myVar, ).fallbackVarnow treats''like any other fallback value.vanilla-extract-css/vanilla-extract (@vanilla-extract/rollup-plugin)
v1.5.4Compare Source
Patch Changes
#1767
45bc884Thanks @askoufis! - Fixed an issue where rolldown builds could fail when emitted CSS asset names include relative paths, such as when processing dependency or nested.css.tsfiles.This may change filepaths in build output (directory prefixes from input paths are no longer included in emitted CSS filenames), but asset contents and import paths in JS output remain correct.
vanilla-extract-css/vanilla-extract (@vanilla-extract/sprinkles)
v1.7.0Compare Source
Minor Changes
#1720
7bbe189Thanks @cahnory! - Add support for@scopetoconditionsEXAMPLE USAGE:
vanilla-extract-css/vanilla-extract (@vanilla-extract/vite-plugin)
v5.2.4Compare Source
Patch Changes
#1765
9c28671Thanks @askoufis! - Fixed a bug that caused Vite to emit empty CSS files when processing Vanilla Extract modules that emit no CSSUpdated dependencies [
9c28671]:v5.2.3Compare Source
Patch Changes
#1718
f9975b5Thanks @MagneH! - FixNo CSS for fileerror in Vite dev mode when virtual CSS modules are resolved through Vite's@id/id wrapperThis was most commonly hit with workspace
.css.tsimports in pnpm monorepos on Windows, where Vite produces ids shaped like@id/C:/..., but it can also occur on macOS/Linux. The plugin now unwraps these ids before resolving the virtual CSS file so they map to the correct compiler cache entry.#1748
792d5c6Thanks @smitev! - Fixed an issue where.css.tsfiles could be left untransformedThis was most commonly hit when using module federation plugins that expose modules as their own chunks, resulting in untransformed runtime
style()calls throwingStyles were unable to be assigned to a file.Configuration
📅 Schedule: (UTC)
🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.
♻ Rebasing: Whenever PR is behind base branch, or you tick the rebase/retry checkbox.
👻 Immortal: This PR will be recreated if closed unmerged. Get config help if that's undesired.
This PR was generated by Mend Renovate. View the repository job log.