@stylexswc/unplugin 0.15.5-rc.1 → 0.16.0-rc.1

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -1,7 +1,7 @@
1
- import * as esbuild from 'esbuild';
1
+ import * as unplugin from 'unplugin';
2
2
  import { UnpluginStylexRSOptions } from './types.cjs';
3
3
  import '@stylexswc/rs-compiler';
4
4
 
5
- declare const _default: (options?: UnpluginStylexRSOptions | undefined) => esbuild.Plugin;
5
+ declare const _default: (options?: UnpluginStylexRSOptions | undefined) => unplugin.EsbuildPlugin;
6
6
 
7
7
  export = _default;
package/dist/esbuild.d.ts CHANGED
@@ -1,7 +1,7 @@
1
- import * as esbuild from 'esbuild';
1
+ import * as unplugin from 'unplugin';
2
2
  import { UnpluginStylexRSOptions } from './types.js';
3
3
  import '@stylexswc/rs-compiler';
4
4
 
5
- declare const _default: (options?: UnpluginStylexRSOptions | undefined) => esbuild.Plugin;
5
+ declare const _default: (options?: UnpluginStylexRSOptions | undefined) => unplugin.EsbuildPlugin;
6
6
 
7
7
  export { _default as default };
package/dist/vite.d.cts CHANGED
@@ -1,7 +1,7 @@
1
- import * as vite from 'vite';
1
+ import * as unplugin from 'unplugin';
2
2
  import { UnpluginStylexRSOptions } from './types.cjs';
3
3
  import '@stylexswc/rs-compiler';
4
4
 
5
- declare const _default: (options?: UnpluginStylexRSOptions | undefined) => vite.Plugin<any> | vite.Plugin<any>[];
5
+ declare const _default: (options?: UnpluginStylexRSOptions | undefined) => unplugin.VitePlugin<any> | unplugin.VitePlugin<any>[];
6
6
 
7
7
  export = _default;
package/dist/vite.d.ts CHANGED
@@ -1,7 +1,7 @@
1
- import * as vite from 'vite';
1
+ import * as unplugin from 'unplugin';
2
2
  import { UnpluginStylexRSOptions } from './types.js';
3
3
  import '@stylexswc/rs-compiler';
4
4
 
5
- declare const _default: (options?: UnpluginStylexRSOptions | undefined) => vite.Plugin<any> | vite.Plugin<any>[];
5
+ declare const _default: (options?: UnpluginStylexRSOptions | undefined) => unplugin.VitePlugin<any> | unplugin.VitePlugin<any>[];
6
6
 
7
7
  export { _default as default };
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@stylexswc/unplugin",
3
3
  "description": "Unplugin for StyleX RS compiler",
4
- "version": "0.15.5-rc.1",
4
+ "version": "0.16.0-rc.1",
5
5
  "private": false,
6
6
  "license": "MIT",
7
7
  "sideEffects": false,
@@ -73,33 +73,23 @@
73
73
  }
74
74
  },
75
75
  "dependencies": {
76
- "@stylexjs/babel-plugin": "^0.18.2",
77
- "@stylexswc/rs-compiler": "0.15.5-rc.1",
78
- "unplugin": "^2.3.5",
79
- "vite": "^8.0.5",
80
- "vite-plugin-inspect": "^11.3.3"
76
+ "@stylexjs/babel-plugin": "^0.18.3",
77
+ "@stylexswc/rs-compiler": "0.16.0-rc.1",
78
+ "unplugin": "^3.0.0",
79
+ "vite": "^8.0.10"
81
80
  },
82
81
  "devDependencies": {
83
- "@nuxt/kit": "^4.3.1",
84
- "@nuxt/schema": "^4.2.0",
82
+ "@nuxt/kit": "^4.4.4",
83
+ "@nuxt/schema": "^4.4.4",
85
84
  "@rollup/plugin-commonjs": "^28.0.6",
86
- "@rollup/plugin-html": "^2.0.0",
87
85
  "@rollup/plugin-node-resolve": "^16.0.3",
88
- "@rollup/plugin-replace": "^6.0.3",
89
- "@rollup/plugin-swc": "^0.4.0",
90
- "@types/jest": "^30.0.0",
91
- "@types/node": "^25.5.0",
92
- "chalk": "^5.6.2",
93
- "eslint": "^10.0.2",
86
+ "@types/node": "^25.6.0",
87
+ "eslint": "^10.3.0",
94
88
  "esno": "^4.7.0",
95
- "fast-glob": "^3.3.3",
96
- "jest": "^30.3.0",
97
- "nodemon": "^3.1.14",
98
- "rollup": "^4.60.1",
89
+ "rollup": "^4.60.2",
99
90
  "tsup": "^8.5.1",
100
- "typescript": "^6.0.2",
101
- "vitest": "^4.1.2",
102
- "webpack": "^5.105.4"
91
+ "typescript": "^6.0.3",
92
+ "vitest": "^4.1.5"
103
93
  },
104
94
  "peerDependencies": {
105
95
  "@farmfe/core": ">=1.7.11 <2.0.0",
@@ -169,7 +159,7 @@
169
159
  "play": "pnpm -C playground run dev",
170
160
  "postbuild": "pnpm run check:artifacts",
171
161
  "start": "esno src/index.ts",
172
- "test": "jest",
162
+ "test": "vitest",
173
163
  "typecheck": "scripty --ts"
174
164
  }
175
165
  }