diff --git a/Cargo.lock b/Cargo.lock index c1d2bd0b..c13a064d 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -2032,7 +2032,7 @@ checksum = "7da8b5736845d9f2fcb837ea5d9e2628564b3b043a70948a3f0b778838c5fb4f" [[package]] name = "stylex_compiler_rs" -version = "0.6.3" +version = "0.6.4-rc.1" dependencies = [ "color-backtrace", "log", @@ -2050,7 +2050,7 @@ dependencies = [ [[package]] name = "stylex_path_resolver" -version = "0.6.3" +version = "0.6.4-rc.1" dependencies = [ "anyhow", "color-backtrace", @@ -2072,7 +2072,7 @@ dependencies = [ [[package]] name = "stylex_shared" -version = "0.6.3" +version = "0.6.4-rc.1" dependencies = [ "anyhow", "color-backtrace", @@ -2105,7 +2105,7 @@ dependencies = [ [[package]] name = "stylex_test_parser" -version = "0.6.3" +version = "0.6.4-rc.1" dependencies = [ "anyhow", "clap", diff --git a/apps/esbuild-unplugin-example/package.json b/apps/esbuild-unplugin-example/package.json index 7c3f77b8..a84ace36 100644 --- a/apps/esbuild-unplugin-example/package.json +++ b/apps/esbuild-unplugin-example/package.json @@ -1,6 +1,6 @@ { "name": "@stylexswc/esbuild-unplugin-example", - "version": "0.6.3", + "version": "0.6.4-rc.1", "description": "A simple esbuild unplugin example to test @stylexswc/unplugin/esbuild", "private": true, "scripts": { @@ -10,10 +10,10 @@ "license": "MIT", "dependencies": { "@stylexswc/design-system": "workspace:*", - "@stylexswc/rs-compiler": "0.6.3", + "@stylexswc/rs-compiler": "0.6.4-rc.1", "@stylexjs/open-props": "^0.10.1", "@stylexjs/stylex": "^0.10.1", - "@stylexswc/unplugin": "0.6.3", + "@stylexswc/unplugin": "0.6.4-rc.1", "react": "^19.0.0", "react-dom": "^19.0.0" }, diff --git a/apps/farm-unplugin-example/package.json b/apps/farm-unplugin-example/package.json index 79ea2bc1..e439f9f2 100644 --- a/apps/farm-unplugin-example/package.json +++ b/apps/farm-unplugin-example/package.json @@ -1,6 +1,6 @@ { "name": "@stylexswc/farm-unplugin-example", - "version": "0.6.3", + "version": "0.6.4-rc.1", "description": "A simple farm unplugin example to test @stylexswc/unplugin/farm", "private": true, "type": "module", @@ -11,10 +11,10 @@ "license": "MIT", "dependencies": { "@stylexswc/design-system": "workspace:*", - "@stylexswc/rs-compiler": "0.6.3", + "@stylexswc/rs-compiler": "0.6.4-rc.1", "@stylexjs/open-props": "^0.10.1", "@stylexjs/stylex": "^0.10.1", - "@stylexswc/unplugin": "0.6.3", + "@stylexswc/unplugin": "0.6.4-rc.1", "react": "^19.0.0", "react-dom": "^19.0.0" }, diff --git a/apps/nextjs-example/package.json b/apps/nextjs-example/package.json index 35d97151..4f7a55f2 100644 --- a/apps/nextjs-example/package.json +++ b/apps/nextjs-example/package.json @@ -1,6 +1,6 @@ { "name": "@stylexswc/next-example", - "version": "0.6.3", + "version": "0.6.4-rc.1", "private": true, "scripts": { "clean": "rimraf .next", @@ -17,8 +17,8 @@ }, "dependencies": { "@stylexswc/design-system": "workspace:*", - "@stylexswc/jest": "0.6.3", - "@stylexswc/nextjs-plugin": "0.6.3", + "@stylexswc/jest": "0.6.4-rc.1", + "@stylexswc/nextjs-plugin": "0.6.4-rc.1", "@stylexjs/open-props": "^0.10.1", "@stylexjs/stylex": "^0.10.1", "next": "15.1.2", @@ -34,7 +34,7 @@ "jest": "^29.7.0", "jest-environment-jsdom": "29.7.0", "@stylexjs/eslint-plugin": "^0.10.1", - "@stylexswc/rs-compiler": "0.6.3", + "@stylexswc/rs-compiler": "0.6.4-rc.1", "@types/node": "^22.5.1", "@types/react": "^19.0.1", "@types/react-dom": "^19.0.2", diff --git a/apps/nextjs-postcss-example/package.json b/apps/nextjs-postcss-example/package.json index 1e87c522..0984f984 100644 --- a/apps/nextjs-postcss-example/package.json +++ b/apps/nextjs-postcss-example/package.json @@ -1,6 +1,6 @@ { "name": "@stylexswc/next-postcss-example", - "version": "0.6.3", + "version": "0.6.4-rc.1", "private": true, "scripts": { "clean": "rimraf .next", @@ -16,14 +16,14 @@ "@stylexswc/design-system": "workspace:*", "@stylexjs/open-props": "^0.10.1", "@stylexjs/stylex": "^0.10.1", - "@stylexswc/nextjs-plugin": "0.6.3", + "@stylexswc/nextjs-plugin": "0.6.4-rc.1", "next": "15.1.2", "react": "^19.0.0", "react-dom": "^19.0.0" }, "devDependencies": { "autoprefixer": "^10.4.20", - "@stylexswc/postcss-plugin": "0.6.3", + "@stylexswc/postcss-plugin": "0.6.4-rc.1", "@stylexjs/eslint-plugin": "^0.10.1", "@types/node": "^22.5.1", "@types/react": "^19.0.1", diff --git a/apps/rollup-example/package.json b/apps/rollup-example/package.json index ee7b1e58..d6f35cd0 100644 --- a/apps/rollup-example/package.json +++ b/apps/rollup-example/package.json @@ -1,6 +1,6 @@ { "name": "@stylexswc/rollup-example", - "version": "0.6.3", + "version": "0.6.4-rc.1", "description": "A simple rollup example to test @stylexswc/rollup-plugin", "private": true, "scripts": { @@ -10,6 +10,6 @@ "license": "MIT", "dependencies": { "@stylexjs/stylex": "^0.10.1", - "@stylexswc/rollup-plugin": "0.6.3" + "@stylexswc/rollup-plugin": "0.6.4-rc.1" } } diff --git a/apps/rollup-unplugin-example/package.json b/apps/rollup-unplugin-example/package.json index 138071d1..1cfda4e5 100644 --- a/apps/rollup-unplugin-example/package.json +++ b/apps/rollup-unplugin-example/package.json @@ -1,6 +1,6 @@ { "name": "@stylexswc/rollup-unplugin-example", - "version": "0.6.3", + "version": "0.6.4-rc.1", "description": "A simple rollup unplugin example to test @stylexswc/unplugin/rollup", "private": true, "scripts": { @@ -10,10 +10,10 @@ "license": "MIT", "dependencies": { "@stylexswc/design-system": "workspace:*", - "@stylexswc/rs-compiler": "0.6.3", + "@stylexswc/rs-compiler": "0.6.4-rc.1", "@stylexjs/open-props": "^0.10.1", "@stylexjs/stylex": "^0.10.1", - "@stylexswc/unplugin": "0.6.3", + "@stylexswc/unplugin": "0.6.4-rc.1", "react": "^19.0.0", "react-dom": "^19.0.0" }, diff --git a/apps/rsbuild-unplugin-example/package.json b/apps/rsbuild-unplugin-example/package.json index 7b5009df..58dc4c55 100644 --- a/apps/rsbuild-unplugin-example/package.json +++ b/apps/rsbuild-unplugin-example/package.json @@ -1,6 +1,6 @@ { "name": "@stylexswc/rsbuild-unplugin-example", - "version": "0.6.3", + "version": "0.6.4-rc.1", "description": "A simple rsbuild unplugin example to test @stylexswc/unplugin/rspack", "private": true, "scripts": { @@ -10,10 +10,10 @@ "license": "MIT", "dependencies": { "@stylexswc/design-system": "workspace:*", - "@stylexswc/rs-compiler": "0.6.3", + "@stylexswc/rs-compiler": "0.6.4-rc.1", "@stylexjs/open-props": "^0.10.1", "@stylexjs/stylex": "^0.10.1", - "@stylexswc/unplugin": "0.6.3", + "@stylexswc/unplugin": "0.6.4-rc.1", "react": "^19.0.0", "react-dom": "^19.0.0" }, diff --git a/apps/rspack-unplugin-example/package.json b/apps/rspack-unplugin-example/package.json index 8fb8b0ba..eb7617d1 100644 --- a/apps/rspack-unplugin-example/package.json +++ b/apps/rspack-unplugin-example/package.json @@ -1,6 +1,6 @@ { "name": "@stylexswc/rspack-unplugin-example", - "version": "0.6.3", + "version": "0.6.4-rc.1", "description": "A simple rspack unplugin example to test @stylexswc/unplugin/rspack", "private": true, "scripts": { @@ -10,10 +10,10 @@ "license": "MIT", "dependencies": { "@stylexswc/design-system": "workspace:*", - "@stylexswc/rs-compiler": "0.6.3", + "@stylexswc/rs-compiler": "0.6.4-rc.1", "@stylexjs/open-props": "^0.10.1", "@stylexjs/stylex": "^0.10.1", - "@stylexswc/unplugin": "0.6.3", + "@stylexswc/unplugin": "0.6.4-rc.1", "react": "^19.0.0", "react-dom": "^19.0.0" }, diff --git a/apps/solid-unplugin-example/package.json b/apps/solid-unplugin-example/package.json index 65eebe66..e428648e 100644 --- a/apps/solid-unplugin-example/package.json +++ b/apps/solid-unplugin-example/package.json @@ -1,6 +1,6 @@ { "name": "@stylexswc/solid-unplugin-example", - "version": "0.6.3", + "version": "0.6.4-rc.1", "description": "A simple solid unplugin example to test @stylexswc/unplugin/solid", "private": true, "type": "module", @@ -11,10 +11,10 @@ "license": "MIT", "dependencies": { "@stylexswc/design-system": "workspace:*", - "@stylexswc/rs-compiler": "0.6.3", + "@stylexswc/rs-compiler": "0.6.4-rc.1", "@stylexjs/open-props": "^0.10.1", "@stylexjs/stylex": "^0.10.1", - "@stylexswc/unplugin": "0.6.3", + "@stylexswc/unplugin": "0.6.4-rc.1", "react": "^19.0.0", "react-dom": "^19.0.0" }, diff --git a/apps/vite-unplugin-example/package.json b/apps/vite-unplugin-example/package.json index a5996356..17f13435 100644 --- a/apps/vite-unplugin-example/package.json +++ b/apps/vite-unplugin-example/package.json @@ -1,6 +1,6 @@ { "name": "@stylexswc/vite-unplugin-example", - "version": "0.6.3", + "version": "0.6.4-rc.1", "description": "A simple vite unplugin example to test @stylexswc/unplugin/vite", "private": true, "scripts": { @@ -10,10 +10,10 @@ "license": "MIT", "dependencies": { "@stylexswc/design-system": "workspace:*", - "@stylexswc/rs-compiler": "0.6.3", + "@stylexswc/rs-compiler": "0.6.4-rc.1", "@stylexjs/open-props": "^0.10.1", "@stylexjs/stylex": "^0.10.1", - "@stylexswc/unplugin": "0.6.3", + "@stylexswc/unplugin": "0.6.4-rc.1", "react": "^19.0.0", "react-dom": "^19.0.0" }, diff --git a/apps/vue-unplugin-example/package.json b/apps/vue-unplugin-example/package.json index 5e32dbe2..e24e65db 100644 --- a/apps/vue-unplugin-example/package.json +++ b/apps/vue-unplugin-example/package.json @@ -1,6 +1,6 @@ { "name": "@stylexswc/vue-unplugin-example", - "version": "0.6.3", + "version": "0.6.4-rc.1", "description": "A simple vue unplugin example to test @stylexswc/unplugin/vue", "private": true, "scripts": { @@ -10,10 +10,10 @@ "license": "MIT", "dependencies": { "@stylexswc/design-system": "workspace:*", - "@stylexswc/rs-compiler": "0.6.3", + "@stylexswc/rs-compiler": "0.6.4-rc.1", "@stylexjs/open-props": "^0.10.1", "@stylexjs/stylex": "^0.10.1", - "@stylexswc/unplugin": "0.6.3", + "@stylexswc/unplugin": "0.6.4-rc.1", "vue": "^3.5.12" }, "devDependencies": { diff --git a/apps/webpack-example/package.json b/apps/webpack-example/package.json index 44be549a..e10368ee 100644 --- a/apps/webpack-example/package.json +++ b/apps/webpack-example/package.json @@ -1,6 +1,6 @@ { "name": "@stylexswc/webpack-example", - "version": "0.6.3", + "version": "0.6.4-rc.1", "description": "A simple webpack example to test stylexswc/webpack-plugin", "main": "./dist/index.js", "private": true, @@ -13,7 +13,7 @@ "@stylexjs/stylex": "^0.10.1" }, "devDependencies": { - "@stylexswc/webpack-plugin": "0.6.3", + "@stylexswc/webpack-plugin": "0.6.4-rc.1", "html-webpack-plugin": "^5.6.0", "webpack": "^5.94.0", "webpack-cli": "^5.1.4", diff --git a/apps/webpack-unplugin-example/package.json b/apps/webpack-unplugin-example/package.json index 21f4add2..dd26ed12 100644 --- a/apps/webpack-unplugin-example/package.json +++ b/apps/webpack-unplugin-example/package.json @@ -1,6 +1,6 @@ { "name": "@stylexswc/webpack-unplugin-example", - "version": "0.6.3", + "version": "0.6.4-rc.1", "description": "A simple webpack unplugin example to test @stylexswc/unplugin/webpack", "private": true, "scripts": { @@ -10,10 +10,10 @@ "license": "MIT", "dependencies": { "@stylexswc/design-system": "workspace:*", - "@stylexswc/rs-compiler": "0.6.3", + "@stylexswc/rs-compiler": "0.6.4-rc.1", "@stylexjs/open-props": "^0.10.1", "@stylexjs/stylex": "^0.10.1", - "@stylexswc/unplugin": "0.6.3", + "@stylexswc/unplugin": "0.6.4-rc.1", "react": "^19.0.0", "react-dom": "^19.0.0" }, diff --git a/crates/stylex-path-resolver/Cargo.toml b/crates/stylex-path-resolver/Cargo.toml index 27d2ac87..151bbd81 100644 --- a/crates/stylex-path-resolver/Cargo.toml +++ b/crates/stylex-path-resolver/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "stylex_path_resolver" -version = "0.6.3" +version = "0.6.4-rc.1" edition = "2021" rust-version = "1.82.0" description = "Path resolver for StyleX SWC plugin" diff --git a/crates/stylex-path-resolver/fixtures/application-npm/apps/web/package.json b/crates/stylex-path-resolver/fixtures/application-npm/apps/web/package.json index 69346a01..2a47cbfe 100644 --- a/crates/stylex-path-resolver/fixtures/application-npm/apps/web/package.json +++ b/crates/stylex-path-resolver/fixtures/application-npm/apps/web/package.json @@ -1,6 +1,6 @@ { "name": "application-npm", - "version": "0.6.3", + "version": "0.6.4-rc.1", "dependencies": { "stylex-lib-pnpm": "*", "@stylex/lib-exports-dist-pnpm": "*", diff --git a/crates/stylex-path-resolver/fixtures/application-npm/package.json b/crates/stylex-path-resolver/fixtures/application-npm/package.json index e13df080..eb1ac8d8 100644 --- a/crates/stylex-path-resolver/fixtures/application-npm/package.json +++ b/crates/stylex-path-resolver/fixtures/application-npm/package.json @@ -1,6 +1,6 @@ { "name": "application-pnpm", - "version": "0.6.3", + "version": "0.6.4-rc.1", "workspaces": [ "apps/*", "packages/*" diff --git a/crates/stylex-path-resolver/fixtures/application-pnpm/package.json b/crates/stylex-path-resolver/fixtures/application-pnpm/package.json index 5a5b8968..d55b4dd4 100644 --- a/crates/stylex-path-resolver/fixtures/application-pnpm/package.json +++ b/crates/stylex-path-resolver/fixtures/application-pnpm/package.json @@ -1,6 +1,6 @@ { "name": "application-pnpm", - "version": "0.6.3", + "version": "0.6.4-rc.1", "dependencies": { "stylex-lib-pnpm": "*", "@stylex/lib-exports-dist-pnpm": "*", diff --git a/crates/stylex-path-resolver/fixtures/exports/package.json b/crates/stylex-path-resolver/fixtures/exports/package.json index 7bd39a71..61c327f2 100644 --- a/crates/stylex-path-resolver/fixtures/exports/package.json +++ b/crates/stylex-path-resolver/fixtures/exports/package.json @@ -1,6 +1,6 @@ { "name": "exports-app", - "version": "0.6.3", + "version": "0.6.4-rc.1", "dependencies": { "stylex-lib-dist-main": "*", "stylex-lib-dist-module": "*", diff --git a/crates/stylex-path-resolver/fixtures/workspace-npm/apps/web/package.json b/crates/stylex-path-resolver/fixtures/workspace-npm/apps/web/package.json index 01a6314d..1ce71799 100644 --- a/crates/stylex-path-resolver/fixtures/workspace-npm/apps/web/package.json +++ b/crates/stylex-path-resolver/fixtures/workspace-npm/apps/web/package.json @@ -1,6 +1,6 @@ { "name": "workspace-app", - "version": "0.6.3", + "version": "0.6.4-rc.1", "dependencies": { "@stylex/theme-lib-main-dist": "workspace:^", "@stylex/theme-lib": "workspace:^", diff --git a/crates/stylex-path-resolver/fixtures/workspace-pnpm/package.json b/crates/stylex-path-resolver/fixtures/workspace-pnpm/package.json index 01a6314d..1ce71799 100644 --- a/crates/stylex-path-resolver/fixtures/workspace-pnpm/package.json +++ b/crates/stylex-path-resolver/fixtures/workspace-pnpm/package.json @@ -1,6 +1,6 @@ { "name": "workspace-app", - "version": "0.6.3", + "version": "0.6.4-rc.1", "dependencies": { "@stylex/theme-lib-main-dist": "workspace:^", "@stylex/theme-lib": "workspace:^", diff --git a/crates/stylex-path-resolver/package.json b/crates/stylex-path-resolver/package.json index 032364d0..2f576f2d 100644 --- a/crates/stylex-path-resolver/package.json +++ b/crates/stylex-path-resolver/package.json @@ -1,7 +1,7 @@ { "name": "@stylexswc/path-resolver", "description": "SWC lib for path imports resolving for SWC StyleX plugin", - "version": "0.6.3", + "version": "0.6.4-rc.1", "config": { "scripty": { "path": "../../scripts/packages" diff --git a/crates/stylex-rs-compiler/Cargo.toml b/crates/stylex-rs-compiler/Cargo.toml index e33e490b..8a222027 100644 --- a/crates/stylex-rs-compiler/Cargo.toml +++ b/crates/stylex-rs-compiler/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "stylex_compiler_rs" -version = "0.6.3" +version = "0.6.4-rc.1" edition = "2021" license.workspace = true repository.workspace = true diff --git a/crates/stylex-rs-compiler/__test__/package.json b/crates/stylex-rs-compiler/__test__/package.json index b7c6895a..eb46c2e1 100644 --- a/crates/stylex-rs-compiler/__test__/package.json +++ b/crates/stylex-rs-compiler/__test__/package.json @@ -1,4 +1,4 @@ { "type": "module", - "version": "0.6.3" + "version": "0.6.4-rc.1" } diff --git a/crates/stylex-rs-compiler/benchmark/package.json b/crates/stylex-rs-compiler/benchmark/package.json index b7c6895a..eb46c2e1 100644 --- a/crates/stylex-rs-compiler/benchmark/package.json +++ b/crates/stylex-rs-compiler/benchmark/package.json @@ -1,4 +1,4 @@ { "type": "module", - "version": "0.6.3" + "version": "0.6.4-rc.1" } diff --git a/crates/stylex-rs-compiler/npm/darwin-arm64/package.json b/crates/stylex-rs-compiler/npm/darwin-arm64/package.json index 64c72c3d..caeab2a5 100644 --- a/crates/stylex-rs-compiler/npm/darwin-arm64/package.json +++ b/crates/stylex-rs-compiler/npm/darwin-arm64/package.json @@ -1,6 +1,6 @@ { "name": "@stylexswc/rs-compiler-darwin-arm64", - "version": "0.6.3", + "version": "0.6.4-rc.1", "private": false, "os": [ "darwin" diff --git a/crates/stylex-rs-compiler/npm/darwin-x64/package.json b/crates/stylex-rs-compiler/npm/darwin-x64/package.json index e02652e3..9e27c69c 100644 --- a/crates/stylex-rs-compiler/npm/darwin-x64/package.json +++ b/crates/stylex-rs-compiler/npm/darwin-x64/package.json @@ -1,6 +1,6 @@ { "name": "@stylexswc/rs-compiler-darwin-x64", - "version": "0.6.3", + "version": "0.6.4-rc.1", "private": false, "os": [ "darwin" diff --git a/crates/stylex-rs-compiler/npm/linux-arm64-gnu/package.json b/crates/stylex-rs-compiler/npm/linux-arm64-gnu/package.json index fe041b68..17bc361e 100644 --- a/crates/stylex-rs-compiler/npm/linux-arm64-gnu/package.json +++ b/crates/stylex-rs-compiler/npm/linux-arm64-gnu/package.json @@ -1,6 +1,6 @@ { "name": "@stylexswc/rs-compiler-linux-arm64-gnu", - "version": "0.6.3", + "version": "0.6.4-rc.1", "private": false, "os": [ "linux" diff --git a/crates/stylex-rs-compiler/npm/linux-x64-gnu/package.json b/crates/stylex-rs-compiler/npm/linux-x64-gnu/package.json index a482f3ae..605054a8 100644 --- a/crates/stylex-rs-compiler/npm/linux-x64-gnu/package.json +++ b/crates/stylex-rs-compiler/npm/linux-x64-gnu/package.json @@ -1,6 +1,6 @@ { "name": "@stylexswc/rs-compiler-linux-x64-gnu", - "version": "0.6.3", + "version": "0.6.4-rc.1", "private": false, "os": [ "linux" diff --git a/crates/stylex-rs-compiler/npm/linux-x64-musl/package.json b/crates/stylex-rs-compiler/npm/linux-x64-musl/package.json index e8068d5c..c72b18f7 100644 --- a/crates/stylex-rs-compiler/npm/linux-x64-musl/package.json +++ b/crates/stylex-rs-compiler/npm/linux-x64-musl/package.json @@ -1,6 +1,6 @@ { "name": "@stylexswc/rs-compiler-linux-x64-musl", - "version": "0.6.3", + "version": "0.6.4-rc.1", "private": false, "os": [ "linux" diff --git a/crates/stylex-rs-compiler/npm/win32-x64-msvc/package.json b/crates/stylex-rs-compiler/npm/win32-x64-msvc/package.json index 5cab5186..4c2340f7 100644 --- a/crates/stylex-rs-compiler/npm/win32-x64-msvc/package.json +++ b/crates/stylex-rs-compiler/npm/win32-x64-msvc/package.json @@ -1,6 +1,6 @@ { "name": "@stylexswc/rs-compiler-win32-x64-msvc", - "version": "0.6.3", + "version": "0.6.4-rc.1", "private": false, "os": [ "win32" diff --git a/crates/stylex-rs-compiler/package.json b/crates/stylex-rs-compiler/package.json index dcbfa475..8e6681c7 100644 --- a/crates/stylex-rs-compiler/package.json +++ b/crates/stylex-rs-compiler/package.json @@ -1,7 +1,7 @@ { "name": "@stylexswc/rs-compiler", "description": "NAPI-RS compiler for transform StyleX code", - "version": "0.6.3", + "version": "0.6.4-rc.1", "ava": { "extensions": { "ts": "module" @@ -25,7 +25,7 @@ "@napi-rs/cli": "^2.18.4", "@stylexjs/open-props": "^0.10.1", "@stylexjs/stylex": "^0.10.1", - "@stylexswc/shared": "0.6.3", + "@stylexswc/shared": "0.6.4-rc.1", "@swc-node/register": "^1.10.6", "@swc/core": "^1.6.13", "@taplo/cli": "^0.7.0", diff --git a/crates/stylex-shared/Cargo.toml b/crates/stylex-shared/Cargo.toml index dd917b02..a077372a 100644 --- a/crates/stylex-shared/Cargo.toml +++ b/crates/stylex-shared/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "stylex_shared" -version = "0.6.3" +version = "0.6.4-rc.1" edition = "2021" rust-version = "1.82.0" description = "Shared SWC tranformer for StyleX" diff --git a/crates/stylex-shared/package.json b/crates/stylex-shared/package.json index 7d826f09..1df9bfcf 100644 --- a/crates/stylex-shared/package.json +++ b/crates/stylex-shared/package.json @@ -1,14 +1,14 @@ { "name": "@stylexswc/shared", "description": "Shared code for stylex-swc-plugin and stylex-rs-compiler", - "version": "0.6.3", + "version": "0.6.4-rc.1", "config": { "scripty": { "path": "../../scripts/packages" } }, "devDependencies": { - "@stylexswc/path-resolver": "0.6.3", + "@stylexswc/path-resolver": "0.6.4-rc.1", "@taplo/cli": "^0.7.0", "npm-run-all2": "^6.2.2", "prettier": "^3.3.3" diff --git a/crates/stylex-shared/src/shared/structures/tests/fixtures/package_json_with_name/package.json b/crates/stylex-shared/src/shared/structures/tests/fixtures/package_json_with_name/package.json index 7f3d7d41..ec5cdfd8 100644 --- a/crates/stylex-shared/src/shared/structures/tests/fixtures/package_json_with_name/package.json +++ b/crates/stylex-shared/src/shared/structures/tests/fixtures/package_json_with_name/package.json @@ -1,4 +1,4 @@ { "name": "package_json_with_name", - "version": "0.6.3" + "version": "0.6.4-rc.1" } diff --git a/crates/stylex-shared/src/shared/structures/tests/fixtures/package_json_without_name/package.json b/crates/stylex-shared/src/shared/structures/tests/fixtures/package_json_without_name/package.json index 5cca3e44..a8b6d2e8 100644 --- a/crates/stylex-shared/src/shared/structures/tests/fixtures/package_json_without_name/package.json +++ b/crates/stylex-shared/src/shared/structures/tests/fixtures/package_json_without_name/package.json @@ -1,3 +1,3 @@ { - "version": "0.6.3" + "version": "0.6.4-rc.1" } diff --git a/crates/stylex-test-parser/Cargo.toml b/crates/stylex-test-parser/Cargo.toml index 97d9d59e..328ddf75 100644 --- a/crates/stylex-test-parser/Cargo.toml +++ b/crates/stylex-test-parser/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "stylex_test_parser" -version = "0.6.3" +version = "0.6.4-rc.1" edition = "2021" rust-version = "1.82.0" description = "Test parser for StyleX" diff --git a/crates/stylex-test-parser/package.json b/crates/stylex-test-parser/package.json index 93b8ffbf..d5ed7790 100644 --- a/crates/stylex-test-parser/package.json +++ b/crates/stylex-test-parser/package.json @@ -1,7 +1,7 @@ { "name": "@stylexswc/test-parser", "description": "Parse origin jest stylex test files", - "version": "0.6.3", + "version": "0.6.4-rc.1", "config": { "scripty": { "path": "../../scripts/packages" diff --git a/package.json b/package.json index 1e261519..2c170ee1 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@stylexswc/stylexswc", - "version": "0.6.3", + "version": "0.6.4-rc.1", "private": true, "scripts": { "build": "turbo run build", diff --git a/packages/design-system/package.json b/packages/design-system/package.json index c4909881..1760bdc1 100644 --- a/packages/design-system/package.json +++ b/packages/design-system/package.json @@ -1,7 +1,7 @@ { "name": "@stylexswc/design-system", "description": "A design system for stylex workspace examples", - "version": "0.6.3", + "version": "0.6.4-rc.1", "config": { "scripty": { "path": "../../scripts/packages" diff --git a/packages/eslint-config/package.json b/packages/eslint-config/package.json index 65775d4d..7f28323f 100644 --- a/packages/eslint-config/package.json +++ b/packages/eslint-config/package.json @@ -1,6 +1,6 @@ { "name": "@stylexswc/eslint-config", - "version": "0.6.3", + "version": "0.6.4-rc.1", "dependencies": { "eslint": "^8.57.0" }, diff --git a/packages/jest/package.json b/packages/jest/package.json index b58fccbd..58fadf9a 100644 --- a/packages/jest/package.json +++ b/packages/jest/package.json @@ -1,21 +1,21 @@ { "name": "@stylexswc/jest", "description": "Jest transformer for Stylex SWC", - "version": "0.6.3", + "version": "0.6.4-rc.1", "config": { "scripty": { "path": "../../scripts/packages" } }, "dependencies": { - "@stylexswc/rs-compiler": "0.6.3" + "@stylexswc/rs-compiler": "0.6.4-rc.1" }, "devDependencies": { "@babel/types": "^7.23.9", "@jest/transform": "^29.7.0", "@jest/types": "^29.5.14", - "@stylexswc/eslint-config": "0.6.3", - "@stylexswc/typescript-config": "0.6.3" + "@stylexswc/eslint-config": "0.6.4-rc.1", + "@stylexswc/typescript-config": "0.6.4-rc.1" }, "files": [ "dist" diff --git a/packages/nextjs-plugin/package.json b/packages/nextjs-plugin/package.json index 12726ae0..baf4244d 100644 --- a/packages/nextjs-plugin/package.json +++ b/packages/nextjs-plugin/package.json @@ -1,20 +1,20 @@ { "name": "@stylexswc/nextjs-plugin", "description": "StyleX NextJS plugin with NAPI-RS compiler", - "version": "0.6.3", + "version": "0.6.4-rc.1", "config": { "scripty": { "path": "../../scripts/packages" } }, "dependencies": { - "@stylexswc/rs-compiler": "0.6.3", - "@stylexswc/webpack-plugin": "0.6.3" + "@stylexswc/rs-compiler": "0.6.4-rc.1", + "@stylexswc/webpack-plugin": "0.6.4-rc.1" }, "devDependencies": { "@babel/types": "^7.23.9", - "@stylexswc/eslint-config": "0.6.3", - "@stylexswc/typescript-config": "0.6.3", + "@stylexswc/eslint-config": "0.6.4-rc.1", + "@stylexswc/typescript-config": "0.6.4-rc.1", "@types/babel__core": "^7.20.5", "@types/node": "^22.5.1", "next": "^15.1.2", diff --git a/packages/postcss-plugin/package.json b/packages/postcss-plugin/package.json index 923d70cd..05522f59 100644 --- a/packages/postcss-plugin/package.json +++ b/packages/postcss-plugin/package.json @@ -1,7 +1,7 @@ { "name": "@stylexswc/postcss-plugin", "description": "StyleX PostCSS plugin with NAPI-RS compiler", - "version": "0.6.3", + "version": "0.6.4-rc.1", "config": { "scripty": { "path": "../../scripts/packages" @@ -9,7 +9,7 @@ }, "dependencies": { "@stylexjs/babel-plugin": "^0.10.1", - "@stylexswc/rs-compiler": "0.6.3", + "@stylexswc/rs-compiler": "0.6.4-rc.1", "fast-glob": "^3.3.2", "glob-parent": "^6.0.2", "is-glob": "^4.0.3", @@ -17,8 +17,8 @@ }, "devDependencies": { "@babel/types": "^7.23.9", - "@stylexswc/eslint-config": "0.6.3", - "@stylexswc/typescript-config": "0.6.3", + "@stylexswc/eslint-config": "0.6.4-rc.1", + "@stylexswc/typescript-config": "0.6.4-rc.1", "@types/babel__core": "^7.20.5", "@types/glob-parent": "^5.1.3", "@types/is-glob": "^4.0.4", diff --git a/packages/rollup-plugin/package.json b/packages/rollup-plugin/package.json index 2837fd7f..9767eb63 100644 --- a/packages/rollup-plugin/package.json +++ b/packages/rollup-plugin/package.json @@ -1,7 +1,7 @@ { "name": "@stylexswc/rollup-plugin", "description": "StyleX rollup plugin with NAPI-RS compiler", - "version": "0.6.3", + "version": "0.6.4-rc.1", "config": { "scripty": { "path": "../../scripts/packages" @@ -9,7 +9,7 @@ }, "dependencies": { "@stylexjs/babel-plugin": "^0.10.1", - "@stylexswc/rs-compiler": "0.6.3", + "@stylexswc/rs-compiler": "0.6.4-rc.1", "lightningcss": "^1.27.0" }, "devDependencies": { diff --git a/packages/typescript-config/package.json b/packages/typescript-config/package.json index fff6f23a..0c855e06 100644 --- a/packages/typescript-config/package.json +++ b/packages/typescript-config/package.json @@ -1,6 +1,6 @@ { "name": "@stylexswc/typescript-config", - "version": "0.6.3", + "version": "0.6.4-rc.1", "license": "MIT", "private": true, "publishConfig": { diff --git a/packages/unplugin/package.json b/packages/unplugin/package.json index ab1288a0..f74c50e0 100644 --- a/packages/unplugin/package.json +++ b/packages/unplugin/package.json @@ -1,7 +1,7 @@ { "name": "@stylexswc/unplugin", "type": "module", - "version": "0.6.3", + "version": "0.6.4-rc.1", "packageManager": "pnpm@9.9.0", "description": "Unplugin for StyleX RS compiler", "license": "MIT", @@ -147,7 +147,7 @@ }, "dependencies": { "@stylexjs/babel-plugin": "^0.10.1", - "@stylexswc/rs-compiler": "0.6.3", + "@stylexswc/rs-compiler": "0.6.4-rc.1", "unplugin": "^1.16.1", "vite": "^5.4.12", "vite-plugin-inspect": "^0.8.7" diff --git a/packages/unplugin/playground/package.json b/packages/unplugin/playground/package.json index ee728e85..63f83ee6 100644 --- a/packages/unplugin/playground/package.json +++ b/packages/unplugin/playground/package.json @@ -7,5 +7,5 @@ "vite": "^5.4.10", "vite-plugin-inspect": "^0.8.7" }, - "version": "0.6.3" + "version": "0.6.4-rc.1" } diff --git a/packages/webpack-plugin/package.json b/packages/webpack-plugin/package.json index f46f246d..bb506e24 100644 --- a/packages/webpack-plugin/package.json +++ b/packages/webpack-plugin/package.json @@ -1,7 +1,7 @@ { "name": "@stylexswc/webpack-plugin", "description": "StyleX webpack plugin with NAPI-RS compiler", - "version": "0.6.3", + "version": "0.6.4-rc.1", "config": { "scripty": { "path": "../../scripts/packages" @@ -9,13 +9,13 @@ }, "dependencies": { "@stylexjs/babel-plugin": "^0.10.1", - "@stylexswc/rs-compiler": "0.6.3", + "@stylexswc/rs-compiler": "0.6.4-rc.1", "loader-utils": "^3.3.1" }, "devDependencies": { "@babel/types": "^7.23.9", - "@stylexswc/eslint-config": "0.6.3", - "@stylexswc/typescript-config": "0.6.3", + "@stylexswc/eslint-config": "0.6.4-rc.1", + "@stylexswc/typescript-config": "0.6.4-rc.1", "@types/babel__core": "^7.20.5", "@types/loader-utils": "^2.0.6", "@types/node": "^22.5.1", diff --git a/pnpm-lock.yaml b/pnpm-lock.yaml index 50147bc3..c94eecfc 100644 --- a/pnpm-lock.yaml +++ b/pnpm-lock.yaml @@ -87,10 +87,10 @@ importers: specifier: workspace:* version: link:../../packages/design-system '@stylexswc/rs-compiler': - specifier: 0.6.3 + specifier: 0.6.4-rc.1 version: link:../../crates/stylex-rs-compiler '@stylexswc/unplugin': - specifier: 0.6.3 + specifier: 0.6.4-rc.1 version: link:../../packages/unplugin react: specifier: ^19.0.0 @@ -121,10 +121,10 @@ importers: specifier: workspace:* version: link:../../packages/design-system '@stylexswc/rs-compiler': - specifier: 0.6.3 + specifier: 0.6.4-rc.1 version: link:../../crates/stylex-rs-compiler '@stylexswc/unplugin': - specifier: 0.6.3 + specifier: 0.6.4-rc.1 version: link:../../packages/unplugin react: specifier: ^19.0.0 @@ -164,10 +164,10 @@ importers: specifier: workspace:* version: link:../../packages/design-system '@stylexswc/jest': - specifier: 0.6.3 + specifier: 0.6.4-rc.1 version: link:../../packages/jest '@stylexswc/nextjs-plugin': - specifier: 0.6.3 + specifier: 0.6.4-rc.1 version: link:../../packages/nextjs-plugin next: specifier: 15.1.2 @@ -183,7 +183,7 @@ importers: specifier: ^0.10.1 version: 0.10.1 '@stylexswc/rs-compiler': - specifier: 0.6.3 + specifier: 0.6.4-rc.1 version: link:../../crates/stylex-rs-compiler '@swc/jest': specifier: ^0.2.37 @@ -243,7 +243,7 @@ importers: specifier: workspace:* version: link:../../packages/design-system '@stylexswc/nextjs-plugin': - specifier: 0.6.3 + specifier: 0.6.4-rc.1 version: link:../../packages/nextjs-plugin next: specifier: 15.1.2 @@ -259,7 +259,7 @@ importers: specifier: ^0.10.1 version: 0.10.1 '@stylexswc/postcss-plugin': - specifier: 0.6.3 + specifier: 0.6.4-rc.1 version: link:../../packages/postcss-plugin '@types/node': specifier: ^22.5.1 @@ -295,7 +295,7 @@ importers: specifier: ^0.10.1 version: 0.10.1 '@stylexswc/rollup-plugin': - specifier: 0.6.3 + specifier: 0.6.4-rc.1 version: link:../../packages/rollup-plugin apps/rollup-unplugin-example: @@ -310,10 +310,10 @@ importers: specifier: workspace:* version: link:../../packages/design-system '@stylexswc/rs-compiler': - specifier: 0.6.3 + specifier: 0.6.4-rc.1 version: link:../../crates/stylex-rs-compiler '@stylexswc/unplugin': - specifier: 0.6.3 + specifier: 0.6.4-rc.1 version: link:../../packages/unplugin react: specifier: ^19.0.0 @@ -356,10 +356,10 @@ importers: specifier: workspace:* version: link:../../packages/design-system '@stylexswc/rs-compiler': - specifier: 0.6.3 + specifier: 0.6.4-rc.1 version: link:../../crates/stylex-rs-compiler '@stylexswc/unplugin': - specifier: 0.6.3 + specifier: 0.6.4-rc.1 version: link:../../packages/unplugin react: specifier: ^19.0.0 @@ -393,10 +393,10 @@ importers: specifier: workspace:* version: link:../../packages/design-system '@stylexswc/rs-compiler': - specifier: 0.6.3 + specifier: 0.6.4-rc.1 version: link:../../crates/stylex-rs-compiler '@stylexswc/unplugin': - specifier: 0.6.3 + specifier: 0.6.4-rc.1 version: link:../../packages/unplugin react: specifier: ^19.0.0 @@ -436,10 +436,10 @@ importers: specifier: workspace:* version: link:../../packages/design-system '@stylexswc/rs-compiler': - specifier: 0.6.3 + specifier: 0.6.4-rc.1 version: link:../../crates/stylex-rs-compiler '@stylexswc/unplugin': - specifier: 0.6.3 + specifier: 0.6.4-rc.1 version: link:../../packages/unplugin react: specifier: ^19.0.0 @@ -476,10 +476,10 @@ importers: specifier: workspace:* version: link:../../packages/design-system '@stylexswc/rs-compiler': - specifier: 0.6.3 + specifier: 0.6.4-rc.1 version: link:../../crates/stylex-rs-compiler '@stylexswc/unplugin': - specifier: 0.6.3 + specifier: 0.6.4-rc.1 version: link:../../packages/unplugin react: specifier: ^19.0.0 @@ -513,10 +513,10 @@ importers: specifier: workspace:* version: link:../../packages/design-system '@stylexswc/rs-compiler': - specifier: 0.6.3 + specifier: 0.6.4-rc.1 version: link:../../crates/stylex-rs-compiler '@stylexswc/unplugin': - specifier: 0.6.3 + specifier: 0.6.4-rc.1 version: link:../../packages/unplugin vue: specifier: ^3.5.12 @@ -545,17 +545,17 @@ importers: version: 0.10.1 devDependencies: '@stylexswc/webpack-plugin': - specifier: 0.6.3 + specifier: 0.6.4-rc.1 version: link:../../packages/webpack-plugin css-loader: specifier: ^7.1.2 - version: 7.1.2(@rspack/core@1.1.6(@swc/helpers@0.5.15))(webpack@5.96.1) + version: 7.1.2(@rspack/core@1.1.6(@swc/helpers@0.5.15))(webpack@5.96.1(webpack-cli@5.1.4)) html-webpack-plugin: specifier: ^5.6.0 - version: 5.6.3(@rspack/core@1.1.6(@swc/helpers@0.5.15))(webpack@5.96.1) + version: 5.6.3(@rspack/core@1.1.6(@swc/helpers@0.5.15))(webpack@5.96.1(webpack-cli@5.1.4)) mini-css-extract-plugin: specifier: ^2.9.2 - version: 2.9.2(webpack@5.96.1) + version: 2.9.2(webpack@5.96.1(webpack-cli@5.1.4)) webpack: specifier: ^5.94.0 version: 5.96.1(webpack-cli@5.1.4) @@ -575,10 +575,10 @@ importers: specifier: workspace:* version: link:../../packages/design-system '@stylexswc/rs-compiler': - specifier: 0.6.3 + specifier: 0.6.4-rc.1 version: link:../../crates/stylex-rs-compiler '@stylexswc/unplugin': - specifier: 0.6.3 + specifier: 0.6.4-rc.1 version: link:../../packages/unplugin react: specifier: ^19.0.0 @@ -598,10 +598,10 @@ importers: version: 19.0.0 html-webpack-plugin: specifier: ^5.6.0 - version: 5.6.3(@rspack/core@1.1.6(@swc/helpers@0.5.15))(webpack@5.96.1) + version: 5.6.3(@rspack/core@1.1.6(@swc/helpers@0.5.15))(webpack@5.96.1(@swc/core@1.7.26(@swc/helpers@0.5.15))(webpack-cli@5.1.4)) swc-loader: specifier: ^0.2.6 - version: 0.2.6(@swc/core@1.7.26(@swc/helpers@0.5.15))(webpack@5.96.1) + version: 0.2.6(@swc/core@1.7.26(@swc/helpers@0.5.15))(webpack@5.96.1(@swc/core@1.7.26(@swc/helpers@0.5.15))(webpack-cli@5.1.4)) webpack: specifier: ^5.94.0 version: 5.96.1(@swc/core@1.7.26(@swc/helpers@0.5.15))(webpack-cli@5.1.4) @@ -636,7 +636,7 @@ importers: specifier: ^0.10.1 version: 0.10.1 '@stylexswc/shared': - specifier: 0.6.3 + specifier: 0.6.4-rc.1 version: link:../stylex-shared '@swc-node/register': specifier: ^1.10.6 @@ -684,7 +684,7 @@ importers: crates/stylex-shared: devDependencies: '@stylexswc/path-resolver': - specifier: 0.6.3 + specifier: 0.6.4-rc.1 version: link:../stylex-path-resolver '@taplo/cli': specifier: ^0.7.0 @@ -755,7 +755,7 @@ importers: packages/jest: dependencies: '@stylexswc/rs-compiler': - specifier: 0.6.3 + specifier: 0.6.4-rc.1 version: link:../../crates/stylex-rs-compiler next: specifier: '>=14.0.0' @@ -771,29 +771,29 @@ importers: specifier: ^29.5.14 version: 29.6.3 '@stylexswc/eslint-config': - specifier: 0.6.3 + specifier: 0.6.4-rc.1 version: link:../eslint-config '@stylexswc/typescript-config': - specifier: 0.6.3 + specifier: 0.6.4-rc.1 version: link:../typescript-config packages/nextjs-plugin: dependencies: '@stylexswc/rs-compiler': - specifier: 0.6.3 + specifier: 0.6.4-rc.1 version: link:../../crates/stylex-rs-compiler '@stylexswc/webpack-plugin': - specifier: 0.6.3 + specifier: 0.6.4-rc.1 version: link:../webpack-plugin devDependencies: '@babel/types': specifier: ^7.23.9 version: 7.24.0 '@stylexswc/eslint-config': - specifier: 0.6.3 + specifier: 0.6.4-rc.1 version: link:../eslint-config '@stylexswc/typescript-config': - specifier: 0.6.3 + specifier: 0.6.4-rc.1 version: link:../typescript-config '@types/babel__core': specifier: ^7.20.5 @@ -815,7 +815,7 @@ importers: version: 19.0.0(react@19.0.0) webpack: specifier: ^5.94.0 - version: 5.96.1(webpack-cli@5.1.4) + version: 5.96.1 packages/postcss-plugin: dependencies: @@ -823,7 +823,7 @@ importers: specifier: ^0.10.1 version: 0.10.1 '@stylexswc/rs-compiler': - specifier: 0.6.3 + specifier: 0.6.4-rc.1 version: link:../../crates/stylex-rs-compiler fast-glob: specifier: ^3.3.2 @@ -842,10 +842,10 @@ importers: specifier: ^7.23.9 version: 7.26.0 '@stylexswc/eslint-config': - specifier: 0.6.3 + specifier: 0.6.4-rc.1 version: link:../eslint-config '@stylexswc/typescript-config': - specifier: 0.6.3 + specifier: 0.6.4-rc.1 version: link:../typescript-config '@types/babel__core': specifier: ^7.20.5 @@ -869,7 +869,7 @@ importers: specifier: ^0.10.1 version: 0.10.1 '@stylexswc/rs-compiler': - specifier: 0.6.3 + specifier: 0.6.4-rc.1 version: link:../../crates/stylex-rs-compiler lightningcss: specifier: ^1.27.0 @@ -896,7 +896,7 @@ importers: specifier: ^0.10.1 version: 0.10.1 '@stylexswc/rs-compiler': - specifier: 0.6.3 + specifier: 0.6.4-rc.1 version: link:../../crates/stylex-rs-compiler esbuild: specifier: '*' @@ -957,7 +957,7 @@ importers: specifier: ^0.10.1 version: 0.10.1 '@stylexswc/rs-compiler': - specifier: 0.6.3 + specifier: 0.6.4-rc.1 version: link:../../crates/stylex-rs-compiler loader-utils: specifier: ^3.3.1 @@ -967,10 +967,10 @@ importers: specifier: ^7.23.9 version: 7.24.0 '@stylexswc/eslint-config': - specifier: 0.6.3 + specifier: 0.6.4-rc.1 version: link:../eslint-config '@stylexswc/typescript-config': - specifier: 0.6.3 + specifier: 0.6.4-rc.1 version: link:../typescript-config '@types/babel__core': specifier: ^7.20.5 @@ -986,7 +986,7 @@ importers: version: 2.9.2(webpack@5.96.1) webpack: specifier: ^5.94.0 - version: 5.96.1(webpack-cli@5.1.4) + version: 5.96.1 packages: @@ -11475,7 +11475,7 @@ snapshots: dependencies: '@types/node': 22.8.5 tapable: 2.2.1 - webpack: 5.96.1(webpack-cli@5.1.4) + webpack: 5.96.1 transitivePeerDependencies: - '@swc/core' - esbuild @@ -11789,7 +11789,7 @@ snapshots: '@typescript-eslint/eslint-plugin': 7.7.1(@typescript-eslint/parser@7.7.1(eslint@8.57.0)(typescript@5.6.2))(eslint@8.57.0)(typescript@5.6.2) '@typescript-eslint/parser': 7.7.1(eslint@8.57.0)(typescript@5.6.2) eslint-config-prettier: 9.1.0(eslint@8.57.0) - eslint-import-resolver-alias: 1.1.2(eslint-plugin-import@2.29.1) + eslint-import-resolver-alias: 1.1.2(eslint-plugin-import@2.29.1(@typescript-eslint/parser@7.7.1(eslint@8.57.0)(typescript@5.6.2))(eslint-import-resolver-typescript@3.6.1)(eslint@8.57.0)) eslint-import-resolver-typescript: 3.6.1(@typescript-eslint/parser@7.7.1(eslint@8.57.0)(typescript@5.6.2))(eslint-plugin-import@2.29.1)(eslint@8.57.0) eslint-plugin-eslint-comments: 3.2.0(eslint@8.57.0) eslint-plugin-import: 2.29.1(@typescript-eslint/parser@7.7.1(eslint@8.57.0)(typescript@5.6.2))(eslint-import-resolver-typescript@3.6.1)(eslint@8.57.0) @@ -12071,24 +12071,34 @@ snapshots: '@webassemblyjs/ast': 1.12.1 '@xtuc/long': 4.2.2 - '@webpack-cli/configtest@2.1.1(webpack-cli@5.1.4)(webpack@5.96.1)': + '@webpack-cli/configtest@2.1.1(webpack-cli@5.1.4(webpack-dev-server@5.0.4)(webpack@5.96.1))(webpack@5.96.1(@swc/core@1.7.26(@swc/helpers@0.5.15))(webpack-cli@5.1.4))': + dependencies: + webpack: 5.96.1(@swc/core@1.7.26(@swc/helpers@0.5.15))(webpack-cli@5.1.4) + webpack-cli: 5.1.4(webpack-dev-server@5.0.4)(webpack@5.96.1) + + '@webpack-cli/configtest@2.1.1(webpack-cli@5.1.4(webpack@5.96.1))(webpack@5.96.1(webpack-cli@5.1.4))': dependencies: webpack: 5.96.1(webpack-cli@5.1.4) webpack-cli: 5.1.4(webpack@5.96.1) - '@webpack-cli/info@2.0.2(webpack-cli@5.1.4)(webpack@5.96.1)': + '@webpack-cli/info@2.0.2(webpack-cli@5.1.4(webpack-dev-server@5.0.4)(webpack@5.96.1))(webpack@5.96.1(@swc/core@1.7.26(@swc/helpers@0.5.15))(webpack-cli@5.1.4))': + dependencies: + webpack: 5.96.1(@swc/core@1.7.26(@swc/helpers@0.5.15))(webpack-cli@5.1.4) + webpack-cli: 5.1.4(webpack-dev-server@5.0.4)(webpack@5.96.1) + + '@webpack-cli/info@2.0.2(webpack-cli@5.1.4(webpack@5.96.1))(webpack@5.96.1(webpack-cli@5.1.4))': dependencies: webpack: 5.96.1(webpack-cli@5.1.4) webpack-cli: 5.1.4(webpack@5.96.1) - '@webpack-cli/serve@2.0.5(webpack-cli@5.1.4)(webpack-dev-server@5.0.4)(webpack@5.96.1)': + '@webpack-cli/serve@2.0.5(webpack-cli@5.1.4(webpack-dev-server@5.0.4)(webpack@5.96.1))(webpack-dev-server@5.0.4(webpack-cli@5.1.4)(webpack@5.96.1))(webpack@5.96.1(@swc/core@1.7.26(@swc/helpers@0.5.15))(webpack-cli@5.1.4))': dependencies: webpack: 5.96.1(@swc/core@1.7.26(@swc/helpers@0.5.15))(webpack-cli@5.1.4) webpack-cli: 5.1.4(webpack-dev-server@5.0.4)(webpack@5.96.1) optionalDependencies: webpack-dev-server: 5.0.4(webpack-cli@5.1.4)(webpack@5.96.1) - '@webpack-cli/serve@2.0.5(webpack-cli@5.1.4)(webpack@5.96.1)': + '@webpack-cli/serve@2.0.5(webpack-cli@5.1.4(webpack@5.96.1))(webpack@5.96.1(webpack-cli@5.1.4))': dependencies: webpack: 5.96.1(webpack-cli@5.1.4) webpack-cli: 5.1.4(webpack@5.96.1) @@ -12991,7 +13001,7 @@ snapshots: css-color-names@0.0.1: {} - css-loader@7.1.2(@rspack/core@1.1.6(@swc/helpers@0.5.15))(webpack@5.96.1): + css-loader@7.1.2(@rspack/core@1.1.6(@swc/helpers@0.5.15))(webpack@5.96.1(webpack-cli@5.1.4)): dependencies: icss-utils: 5.1.0(postcss@8.4.49) postcss: 8.4.49 @@ -13661,7 +13671,7 @@ snapshots: eslint: 8.57.0 eslint-plugin-turbo: 2.0.9(eslint@8.57.0) - eslint-import-resolver-alias@1.1.2(eslint-plugin-import@2.29.1): + eslint-import-resolver-alias@1.1.2(eslint-plugin-import@2.29.1(@typescript-eslint/parser@7.7.1(eslint@8.57.0)(typescript@5.6.2))(eslint-import-resolver-typescript@3.6.1)(eslint@8.57.0)): dependencies: eslint-plugin-import: 2.29.1(@typescript-eslint/parser@7.7.1(eslint@8.57.0)(typescript@5.6.2))(eslint-import-resolver-typescript@3.6.1)(eslint@8.57.0) @@ -13678,7 +13688,7 @@ snapshots: debug: 4.3.4 enhanced-resolve: 5.16.0 eslint: 8.57.0 - eslint-module-utils: 2.8.1(@typescript-eslint/parser@7.7.1(eslint@8.57.0)(typescript@5.6.2))(eslint-import-resolver-node@0.3.9)(eslint-import-resolver-typescript@3.6.1)(eslint@8.57.0) + eslint-module-utils: 2.8.1(@typescript-eslint/parser@7.7.1(eslint@8.57.0)(typescript@5.6.2))(eslint-import-resolver-node@0.3.9)(eslint-import-resolver-typescript@3.6.1(@typescript-eslint/parser@7.7.1(eslint@8.57.0)(typescript@5.6.2))(eslint-import-resolver-node@0.3.9)(eslint-plugin-import@2.31.0)(eslint@8.57.0))(eslint@8.57.0) eslint-plugin-import: 2.31.0(@typescript-eslint/parser@6.21.0(eslint@8.57.0)(typescript@5.6.2))(eslint@8.57.0) fast-glob: 3.3.2 get-tsconfig: 4.7.3 @@ -13695,7 +13705,7 @@ snapshots: debug: 4.3.4 enhanced-resolve: 5.16.0 eslint: 8.57.0 - eslint-module-utils: 2.8.1(@typescript-eslint/parser@7.7.1(eslint@8.57.0)(typescript@5.6.2))(eslint-import-resolver-typescript@3.6.1)(eslint@8.57.0) + eslint-module-utils: 2.8.1(@typescript-eslint/parser@7.7.1(eslint@8.57.0)(typescript@5.6.2))(eslint-import-resolver-node@0.3.9)(eslint-import-resolver-typescript@3.6.1(@typescript-eslint/parser@7.7.1(eslint@8.57.0)(typescript@5.6.2))(eslint-plugin-import@2.29.1)(eslint@8.57.0))(eslint@8.57.0) eslint-plugin-import: 2.29.1(@typescript-eslint/parser@7.7.1(eslint@8.57.0)(typescript@5.6.2))(eslint-import-resolver-typescript@3.6.1)(eslint@8.57.0) fast-glob: 3.3.2 get-tsconfig: 4.7.3 @@ -13712,7 +13722,7 @@ snapshots: debug: 4.3.4 enhanced-resolve: 5.16.0 eslint: 8.57.0 - eslint-module-utils: 2.8.1(@typescript-eslint/parser@7.7.1(eslint@8.57.0)(typescript@5.6.3))(eslint-import-resolver-node@0.3.9)(eslint-import-resolver-typescript@3.6.1)(eslint@8.57.0) + eslint-module-utils: 2.8.1(@typescript-eslint/parser@7.7.1(eslint@8.57.0)(typescript@5.6.3))(eslint-import-resolver-node@0.3.9)(eslint-import-resolver-typescript@3.6.1(@typescript-eslint/parser@7.7.1(eslint@8.57.0)(typescript@5.6.3))(eslint-import-resolver-node@0.3.9)(eslint-plugin-import@2.31.0)(eslint@8.57.0))(eslint@8.57.0) eslint-plugin-import: 2.31.0(@typescript-eslint/parser@7.7.1(eslint@8.57.0)(typescript@5.6.3))(eslint-import-resolver-typescript@3.6.1)(eslint@8.57.0) fast-glob: 3.3.2 get-tsconfig: 4.7.3 @@ -13734,7 +13744,7 @@ snapshots: transitivePeerDependencies: - supports-color - eslint-module-utils@2.12.0(@typescript-eslint/parser@7.7.1(eslint@8.57.0)(typescript@5.6.3))(eslint-import-resolver-node@0.3.9)(eslint-import-resolver-typescript@3.6.1)(eslint@8.57.0): + eslint-module-utils@2.12.0(@typescript-eslint/parser@7.7.1(eslint@8.57.0)(typescript@5.6.3))(eslint-import-resolver-node@0.3.9)(eslint-import-resolver-typescript@3.6.1(@typescript-eslint/parser@7.7.1(eslint@8.57.0)(typescript@5.6.3))(eslint-import-resolver-node@0.3.9)(eslint-plugin-import@2.31.0)(eslint@8.57.0))(eslint@8.57.0): dependencies: debug: 3.2.7 optionalDependencies: @@ -13745,7 +13755,7 @@ snapshots: transitivePeerDependencies: - supports-color - eslint-module-utils@2.8.1(@typescript-eslint/parser@7.7.1(eslint@8.57.0)(typescript@5.6.2))(eslint-import-resolver-node@0.3.9)(eslint-import-resolver-typescript@3.6.1)(eslint@8.57.0): + eslint-module-utils@2.8.1(@typescript-eslint/parser@7.7.1(eslint@8.57.0)(typescript@5.6.2))(eslint-import-resolver-node@0.3.9)(eslint-import-resolver-typescript@3.6.1(@typescript-eslint/parser@7.7.1(eslint@8.57.0)(typescript@5.6.2))(eslint-import-resolver-node@0.3.9)(eslint-plugin-import@2.31.0)(eslint@8.57.0))(eslint@8.57.0): dependencies: debug: 3.2.7 optionalDependencies: @@ -13756,17 +13766,18 @@ snapshots: transitivePeerDependencies: - supports-color - eslint-module-utils@2.8.1(@typescript-eslint/parser@7.7.1(eslint@8.57.0)(typescript@5.6.2))(eslint-import-resolver-typescript@3.6.1)(eslint@8.57.0): + eslint-module-utils@2.8.1(@typescript-eslint/parser@7.7.1(eslint@8.57.0)(typescript@5.6.2))(eslint-import-resolver-node@0.3.9)(eslint-import-resolver-typescript@3.6.1(@typescript-eslint/parser@7.7.1(eslint@8.57.0)(typescript@5.6.2))(eslint-plugin-import@2.29.1)(eslint@8.57.0))(eslint@8.57.0): dependencies: debug: 3.2.7 optionalDependencies: '@typescript-eslint/parser': 7.7.1(eslint@8.57.0)(typescript@5.6.2) eslint: 8.57.0 + eslint-import-resolver-node: 0.3.9 eslint-import-resolver-typescript: 3.6.1(@typescript-eslint/parser@7.7.1(eslint@8.57.0)(typescript@5.6.2))(eslint-plugin-import@2.29.1)(eslint@8.57.0) transitivePeerDependencies: - supports-color - eslint-module-utils@2.8.1(@typescript-eslint/parser@7.7.1(eslint@8.57.0)(typescript@5.6.3))(eslint-import-resolver-node@0.3.9)(eslint-import-resolver-typescript@3.6.1)(eslint@8.57.0): + eslint-module-utils@2.8.1(@typescript-eslint/parser@7.7.1(eslint@8.57.0)(typescript@5.6.3))(eslint-import-resolver-node@0.3.9)(eslint-import-resolver-typescript@3.6.1(@typescript-eslint/parser@7.7.1(eslint@8.57.0)(typescript@5.6.3))(eslint-import-resolver-node@0.3.9)(eslint-plugin-import@2.31.0)(eslint@8.57.0))(eslint@8.57.0): dependencies: debug: 3.2.7 optionalDependencies: @@ -13793,7 +13804,7 @@ snapshots: doctrine: 2.1.0 eslint: 8.57.0 eslint-import-resolver-node: 0.3.9 - eslint-module-utils: 2.8.1(@typescript-eslint/parser@7.7.1(eslint@8.57.0)(typescript@5.6.2))(eslint-import-resolver-node@0.3.9)(eslint-import-resolver-typescript@3.6.1)(eslint@8.57.0) + eslint-module-utils: 2.8.1(@typescript-eslint/parser@7.7.1(eslint@8.57.0)(typescript@5.6.2))(eslint-import-resolver-node@0.3.9)(eslint-import-resolver-typescript@3.6.1(@typescript-eslint/parser@7.7.1(eslint@8.57.0)(typescript@5.6.2))(eslint-plugin-import@2.29.1)(eslint@8.57.0))(eslint@8.57.0) hasown: 2.0.2 is-core-module: 2.13.1 is-glob: 4.0.3 @@ -13850,7 +13861,7 @@ snapshots: doctrine: 2.1.0 eslint: 8.57.0 eslint-import-resolver-node: 0.3.9 - eslint-module-utils: 2.12.0(@typescript-eslint/parser@7.7.1(eslint@8.57.0)(typescript@5.6.3))(eslint-import-resolver-node@0.3.9)(eslint-import-resolver-typescript@3.6.1)(eslint@8.57.0) + eslint-module-utils: 2.12.0(@typescript-eslint/parser@7.7.1(eslint@8.57.0)(typescript@5.6.3))(eslint-import-resolver-node@0.3.9)(eslint-import-resolver-typescript@3.6.1(@typescript-eslint/parser@7.7.1(eslint@8.57.0)(typescript@5.6.3))(eslint-import-resolver-node@0.3.9)(eslint-plugin-import@2.31.0)(eslint@8.57.0))(eslint@8.57.0) hasown: 2.0.2 is-core-module: 2.15.1 is-glob: 4.0.3 @@ -14753,7 +14764,18 @@ snapshots: html-tags@3.3.1: {} - html-webpack-plugin@5.6.3(@rspack/core@1.1.6(@swc/helpers@0.5.15))(webpack@5.96.1): + html-webpack-plugin@5.6.3(@rspack/core@1.1.6(@swc/helpers@0.5.15))(webpack@5.96.1(@swc/core@1.7.26(@swc/helpers@0.5.15))(webpack-cli@5.1.4)): + dependencies: + '@types/html-minifier-terser': 6.1.0 + html-minifier-terser: 6.1.0 + lodash: 4.17.21 + pretty-error: 4.0.0 + tapable: 2.2.1 + optionalDependencies: + '@rspack/core': 1.1.6(@swc/helpers@0.5.15) + webpack: 5.96.1(@swc/core@1.7.26(@swc/helpers@0.5.15))(webpack-cli@5.1.4) + + html-webpack-plugin@5.6.3(@rspack/core@1.1.6(@swc/helpers@0.5.15))(webpack@5.96.1(webpack-cli@5.1.4)): dependencies: '@types/html-minifier-terser': 6.1.0 html-minifier-terser: 6.1.0 @@ -16049,12 +16071,18 @@ snapshots: min-indent@1.0.1: {} - mini-css-extract-plugin@2.9.2(webpack@5.96.1): + mini-css-extract-plugin@2.9.2(webpack@5.96.1(webpack-cli@5.1.4)): dependencies: schema-utils: 4.2.0 tapable: 2.2.1 webpack: 5.96.1(webpack-cli@5.1.4) + mini-css-extract-plugin@2.9.2(webpack@5.96.1): + dependencies: + schema-utils: 4.2.0 + tapable: 2.2.1 + webpack: 5.96.1 + minimalistic-assert@1.0.1: {} minimatch@10.0.1: @@ -17578,7 +17606,7 @@ snapshots: svg-tags@1.0.0: {} - swc-loader@0.2.6(@swc/core@1.7.26(@swc/helpers@0.5.15))(webpack@5.96.1): + swc-loader@0.2.6(@swc/core@1.7.26(@swc/helpers@0.5.15))(webpack@5.96.1(@swc/core@1.7.26(@swc/helpers@0.5.15))(webpack-cli@5.1.4)): dependencies: '@swc/core': 1.7.26(@swc/helpers@0.5.15) '@swc/counter': 0.1.3 @@ -17650,7 +17678,7 @@ snapshots: '@swc/core': 1.7.26(@swc/helpers@0.5.15) esbuild: 0.24.0 - terser-webpack-plugin@5.3.10(@swc/core@1.7.26(@swc/helpers@0.5.15))(webpack@5.96.1): + terser-webpack-plugin@5.3.10(@swc/core@1.7.26(@swc/helpers@0.5.15))(webpack@5.96.1(@swc/core@1.7.26(@swc/helpers@0.5.15))(webpack-cli@5.1.4)): dependencies: '@jridgewell/trace-mapping': 0.3.25 jest-worker: 27.5.1 @@ -17661,7 +17689,7 @@ snapshots: optionalDependencies: '@swc/core': 1.7.26(@swc/helpers@0.5.15) - terser-webpack-plugin@5.3.10(webpack@5.96.1): + terser-webpack-plugin@5.3.10(webpack@5.96.1(webpack-cli@5.1.4)): dependencies: '@jridgewell/trace-mapping': 0.3.25 jest-worker: 27.5.1 @@ -17670,6 +17698,15 @@ snapshots: terser: 5.31.0 webpack: 5.96.1(webpack-cli@5.1.4) + terser-webpack-plugin@5.3.10(webpack@5.96.1): + dependencies: + '@jridgewell/trace-mapping': 0.3.25 + jest-worker: 27.5.1 + schema-utils: 3.3.0 + serialize-javascript: 6.0.2 + terser: 5.31.0 + webpack: 5.96.1 + terser@5.31.0: dependencies: '@jridgewell/source-map': 0.3.6 @@ -18209,9 +18246,9 @@ snapshots: webpack-cli@5.1.4(webpack-dev-server@5.0.4)(webpack@5.96.1): dependencies: '@discoveryjs/json-ext': 0.5.7 - '@webpack-cli/configtest': 2.1.1(webpack-cli@5.1.4)(webpack@5.96.1) - '@webpack-cli/info': 2.0.2(webpack-cli@5.1.4)(webpack@5.96.1) - '@webpack-cli/serve': 2.0.5(webpack-cli@5.1.4)(webpack-dev-server@5.0.4)(webpack@5.96.1) + '@webpack-cli/configtest': 2.1.1(webpack-cli@5.1.4(webpack-dev-server@5.0.4)(webpack@5.96.1))(webpack@5.96.1(@swc/core@1.7.26(@swc/helpers@0.5.15))(webpack-cli@5.1.4)) + '@webpack-cli/info': 2.0.2(webpack-cli@5.1.4(webpack-dev-server@5.0.4)(webpack@5.96.1))(webpack@5.96.1(@swc/core@1.7.26(@swc/helpers@0.5.15))(webpack-cli@5.1.4)) + '@webpack-cli/serve': 2.0.5(webpack-cli@5.1.4(webpack-dev-server@5.0.4)(webpack@5.96.1))(webpack-dev-server@5.0.4(webpack-cli@5.1.4)(webpack@5.96.1))(webpack@5.96.1(@swc/core@1.7.26(@swc/helpers@0.5.15))(webpack-cli@5.1.4)) colorette: 2.0.20 commander: 10.0.1 cross-spawn: 7.0.6 @@ -18228,9 +18265,9 @@ snapshots: webpack-cli@5.1.4(webpack@5.96.1): dependencies: '@discoveryjs/json-ext': 0.5.7 - '@webpack-cli/configtest': 2.1.1(webpack-cli@5.1.4)(webpack@5.96.1) - '@webpack-cli/info': 2.0.2(webpack-cli@5.1.4)(webpack@5.96.1) - '@webpack-cli/serve': 2.0.5(webpack-cli@5.1.4)(webpack@5.96.1) + '@webpack-cli/configtest': 2.1.1(webpack-cli@5.1.4(webpack@5.96.1))(webpack@5.96.1(webpack-cli@5.1.4)) + '@webpack-cli/info': 2.0.2(webpack-cli@5.1.4(webpack@5.96.1))(webpack@5.96.1(webpack-cli@5.1.4)) + '@webpack-cli/serve': 2.0.5(webpack-cli@5.1.4(webpack@5.96.1))(webpack@5.96.1(webpack-cli@5.1.4)) colorette: 2.0.20 commander: 10.0.1 cross-spawn: 7.0.6 @@ -18242,7 +18279,7 @@ snapshots: webpack: 5.96.1(webpack-cli@5.1.4) webpack-merge: 5.10.0 - webpack-dev-middleware@7.4.2(webpack@5.96.1): + webpack-dev-middleware@7.4.2(webpack@5.96.1(@swc/core@1.7.26(@swc/helpers@0.5.15))(webpack-cli@5.1.4)): dependencies: colorette: 2.0.20 memfs: 4.14.0 @@ -18253,6 +18290,17 @@ snapshots: optionalDependencies: webpack: 5.96.1(@swc/core@1.7.26(@swc/helpers@0.5.15))(webpack-cli@5.1.4) + webpack-dev-middleware@7.4.2(webpack@5.96.1): + dependencies: + colorette: 2.0.20 + memfs: 4.14.0 + mime-types: 2.1.35 + on-finished: 2.4.1 + range-parser: 1.2.1 + schema-utils: 4.2.0 + optionalDependencies: + webpack: 5.96.1 + webpack-dev-server@5.0.4(webpack-cli@5.1.4)(webpack@5.96.1): dependencies: '@types/bonjour': 3.5.13 @@ -18283,7 +18331,7 @@ snapshots: serve-index: 1.9.1 sockjs: 0.3.24 spdy: 4.0.2 - webpack-dev-middleware: 7.4.2(webpack@5.96.1) + webpack-dev-middleware: 7.4.2(webpack@5.96.1(@swc/core@1.7.26(@swc/helpers@0.5.15))(webpack-cli@5.1.4)) ws: 8.18.0 optionalDependencies: webpack: 5.96.1(@swc/core@1.7.26(@swc/helpers@0.5.15))(webpack-cli@5.1.4) @@ -18327,7 +18375,7 @@ snapshots: webpack-dev-middleware: 7.4.2(webpack@5.96.1) ws: 8.18.0 optionalDependencies: - webpack: 5.96.1(webpack-cli@5.1.4) + webpack: 5.96.1 transitivePeerDependencies: - bufferutil - debug @@ -18344,6 +18392,36 @@ snapshots: webpack-virtual-modules@0.6.2: {} + webpack@5.96.1: + dependencies: + '@types/eslint-scope': 3.7.7 + '@types/estree': 1.0.6 + '@webassemblyjs/ast': 1.12.1 + '@webassemblyjs/wasm-edit': 1.12.1 + '@webassemblyjs/wasm-parser': 1.12.1 + acorn: 8.14.0 + browserslist: 4.24.2 + chrome-trace-event: 1.0.3 + enhanced-resolve: 5.17.1 + es-module-lexer: 1.5.2 + eslint-scope: 5.1.1 + events: 3.3.0 + glob-to-regexp: 0.4.1 + graceful-fs: 4.2.11 + json-parse-even-better-errors: 2.3.1 + loader-runner: 4.3.0 + mime-types: 2.1.35 + neo-async: 2.6.2 + schema-utils: 3.3.0 + tapable: 2.2.1 + terser-webpack-plugin: 5.3.10(webpack@5.96.1) + watchpack: 2.4.1 + webpack-sources: 3.2.3 + transitivePeerDependencies: + - '@swc/core' + - esbuild + - uglify-js + webpack@5.96.1(@swc/core@1.7.26(@swc/helpers@0.5.15))(esbuild@0.24.0): dependencies: '@types/eslint-scope': 3.7.7 @@ -18396,7 +18474,7 @@ snapshots: neo-async: 2.6.2 schema-utils: 3.3.0 tapable: 2.2.1 - terser-webpack-plugin: 5.3.10(@swc/core@1.7.26(@swc/helpers@0.5.15))(webpack@5.96.1) + terser-webpack-plugin: 5.3.10(@swc/core@1.7.26(@swc/helpers@0.5.15))(webpack@5.96.1(@swc/core@1.7.26(@swc/helpers@0.5.15))(webpack-cli@5.1.4)) watchpack: 2.4.1 webpack-sources: 3.2.3 optionalDependencies: @@ -18428,7 +18506,7 @@ snapshots: neo-async: 2.6.2 schema-utils: 3.3.0 tapable: 2.2.1 - terser-webpack-plugin: 5.3.10(webpack@5.96.1) + terser-webpack-plugin: 5.3.10(webpack@5.96.1(webpack-cli@5.1.4)) watchpack: 2.4.1 webpack-sources: 3.2.3 optionalDependencies: