chore(deps): update vanilla-extract monorepo#30
Open
renovate[bot] wants to merge 1 commit intomasterfrom
Open
Conversation
9fef197 to
51bdea6
Compare
51bdea6 to
9e62303
Compare
14bde77 to
b5f914f
Compare
b5f914f to
68e775f
Compare
68e775f to
f64d55f
Compare
f64d55f to
a300273
Compare
a300273 to
0c9b3a0
Compare
0c9b3a0 to
bb8fd2d
Compare
bb8fd2d to
65577de
Compare
65577de to
9ba62e6
Compare
9ba62e6 to
edad758
Compare
edad758 to
6ba3225
Compare
9f7f269 to
2ec0e0f
Compare
2ec0e0f to
0252329
Compare
a86a8f0 to
7a5448e
Compare
7a5448e to
6701456
Compare
6701456 to
5e274c2
Compare
5e274c2 to
b79d5b4
Compare
b79d5b4 to
7a90007
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:
0.1.3→0.1.62.1.0→2.1.54.0.4→4.0.20Release Notes
vanilla-extract-css/vanilla-extract (@vanilla-extract/css-utils)
v0.1.6Compare Source
Patch Changes
2b0be1bThanks @askoufis! - Revert "Improve ESM package entrypoints (#1597)" to fixNamed export not founderror when importing ESM entrypointsv0.1.5Compare Source
Patch Changes
a7fccf8Thanks @drwpow! - Fix ESM import pathv0.1.4Compare Source
Patch Changes
b8a99e4980710a34692034d5da43e584edbc3d17Thanks @askoufis! - Addtypesfield topackage.jsonvanilla-extract-css/vanilla-extract (@vanilla-extract/dynamic)
v2.1.5Compare Source
Patch Changes
#1610
2b0be1bThanks @askoufis! - Revert "Improve ESM package entrypoints (#1597)" to fixNamed export not founderror when importing ESM entrypointsUpdated dependencies [
2b0be1b]:v2.1.4Compare Source
Patch Changes
#1597
a7fccf8Thanks @drwpow! - Fix ESM import pathUpdated dependencies [
9d16de8,a7fccf8]:v2.1.3Compare Source
Patch Changes
134117d]:v2.1.2Compare Source
Patch Changes
61878f5fb21a33190ef242551c639e216ba4748a]:v2.1.1Compare Source
Patch Changes
#1335
b8a99e4980710a34692034d5da43e584edbc3d17Thanks @askoufis! - Addtypesfield topackage.jsonUpdated dependencies [
b8a99e4980710a34692034d5da43e584edbc3d17]:vanilla-extract-css/vanilla-extract (@vanilla-extract/vite-plugin)
v4.0.20Compare Source
Patch Changes
#1536
a8248beThanks @askoufis! - Consume compiler API from new@vanilla-extract/compilerpackage instead of@vanilla-extract/integrationUpdated dependencies [
5f66abb,a8248be,a8248be,ec0b024,a8248be]:v4.0.19Compare Source
Patch Changes
v4.0.18Compare Source
Patch Changes
v4.0.17Compare Source
Patch Changes
1fd348aThanks @kube! - Filter outreact-routerVite plugin when creating thevite-nodecompilerv4.0.16Compare Source
Patch Changes
#1482
30c0305Thanks @askoufis! - Fixes a bug where Vanilla Extract files with extensions other thancss.tswere not being invalidated during HMRUpdated dependencies []:
v4.0.15Compare Source
Patch Changes
96dd466127374b21ad7e48e5dd168a03a96af047]:v4.0.14Compare Source
Patch Changes
6668e9e069276b0fd9ccd9668403b4eeb840a11b,61878f5fb21a33190ef242551c639e216ba4748a]:v4.0.13Compare Source
Patch Changes
765b85610207992693a822fb3b1aec995ab48409Thanks @ArrayKnight! - Fixes a bug where changes to.css.tsdependencies of top-level.css.tsfiles would not generate new CSSv4.0.12Compare Source
Patch Changes
124c31c2d9fee24d937c4626cec524d527d4e55e]:v4.0.11Compare Source
Patch Changes
#1395
8d1731b44f8e93153c8087a533e0f9b2ed99767cThanks @askoufis! - Fixes a bug that made the plugin incompatible with frameworks that use custom config filesUpdated dependencies []:
v4.0.10Compare Source
Patch Changes
#1335
b8a99e4980710a34692034d5da43e584edbc3d17Thanks @askoufis! - Addtypesfield topackage.jsonUpdated dependencies [
b8a99e4980710a34692034d5da43e584edbc3d17]:v4.0.9Compare Source
Patch Changes
ce738ba9e9a6b5c72cc7868bed724c816ca3cc4eThanks @askoufis! - Ensure the compiler instance is re-used between buildsv4.0.8Compare Source
Patch Changes
#1397
2232ef4aa0b8410ff791626a951a15cc03dfbb09Thanks @askoufis! - Fixes a bug that was causing output CSS files to not update during watch modeUpdated dependencies [
606660618dc5efa6c529f77cebf9d2b8dc379dbd,e58cf9013c6f6cdfacb2a7936b3354e71138e9fb]:v4.0.7Compare Source
Patch Changes
#1369
05ef2f0Thanks @askoufis! - Fixes a bug where an internal Remix plugin would throw an error inside thevite-nodecompiler#1368
90f0315Thanks @askoufis! - Update@vanilla-extract/integrationdependencyThis fixes a bug where APIs that used the
walkObjectutility (e.g.createTheme) would fail when used with module namespace objects insidevite-node. This was due to the previous implementation using the input object'sconstructorto initialize a clone, which does not work with module namespace objects because they do not have aconstructorfunction.Updated dependencies [
c8aefe0]:v4.0.6Compare Source
Patch Changes
8c2ac42Thanks @askoufis! - Fix.css.tsfile resolution on Windowsv4.0.5Compare Source
Patch Changes
94d5f06Thanks @himself65! - Movevite-nodecompiler creation to a more appropriate plugin hook to ensure correct cleanup of resourcesConfiguration
📅 Schedule: (UTC)
🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.
♻ Rebasing: Whenever PR becomes conflicted, 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.