Skip to content

Commit

Permalink
chore(deps): bump TypeScript to v4.9.5 (#14028)
Browse files Browse the repository at this point in the history
  • Loading branch information
mrazauskas authored Apr 5, 2023
1 parent 257f250 commit 8a9609d
Show file tree
Hide file tree
Showing 4 changed files with 34 additions and 15 deletions.
22 changes: 20 additions & 2 deletions .github/workflows/nodejs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -52,12 +52,30 @@ jobs:
run: yarn test-ts --selectProjects type-tests
- name: verify [email protected] compatibility
run: yarn verify-old-ts
- name: run ESLint with type info
run: yarn lint-ts-files

typecheck:
name: Typecheck Examples and Tests
runs-on: ubuntu-latest
needs: prepare-yarn-cache-ubuntu

steps:
- uses: actions/checkout@v3
with:
persist-credentials: false
- uses: actions/setup-node@v3
with:
node-version: lts/*
cache: yarn
- name: install
run: yarn --immutable
- name: build
run: yarn build:ts
- name: typecheck examples
run: yarn typecheck:examples
- name: typecheck tests
run: yarn typecheck:tests
- name: run ESLint with type info
run: yarn lint-ts-files

lint:
name: Lint
Expand Down
1 change: 1 addition & 0 deletions packages/jest-cli/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,7 @@
"yargs": "^17.3.1"
},
"devDependencies": {
"@tsd/typescript": "^4.9.0",
"@types/exit": "^0.1.30",
"@types/graceful-fs": "^4.1.3",
"@types/prompts": "^2.0.1",
Expand Down
7 changes: 3 additions & 4 deletions tsconfig.typetest.json
Original file line number Diff line number Diff line change
@@ -1,12 +1,11 @@
{
"extends": "./tsconfig.json",
"extends": "@tsconfig/node14/tsconfig.json",
"compilerOptions": {
"composite": false,
"emitDeclarationOnly": false,
"noEmit": true,
"noUnusedLocals": false,
"noUnusedParameters": false,
"skipLibCheck": true,
/* This needs to be false so our types are possible to consume without setting this */
"esModuleInterop": false,

"types": []
}
Expand Down
19 changes: 10 additions & 9 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -4384,9 +4384,9 @@ __metadata:
linkType: hard

"@tsd/typescript@npm:^4.9.0":
version: 4.9.4
resolution: "@tsd/typescript@npm:4.9.4"
checksum: 08eafe058e0e8b2421945d0faa477ca443eee0fcb81a05e4405d5123b7379578d8b4918f9079e4d31538b4ce2bb69f32d62406b9f52b07e90e39fb725c4ee2b0
version: 4.9.5
resolution: "@tsd/typescript@npm:4.9.5"
checksum: f9f01ecf2094e0ac83e56cc57430bdf81da82aa20424280002b44ea29cdc171388a9777262257f550800bf76567774521728e1ef6e191633ae6f723ee64d396a
languageName: node
linkType: hard

Expand Down Expand Up @@ -12617,6 +12617,7 @@ __metadata:
"@jest/core": "workspace:^"
"@jest/test-result": "workspace:^"
"@jest/types": "workspace:^"
"@tsd/typescript": ^4.9.0
"@types/exit": ^0.1.30
"@types/graceful-fs": ^4.1.3
"@types/prompts": ^2.0.1
Expand Down Expand Up @@ -20502,12 +20503,12 @@ __metadata:
linkType: hard

"typescript@npm:^4.8.2":
version: 4.9.4
resolution: "typescript@npm:4.9.4"
version: 4.9.5
resolution: "typescript@npm:4.9.5"
bin:
tsc: bin/tsc
tsserver: bin/tsserver
checksum: e782fb9e0031cb258a80000f6c13530288c6d63f1177ed43f770533fdc15740d271554cdae86701c1dd2c83b082cea808b07e97fd68b38a172a83dbf9e0d0ef9
checksum: ee000bc26848147ad423b581bd250075662a354d84f0e06eb76d3b892328d8d4440b7487b5a83e851b12b255f55d71835b008a66cbf8f255a11e4400159237db
languageName: node
linkType: hard

Expand All @@ -20522,12 +20523,12 @@ __metadata:
linkType: hard

"typescript@patch:typescript@^4.8.2#~builtin<compat/typescript>":
version: 4.9.4
resolution: "typescript@patch:typescript@npm%3A4.9.4#~builtin<compat/typescript>::version=4.9.4&hash=23ec76"
version: 4.9.5
resolution: "typescript@patch:typescript@npm%3A4.9.5#~builtin<compat/typescript>::version=4.9.5&hash=23ec76"
bin:
tsc: bin/tsc
tsserver: bin/tsserver
checksum: 3e2ab0772908676d9b9cb83398c70003a3b08e1c6b3b122409df9f4b520f2fdaefa20c3d7d57dce283fed760ac94b3ce94d4a7fa875127b67852904425a1f0dc
checksum: ab417a2f398380c90a6cf5a5f74badd17866adf57f1165617d6a551f059c3ba0a3e4da0d147b3ac5681db9ac76a303c5876394b13b3de75fdd5b1eaa06181c9d
languageName: node
linkType: hard

Expand Down

0 comments on commit 8a9609d

Please sign in to comment.