Skip to content

Commit 46846b3

Browse files
authored
REmove vite-tsconfig-paths (dotansimha#10739)
1 parent 9c484cc commit 46846b3

3 files changed

Lines changed: 9 additions & 30 deletions

File tree

package.json

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -70,7 +70,6 @@
7070
"tslib": "2.8.1",
7171
"tsx": "4.21.0",
7272
"typescript": "6.0.3",
73-
"vite-tsconfig-paths": "6.1.1",
7473
"vitest": "4.1.4",
7574
"wrangler": "4.83.0"
7675
},

vitest.config.ts

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,11 @@
1-
import tsconfigPaths from 'vite-tsconfig-paths';
21
import { defineConfig } from 'vitest/config';
32

43
export const sharedConfig = defineConfig({
5-
plugins: [tsconfigPaths() as any],
64
resolve: {
75
alias: {
86
graphql: 'graphql/index.js',
97
},
8+
tsconfigPaths: true,
109
},
1110
test: {
1211
globals: true,

yarn.lock

Lines changed: 8 additions & 27 deletions
Original file line numberDiff line numberDiff line change
@@ -5006,16 +5006,16 @@
50065006
resolved "https://registry.yarnpkg.com/@types/trusted-types/-/trusted-types-2.0.7.tgz#baccb07a970b91707df3a3e8ba6896c57ead2d11"
50075007
integrity sha512-ScaPdn1dQczgbl0QFTeTOmVHFULt394XJgOQNoyVhZ6r2vLnMLJfBPd53SB52T/3G36VI1/g2MZaX0cwDuXsfw==
50085008

5009-
"@types/unist@*", "@types/unist@^2", "@types/unist@^2.0.0":
5010-
version "2.0.11"
5011-
resolved "https://registry.yarnpkg.com/@types/unist/-/unist-2.0.11.tgz#11af57b127e32487774841f7a4e54eab166d03c4"
5012-
integrity sha512-CmBKiL6NNo/OqgmMn95Fk9Whlp2mtvIv+KNpQKN2F4SjvrEesubTRWGYSg+BnWZOnlCaSTU1sMpsBOzgbYhnsA==
5013-
5014-
"@types/unist@^3.0.0":
5009+
"@types/unist@*", "@types/unist@^3.0.0":
50155010
version "3.0.3"
50165011
resolved "https://registry.yarnpkg.com/@types/unist/-/unist-3.0.3.tgz#acaab0f919ce69cce629c2d4ed2eb4adc1b6c20c"
50175012
integrity sha512-ko/gIFJRv177XgZsZcBwnqJN5x/Gien8qNOn0D5bQU/zAzVf9Zt3BlcUiLqhV9y4ARk0GbT3tnUiPNgnTXzc/Q==
50185013

5014+
"@types/unist@^2", "@types/unist@^2.0.0":
5015+
version "2.0.11"
5016+
resolved "https://registry.yarnpkg.com/@types/unist/-/unist-2.0.11.tgz#11af57b127e32487774841f7a4e54eab166d03c4"
5017+
integrity sha512-CmBKiL6NNo/OqgmMn95Fk9Whlp2mtvIv+KNpQKN2F4SjvrEesubTRWGYSg+BnWZOnlCaSTU1sMpsBOzgbYhnsA==
5018+
50195019
"@types/ws@^8.0.0":
50205020
version "8.18.1"
50215021
resolved "https://registry.yarnpkg.com/@types/ws/-/ws-8.18.1.tgz#48464e4bf2ddfd17db13d845467f6070ffea4aa9"
@@ -8184,7 +8184,7 @@ esm@^3.2.25:
81848184
resolved "https://registry.yarnpkg.com/esm/-/esm-3.2.25.tgz#342c18c29d56157688ba5ce31f8431fbb795cc10"
81858185
integrity sha512-U1suiZ2oDVWv4zPO56S0NcR5QriEahGtdN2OR6FiOG4WJvcjBVFB0qI4+eKoWFH483PKGuLuu6V8Z4T5g63UVA==
81868186

8187-
espree@^10.0.1:
8187+
espree@^10.0.1, "espree@^9.6.1 || ^10.4.0":
81888188
version "10.4.0"
81898189
resolved "https://registry.yarnpkg.com/espree/-/espree-10.4.0.tgz#d54f4949d4629005a1fa168d937c3ff1f7e2a837"
81908190
integrity sha512-j6PAQ2uUr79PZhBjP5C5fhl8e39FmRnOjsD5lGnWrFU8i2G776tBK7+nP8KuQUTTyAZUwfQqXAgrVH5MbH9CYQ==
@@ -8202,7 +8202,7 @@ espree@^11.2.0:
82028202
acorn-jsx "^5.3.2"
82038203
eslint-visitor-keys "^5.0.1"
82048204

8205-
espree@^9.0.0, espree@^9.6.1, "espree@^9.6.1 || ^10.4.0":
8205+
espree@^9.0.0, espree@^9.6.1:
82068206
version "9.6.1"
82078207
resolved "https://registry.yarnpkg.com/espree/-/espree-9.6.1.tgz#a2a17b8e434690a5432f2f8018ce71d331a48c6f"
82088208
integrity sha512-oruZaFkjorTpF32kDSI5/75ViwGeZginGGy2NoOSg3Q9bnwlnmDm4HLnkl0RE3n+njDXR037aY1+x58Z/zFdwQ==
@@ -8966,11 +8966,6 @@ globby@^13.1.3:
89668966
merge2 "^1.4.1"
89678967
slash "^4.0.0"
89688968

8969-
globrex@^0.1.2:
8970-
version "0.1.2"
8971-
resolved "https://registry.yarnpkg.com/globrex/-/globrex-0.1.2.tgz#dd5d9ec826232730cd6793a5e33a9302985e6098"
8972-
integrity sha512-uHJgbwAMwNFf5mLst7IWLNg14x1CkeqglJb/K3doi4dw6q2IvAAmM/Y81kevy83wP+Sst+nutFTYOGg3d1lsxg==
8973-
89748969
gopd@^1.0.1, gopd@^1.2.0:
89758970
version "1.2.0"
89768971
resolved "https://registry.yarnpkg.com/gopd/-/gopd-1.2.0.tgz#89f56b8217bdbc8802bd299df6d7f1081d7e51a1"
@@ -14517,11 +14512,6 @@ [email protected], ts-node@^10.9.1:
1451714512
v8-compile-cache-lib "^3.0.1"
1451814513
yn "3.1.1"
1451914514

14520-
tsconfck@^3.0.3:
14521-
version "3.1.6"
14522-
resolved "https://registry.yarnpkg.com/tsconfck/-/tsconfck-3.1.6.tgz#da1f0b10d82237ac23422374b3fce1edb23c3ead"
14523-
integrity sha512-ks6Vjr/jEw0P1gmOVwutM3B7fWxoWBL2KRDb1JfqGVawBmO5UsvmWOQFGHBPl5yxYz4eERr19E6L7NMv+Fej4w==
14524-
1452514515
tsconfig-paths@^3.15.0:
1452614516
version "3.15.0"
1452714517
resolved "https://registry.yarnpkg.com/tsconfig-paths/-/tsconfig-paths-3.15.0.tgz#5299ec605e55b1abb23ec939ef15edaf483070d4"
@@ -15208,15 +15198,6 @@ villus@^3.0.0:
1520815198
resolved "https://registry.yarnpkg.com/villus/-/villus-3.5.2.tgz#19ef1d87cbd3f55a84765f64e3fb7bb797eae36f"
1520915199
integrity sha512-Tn6zAXVigaY91lTgWuT5WecAwfxRjTX5ezwRU1e2A/sD3yRi3v0tnVgRQJ7EjaMSNrbY+iXWHMVCGhof1llSvQ==
1521015200

15211-
15212-
version "6.1.1"
15213-
resolved "https://registry.yarnpkg.com/vite-tsconfig-paths/-/vite-tsconfig-paths-6.1.1.tgz#d5c28cba79c89ebf76489ef1040024b21df6da3a"
15214-
integrity sha512-2cihq7zliibCCZ8P9cKJrQBkfgdvcFkOOc3Y02o3GWUDLgqjWsZudaoiuOwO/gzTzy17cS5F7ZPo4bsnS4DGkg==
15215-
dependencies:
15216-
debug "^4.1.1"
15217-
globrex "^0.1.2"
15218-
tsconfck "^3.0.3"
15219-
1522015201
"vite@^6.0.0 || ^7.0.0 || ^8.0.0", vite@^8.0.0:
1522115202
version "8.0.8"
1522215203
resolved "https://registry.yarnpkg.com/vite/-/vite-8.0.8.tgz#4e26a9bba77c4b27a00b6b10100a7dab48d546a3"

0 commit comments

Comments
 (0)