Skip to content

Commit c3371f5

Browse files
committed
build(deps-dev): bump typescript from 5.1.6 to 5.2.2
Signed-off-by: Lexus Drumgold <unicornware@flexdevelopment.llc>
1 parent a3e3252 commit c3371f5

File tree

4 files changed

+6
-24
lines changed

4 files changed

+6
-24
lines changed

.github/infrastructure.yml

+1
Original file line numberDiff line numberDiff line change
@@ -42,6 +42,7 @@ branches:
4242
- context: test (20)
4343
- context: typescript (5.0.4)
4444
- context: typescript (5.1.6)
45+
- context: typescript (5.2.2)
4546
- context: typescript (latest)
4647
strict: true
4748
restrictions: null

.github/workflows/ci.yml

+1
Original file line numberDiff line numberDiff line change
@@ -246,6 +246,7 @@ jobs:
246246
typescript-version:
247247
- ${{ needs.preflight.outputs.version-typescript }}
248248
- latest
249+
- 5.1.6
249250
- 5.0.4
250251
steps:
251252
- id: checkout

package.json

+1-1
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.2",
165165
"version-bump-prompt": "6.1.0",
166166
"vite": "4.4.9",
167167
"vite-tsconfig-paths": "4.2.0",

yarn.lock

+3-23
Original file line numberDiff line numberDiff line change
@@ -1593,7 +1593,7 @@ __metadata:
15931593
tempfile: "npm:5.0.0"
15941594
trash-cli: "npm:5.0.0"
15951595
ts-dedent: "npm:2.2.0"
1596-
typescript: "npm:5.1.6"
1596+
typescript: "npm:5.2.2"
15971597
version-bump-prompt: "npm:6.1.0"
15981598
vite: "npm:4.4.9"
15991599
vite-tsconfig-paths: "npm:4.2.0"
@@ -8555,17 +8555,7 @@ __metadata:
85558555
languageName: node
85568556
linkType: hard
85578557

8558-
"typescript@npm:5.1.6":
8559-
version: 5.1.6
8560-
resolution: "typescript@npm:5.1.6"
8561-
bin:
8562-
tsc: bin/tsc
8563-
tsserver: bin/tsserver
8564-
checksum: f347cde665cf43dc4c1c7d9821c7d9bbec3c3914f4bdd82ee490e9fb9f6d99036ed8666463b6a192dd005eeef333c5087d5931bdd51ec853436ff9a670a7417e
8565-
languageName: node
8566-
linkType: hard
8567-
8568-
"typescript@npm:^4.6.4 || ^5.0.0, typescript@npm:^5.2.2":
8558+
"typescript@npm:5.2.2, typescript@npm:^4.6.4 || ^5.0.0, typescript@npm:^5.2.2":
85698559
version: 5.2.2
85708560
resolution: "typescript@npm:5.2.2"
85718561
bin:
@@ -8575,17 +8565,7 @@ __metadata:
85758565
languageName: node
85768566
linkType: hard
85778567

8578-
"typescript@patch:typescript@npm%3A5.1.6#optional!builtin<compat/typescript>":
8579-
version: 5.1.6
8580-
resolution: "typescript@patch:typescript@npm%3A5.1.6#optional!builtin<compat/typescript>::version=5.1.6&hash=5da071"
8581-
bin:
8582-
tsc: bin/tsc
8583-
tsserver: bin/tsserver
8584-
checksum: f5481fa3ba0eee8970f46708d13c05650a865ad093b586fc9573f425c64c57ca97e3308e110bb528deb3ccebe83f6fd7b5a8ac90018038da96326a9ccdf8e77c
8585-
languageName: node
8586-
linkType: hard
8587-
8588-
"typescript@patch:typescript@npm%3A^4.6.4 || ^5.0.0#optional!builtin<compat/typescript>, typescript@patch:typescript@npm%3A^5.2.2#optional!builtin<compat/typescript>":
8568+
"typescript@patch:typescript@npm%3A5.2.2#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.2.2#optional!builtin<compat/typescript>":
85898569
version: 5.2.2
85908570
resolution: "typescript@patch:typescript@npm%3A5.2.2#optional!builtin<compat/typescript>::version=5.2.2&hash=f3b441"
85918571
bin:

0 commit comments

Comments
 (0)