From a3336b9660255ec5536f06e9ef22400395e594fc Mon Sep 17 00:00:00 2001 From: Romuald Brillout Date: Tue, 24 Sep 2024 12:09:26 +0200 Subject: [PATCH] rename test/misc => test/playground --- pnpm-lock.yaml | 19 ++++++------------- test/{misc => playground}/.gitignore | 0 test/{misc => playground}/.testCiJob.json | 0 test/{misc/readme.md => playground/README.md} | 0 test/{misc => playground}/package.json | 0 test/{misc => playground}/pages/+Head.tsx | 0 test/{misc => playground}/pages/+Layout.jsx | 0 test/{misc => playground}/pages/+config.ts | 0 test/{misc => playground}/pages/Layout.css | 0 .../pages/about/+Head.tsx | 0 .../pages/about/+config.ts | 0 .../{misc => playground}/pages/about/Page.jsx | 0 .../pages/dynamic-import-file-env/+Page.tsx | 0 .../dynamic-import-file-env/hello.client.ts | 0 .../dynamic-import-file-env/hello.server.ts | 0 .../dynamic-import-file-env/isBrowser.ts | 0 .../pages/index/+config.ts | 0 .../pages/index/+prerender.ts | 0 .../pages/index/Counter.jsx | 0 .../{misc => playground}/pages/index/Page.jsx | 0 .../pages/markdown-page/+Page.md | 0 .../pages/markdown-page/+config.ts | 0 .../pages/markdown-page/+title.ts | 0 .../pages/markdown-page/Counter.jsx | 0 .../pages/markdown-page/vike.d.ts | 0 .../pages/navigate-early/+Page.jsx | 0 .../pages/navigate-early/+client.js | 0 .../pages/pushState/+Page.jsx | 0 .../pages/pushState/+data.ts | 0 .../pages/pushState/+prerender.ts | 0 test/{misc => playground}/test-dev.test.ts | 0 .../{misc => playground}/test-preview.test.ts | 0 test/{misc => playground}/testRun.ts | 0 test/{misc => playground}/tsconfig.json | 0 test/{misc => playground}/vite.config.ts | 0 35 files changed, 6 insertions(+), 13 deletions(-) rename test/{misc => playground}/.gitignore (100%) rename test/{misc => playground}/.testCiJob.json (100%) rename test/{misc/readme.md => playground/README.md} (100%) rename test/{misc => playground}/package.json (100%) rename test/{misc => playground}/pages/+Head.tsx (100%) rename test/{misc => playground}/pages/+Layout.jsx (100%) rename test/{misc => playground}/pages/+config.ts (100%) rename test/{misc => playground}/pages/Layout.css (100%) rename test/{misc => playground}/pages/about/+Head.tsx (100%) rename test/{misc => playground}/pages/about/+config.ts (100%) rename test/{misc => playground}/pages/about/Page.jsx (100%) rename test/{misc => playground}/pages/dynamic-import-file-env/+Page.tsx (100%) rename test/{misc => playground}/pages/dynamic-import-file-env/hello.client.ts (100%) rename test/{misc => playground}/pages/dynamic-import-file-env/hello.server.ts (100%) rename test/{misc => playground}/pages/dynamic-import-file-env/isBrowser.ts (100%) rename test/{misc => playground}/pages/index/+config.ts (100%) rename test/{misc => playground}/pages/index/+prerender.ts (100%) rename test/{misc => playground}/pages/index/Counter.jsx (100%) rename test/{misc => playground}/pages/index/Page.jsx (100%) rename test/{misc => playground}/pages/markdown-page/+Page.md (100%) rename test/{misc => playground}/pages/markdown-page/+config.ts (100%) rename test/{misc => playground}/pages/markdown-page/+title.ts (100%) rename test/{misc => playground}/pages/markdown-page/Counter.jsx (100%) rename test/{misc => playground}/pages/markdown-page/vike.d.ts (100%) rename test/{misc => playground}/pages/navigate-early/+Page.jsx (100%) rename test/{misc => playground}/pages/navigate-early/+client.js (100%) rename test/{misc => playground}/pages/pushState/+Page.jsx (100%) rename test/{misc => playground}/pages/pushState/+data.ts (100%) rename test/{misc => playground}/pages/pushState/+prerender.ts (100%) rename test/{misc => playground}/test-dev.test.ts (100%) rename test/{misc => playground}/test-preview.test.ts (100%) rename test/{misc => playground}/testRun.ts (100%) rename test/{misc => playground}/tsconfig.json (100%) rename test/{misc => playground}/vite.config.ts (100%) diff --git a/pnpm-lock.yaml b/pnpm-lock.yaml index c7b45343b75..4ae56cdfd15 100644 --- a/pnpm-lock.yaml +++ b/pnpm-lock.yaml @@ -1476,7 +1476,7 @@ importers: specifier: ^5.4.0 version: 5.4.0(@types/node@22.6.1)(terser@5.31.0) - test/misc: + test/playground: dependencies: '@types/react': specifier: ^18.2.45 @@ -1486,22 +1486,22 @@ importers: version: 18.3.0 '@vitejs/plugin-react': specifier: ^4.2.1 - version: 4.3.0(vite@5.4.0(@types/node@22.6.1)(terser@5.31.0)) + version: 4.3.1(vite@5.4.0(@types/node@22.6.1)(terser@5.31.0)) react: specifier: ^18.2.0 - version: 18.2.0 + version: 18.3.1 react-dom: specifier: ^18.2.0 - version: 18.2.0(react@18.2.0) + version: 18.3.1(react@18.3.1) typescript: specifier: ^5.2.2 - version: 5.4.5 + version: 5.6.2 vike: specifier: link:../../vike version: link:../../vike vike-react: specifier: ^0.5.7 - version: 0.5.7(react-dom@18.2.0(react@18.2.0))(react@18.2.0)(vike@vike) + version: 0.5.7(react-dom@18.3.1(react@18.3.1))(react@18.3.1)(vike@vike) vite: specifier: ^5.4.0 version: 5.4.0(@types/node@22.6.1)(terser@5.31.0) @@ -13853,13 +13853,6 @@ snapshots: vike: link:vike vite: 5.4.0(@types/node@22.6.1)(terser@5.31.0) - vike-react@0.5.7(react-dom@18.2.0(react@18.2.0))(react@18.2.0)(vike@vike): - dependencies: - react: 18.2.0 - react-dom: 18.2.0(react@18.2.0) - react-streaming: 0.3.43(react-dom@18.2.0(react@18.2.0))(react@18.2.0) - vike: link:vike - vike-react@0.5.7(react-dom@18.3.1(react@18.3.1))(react@18.3.1)(vike@vike): dependencies: react: 18.3.1 diff --git a/test/misc/.gitignore b/test/playground/.gitignore similarity index 100% rename from test/misc/.gitignore rename to test/playground/.gitignore diff --git a/test/misc/.testCiJob.json b/test/playground/.testCiJob.json similarity index 100% rename from test/misc/.testCiJob.json rename to test/playground/.testCiJob.json diff --git a/test/misc/readme.md b/test/playground/README.md similarity index 100% rename from test/misc/readme.md rename to test/playground/README.md diff --git a/test/misc/package.json b/test/playground/package.json similarity index 100% rename from test/misc/package.json rename to test/playground/package.json diff --git a/test/misc/pages/+Head.tsx b/test/playground/pages/+Head.tsx similarity index 100% rename from test/misc/pages/+Head.tsx rename to test/playground/pages/+Head.tsx diff --git a/test/misc/pages/+Layout.jsx b/test/playground/pages/+Layout.jsx similarity index 100% rename from test/misc/pages/+Layout.jsx rename to test/playground/pages/+Layout.jsx diff --git a/test/misc/pages/+config.ts b/test/playground/pages/+config.ts similarity index 100% rename from test/misc/pages/+config.ts rename to test/playground/pages/+config.ts diff --git a/test/misc/pages/Layout.css b/test/playground/pages/Layout.css similarity index 100% rename from test/misc/pages/Layout.css rename to test/playground/pages/Layout.css diff --git a/test/misc/pages/about/+Head.tsx b/test/playground/pages/about/+Head.tsx similarity index 100% rename from test/misc/pages/about/+Head.tsx rename to test/playground/pages/about/+Head.tsx diff --git a/test/misc/pages/about/+config.ts b/test/playground/pages/about/+config.ts similarity index 100% rename from test/misc/pages/about/+config.ts rename to test/playground/pages/about/+config.ts diff --git a/test/misc/pages/about/Page.jsx b/test/playground/pages/about/Page.jsx similarity index 100% rename from test/misc/pages/about/Page.jsx rename to test/playground/pages/about/Page.jsx diff --git a/test/misc/pages/dynamic-import-file-env/+Page.tsx b/test/playground/pages/dynamic-import-file-env/+Page.tsx similarity index 100% rename from test/misc/pages/dynamic-import-file-env/+Page.tsx rename to test/playground/pages/dynamic-import-file-env/+Page.tsx diff --git a/test/misc/pages/dynamic-import-file-env/hello.client.ts b/test/playground/pages/dynamic-import-file-env/hello.client.ts similarity index 100% rename from test/misc/pages/dynamic-import-file-env/hello.client.ts rename to test/playground/pages/dynamic-import-file-env/hello.client.ts diff --git a/test/misc/pages/dynamic-import-file-env/hello.server.ts b/test/playground/pages/dynamic-import-file-env/hello.server.ts similarity index 100% rename from test/misc/pages/dynamic-import-file-env/hello.server.ts rename to test/playground/pages/dynamic-import-file-env/hello.server.ts diff --git a/test/misc/pages/dynamic-import-file-env/isBrowser.ts b/test/playground/pages/dynamic-import-file-env/isBrowser.ts similarity index 100% rename from test/misc/pages/dynamic-import-file-env/isBrowser.ts rename to test/playground/pages/dynamic-import-file-env/isBrowser.ts diff --git a/test/misc/pages/index/+config.ts b/test/playground/pages/index/+config.ts similarity index 100% rename from test/misc/pages/index/+config.ts rename to test/playground/pages/index/+config.ts diff --git a/test/misc/pages/index/+prerender.ts b/test/playground/pages/index/+prerender.ts similarity index 100% rename from test/misc/pages/index/+prerender.ts rename to test/playground/pages/index/+prerender.ts diff --git a/test/misc/pages/index/Counter.jsx b/test/playground/pages/index/Counter.jsx similarity index 100% rename from test/misc/pages/index/Counter.jsx rename to test/playground/pages/index/Counter.jsx diff --git a/test/misc/pages/index/Page.jsx b/test/playground/pages/index/Page.jsx similarity index 100% rename from test/misc/pages/index/Page.jsx rename to test/playground/pages/index/Page.jsx diff --git a/test/misc/pages/markdown-page/+Page.md b/test/playground/pages/markdown-page/+Page.md similarity index 100% rename from test/misc/pages/markdown-page/+Page.md rename to test/playground/pages/markdown-page/+Page.md diff --git a/test/misc/pages/markdown-page/+config.ts b/test/playground/pages/markdown-page/+config.ts similarity index 100% rename from test/misc/pages/markdown-page/+config.ts rename to test/playground/pages/markdown-page/+config.ts diff --git a/test/misc/pages/markdown-page/+title.ts b/test/playground/pages/markdown-page/+title.ts similarity index 100% rename from test/misc/pages/markdown-page/+title.ts rename to test/playground/pages/markdown-page/+title.ts diff --git a/test/misc/pages/markdown-page/Counter.jsx b/test/playground/pages/markdown-page/Counter.jsx similarity index 100% rename from test/misc/pages/markdown-page/Counter.jsx rename to test/playground/pages/markdown-page/Counter.jsx diff --git a/test/misc/pages/markdown-page/vike.d.ts b/test/playground/pages/markdown-page/vike.d.ts similarity index 100% rename from test/misc/pages/markdown-page/vike.d.ts rename to test/playground/pages/markdown-page/vike.d.ts diff --git a/test/misc/pages/navigate-early/+Page.jsx b/test/playground/pages/navigate-early/+Page.jsx similarity index 100% rename from test/misc/pages/navigate-early/+Page.jsx rename to test/playground/pages/navigate-early/+Page.jsx diff --git a/test/misc/pages/navigate-early/+client.js b/test/playground/pages/navigate-early/+client.js similarity index 100% rename from test/misc/pages/navigate-early/+client.js rename to test/playground/pages/navigate-early/+client.js diff --git a/test/misc/pages/pushState/+Page.jsx b/test/playground/pages/pushState/+Page.jsx similarity index 100% rename from test/misc/pages/pushState/+Page.jsx rename to test/playground/pages/pushState/+Page.jsx diff --git a/test/misc/pages/pushState/+data.ts b/test/playground/pages/pushState/+data.ts similarity index 100% rename from test/misc/pages/pushState/+data.ts rename to test/playground/pages/pushState/+data.ts diff --git a/test/misc/pages/pushState/+prerender.ts b/test/playground/pages/pushState/+prerender.ts similarity index 100% rename from test/misc/pages/pushState/+prerender.ts rename to test/playground/pages/pushState/+prerender.ts diff --git a/test/misc/test-dev.test.ts b/test/playground/test-dev.test.ts similarity index 100% rename from test/misc/test-dev.test.ts rename to test/playground/test-dev.test.ts diff --git a/test/misc/test-preview.test.ts b/test/playground/test-preview.test.ts similarity index 100% rename from test/misc/test-preview.test.ts rename to test/playground/test-preview.test.ts diff --git a/test/misc/testRun.ts b/test/playground/testRun.ts similarity index 100% rename from test/misc/testRun.ts rename to test/playground/testRun.ts diff --git a/test/misc/tsconfig.json b/test/playground/tsconfig.json similarity index 100% rename from test/misc/tsconfig.json rename to test/playground/tsconfig.json diff --git a/test/misc/vite.config.ts b/test/playground/vite.config.ts similarity index 100% rename from test/misc/vite.config.ts rename to test/playground/vite.config.ts