From 65629676ebf1af39a427e800057f1304627ff88e Mon Sep 17 00:00:00 2001 From: mayank1513 Date: Tue, 25 Jun 2024 16:19:18 +0000 Subject: [PATCH] upgrade deps && docs --- docs/functions/rdiPlugin.html | 2 +- docs/interfaces/RDIPluginOptions.html | 2 +- examples/remix/package.json | 10 +- pnpm-lock.yaml | 130 +++++++++++++------------- 4 files changed, 72 insertions(+), 72 deletions(-) diff --git a/docs/functions/rdiPlugin.html b/docs/functions/rdiPlugin.html index 9880f92d..1f047707 100644 --- a/docs/functions/rdiPlugin.html +++ b/docs/functions/rdiPlugin.html @@ -1,3 +1,3 @@ rdiPlugin | Esbuild Plugin Remove Duplicate Imports

Remove Duplicate Imports This plugin prevents building test files by esbuild. DTS may still geenrate type files for the tests with only { } as file content

-
\ No newline at end of file +
\ No newline at end of file diff --git a/docs/interfaces/RDIPluginOptions.html b/docs/interfaces/RDIPluginOptions.html index e9e7f85a..ada3958e 100644 --- a/docs/interfaces/RDIPluginOptions.html +++ b/docs/interfaces/RDIPluginOptions.html @@ -1 +1 @@ -RDIPluginOptions | Esbuild Plugin Remove Duplicate Imports
\ No newline at end of file +RDIPluginOptions | Esbuild Plugin Remove Duplicate Imports
\ No newline at end of file diff --git a/examples/remix/package.json b/examples/remix/package.json index 2ef16817..09139109 100644 --- a/examples/remix/package.json +++ b/examples/remix/package.json @@ -10,10 +10,10 @@ "lint": "eslint app/" }, "dependencies": { - "@remix-run/node": "^2.9.2", - "@remix-run/react": "^2.9.2", - "@remix-run/serve": "^2.9.2", - "@remix-run/server-runtime": "^2.9.2", + "@remix-run/node": "^2.10.0", + "@remix-run/react": "^2.10.0", + "@remix-run/serve": "^2.10.0", + "@remix-run/server-runtime": "^2.10.0", "@repo/shared": "workspace:*", "@vercel/analytics": "^1.3.1", "@vercel/remix-entry-server": "^0.1.1", @@ -24,7 +24,7 @@ "react18-themes": "^3.2.0" }, "devDependencies": { - "@remix-run/dev": "^2.9.2", + "@remix-run/dev": "^2.10.0", "@repo/eslint-config": "workspace:*", "@repo/typescript-config": "workspace:*", "@types/react": "^18.3.3", diff --git a/pnpm-lock.yaml b/pnpm-lock.yaml index 12adb97d..bf126905 100644 --- a/pnpm-lock.yaml +++ b/pnpm-lock.yaml @@ -167,17 +167,17 @@ importers: examples/remix: dependencies: '@remix-run/node': - specifier: ^2.9.2 - version: 2.9.2(typescript@5.5.2) + specifier: ^2.10.0 + version: 2.10.0(typescript@5.5.2) '@remix-run/react': - specifier: ^2.9.2 - version: 2.9.2(react-dom@18.3.1(react@18.3.1))(react@18.3.1)(typescript@5.5.2) + specifier: ^2.10.0 + version: 2.10.0(react-dom@18.3.1(react@18.3.1))(react@18.3.1)(typescript@5.5.2) '@remix-run/serve': - specifier: ^2.9.2 - version: 2.9.2(typescript@5.5.2) + specifier: ^2.10.0 + version: 2.10.0(typescript@5.5.2) '@remix-run/server-runtime': - specifier: ^2.9.2 - version: 2.9.2(typescript@5.5.2) + specifier: ^2.10.0 + version: 2.10.0(typescript@5.5.2) '@repo/shared': specifier: workspace:* version: link:../../packages/shared @@ -204,8 +204,8 @@ importers: version: 3.2.0(@types/react@18.3.3)(next@14.2.4(@babel/core@7.24.7)(react-dom@18.3.1(react@18.3.1))(react@18.3.1)(sass@1.77.6))(react@18.3.1) devDependencies: '@remix-run/dev': - specifier: ^2.9.2 - version: 2.9.2(@remix-run/react@2.9.2(react-dom@18.3.1(react@18.3.1))(react@18.3.1)(typescript@5.5.2))(@remix-run/serve@2.9.2(typescript@5.5.2))(@types/node@20.14.8)(sass@1.77.6)(typescript@5.5.2)(vite@5.3.1(@types/node@20.14.8)(sass@1.77.6)) + specifier: ^2.10.0 + version: 2.10.0(@remix-run/react@2.10.0(react-dom@18.3.1(react@18.3.1))(react@18.3.1)(typescript@5.5.2))(@remix-run/serve@2.10.0(typescript@5.5.2))(@types/node@20.14.8)(sass@1.77.6)(typescript@5.5.2)(vite@5.3.1(@types/node@20.14.8)(sass@1.77.6)) '@repo/eslint-config': specifier: workspace:* version: link:../../packages/config-eslint @@ -1308,13 +1308,13 @@ packages: resolution: {integrity: sha512-cq8o4cWH0ibXh9VGi5P20Tu9XF/0fFXl9EUinr9QfTM7a7p0oTA4iJRCQWppXR1Pg8dSM0UCItCkPwsk9qWWYA==} engines: {node: ^12.20.0 || ^14.18.0 || >=16.0.0} - '@remix-run/dev@2.9.2': - resolution: {integrity: sha512-70dr9HH/mCHP5+uPoQXyS9+r73IL//IDPaFruIhK8kmmLPGAg5bGyFRz/xX6LTa98gPdAwZXxBy7frudeh2Z0Q==} + '@remix-run/dev@2.10.0': + resolution: {integrity: sha512-GZE4Rck6/1Q16/QtRSq1SyfVf6KhUvJqHZoTmAl56xRVscyA1alDugXVHihwd0YuoaS6/vZ3Rb4eI5roWVrExw==} engines: {node: '>=18.0.0'} hasBin: true peerDependencies: - '@remix-run/react': ^2.9.2 - '@remix-run/serve': ^2.9.2 + '@remix-run/react': ^2.10.0 + '@remix-run/serve': ^2.10.0 typescript: ^5.1.0 vite: ^5.1.0 wrangler: ^3.28.2 @@ -1328,11 +1328,11 @@ packages: wrangler: optional: true - '@remix-run/express@2.9.2': - resolution: {integrity: sha512-KhGPwX01gopvOzOCc0V2x+TC2UhfbwnDPjBk/KLFjn3z9srYD2X0xVdqGiNp6tXSiUuLDx8NlfHjrfLVwfJYnQ==} + '@remix-run/express@2.10.0': + resolution: {integrity: sha512-xmHxumbglfbCVJa9a9dMDtOD408DYH27LAHuGfEAPPSf5sc9WMEFBItNxp3bJZ2W2NDeava+h+7BIeR5wNpgxw==} engines: {node: '>=18.0.0'} peerDependencies: - express: ^4.17.1 + express: ^4.19.2 typescript: ^5.1.0 peerDependenciesMeta: typescript: @@ -1342,8 +1342,8 @@ packages: resolution: {integrity: sha512-WiyRTEQKTUTf3Z3ke5DOwx+fjCkeD8ilI9kbRws1bG3xfdugaDrV9ra76DOZcrYlmVwjwtKE3mVDSRFtiYTTMw==} engines: {node: '>=14'} - '@remix-run/node@2.9.2': - resolution: {integrity: sha512-2Mt2107pfelz4T+ziDBef3P4A7kgPqCDshnEYCVGxInivJ3HHwAKUcb7MhGa8uMMMA6LMWxbAPYNHPzC3iKv2A==} + '@remix-run/node@2.10.0': + resolution: {integrity: sha512-hFBt431leCEoN84kVj6BExv60+3KHFORTU2t24igJNtXPNCHH/pujMMKYaSrS3a5oKDTwwqbCmSztTyyr7uFLA==} engines: {node: '>=18.0.0'} peerDependencies: typescript: ^5.1.0 @@ -1351,8 +1351,8 @@ packages: typescript: optional: true - '@remix-run/react@2.9.2': - resolution: {integrity: sha512-DcZDzm68MBxGn8hjf/VsuUpjxDYZ8VOOH79P1zWu4hb3hBr90WV1Sa/gIAFUEGpOCcSQ0EG/ci8MaFxcAaPz2Q==} + '@remix-run/react@2.10.0': + resolution: {integrity: sha512-XgNpyAoiNCq0jDZb8HPUS6sNJGWx31iJoqOlPy4KkjNexhq+COCN9QzXvsPIm2LpcPG3w7+loKmLMCTsTlH+Eg==} engines: {node: '>=18.0.0'} peerDependencies: react: ^18.0.0 @@ -1362,16 +1362,16 @@ packages: typescript: optional: true - '@remix-run/router@1.16.1': - resolution: {integrity: sha512-es2g3dq6Nb07iFxGk5GuHN20RwBZOsuDQN7izWIisUcv9r+d2C5jQxqmgkdebXgReWfiyUabcki6Fg77mSNrig==} + '@remix-run/router@1.17.0': + resolution: {integrity: sha512-2D6XaHEVvkCn682XBnipbJjgZUU7xjLtA4dGJRBVUKpEaDYOZMENZoZjAOSb7qirxt5RupjzZxz4fK2FO+EFPw==} engines: {node: '>=14.0.0'} '@remix-run/router@1.3.1': resolution: {integrity: sha512-+eun1Wtf72RNRSqgU7qM2AMX/oHp+dnx7BHk1qhK5ZHzdHTUU4LA1mGG1vT+jMc8sbhG3orvsfOmryjzx2PzQw==} engines: {node: '>=14'} - '@remix-run/serve@2.9.2': - resolution: {integrity: sha512-wA3mjQcIkkzmr2798mMDDCkVmVraVwFgLiZ0ManlU5mOWZhI0W+b55fxHltJ4gkAMGYaxrk7vq/s8s/r+L3cTQ==} + '@remix-run/serve@2.10.0': + resolution: {integrity: sha512-JOF2x8HwXo4G5hOqKEUEG7Xm2ZYYL0kZJcWdJVIQxaRN/EmbmJCKGLcW21rZ6VZ/FqpEkSnwmiGFoDkPQ9q6lg==} engines: {node: '>=18.0.0'} hasBin: true @@ -1379,8 +1379,8 @@ packages: resolution: {integrity: sha512-7I0165Ns/ffPfCEfuiqD58lMderTn2s/sew1xJ34ONa21mG/7+5T7diHIgxKST8rS3816JPmlwSqUaHgwbmO6Q==} engines: {node: '>=14'} - '@remix-run/server-runtime@2.9.2': - resolution: {integrity: sha512-dX37FEeMVVg7KUbpRhX4hD0nUY0Sscz/qAjU4lYCdd6IzwJGariTmz+bQTXKCjploZuXj09OQZHSOS/ydkUVDA==} + '@remix-run/server-runtime@2.10.0': + resolution: {integrity: sha512-lwgMq3m8U+oz0ZmgOrQeAE3tf6g1LPf2+ff3lgb5xb4bx7bV5VGGwKkzRK4+0fDguHXcW+YcppvdYdnKzQn1YQ==} engines: {node: '>=18.0.0'} peerDependencies: typescript: ^5.1.0 @@ -1487,8 +1487,8 @@ packages: '@rushstack/eslint-patch@1.10.3': resolution: {integrity: sha512-qC/xYId4NMebE6w/V33Fh9gWxLgURiNYgVNObbJl2LZv0GUUItCcCqC5axQSwRaAgaxl2mELq1rMzlswaQ0Zxg==} - '@shikijs/core@1.9.0': - resolution: {integrity: sha512-cbSoY8P/jgGByG8UOl3jnP/CWg/Qk+1q+eAKWtcrU3pNoILF8wTsLB0jT44qUBV8Ce1SvA9uqcM9Xf+u3fJFBw==} + '@shikijs/core@1.9.1': + resolution: {integrity: sha512-EmUful2MQtY8KgCF1OkBtOuMcvaZEvmdubhW0UHCGXi21O9dRLeADVCj+k6ZS+de7Mz9d2qixOXJ+GLhcK3pXg==} '@sinclair/typebox@0.27.8': resolution: {integrity: sha512-+Fj43pSMwJs4KRrH/938Uf+uAELIgVBmQzg/q1YG10djyfA3TnrU8N8XzqCh/okZdszqBQTZf96idMfE5lnwTA==} @@ -5242,15 +5242,15 @@ packages: resolution: {integrity: sha512-jCvmsr+1IUSMUyzOkRcvnVbX3ZYC6g9TDrDbFuFmRDq7PD4yaGbLKNQL6k2jnArV8hjYxh7hVhAZB6s9HDGpZA==} engines: {node: '>=0.10.0'} - react-router-dom@6.23.1: - resolution: {integrity: sha512-utP+K+aSTtEdbWpC+4gxhdlPFwuEfDKq8ZrPFU65bbRJY+l706qjR7yaidBpo3MSeA/fzwbXWbKBI6ftOnP3OQ==} + react-router-dom@6.24.0: + resolution: {integrity: sha512-960sKuau6/yEwS8e+NVEidYQb1hNjAYM327gjEyXlc6r3Skf2vtwuJ2l7lssdegD2YjoKG5l8MsVyeTDlVeY8g==} engines: {node: '>=14.0.0'} peerDependencies: react: '>=16.8' react-dom: '>=16.8' - react-router@6.23.1: - resolution: {integrity: sha512-fzcOaRF69uvqbbM7OhvQyBTFDVrrGlsFdS3AL+1KfIBtGETibHzi3FkoTRyiDJnWNc2VxrfvR+657ROHjaNjqQ==} + react-router@6.24.0: + resolution: {integrity: sha512-sQrgJ5bXk7vbcC4BxQxeNa5UmboFm35we1AFK0VvQaz9g0LzxEIuLOhHIoZ8rnu9BO21ishGeL9no1WB76W/eg==} engines: {node: '>=14.0.0'} peerDependencies: react: '>=16.8' @@ -5534,8 +5534,8 @@ packages: resolution: {integrity: sha512-7++dFhtcx3353uBaq8DDR4NuxBetBzC7ZQOhmTQInHEd6bSrXdiEyzCvG07Z44UYdLShWUyXt5M/yhz8ekcb1A==} engines: {node: '>=8'} - shiki@1.9.0: - resolution: {integrity: sha512-i6//Lqgn7+7nZA0qVjoYH0085YdNk4MC+tJV4bo+HgjgRMJ0JmkLZzFAuvVioJqLkcGDK5GAMpghZEZkCnwxpQ==} + shiki@1.9.1: + resolution: {integrity: sha512-8PDkgb5ja3nfujTjvC4VytL6wGOGCtFAClUb2r3QROevYXxcq+/shVJK5s6gy0HZnjaJgFxd6BpPqpRfqne5rA==} side-channel@1.0.6: resolution: {integrity: sha512-fDW/EZ6Q9RiO8eFG8Hj+7u/oW+XrPTIChwCOM2+th2A6OblDtYYIpve9m+KvI9Z4C9qSEXlaGR6bTEYHReuglA==} @@ -7584,7 +7584,7 @@ snapshots: '@pkgr/core@0.1.1': {} - '@remix-run/dev@2.9.2(@remix-run/react@2.9.2(react-dom@18.3.1(react@18.3.1))(react@18.3.1)(typescript@5.5.2))(@remix-run/serve@2.9.2(typescript@5.5.2))(@types/node@20.14.8)(sass@1.77.6)(typescript@5.5.2)(vite@5.3.1(@types/node@20.14.8)(sass@1.77.6))': + '@remix-run/dev@2.10.0(@remix-run/react@2.10.0(react-dom@18.3.1(react@18.3.1))(react@18.3.1)(typescript@5.5.2))(@remix-run/serve@2.10.0(typescript@5.5.2))(@types/node@20.14.8)(sass@1.77.6)(typescript@5.5.2)(vite@5.3.1(@types/node@20.14.8)(sass@1.77.6))': dependencies: '@babel/core': 7.24.7 '@babel/generator': 7.24.7 @@ -7596,10 +7596,10 @@ snapshots: '@babel/types': 7.24.7 '@mdx-js/mdx': 2.3.0 '@npmcli/package-json': 4.0.1 - '@remix-run/node': 2.9.2(typescript@5.5.2) - '@remix-run/react': 2.9.2(react-dom@18.3.1(react@18.3.1))(react@18.3.1)(typescript@5.5.2) - '@remix-run/router': 1.16.1 - '@remix-run/server-runtime': 2.9.2(typescript@5.5.2) + '@remix-run/node': 2.10.0(typescript@5.5.2) + '@remix-run/react': 2.10.0(react-dom@18.3.1(react@18.3.1))(react@18.3.1)(typescript@5.5.2) + '@remix-run/router': 1.17.0 + '@remix-run/server-runtime': 2.10.0(typescript@5.5.2) '@types/mdx': 2.0.13 '@vanilla-extract/integration': 6.5.0(@types/node@20.14.8)(sass@1.77.6) arg: 5.0.2 @@ -7641,7 +7641,7 @@ snapshots: tsconfig-paths: 4.2.0 ws: 7.5.10 optionalDependencies: - '@remix-run/serve': 2.9.2(typescript@5.5.2) + '@remix-run/serve': 2.10.0(typescript@5.5.2) typescript: 5.5.2 vite: 5.3.1(@types/node@20.14.8)(sass@1.77.6) transitivePeerDependencies: @@ -7659,9 +7659,9 @@ snapshots: - ts-node - utf-8-validate - '@remix-run/express@2.9.2(express@4.19.2)(typescript@5.5.2)': + '@remix-run/express@2.10.0(express@4.19.2)(typescript@5.5.2)': dependencies: - '@remix-run/node': 2.9.2(typescript@5.5.2) + '@remix-run/node': 2.10.0(typescript@5.5.2) express: 4.19.2 optionalDependencies: typescript: 5.5.2 @@ -7678,9 +7678,9 @@ snapshots: source-map-support: 0.5.21 stream-slice: 0.1.2 - '@remix-run/node@2.9.2(typescript@5.5.2)': + '@remix-run/node@2.10.0(typescript@5.5.2)': dependencies: - '@remix-run/server-runtime': 2.9.2(typescript@5.5.2) + '@remix-run/server-runtime': 2.10.0(typescript@5.5.2) '@remix-run/web-fetch': 4.4.2 '@web3-storage/multipart-parser': 1.0.0 cookie-signature: 1.2.1 @@ -7690,26 +7690,26 @@ snapshots: optionalDependencies: typescript: 5.5.2 - '@remix-run/react@2.9.2(react-dom@18.3.1(react@18.3.1))(react@18.3.1)(typescript@5.5.2)': + '@remix-run/react@2.10.0(react-dom@18.3.1(react@18.3.1))(react@18.3.1)(typescript@5.5.2)': dependencies: - '@remix-run/router': 1.16.1 - '@remix-run/server-runtime': 2.9.2(typescript@5.5.2) + '@remix-run/router': 1.17.0 + '@remix-run/server-runtime': 2.10.0(typescript@5.5.2) react: 18.3.1 react-dom: 18.3.1(react@18.3.1) - react-router: 6.23.1(react@18.3.1) - react-router-dom: 6.23.1(react-dom@18.3.1(react@18.3.1))(react@18.3.1) + react-router: 6.24.0(react@18.3.1) + react-router-dom: 6.24.0(react-dom@18.3.1(react@18.3.1))(react@18.3.1) turbo-stream: 2.2.0 optionalDependencies: typescript: 5.5.2 - '@remix-run/router@1.16.1': {} + '@remix-run/router@1.17.0': {} '@remix-run/router@1.3.1': {} - '@remix-run/serve@2.9.2(typescript@5.5.2)': + '@remix-run/serve@2.10.0(typescript@5.5.2)': dependencies: - '@remix-run/express': 2.9.2(express@4.19.2)(typescript@5.5.2) - '@remix-run/node': 2.9.2(typescript@5.5.2) + '@remix-run/express': 2.10.0(express@4.19.2)(typescript@5.5.2) + '@remix-run/node': 2.10.0(typescript@5.5.2) chokidar: 3.6.0 compression: 1.7.4 express: 4.19.2 @@ -7730,9 +7730,9 @@ snapshots: set-cookie-parser: 2.6.0 source-map: 0.7.4 - '@remix-run/server-runtime@2.9.2(typescript@5.5.2)': + '@remix-run/server-runtime@2.10.0(typescript@5.5.2)': dependencies: - '@remix-run/router': 1.16.1 + '@remix-run/router': 1.17.0 '@types/cookie': 0.6.0 '@web3-storage/multipart-parser': 1.0.0 cookie: 0.6.0 @@ -7820,7 +7820,7 @@ snapshots: '@rushstack/eslint-patch@1.10.3': {} - '@shikijs/core@1.9.0': {} + '@shikijs/core@1.9.1': {} '@sinclair/typebox@0.27.8': {} @@ -12695,16 +12695,16 @@ snapshots: react-refresh@0.14.2: {} - react-router-dom@6.23.1(react-dom@18.3.1(react@18.3.1))(react@18.3.1): + react-router-dom@6.24.0(react-dom@18.3.1(react@18.3.1))(react@18.3.1): dependencies: - '@remix-run/router': 1.16.1 + '@remix-run/router': 1.17.0 react: 18.3.1 react-dom: 18.3.1(react@18.3.1) - react-router: 6.23.1(react@18.3.1) + react-router: 6.24.0(react@18.3.1) - react-router@6.23.1(react@18.3.1): + react-router@6.24.0(react@18.3.1): dependencies: - '@remix-run/router': 1.16.1 + '@remix-run/router': 1.17.0 react: 18.3.1 react18-loaders@1.1.3(@types/react@18.3.3)(next@14.2.4(@babel/core@7.24.7)(react-dom@18.3.1(react@18.3.1))(react@18.3.1)(sass@1.77.6))(react@18.3.1): @@ -13065,9 +13065,9 @@ snapshots: shebang-regex@3.0.0: {} - shiki@1.9.0: + shiki@1.9.1: dependencies: - '@shikijs/core': 1.9.0 + '@shikijs/core': 1.9.1 side-channel@1.0.6: dependencies: @@ -13643,7 +13643,7 @@ snapshots: lunr: 2.3.9 markdown-it: 14.1.0 minimatch: 9.0.4 - shiki: 1.9.0 + shiki: 1.9.1 typescript: 5.5.2 yaml: 2.4.5