diff --git a/integrations/solid/.gitignore b/integrations/solid/.gitignore deleted file mode 100644 index a547bf3..0000000 --- a/integrations/solid/.gitignore +++ /dev/null @@ -1,24 +0,0 @@ -# Logs -logs -*.log -npm-debug.log* -yarn-debug.log* -yarn-error.log* -pnpm-debug.log* -lerna-debug.log* - -node_modules -dist -dist-ssr -*.local - -# Editor directories and files -.vscode/* -!.vscode/extensions.json -.idea -.DS_Store -*.suo -*.ntvs* -*.njsproj -*.sln -*.sw? diff --git a/integrations/solid/package.json b/integrations/solid/package.json deleted file mode 100644 index eacd631..0000000 --- a/integrations/solid/package.json +++ /dev/null @@ -1,35 +0,0 @@ -{ - "name": "solid-integration", - "type": "module", - "version": "0.0.0", - "private": true, - "exports": { - ".": { - "import": { - "types": "./dist/esm/index.d.ts", - "default": "./dist/esm/index.js" - }, - "require": { - "types": "./dist/cjs/index.d.cts", - "default": "./dist/cjs/index.cjs" - } - }, - "./package.json": "./package.json" - }, - "main": "dist/cjs/index.cjs", - "module": "dist/esm/index.js", - "types": "dist/esm/index.d.ts", - "files": [ - "dist" - ], - "scripts": { - "test:build": "vite build && vitest && publint --strict && attw --pack" - }, - "dependencies": { - "solid-js": "^1.8.17" - }, - "devDependencies": { - "@tanstack/config": "<1.0.0", - "vite-plugin-solid": "^2.10.2" - } -} diff --git a/integrations/solid/snap/cjs/App.cjs b/integrations/solid/snap/cjs/App.cjs deleted file mode 100644 index 22af465..0000000 --- a/integrations/solid/snap/cjs/App.cjs +++ /dev/null @@ -1,17 +0,0 @@ -"use strict"; -const web = require("solid-js/web"); -const solidJs = require("solid-js"); -const _tmpl$ = /* @__PURE__ */ web.template(`
Edit src/App.tsx
and save to test HMR`), _tmpl$3 = /* @__PURE__ */ web.template(`
Click on the Vite and Solid logos to learn more`); -function App() { - const [count, setCount] = solidJs.createSignal(0); - return [_tmpl$(), (() => { - const _el$2 = _tmpl$2(), _el$3 = _el$2.firstChild; - _el$3.firstChild; - _el$3.$$click = () => setCount((count2) => count2 + 1); - web.insert(_el$3, count, null); - return _el$2; - })(), _tmpl$3()]; -} -web.delegateEvents(["click"]); -module.exports = App; -//# sourceMappingURL=App.cjs.map diff --git a/integrations/solid/snap/cjs/App.cjs.map b/integrations/solid/snap/cjs/App.cjs.map deleted file mode 100644 index c24b2ce..0000000 --- a/integrations/solid/snap/cjs/App.cjs.map +++ /dev/null @@ -1 +0,0 @@ -{"version":3,"file":"App.cjs","sources":["../../src/App.tsx"],"sourcesContent":["import { createSignal } from 'solid-js'\n\nfunction App() {\n const [count, setCount] = createSignal(0)\n\n return (\n <>\n
\n Edit src/App.tsx
and save to test HMR\n
\n Click on the Vite and Solid logos to learn more\n
\n >\n )\n}\n\nexport default App\n"],"names":["App","count","setCount","createSignal","_tmpl$","_el$2","_tmpl$2","_el$3","firstChild","$$click","_tmpl$3","_$delegateEvents"],"mappings":";;;;AAEA,SAASA,MAAM;AACb,QAAM,CAACC,OAAOC,QAAQ,IAAIC,qBAAa,CAAC;AAExC,SAAA,CAAAC,OAAA,IAAA,MAAA;AAAA,UAAAC,QAAAC,QAAA,GAAAC,QAAAF,MAAAG;AAAAD,UAAAC;AAAAD,UAAAE,UAIuB,MAAMP,SAAUD,CAAAA,WAAUA,SAAQ,CAAC;AAACM,QAAAA,OAAAA,OACzCN,OAAK,IAAA;AAAAI,WAAAA;AAAAA,EAAAA,GAAAK,GAAAA,QAAAA,CAAA;AAWzB;AAEkBC,IAAAA,eAAA,CAAA,OAAA,CAAA;;"} \ No newline at end of file diff --git a/integrations/solid/snap/cjs/App.d.cts b/integrations/solid/snap/cjs/App.d.cts deleted file mode 100644 index 44528e9..0000000 --- a/integrations/solid/snap/cjs/App.d.cts +++ /dev/null @@ -1,2 +0,0 @@ -declare function App(): import("solid-js").JSX.Element; -export default App; diff --git a/integrations/solid/snap/cjs/index.cjs b/integrations/solid/snap/cjs/index.cjs deleted file mode 100644 index 720fcff..0000000 --- a/integrations/solid/snap/cjs/index.cjs +++ /dev/null @@ -1,5 +0,0 @@ -"use strict"; -Object.defineProperty(exports, Symbol.toStringTag, { value: "Module" }); -const App = require("./App.cjs"); -exports.App = App; -//# sourceMappingURL=index.cjs.map diff --git a/integrations/solid/snap/cjs/index.cjs.map b/integrations/solid/snap/cjs/index.cjs.map deleted file mode 100644 index 32a0c91..0000000 --- a/integrations/solid/snap/cjs/index.cjs.map +++ /dev/null @@ -1 +0,0 @@ -{"version":3,"file":"index.cjs","sources":[],"sourcesContent":[],"names":[],"mappings":";;;;"} \ No newline at end of file diff --git a/integrations/solid/snap/cjs/index.d.cts b/integrations/solid/snap/cjs/index.d.cts deleted file mode 100644 index 5f500c9..0000000 --- a/integrations/solid/snap/cjs/index.d.cts +++ /dev/null @@ -1 +0,0 @@ -export { default as App } from './App.cjs'; diff --git a/integrations/solid/snap/esm/App.d.ts b/integrations/solid/snap/esm/App.d.ts deleted file mode 100644 index 44528e9..0000000 --- a/integrations/solid/snap/esm/App.d.ts +++ /dev/null @@ -1,2 +0,0 @@ -declare function App(): import("solid-js").JSX.Element; -export default App; diff --git a/integrations/solid/snap/esm/App.js b/integrations/solid/snap/esm/App.js deleted file mode 100644 index 569dc03..0000000 --- a/integrations/solid/snap/esm/App.js +++ /dev/null @@ -1,18 +0,0 @@ -import { delegateEvents, insert, template } from "solid-js/web"; -import { createSignal } from "solid-js"; -const _tmpl$ = /* @__PURE__ */ template(`Edit src/App.tsx
and save to test HMR`), _tmpl$3 = /* @__PURE__ */ template(`
Click on the Vite and Solid logos to learn more`); -function App() { - const [count, setCount] = createSignal(0); - return [_tmpl$(), (() => { - const _el$2 = _tmpl$2(), _el$3 = _el$2.firstChild; - _el$3.firstChild; - _el$3.$$click = () => setCount((count2) => count2 + 1); - insert(_el$3, count, null); - return _el$2; - })(), _tmpl$3()]; -} -delegateEvents(["click"]); -export { - App as default -}; -//# sourceMappingURL=App.js.map diff --git a/integrations/solid/snap/esm/App.js.map b/integrations/solid/snap/esm/App.js.map deleted file mode 100644 index 7888f6d..0000000 --- a/integrations/solid/snap/esm/App.js.map +++ /dev/null @@ -1 +0,0 @@ -{"version":3,"file":"App.js","sources":["../../src/App.tsx"],"sourcesContent":["import { createSignal } from 'solid-js'\n\nfunction App() {\n const [count, setCount] = createSignal(0)\n\n return (\n <>\n
\n Edit src/App.tsx
and save to test HMR\n
\n Click on the Vite and Solid logos to learn more\n
\n >\n )\n}\n\nexport default App\n"],"names":["App","count","setCount","createSignal","_tmpl$","_el$2","_tmpl$2","_el$3","firstChild","$$click","_tmpl$3","_$delegateEvents"],"mappings":";;;AAEA,SAASA,MAAM;AACb,QAAM,CAACC,OAAOC,QAAQ,IAAIC,aAAa,CAAC;AAExC,SAAA,CAAAC,OAAA,IAAA,MAAA;AAAA,UAAAC,QAAAC,QAAA,GAAAC,QAAAF,MAAAG;AAAAD,UAAAC;AAAAD,UAAAE,UAIuB,MAAMP,SAAUD,CAAAA,WAAUA,SAAQ,CAAC;AAACM,WAAAA,OACzCN,OAAK,IAAA;AAAAI,WAAAA;AAAAA,EAAAA,GAAAK,GAAAA,QAAAA,CAAA;AAWzB;AAEkBC,eAAA,CAAA,OAAA,CAAA;"} \ No newline at end of file diff --git a/integrations/solid/snap/esm/index.d.ts b/integrations/solid/snap/esm/index.d.ts deleted file mode 100644 index 25e5376..0000000 --- a/integrations/solid/snap/esm/index.d.ts +++ /dev/null @@ -1 +0,0 @@ -export { default as App } from './App.js'; diff --git a/integrations/solid/snap/esm/index.js b/integrations/solid/snap/esm/index.js deleted file mode 100644 index e203bcc..0000000 --- a/integrations/solid/snap/esm/index.js +++ /dev/null @@ -1,5 +0,0 @@ -import { default as default2 } from "./App.js"; -export { - default2 as App -}; -//# sourceMappingURL=index.js.map diff --git a/integrations/solid/snap/esm/index.js.map b/integrations/solid/snap/esm/index.js.map deleted file mode 100644 index 594ae09..0000000 --- a/integrations/solid/snap/esm/index.js.map +++ /dev/null @@ -1 +0,0 @@ -{"version":3,"file":"index.js","sources":[],"sourcesContent":[],"names":[],"mappings":";"} \ No newline at end of file diff --git a/integrations/solid/src/App.tsx b/integrations/solid/src/App.tsx deleted file mode 100644 index 8d415e9..0000000 --- a/integrations/solid/src/App.tsx +++ /dev/null @@ -1,24 +0,0 @@ -import { createSignal } from 'solid-js' - -function App() { - const [count, setCount] = createSignal(0) - - return ( - <> -
- Edit src/App.tsx
and save to test HMR
-
- Click on the Vite and Solid logos to learn more -
- > - ) -} - -export default App diff --git a/integrations/solid/src/index.ts b/integrations/solid/src/index.ts deleted file mode 100644 index f52c042..0000000 --- a/integrations/solid/src/index.ts +++ /dev/null @@ -1 +0,0 @@ -export { default as App } from './App' diff --git a/integrations/solid/tests/build.test.ts b/integrations/solid/tests/build.test.ts deleted file mode 100644 index c82286f..0000000 --- a/integrations/solid/tests/build.test.ts +++ /dev/null @@ -1,41 +0,0 @@ -import { readFileSync, readdirSync } from 'node:fs' -import { fileURLToPath } from 'node:url' -import { dirname, resolve } from 'node:path' -import { describe, expect, it } from 'vitest' - -const __dirname = dirname(fileURLToPath(import.meta.url)) -const rootDir = resolve(__dirname, '..') - -const esmExtensions = ['.js', '.js.map', '.d.ts'] -const cjsExtensions = ['.cjs', '.cjs.map', '.d.cts'] - -const files = ['index', 'App'] - -describe('check Solid build output', () => { - it('should output the same file structure', () => { - const distFiles = readdirSync(`${rootDir}/dist`, { recursive: true }) - const snapFiles = readdirSync(`${rootDir}/snap`, { recursive: true }) - - expect(distFiles).toEqual(snapFiles) - }) - - it('should build the same ESM output', () => { - files.forEach((file) => { - esmExtensions.forEach((ext) => { - expect( - readFileSync(`${rootDir}/dist/esm/${file}${ext}`).toString(), - ).toMatchFileSnapshot(`${rootDir}/snap/esm/${file}${ext}`) - }) - }) - }) - - it('should build the same CJS output', () => { - files.forEach((file) => { - cjsExtensions.forEach((ext) => { - expect( - readFileSync(`${rootDir}/dist/cjs/${file}${ext}`).toString(), - ).toMatchFileSnapshot(`${rootDir}/snap/cjs/${file}${ext}`) - }) - }) - }) -}) diff --git a/integrations/solid/tsconfig.json b/integrations/solid/tsconfig.json deleted file mode 100644 index f8fba94..0000000 --- a/integrations/solid/tsconfig.json +++ /dev/null @@ -1,25 +0,0 @@ -{ - "compilerOptions": { - "target": "ES2020", - "jsx": "preserve", - "jsxImportSource": "solid-js", - "lib": ["ES2020", "DOM", "DOM.Iterable"], - "useDefineForClassFields": true, - "module": "ESNext", - - /* Bundler mode */ - "moduleResolution": "bundler", - "resolveJsonModule": true, - "allowImportingTsExtensions": true, - - /* Linting */ - "strict": true, - "noFallthroughCasesInSwitch": true, - "noUnusedLocals": true, - "noUnusedParameters": true, - "noEmit": true, - "isolatedModules": true, - "skipLibCheck": true - }, - "include": ["src", "tests", "vite.config.ts"] -} diff --git a/integrations/solid/vite.config.ts b/integrations/solid/vite.config.ts deleted file mode 100644 index db309a1..0000000 --- a/integrations/solid/vite.config.ts +++ /dev/null @@ -1,19 +0,0 @@ -import { defineConfig, mergeConfig } from 'vitest/config' -import solid from 'vite-plugin-solid' -import { tanstackViteConfig } from '@tanstack/config/vite' - -const config = defineConfig({ - plugins: [solid()], - test: { - name: 'solid-integration', - watch: false, - }, -}) - -export default mergeConfig( - config, - tanstackViteConfig({ - entry: './src/index.ts', - srcDir: './src', - }), -) diff --git a/pnpm-lock.yaml b/pnpm-lock.yaml index 8aaddd3..cf1b2b3 100644 --- a/pnpm-lock.yaml +++ b/pnpm-lock.yaml @@ -152,19 +152,6 @@ importers: specifier: ^4.2.1 version: 4.2.1(vite@5.2.13(@types/node@20.14.2)) - integrations/solid: - dependencies: - solid-js: - specifier: ^1.8.17 - version: 1.8.17 - devDependencies: - '@tanstack/config': - specifier: <1.0.0 - version: link:../.. - vite-plugin-solid: - specifier: ^2.10.2 - version: 2.10.2(solid-js@1.8.17)(vite@5.2.13(@types/node@20.14.2)) - integrations/vanilla: devDependencies: '@tanstack/config': @@ -238,10 +225,6 @@ packages: resolution: {integrity: sha512-wGjk9QZVzvknA6yKIUURb8zY3grXCcOZt+/7Wcy8O2uctxhplmUPkOdlgoNhmdVee2c92JXbf1xpMtVNbfoxRw==} engines: {node: '>=6.9.0'} - '@babel/helper-module-imports@7.18.6': - resolution: {integrity: sha512-0NFvs3VkuSYbFi1x2Vd6tKrywq+z/cLeYC/RJNFrIX/30Bf5aiGYbtvGXolEktzJH8o5E5KJ3tT+nkxuuZFVlA==} - engines: {node: '>=6.9.0'} - '@babel/helper-module-imports@7.22.15': resolution: {integrity: sha512-0pYVBnDKZO2fnSPCrgM/6WMc7eS20Fbok+0r88fp+YtWVLZrp4CkafFGIp+W0VKw4a22sgebPT99y+FDNMdP4w==} engines: {node: '>=6.9.0'} @@ -289,12 +272,6 @@ packages: engines: {node: '>=6.0.0'} hasBin: true - '@babel/plugin-syntax-jsx@7.23.3': - resolution: {integrity: sha512-EB2MELswq55OHUoRZLGg/zC7QWUKfNLpE57m/S2yr1uEneIgsTgrSzXP3NXEsMkVn76OlaVVnzN+ugObuYGwhg==} - engines: {node: '>=6.9.0'} - peerDependencies: - '@babel/core': ^7.0.0-0 - '@babel/plugin-transform-react-jsx-self@7.23.3': resolution: {integrity: sha512-qXRvbeKDSfwnlJnanVRp0SfuWE5DQhwQr5xtLBzp56Wabyo+4CMosF6Kfp+eOD/4FYpql64XVJ2W0pVLlJZxOQ==} engines: {node: '>=6.9.0'} @@ -1031,16 +1008,6 @@ packages: babel-plugin-add-module-exports@0.2.1: resolution: {integrity: sha512-3AN/9V/rKuv90NG65m4tTHsI04XrCKsWbztIcW7a8H5iIN7WlvWucRtVV0V/rT4QvtA11n5Vmp20fLwfMWqp6g==} - babel-plugin-jsx-dom-expressions@0.37.11: - resolution: {integrity: sha512-0NaWy4sFsE0AWlucvL/myEiZ851BgjeLwhtctOFmyVCK6fPXqQHQUBB5SrrrmvOiw/BZCmMe8dOy7JL3FSyTtQ==} - peerDependencies: - '@babel/core': ^7.20.12 - - babel-preset-solid@1.8.8: - resolution: {integrity: sha512-m+sFxzriUgMiyUPz/oWxU+N6PwY2bVsZVlc4Jxx+5XhDt5lGE/meg+ZL/kLgSAZ75YuU9AJZr444Un1bO0vhJQ==} - peerDependencies: - '@babel/core': ^7.0.0 - balanced-match@1.0.2: resolution: {integrity: sha512-3oSeUO0TMV67hN1AmbXsK4yaqU7tjiHlbxRDZOpH0KW9+CeX4bRAaX0Anxt0tx2MrpRpWwQaPwIlISEJhYU5Pw==} @@ -1588,9 +1555,6 @@ packages: resolution: {integrity: sha512-Y22oTqIU4uuPgEemfz7NDJz6OeKf12Lsu+QC+s3BVpda64lTiMYCyGwg5ki4vFxkMwQdeZDl2adZoqUgdFuTgQ==} engines: {node: '>=18'} - html-entities@2.3.3: - resolution: {integrity: sha512-DV5Ln36z34NNTDgnz0EWGBLZENelNAtkiFA4kyNOG2tDI6Mz1uSWiq1wAKdyjnJwyDiDO7Fa2SO1CTxPXL8VxA==} - http-proxy-agent@7.0.2: resolution: {integrity: sha512-T1gkAiYYDWYx3V5Bmyu7HcfcvL7mUrTWiM6yOfa3PIphViJ/gFPbvidQ+veqSOHci/PxBcDabeUNCzpOODJZig==} engines: {node: '>= 14'} @@ -1718,10 +1682,6 @@ packages: resolution: {integrity: sha512-knxG2q4UC3u8stRGyAVJCOdxFmv5DZiRcdlIaAQXAbSfJya+OhopNotLQrstBhququ4ZpuKbDc/8S6mgXgPFPw==} engines: {node: '>=10'} - is-what@4.1.16: - resolution: {integrity: sha512-ZhMwEosbFJkA0YhFnNDgTM4ZxDRsS6HqTo7qsZM08fehyRYIYa0yHu5R6mgo1n/8MgaPBXiPimPD77baVFYg+A==} - engines: {node: '>=12.13'} - is-windows@1.0.2: resolution: {integrity: sha512-eXK1UInq2bPmjyX6e3VHIzMLobc4J94i4AWn+Hpq3OU5KkrRC96OAcR3PRJ/pGu6m8TRnBHP9dkXQVsT/COVIA==} engines: {node: '>=0.10.0'} @@ -1884,10 +1844,6 @@ packages: resolution: {integrity: sha512-BhXM0Au22RwUneMPwSCnyhTOizdWoIEPU9sp0Aqa1PnDMR5Wv2FGXYDjuzJEIX+Eo2Rb8xuYe5jrnm5QowQFkw==} engines: {node: '>=16.10'} - merge-anything@5.1.7: - resolution: {integrity: sha512-eRtbOb1N5iyH0tkQDAoQ4Ipsp/5qSR79Dzrz8hEPxRX10RWWR/iQXdoKmBSRCThY1Fh5EhISDtpSc93fpxUniQ==} - engines: {node: '>=12.13'} - merge-stream@2.0.0: resolution: {integrity: sha512-abv/qOcuPfk3URPfDzmZU1LKmuw8kT+0nIHvKrKgFrwifol/doWcdA4ZqsWQ8ENrFKkd67Mfpo/LovbIUsbt3w==} @@ -2279,16 +2235,6 @@ packages: engines: {node: '>=10'} hasBin: true - seroval-plugins@1.0.4: - resolution: {integrity: sha512-DQ2IK6oQVvy8k+c2V5x5YCtUa/GGGsUwUBNN9UqohrZ0rWdUapBFpNMYP1bCyRHoxOJjdKGl+dieacFIpU/i1A==} - engines: {node: '>=10'} - peerDependencies: - seroval: ^1.0 - - seroval@1.0.4: - resolution: {integrity: sha512-qQs/N+KfJu83rmszFQaTxcoJoPn6KNUruX4KmnmyD0oZkUoiNvJ1rpdYKDf4YHM05k+HOgCxa3yvf15QbVijGg==} - engines: {node: '>=10'} - shebang-command@1.2.0: resolution: {integrity: sha512-EV3L1+UQWGor21OmnvojK36mhg+TyIKDh3iFBKBohr5xeXIhNBcx8oWdgkTEEQ+BEFFYdLRuqMfd5L84N1V5Vg==} engines: {node: '>=0.10.0'} @@ -2326,14 +2272,6 @@ packages: resolution: {integrity: sha512-g9Q1haeby36OSStwb4ntCGGGaKsaVSjQ68fBxoQcutl5fS1vuY18H3wSt3jFyFtrkx+Kz0V1G85A4MyAdDMi2Q==} engines: {node: '>=8'} - solid-js@1.8.17: - resolution: {integrity: sha512-E0FkUgv9sG/gEBWkHr/2XkBluHb1fkrHywUgA6o6XolPDCJ4g1HaLmQufcBBhiF36ee40q+HpG/vCZu7fLpI3Q==} - - solid-refresh@0.6.3: - resolution: {integrity: sha512-F3aPsX6hVw9ttm5LYlth8Q15x6MlI/J3Dn+o3EQyRTtTxidepSTwAYdozt01/YA+7ObcciagGEyXIopGZzQtbA==} - peerDependencies: - solid-js: ^1.3 - source-map-js@1.2.0: resolution: {integrity: sha512-itJW8lvSA0TXEphiRoawsCksnlf8SyvmFzIhltqAHluXd88pkCd+cXJVHTDwdCr0IzwptSm035IHQktUu1QUMg==} engines: {node: '>=0.10.0'} @@ -2578,9 +2516,6 @@ packages: resolution: {integrity: sha512-fcRLaS4H/hrZk9hYwbdRM35D0U8IYMfEClhXxCivOojl+yTRAZH3Zy2sSy6qVCiGbV9YAtPssP6jaChqC9vPCg==} engines: {node: '>= 10.13.0'} - validate-html-nesting@1.2.2: - resolution: {integrity: sha512-hGdgQozCsQJMyfK5urgFcWEqsSSrK63Awe0t/IMR0bZ0QMtnuaiHzThW81guu3qx9abLi99NEuiaN6P9gVYsNg==} - validate-npm-package-name@5.0.0: resolution: {integrity: sha512-YuKoXDAhBYxY7SfOKxHBDoSyENFeW5VvIIQp2TGQuit8gpK6MnWaQelBKxso72DoxTZfZdcP3W90LqpSkgPzLQ==} engines: {node: ^14.17.0 || ^16.13.0 || >=18.0.0} @@ -2609,16 +2544,6 @@ packages: peerDependencies: vite: ^2.0.0 || ^3.0.0 || ^4.0.0 || ^5.0.0 - vite-plugin-solid@2.10.2: - resolution: {integrity: sha512-AOEtwMe2baBSXMXdo+BUwECC8IFHcKS6WQV/1NEd+Q7vHPap5fmIhLcAzr+DUJ04/KHx/1UBU0l1/GWP+rMAPQ==} - peerDependencies: - '@testing-library/jest-dom': ^5.16.6 || ^5.17.0 || ^6.* - solid-js: ^1.7.2 - vite: ^3.0.0 || ^4.0.0 || ^5.0.0 - peerDependenciesMeta: - '@testing-library/jest-dom': - optional: true - vite-tsconfig-paths@4.3.2: resolution: {integrity: sha512-0Vd/a6po6Q+86rPlntHye7F31zA2URZMbH8M3saAZ/xR9QoGN/L21bxEGfXdWmFdNkqPpRdxFT7nmNe12e9/uA==} peerDependencies: @@ -2655,14 +2580,6 @@ packages: terser: optional: true - vitefu@0.2.5: - resolution: {integrity: sha512-SgHtMLoqaeeGnd2evZ849ZbACbnwQCIwRH57t18FxcXoZop0uQu0uzlIhJBlF/eWVzuce0sHeqPcDo+evVcg8Q==} - peerDependencies: - vite: ^3.0.0 || ^4.0.0 || ^5.0.0 - peerDependenciesMeta: - vite: - optional: true - vitest@1.6.0: resolution: {integrity: sha512-H5r/dN06swuFnzNFhq/dnz37bPXnq8xB2xB5JOVk8K09rUtoeNN+LHWkoQ0A/i3hvbUKKcCei9KpbxqHMLhLLA==} engines: {node: ^18.0.0 || >=20.0.0} @@ -2885,10 +2802,6 @@ snapshots: dependencies: '@babel/types': 7.23.6 - '@babel/helper-module-imports@7.18.6': - dependencies: - '@babel/types': 7.23.6 - '@babel/helper-module-imports@7.22.15': dependencies: '@babel/types': 7.23.6 @@ -2936,11 +2849,6 @@ snapshots: dependencies: '@babel/types': 7.23.6 - '@babel/plugin-syntax-jsx@7.23.3(@babel/core@7.23.7)': - dependencies: - '@babel/core': 7.23.7 - '@babel/helper-plugin-utils': 7.22.5 - '@babel/plugin-transform-react-jsx-self@7.23.3(@babel/core@7.23.7)': dependencies: '@babel/core': 7.23.7 @@ -3671,20 +3579,6 @@ snapshots: babel-plugin-add-module-exports@0.2.1: {} - babel-plugin-jsx-dom-expressions@0.37.11(@babel/core@7.23.7): - dependencies: - '@babel/core': 7.23.7 - '@babel/helper-module-imports': 7.18.6 - '@babel/plugin-syntax-jsx': 7.23.3(@babel/core@7.23.7) - '@babel/types': 7.23.6 - html-entities: 2.3.3 - validate-html-nesting: 1.2.2 - - babel-preset-solid@1.8.8(@babel/core@7.23.7): - dependencies: - '@babel/core': 7.23.7 - babel-plugin-jsx-dom-expressions: 0.37.11(@babel/core@7.23.7) - balanced-match@1.0.2: {} base64-js@1.5.1: {} @@ -4290,8 +4184,6 @@ snapshots: dependencies: whatwg-encoding: 3.1.1 - html-entities@2.3.3: {} - http-proxy-agent@7.0.2: dependencies: agent-base: 7.1.0 @@ -4394,8 +4286,6 @@ snapshots: is-unicode-supported@0.1.0: {} - is-what@4.1.16: {} - is-windows@1.0.2: {} is-wsl@2.2.0: @@ -4568,10 +4458,6 @@ snapshots: meow@12.1.1: {} - merge-anything@5.1.7: - dependencies: - is-what: 4.1.16 - merge-stream@2.0.0: {} merge2@1.4.1: {} @@ -4989,12 +4875,6 @@ snapshots: semver@7.6.2: {} - seroval-plugins@1.0.4(seroval@1.0.4): - dependencies: - seroval: 1.0.4 - - seroval@1.0.4: {} - shebang-command@1.2.0: dependencies: shebang-regex: 1.0.0 @@ -5027,19 +4907,6 @@ snapshots: slash@3.0.0: {} - solid-js@1.8.17: - dependencies: - csstype: 3.1.3 - seroval: 1.0.4 - seroval-plugins: 1.0.4(seroval@1.0.4) - - solid-refresh@0.6.3(solid-js@1.8.17): - dependencies: - '@babel/generator': 7.23.6 - '@babel/helper-module-imports': 7.22.15 - '@babel/types': 7.23.6 - solid-js: 1.8.17 - source-map-js@1.2.0: {} source-map@0.6.1: {} @@ -5228,8 +5095,6 @@ snapshots: v8flags@4.0.1: {} - validate-html-nesting@1.2.2: {} - validate-npm-package-name@5.0.0: dependencies: builtins: 5.0.1 @@ -5274,19 +5139,6 @@ snapshots: dependencies: vite: 5.2.13(@types/node@20.14.2) - vite-plugin-solid@2.10.2(solid-js@1.8.17)(vite@5.2.13(@types/node@20.14.2)): - dependencies: - '@babel/core': 7.23.7 - '@types/babel__core': 7.20.5 - babel-preset-solid: 1.8.8(@babel/core@7.23.7) - merge-anything: 5.1.7 - solid-js: 1.8.17 - solid-refresh: 0.6.3(solid-js@1.8.17) - vite: 5.2.13(@types/node@20.14.2) - vitefu: 0.2.5(vite@5.2.13(@types/node@20.14.2)) - transitivePeerDependencies: - - supports-color - vite-tsconfig-paths@4.3.2(typescript@5.4.5)(vite@5.2.13(@types/node@20.14.2)): dependencies: debug: 4.3.5 @@ -5307,10 +5159,6 @@ snapshots: '@types/node': 20.14.2 fsevents: 2.3.3 - vitefu@0.2.5(vite@5.2.13(@types/node@20.14.2)): - optionalDependencies: - vite: 5.2.13(@types/node@20.14.2) - vitest@1.6.0(@types/node@20.14.2)(jsdom@24.1.0): dependencies: '@vitest/expect': 1.6.0