Skip to content

Commit

Permalink
Upgrade deps: TypeScript v5.3, typescript-eslint v6.17 (#6620)
Browse files Browse the repository at this point in the history
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
adidahiya and dependabot[bot] authored Jan 2, 2024
1 parent 13a25f3 commit b80ca1d
Show file tree
Hide file tree
Showing 20 changed files with 168 additions and 301 deletions.
8 changes: 4 additions & 4 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -48,9 +48,9 @@
"@types/yargs": "~17.0.31",
"chai": "^4.3.10",
"dedent": "^1.5.1",
"eslint": "^8.53.0",
"eslint-config-prettier": "^9.0.0",
"eslint-plugin-prettier": "^5.0.1",
"eslint": "^8.56.0",
"eslint-config-prettier": "^9.1.0",
"eslint-plugin-prettier": "^5.1.2",
"gh-pages": "^6.0.0",
"http-server": "^14.1.1",
"npm-run-all": "^4.1.5",
Expand All @@ -61,7 +61,7 @@
"stylelint": "~14.16.1",
"stylelint-config-palantir": "^6.0.1",
"stylelint-scss": "^5.3.1",
"typescript": "~5.2.2",
"typescript": "~5.3.3",
"yargs": "^17.7.2",
"yarn-deduplicate": "^6.0.2"
},
Expand Down
2 changes: 1 addition & 1 deletion packages/colors/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@
"devDependencies": {
"@blueprintjs/node-build-scripts": "workspace:^",
"mocha": "^10.2.0",
"typescript": "~5.2.2"
"typescript": "~5.3.3"
},
"repository": {
"type": "git",
Expand Down
2 changes: 1 addition & 1 deletion packages/core/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -80,7 +80,7 @@
"react": "^16.14.0",
"react-dom": "^16.14.0",
"react-test-renderer": "^16.14.0",
"typescript": "~5.2.2",
"typescript": "~5.3.3",
"webpack-cli": "^5.1.4"
},
"repository": {
Expand Down
2 changes: 1 addition & 1 deletion packages/datetime/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,7 @@
"react": "^16.14.0",
"react-dom": "^16.14.0",
"react-test-renderer": "^16.14.0",
"typescript": "~5.2.2",
"typescript": "~5.3.3",
"webpack-cli": "^5.1.4"
},
"repository": {
Expand Down
2 changes: 1 addition & 1 deletion packages/datetime2/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,7 @@
"npm-run-all": "^4.1.5",
"react": "^16.14.0",
"react-dom": "^16.14.0",
"typescript": "~5.2.2",
"typescript": "~5.3.3",
"webpack-cli": "^5.1.4"
},
"repository": {
Expand Down
2 changes: 1 addition & 1 deletion packages/docs-theme/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@
"npm-run-all": "^4.1.5",
"react": "^16.14.0",
"react-dom": "^16.14.0",
"typescript": "~5.2.2",
"typescript": "~5.3.3",
"webpack-cli": "^5.1.4"
},
"repository": {
Expand Down
10 changes: 5 additions & 5 deletions packages/eslint-config/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,14 +5,14 @@
"dependencies": {
"@blueprintjs/eslint-plugin": "workspace:^",
"@blueprintjs/tslint-config": "workspace:^",
"@typescript-eslint/eslint-plugin": "^6.11.0",
"@typescript-eslint/eslint-plugin-tslint": "^6.11.0",
"@typescript-eslint/parser": "^6.11.0",
"eslint": "^8.53.0",
"@typescript-eslint/eslint-plugin": "^6.17.0",
"@typescript-eslint/eslint-plugin-tslint": "^6.17.0",
"@typescript-eslint/parser": "^6.17.0",
"eslint": "^8.56.0",
"eslint-plugin-deprecation": "^2.0.0",
"eslint-plugin-header": "^3.1.1",
"eslint-plugin-import": "~2.26.0",
"eslint-plugin-jsdoc": "^46.9.0",
"eslint-plugin-jsdoc": "^47.0.2",
"eslint-plugin-react": "^7.33.2",
"eslint-plugin-react-hooks": "^4.6.0"
},
Expand Down
10 changes: 5 additions & 5 deletions packages/eslint-plugin/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,19 +11,19 @@
"test": "SWC_NODE_PROJECT=./tsconfig.test.json mocha --require @swc-node/register,test/setup.ts --watch-extensions ts,tsx 'test/**/*.{ts,tsx}'"
},
"dependencies": {
"@typescript-eslint/utils": "^6.11.0",
"eslint": "^8.53.0"
"@typescript-eslint/utils": "^6.17.0",
"eslint": "^8.56.0"
},
"devDependencies": {
"@blueprintjs/node-build-scripts": "workspace:^",
"@eslint/eslintrc": "^2.1.3",
"@eslint/eslintrc": "^2.1.4",
"@swc-node/register": "^1.6.8",
"@swc/core": "^1.3.96",
"@types/dedent": "~0.7.2",
"@typescript-eslint/rule-tester": "^6.11.0",
"@typescript-eslint/rule-tester": "^6.17.0",
"dedent": "^1.5.1",
"mocha": "^10.2.0",
"typescript": "~5.2.2"
"typescript": "~5.3.3"
},
"repository": {
"type": "git",
Expand Down
5 changes: 4 additions & 1 deletion packages/eslint-plugin/src/tsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,9 @@
"extends": "../../../config/tsconfig.node",
"compilerOptions": {
"lib": ["ES2015", "dom"],
"outDir": "../lib"
"outDir": "../lib",
// HACKHACK: `skipLibCheck` required due to type incompatibility between typescript-eslint
// 6.17.0 and typescript 5.3.3, see https://github.com/typescript-eslint/typescript-eslint/issues/8047
"skipLibCheck": true
}
}
2 changes: 2 additions & 0 deletions packages/eslint-plugin/test/tsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,8 @@
"lib": ["es2021"],
"module": "commonjs",
"noEmit": true,
// HACKHACK: `skipLibCheck` required due to type incompatibility between typescript-eslint
// 6.17.0 and typescript 5.3.3, see https://github.com/typescript-eslint/typescript-eslint/issues/8047
"skipLibCheck": true,
"target": "es2021"
}
Expand Down
2 changes: 1 addition & 1 deletion packages/icons/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,7 @@
"react-dom": "^16.14.0",
"react-test-renderer": "^16.14.0",
"svg-parser": "^2.0.4",
"typescript": "~5.2.2",
"typescript": "~5.3.3",
"webpack-cli": "^5.1.4"
},
"repository": {
Expand Down
2 changes: 1 addition & 1 deletion packages/monaco-editor-theme/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@
"devDependencies": {
"@blueprintjs/node-build-scripts": "workspace:^",
"npm-run-all": "^4.1.5",
"typescript": "~5.2.2"
"typescript": "~5.3.3"
},
"repository": {
"type": "git",
Expand Down
4 changes: 2 additions & 2 deletions packages/node-build-scripts/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
"cross-spawn": "^7.0.3",
"css-select": "^5.1.0",
"dom-serializer": "^2.0.0",
"eslint": "^8.53.0",
"eslint": "^8.56.0",
"eslint-formatter-codeframe": "^7.32.1",
"fs-extra": "^11.1.1",
"glob": "^10.3.10",
Expand All @@ -42,7 +42,7 @@
"stylelint": "~14.16.1",
"stylelint-junit-formatter": "^0.2.2",
"svgo": "^1.3.2",
"typescript": "~5.2.2",
"typescript": "~5.3.3",
"yargs": "^17.7.2"
},
"devDependencies": {
Expand Down
2 changes: 1 addition & 1 deletion packages/popover2/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@
"npm-run-all": "^4.1.5",
"react": "^16.14.0",
"react-dom": "^16.14.0",
"typescript": "~5.2.2"
"typescript": "~5.3.3"
},
"repository": {
"type": "git",
Expand Down
2 changes: 1 addition & 1 deletion packages/select/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@
"react": "^16.14.0",
"react-dom": "^16.14.0",
"react-test-renderer": "^16.14.0",
"typescript": "~5.2.2",
"typescript": "~5.3.3",
"webpack-cli": "^5.1.4"
},
"repository": {
Expand Down
2 changes: 1 addition & 1 deletion packages/stylelint-plugin/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
"devDependencies": {
"@blueprintjs/node-build-scripts": "workspace:^",
"mocha": "^10.2.0",
"typescript": "~5.2.2"
"typescript": "~5.3.3"
},
"repository": {
"type": "git",
Expand Down
2 changes: 1 addition & 1 deletion packages/table/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@
"react": "^16.14.0",
"react-dom": "^16.14.0",
"react-test-renderer": "^16.14.0",
"typescript": "~5.2.2",
"typescript": "~5.3.3",
"webpack": "^5.89.0"
},
"repository": {
Expand Down
2 changes: 1 addition & 1 deletion packages/test-commons/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@
"npm-run-all": "^4.1.5",
"react": "^16.14.0",
"react-dom": "^16.14.0",
"typescript": "~5.2.2"
"typescript": "~5.3.3"
},
"repository": {
"type": "git",
Expand Down
2 changes: 1 addition & 1 deletion packages/tslint-config/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
"tslib": "~2.6.2",
"tslint-react": "^5.0.0",
"tsutils": "^3.21.0",
"typescript": "~5.2.2"
"typescript": "~5.3.3"
},
"peerDependencies": {
"tslint": "^6.0.0"
Expand Down
Loading

0 comments on commit b80ca1d

Please sign in to comment.