Skip to content
This repository was archived by the owner on Sep 1, 2024. It is now read-only.

Commit de6661d

Browse files
committed
Bump TypeScript to 4.9.5
1 parent 564215f commit de6661d

2 files changed

Lines changed: 17 additions & 17 deletions

File tree

package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
"@babel/preset-env": "^7.16.11",
66
"@babel/preset-typescript": "^7.16.7",
77
"@types/js-yaml": "^4.0.5",
8-
"@types/node": "npm:^14",
8+
"@types/node": "^14.18.43",
99
"@typescript-eslint/eslint-plugin": "^5.59.1",
1010
"@typescript-eslint/parser": "^5.59.1",
1111
"eslint": "^8.10.0",
@@ -14,13 +14,13 @@
1414
"js-yaml": "^4.1.0",
1515
"prettier": "^2.5.1",
1616
"ts-node": "^10.7.0",
17-
"typescript": "4.5.5"
17+
"typescript": "^4.9.5"
1818
},
1919
"scripts": {
2020
"audit": "yarn npm audit --all --recursive",
2121
"build": "yarn build:plugins && yarn typecheck:scripts && yarn typecheck:tests",
2222
"build:plugins": "yarn workspace @unflakable/js-api build && yarn workspace @unflakable/jest-plugin build",
23-
"typecheck:scripts": "tsc --noEmit scripts/**/*.ts",
23+
"typecheck:scripts": "tsc --noEmit --types node scripts/**/*.ts",
2424
"typecheck:tests": "yarn workspace jest-integration typecheck && yarn workspace jest-integration-input typecheck",
2525
"lint": "eslint packages/**/src/**/*.{ts,js} scripts/**/*.{ts,js}",
2626
"prettier": "prettier --write packages/**/src/*.{ts,js}",

yarn.lock

Lines changed: 14 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -1943,10 +1943,10 @@ __metadata:
19431943
languageName: node
19441944
linkType: hard
19451945

1946-
"@types/node@npm:*, @types/node@npm:^14":
1947-
version: 14.18.12
1948-
resolution: "@types/node@npm:14.18.12"
1949-
checksum: 8a0273caa0584020adb8802784fc7d4f18f05e6c205335b7f3818a91d6b0c22736b9f51da3428d5bc54076ad47f1a4d6d57990a3ce8489a520ac66b2b3ff24bc
1946+
"@types/node@npm:*, @types/node@npm:^14.18.43":
1947+
version: 14.18.43
1948+
resolution: "@types/node@npm:14.18.43"
1949+
checksum: 3ef43eda265c346597bc5c8329605255550f7a92300a76e9e3c48e07fd685b4a48d47465997bf6f1a68b235c7339e6e583d73515769efcad70e4f8f4c7f47fd4
19501950
languageName: node
19511951
linkType: hard
19521952

@@ -6121,7 +6121,7 @@ __metadata:
61216121
"@babel/preset-env": ^7.16.11
61226122
"@babel/preset-typescript": ^7.16.7
61236123
"@types/js-yaml": ^4.0.5
6124-
"@types/node": "npm:^14"
6124+
"@types/node": ^14.18.43
61256125
"@typescript-eslint/eslint-plugin": ^5.59.1
61266126
"@typescript-eslint/parser": ^5.59.1
61276127
eslint: ^8.10.0
@@ -6130,7 +6130,7 @@ __metadata:
61306130
js-yaml: ^4.1.0
61316131
prettier: ^2.5.1
61326132
ts-node: ^10.7.0
6133-
typescript: 4.5.5
6133+
typescript: ^4.9.5
61346134
languageName: unknown
61356135
linkType: soft
61366136

@@ -6746,23 +6746,23 @@ __metadata:
67466746
languageName: node
67476747
linkType: hard
67486748

6749-
"typescript@npm:4.5.5":
6750-
version: 4.5.5
6751-
resolution: "typescript@npm:4.5.5"
6749+
"typescript@npm:^4.9.5":
6750+
version: 4.9.5
6751+
resolution: "typescript@npm:4.9.5"
67526752
bin:
67536753
tsc: bin/tsc
67546754
tsserver: bin/tsserver
6755-
checksum: 506f4c919dc8aeaafa92068c997f1d213b9df4d9756d0fae1a1e7ab66b585ab3498050e236113a1c9e57ee08c21ec6814ca7a7f61378c058d79af50a4b1f5a5e
6755+
checksum: ee000bc26848147ad423b581bd250075662a354d84f0e06eb76d3b892328d8d4440b7487b5a83e851b12b255f55d71835b008a66cbf8f255a11e4400159237db
67566756
languageName: node
67576757
linkType: hard
67586758

6759-
"typescript@patch:typescript@4.5.5#~builtin<compat/typescript>":
6760-
version: 4.5.5
6761-
resolution: "typescript@patch:typescript@npm%3A4.5.5#~builtin<compat/typescript>::version=4.5.5&hash=bda367"
6759+
"typescript@patch:typescript@^4.9.5#~builtin<compat/typescript>":
6760+
version: 4.9.5
6761+
resolution: "typescript@patch:typescript@npm%3A4.9.5#~builtin<compat/typescript>::version=4.9.5&hash=bda367"
67626762
bin:
67636763
tsc: bin/tsc
67646764
tsserver: bin/tsserver
6765-
checksum: 858c61fa63f7274ca4aaaffeced854d550bf416cff6e558c4884041b3311fb662f476f167cf5c9f8680c607239797e26a2ee0bcc6467fbc05bfcb218e1c6c671
6765+
checksum: 2eee5c37cad4390385db5db5a8e81470e42e8f1401b0358d7390095d6f681b410f2c4a0c496c6ff9ebd775423c7785cdace7bcdad76c7bee283df3d9718c0f20
67666766
languageName: node
67676767
linkType: hard
67686768

0 commit comments

Comments
 (0)