Skip to content

Commit 6f943a5

Browse files
committed
build(deps-dev): bump typescript from 5.1.6 to 5.2.1-rc
Signed-off-by: Lexus Drumgold <unicornware@flexdevelopment.llc>
1 parent 833b53b commit 6f943a5

File tree

7 files changed

+26
-15
lines changed

7 files changed

+26
-15
lines changed

.github/infrastructure.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -36,6 +36,7 @@ branches:
3636
- context: test (20)
3737
- context: typescript (5.0.4)
3838
- context: typescript (5.1.6)
39+
- context: typescript (5.2.1-rc)
3940
- context: typescript (latest)
4041
strict: true
4142
restrictions: null

.github/workflows/ci.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -237,6 +237,7 @@ jobs:
237237
- ${{ needs.preflight.outputs.version-typescript }}
238238
- latest
239239
- 5.0.4
240+
- 5.1.6
240241
steps:
241242
- id: checkout
242243
name: Checkout ${{ env.REF_NAME }}

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -161,7 +161,7 @@
161161
"tempfile": "5.0.0",
162162
"trash-cli": "5.0.0",
163163
"ts-dedent": "2.2.0",
164-
"typescript": "5.1.6",
164+
"typescript": "5.2.1-rc",
165165
"version-bump-prompt": "6.1.0",
166166
"vite": "4.4.9",
167167
"vite-tsconfig-paths": "4.2.0",

tsconfig.build.json

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,5 @@
77
},
88
"exclude": ["**/__mocks__", "**/__tests__"],
99
"extends": "./tsconfig.json",
10-
"files": ["./typings/@types/node/http2.d.ts"],
1110
"include": ["./dist/*", "./src/*"]
1211
}

tsconfig.cjs.json

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,8 +5,6 @@
55
"declaration": true,
66
"emitDeclarationOnly": true,
77
"noEmit": false,
8-
"module": "commonjs",
9-
"moduleResolution": "nodenext",
108
"outDir": ".",
119
"verbatimModuleSyntax": false
1210
},

typings/@types/node/http2.d.ts

Lines changed: 0 additions & 8 deletions
This file was deleted.

yarn.lock

Lines changed: 23 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1548,7 +1548,7 @@ __metadata:
15481548
tempfile: "npm:5.0.0"
15491549
trash-cli: "npm:5.0.0"
15501550
ts-dedent: "npm:2.2.0"
1551-
typescript: "npm:5.1.6"
1551+
typescript: "npm:5.2.1-rc"
15521552
version-bump-prompt: "npm:6.1.0"
15531553
vite: "npm:4.4.9"
15541554
vite-tsconfig-paths: "npm:4.2.0"
@@ -9842,7 +9842,17 @@ __metadata:
98429842
languageName: node
98439843
linkType: hard
98449844

9845-
"typescript@npm:5.1.6, typescript@npm:^4.6.4 || ^5.0.0, typescript@npm:^5.1.3":
9845+
"typescript@npm:5.2.1-rc":
9846+
version: 5.2.1-rc
9847+
resolution: "typescript@npm:5.2.1-rc"
9848+
bin:
9849+
tsc: bin/tsc
9850+
tsserver: bin/tsserver
9851+
checksum: be282d261a4f4858ace6038d684a062e215024638eef3579e2ca44226192900598f940f9d03edbc88ff4b3ebe31958c58d36cd2c6fa212926bad6b2b3ecb80a8
9852+
languageName: node
9853+
linkType: hard
9854+
9855+
"typescript@npm:^4.6.4 || ^5.0.0, typescript@npm:^5.1.3":
98469856
version: 5.1.6
98479857
resolution: "typescript@npm:5.1.6"
98489858
bin:
@@ -9852,7 +9862,17 @@ __metadata:
98529862
languageName: node
98539863
linkType: hard
98549864

9855-
"typescript@patch:typescript@npm%3A5.1.6#optional!builtin<compat/typescript>, typescript@patch:typescript@npm%3A^4.6.4 || ^5.0.0#optional!builtin<compat/typescript>, typescript@patch:typescript@npm%3A^5.1.3#optional!builtin<compat/typescript>":
9865+
"typescript@patch:typescript@npm%3A5.2.1-rc#optional!builtin<compat/typescript>":
9866+
version: 5.2.1-rc
9867+
resolution: "typescript@patch:typescript@npm%3A5.2.1-rc#optional!builtin<compat/typescript>::version=5.2.1-rc&hash=f3b441"
9868+
bin:
9869+
tsc: bin/tsc
9870+
tsserver: bin/tsserver
9871+
checksum: d9bbfec03bab60a013b05e8414ccf14586b113c0ecc73a1791e9f2eb8fd143f2c8a68e2453d7c5286252b2ce7e2358c68055f2de7fab3b9af089ce1e450b77c3
9872+
languageName: node
9873+
linkType: hard
9874+
9875+
"typescript@patch:typescript@npm%3A^4.6.4 || ^5.0.0#optional!builtin<compat/typescript>, typescript@patch:typescript@npm%3A^5.1.3#optional!builtin<compat/typescript>":
98569876
version: 5.1.6
98579877
resolution: "typescript@patch:typescript@npm%3A5.1.6#optional!builtin<compat/typescript>::version=5.1.6&hash=5da071"
98589878
bin:

0 commit comments

Comments
 (0)