Skip to content

Commit 6f64972

Browse files
authored
chore: upgrade TSTyche (#11717)
This PR simply upgrades TSTyche to the new major version. Release notes can be found here: https://tstyche.org/releases/tstyche-3 I was trying out the release candidate on this repo before publishing the stable version. All what I have noticed was included in #11716. So, this is very straight forward upgrade (;
1 parent bd3e6d5 commit 6f64972

File tree

5 files changed

+12
-12
lines changed

5 files changed

+12
-12
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -127,7 +127,7 @@
127127
"prettier-plugin-sh": "0.14.0",
128128
"prompts": "2.4.2",
129129
"rimraf": "6.0.1",
130-
"tstyche": "2.1.1",
130+
"tstyche": "3.0.0",
131131
"tsx": "4.19.1",
132132
"typescript": "5.6.2",
133133
"vitest": "2.0.5",

packages/router/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -112,7 +112,7 @@
112112
"@types/react-dom": "^18.2.19",
113113
"concurrently": "8.2.2",
114114
"publint": "0.2.11",
115-
"tstyche": "2.1.1",
115+
"tstyche": "3.0.0",
116116
"tsx": "4.19.1",
117117
"typescript": "5.6.2",
118118
"vitest": "2.0.5"

packages/storage/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,7 @@
6565
"concurrently": "8.2.2",
6666
"esbuild": "0.24.0",
6767
"publint": "0.2.11",
68-
"tstyche": "2.1.1",
68+
"tstyche": "3.0.0",
6969
"tsx": "4.19.1",
7070
"typescript": "5.6.2",
7171
"vitest": "2.0.5"

packages/web/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -176,7 +176,7 @@
176176
"publint": "0.2.11",
177177
"react": "19.0.0-rc-f2df5694-20240916",
178178
"react-dom": "19.0.0-rc-f2df5694-20240916",
179-
"tstyche": "2.1.1",
179+
"tstyche": "3.0.0",
180180
"tsx": "4.19.1",
181181
"typescript": "5.6.2",
182182
"vitest": "2.0.5"

yarn.lock

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -8752,7 +8752,7 @@ __metadata:
87528752
react: "npm:19.0.0-rc-f2df5694-20240916"
87538753
react-dom: "npm:19.0.0-rc-f2df5694-20240916"
87548754
react-server-dom-webpack: "npm:19.0.0-rc-f2df5694-20240916"
8755-
tstyche: "npm:2.1.1"
8755+
tstyche: "npm:3.0.0"
87568756
tsx: "npm:4.19.1"
87578757
typescript: "npm:5.6.2"
87588758
vitest: "npm:2.0.5"
@@ -8791,7 +8791,7 @@ __metadata:
87918791
esbuild: "npm:0.24.0"
87928792
mime-types: "npm:2.1.35"
87938793
publint: "npm:0.2.11"
8794-
tstyche: "npm:2.1.1"
8794+
tstyche: "npm:3.0.0"
87958795
tsx: "npm:4.19.1"
87968796
typescript: "npm:5.6.2"
87978797
ulid: "npm:2.3.0"
@@ -9029,7 +9029,7 @@ __metadata:
90299029
react-hot-toast: "npm:2.4.1"
90309030
stacktracey: "npm:2.1.8"
90319031
ts-toolbelt: "npm:9.6.0"
9032-
tstyche: "npm:2.1.1"
9032+
tstyche: "npm:3.0.0"
90339033
tsx: "npm:4.19.1"
90349034
typescript: "npm:5.6.2"
90359035
vitest: "npm:2.0.5"
@@ -26960,7 +26960,7 @@ __metadata:
2696026960
prettier-plugin-sh: "npm:0.14.0"
2696126961
prompts: "npm:2.4.2"
2696226962
rimraf: "npm:6.0.1"
26963-
tstyche: "npm:2.1.1"
26963+
tstyche: "npm:3.0.0"
2696426964
tsx: "npm:4.19.1"
2696526965
typescript: "npm:5.6.2"
2696626966
vitest: "npm:2.0.5"
@@ -29004,17 +29004,17 @@ __metadata:
2900429004
languageName: node
2900529005
linkType: hard
2900629006

29007-
"tstyche@npm:2.1.1":
29008-
version: 2.1.1
29009-
resolution: "tstyche@npm:2.1.1"
29007+
"tstyche@npm:3.0.0":
29008+
version: 3.0.0
29009+
resolution: "tstyche@npm:3.0.0"
2901029010
peerDependencies:
2901129011
typescript: 4.x || 5.x
2901229012
peerDependenciesMeta:
2901329013
typescript:
2901429014
optional: true
2901529015
bin:
2901629016
tstyche: ./build/bin.js
29017-
checksum: 10c0/f634f8593344c43623160a4728f433a5c91fb9b00cbd0ac491501c05979fc8dd825b0fd6d6249d8c95207ed365b5c2d7292fdef71f0341c7c2854b9bf5ab09b0
29017+
checksum: 10c0/dede68ed73dd1a3bab7cc68cc227e32120882c1995c50439fcb250ddf66ce0b79da4b7957999b57ffbc1e6da49814c2334c3b4fed54d07d5cc81c561a62eb2a1
2901829018
languageName: node
2901929019
linkType: hard
2902029020

0 commit comments

Comments
 (0)