Skip to content

Commit a74a876

Browse files
committed
Debump typescript@5.8.3
1 parent 9b6f927 commit a74a876

12 files changed

Lines changed: 83 additions & 38 deletions

File tree

package-lock.json

Lines changed: 17 additions & 24 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -138,7 +138,7 @@
138138
"strip-ansi@7 dropped support of CommonJS"
139139
],
140140
"typescript": [
141-
"5.8",
141+
"~5.8.3",
142142
"@typescript-eslint/parser@8.38.0 does not support typescript@5.9.2 yet"
143143
]
144144
},
@@ -190,7 +190,7 @@
190190
"serve-handler": "^6.1.6",
191191
"strip-ansi": "^6.0.1",
192192
"tsup": "^8.5.0",
193-
"typescript": "^5.8.3",
193+
"typescript": "~5.8.3",
194194
"typescript-plugin-css-modules": "^5.2.0",
195195
"unplugin-lightningcss": "^0.4.1",
196196
"xmlbuilder": "^15.1.1"

packages/api/package.json

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -83,6 +83,10 @@
8383
"react-redux": [
8484
"7",
8585
"react-redux@>7 requires newer version of React"
86+
],
87+
"typescript": [
88+
"~5.8.3",
89+
"@typescript-eslint/parser@8.38.0 does not support typescript@5.9.2 yet"
8690
]
8791
},
8892
"devDependencies": {
@@ -106,7 +110,7 @@
106110
"iana-tz-data": "^2019.1.0",
107111
"nodemon": "^3.1.10",
108112
"type-fest": "^4.41.0",
109-
"typescript": "^5.9.2"
113+
"typescript": "~5.8.3"
110114
},
111115
"dependencies": {
112116
"botframework-webchat-core": "0.0.0-0",

packages/base/package.json

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -57,12 +57,18 @@
5757
"start": "concurrently --kill-others --prefix-colors \"auto\" \"npm:start:*\"",
5858
"start:tsup": "npm run build:tsup -- --watch"
5959
},
60+
"pinDependencies": {
61+
"typescript": [
62+
"~5.8.3",
63+
"@typescript-eslint/parser@8.38.0 does not support typescript@5.9.2 yet"
64+
]
65+
},
6066
"devDependencies": {
6167
"@tsconfig/strictest": "^2.0.5",
6268
"@types/node": "^24.1.0",
6369
"core-js-pure": "^3.44.0",
6470
"cross-env": "^10.0.0",
6571
"type-fest": "^4.41.0",
66-
"typescript": "^5.9.2"
72+
"typescript": "~5.8.3"
6773
}
6874
}

packages/bundle/package.json

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -85,6 +85,10 @@
8585
"^8.2.6",
8686
"required by Adaptive Cards but they forget to include in adaptivecards@3.0.2"
8787
],
88+
"typescript": [
89+
"~5.8.3",
90+
"@typescript-eslint/parser@8.38.0 does not support typescript@5.9.2 yet"
91+
],
8892
"uuid": [
8993
"8",
9094
"uuid@9 emit non-ES5 build because of default parameters"
@@ -144,7 +148,7 @@
144148
"micromark-util-types": "^2.0.2",
145149
"tsd": "^0.32.0",
146150
"type-fest": "^4.41.0",
147-
"typescript": "^5.9.2"
151+
"typescript": "~5.8.3"
148152
},
149153
"peerDependencies": {
150154
"react": ">= 16.8.6",

packages/component/package.json

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -97,6 +97,10 @@
9797
],
9898
"react-scroll-to-bottom": [
9999
"main"
100+
],
101+
"typescript": [
102+
"~5.8.3",
103+
"@typescript-eslint/parser@8.38.0 does not support typescript@5.9.2 yet"
100104
]
101105
},
102106
"devDependencies": {
@@ -118,7 +122,7 @@
118122
"cross-env": "^10.0.0",
119123
"node-dev": "^8.0.0",
120124
"type-fest": "^4.41.0",
121-
"typescript": "^5.9.2"
125+
"typescript": "~5.8.3"
122126
},
123127
"dependencies": {
124128
"@emotion/css": "11.13.5",

packages/core/package.json

Lines changed: 7 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -75,7 +75,12 @@
7575
"localDependences": {
7676
"botframework-webchat-base": "development"
7777
},
78-
"pinDependencies": {},
78+
"pinDependencies": {
79+
"typescript": [
80+
"~5.8.3",
81+
"@typescript-eslint/parser@8.38.0 does not support typescript@5.9.2 yet"
82+
]
83+
},
7984
"devDependencies": {
8085
"@babel/cli": "^7.28.0",
8186
"@babel/core": "^7.28.0",
@@ -91,7 +96,7 @@
9196
"cross-env": "^10.0.0",
9297
"tsd": "^0.32.0",
9398
"type-fest": "^4.41.0",
94-
"typescript": "^5.9.2"
99+
"typescript": "~5.8.3"
95100
},
96101
"dependencies": {
97102
"@babel/runtime": "7.28.2",

packages/fluent-theme/package.json

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -61,6 +61,10 @@
6161
"@types/react": [
6262
"16",
6363
"react@16.8.6 is our baseline"
64+
],
65+
"typescript": [
66+
"~5.8.3",
67+
"@typescript-eslint/parser@8.38.0 does not support typescript@5.9.2 yet"
6468
]
6569
},
6670
"devDependencies": {
@@ -71,7 +75,7 @@
7175
"botframework-webchat-base": "0.0.0-0",
7276
"botframework-webchat-styles": "0.0.0-0",
7377
"tsup": "^8.5.0",
74-
"typescript": "^5.9.2"
78+
"typescript": "~5.8.3"
7579
},
7680
"dependencies": {
7781
"botframework-webchat-api": "0.0.0-0",

packages/react-valibot/package.json

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,11 +49,17 @@
4949
"pinDependencies": {
5050
"@types/react": [
5151
"16"
52+
],
53+
"typescript": [
54+
"~5.8.3",
55+
"@typescript-eslint/parser@8.38.0 does not support typescript@5.9.2 yet"
5256
]
5357
},
5458
"devDependencies": {
5559
"@tsconfig/strictest": "^2.0.5",
56-
"@types/react": "^16.14.65"
60+
"@types/react": "^16.14.65",
61+
"tsup": "^8.5.0",
62+
"typescript": "~5.8.3"
5763
},
5864
"dependencies": {
5965
"valibot": "1.1.0"

packages/redux-store/package.json

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,12 +52,18 @@
5252
"pinDependencies": {
5353
"@types/react": [
5454
"16"
55+
],
56+
"typescript": [
57+
"~5.8.3",
58+
"@typescript-eslint/parser@8.38.0 does not support typescript@5.9.2 yet"
5559
]
5660
},
5761
"devDependencies": {
5862
"@tsconfig/strictest": "^2.0.5",
5963
"@types/react": "^16.14.65",
60-
"botframework-webchat-react-valibot": "^0.0.0-0"
64+
"botframework-webchat-react-valibot": "^0.0.0-0",
65+
"tsup": "^8.5.0",
66+
"typescript": "~5.8.3"
6167
},
6268
"dependencies": {
6369
"botframework-webchat-core": "0.0.0-0",

0 commit comments

Comments
 (0)