Skip to content

Commit

Permalink
chore: upgrade dev deps (#6671)
Browse files Browse the repository at this point in the history
  • Loading branch information
adidahiya authored Jan 24, 2024
1 parent 9dfba77 commit dcf31b8
Show file tree
Hide file tree
Showing 39 changed files with 371 additions and 414 deletions.
12 changes: 6 additions & 6 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -34,30 +34,30 @@
"verify": "npm-run-all -s compile dist -p test lint format-check"
},
"dependencies": {
"@lerna-lite/cli": "^3.2.0",
"@lerna-lite/version": "^3.2.0",
"@lerna-lite/cli": "^3.2.1",
"@lerna-lite/version": "^3.2.1",
"@types/chai": "~4.3.11",
"@types/enzyme": "~3.10.18",
"@types/enzyme-adapter-react-16": "~1.0.9",
"@types/mocha": "~10.0.6",
"@types/node": "~20.11.5",
"@types/node": "~20.11.6",
"@types/react": "~16.14.55",
"@types/react-dom": "~16.9.24",
"@types/react-transition-group": "~4.4.10",
"@types/sinon": "~17.0.2",
"@types/sinon": "~17.0.3",
"@types/yargs": "~17.0.32",
"@yarnpkg/types": "^4.0.0",
"chai": "^5.0.0",
"dedent": "^1.5.1",
"eslint": "^8.56.0",
"eslint-config-prettier": "^9.1.0",
"eslint-plugin-prettier": "^5.1.2",
"eslint-plugin-prettier": "^5.1.3",
"gh-pages": "^6.1.1",
"http-server": "^14.1.1",
"npm-run-all": "^4.1.5",
"nx": "^17.2.8",
"octokit": "^3.1.2",
"prettier": "^3.1.1",
"prettier": "^3.2.4",
"sinon": "^17.0.1",
"stylelint": "~14.16.1",
"stylelint-config-palantir": "^6.0.1",
Expand Down
4 changes: 2 additions & 2 deletions packages/colors/src/tsconfig.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"extends": "../../../config/tsconfig.web",
"compilerOptions": {
"outDir": "../lib/esm"
}
"outDir": "../lib/esm",
},
}
4 changes: 2 additions & 2 deletions packages/core/src/tsconfig.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"extends": "../../../config/tsconfig.web",
"compilerOptions": {
"outDir": "../lib/esm"
}
"outDir": "../lib/esm",
},
}
4 changes: 2 additions & 2 deletions packages/core/test/tsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,6 @@
"declaration": false,
"downlevelIteration": true,
"lib": ["dom", "dom.iterable", "es5", "es2015.collection", "es2015.iterable", "es2015.promise"],
"noEmit": true
}
"noEmit": true,
},
}
4 changes: 2 additions & 2 deletions packages/datetime/src/tsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,6 @@
"extends": "../../../config/tsconfig.web",
"compilerOptions": {
"outDir": "../lib/esm",
"strictNullChecks": false
}
"strictNullChecks": false,
},
}
4 changes: 2 additions & 2 deletions packages/datetime/test/tsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,6 @@
"extends": "../src/tsconfig",
"compilerOptions": {
"declaration": false,
"noEmit": true
}
"noEmit": true,
},
}
4 changes: 2 additions & 2 deletions packages/datetime2/src/tsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,6 @@
"extends": "../../../config/tsconfig.web",
"compilerOptions": {
"module": "es2020",
"outDir": "../lib/esm"
}
"outDir": "../lib/esm",
},
}
4 changes: 2 additions & 2 deletions packages/datetime2/test/tsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,6 @@
"extends": "../src/tsconfig",
"compilerOptions": {
"declaration": false,
"noEmit": true
}
"noEmit": true,
},
}
2 changes: 1 addition & 1 deletion packages/demo-app/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@
"@blueprintjs/node-build-scripts": "workspace:^",
"@blueprintjs/webpack-build-scripts": "workspace:^",
"@types/lodash": "~4.14.202",
"copy-webpack-plugin": "^11.0.0",
"copy-webpack-plugin": "^12.0.2",
"npm-run-all": "^4.1.5",
"webpack-cli": "^5.1.4",
"webpack-dev-server": "^4.15.1"
Expand Down
4 changes: 2 additions & 2 deletions packages/demo-app/src/tsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,6 @@
"module": "es2020",
"outDir": "../dist",
"sourceMap": false,
"strictNullChecks": false
}
"strictNullChecks": false,
},
}
2 changes: 1 addition & 1 deletion packages/docs-app/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@
"@types/chroma-js": "~2.4.3",
"@types/downloadjs": "~1.4.6",
"@types/lodash": "~4.14.202",
"copy-webpack-plugin": "^11.0.0",
"copy-webpack-plugin": "^12.0.2",
"monaco-editor-webpack-plugin": "^7.1.0",
"npm-run-all": "^4.1.5",
"webpack-cli": "^5.1.4",
Expand Down
4 changes: 2 additions & 2 deletions packages/docs-app/src/tsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,6 @@
"module": "es2020",
"outDir": "../dist",
"sourceMap": false,
"strictNullChecks": false
}
"strictNullChecks": false,
},
}
4 changes: 2 additions & 2 deletions packages/docs-theme/src/tsconfig.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"extends": "../../../config/tsconfig.web",
"compilerOptions": {
"outDir": "../lib/esm"
}
"outDir": "../lib/esm",
},
}
6 changes: 3 additions & 3 deletions packages/eslint-config/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,9 +5,9 @@
"dependencies": {
"@blueprintjs/eslint-plugin": "workspace:^",
"@blueprintjs/tslint-config": "workspace:^",
"@typescript-eslint/eslint-plugin": "^6.18.0",
"@typescript-eslint/eslint-plugin-tslint": "^6.18.0",
"@typescript-eslint/parser": "^6.18.0",
"@typescript-eslint/eslint-plugin": "^6.19.1",
"@typescript-eslint/eslint-plugin-tslint": "^6.19.1",
"@typescript-eslint/parser": "^6.19.1",
"eslint": "^8.56.0",
"eslint-plugin-deprecation": "^2.0.0",
"eslint-plugin-header": "^3.1.1",
Expand Down
6 changes: 3 additions & 3 deletions packages/eslint-plugin/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,16 +11,16 @@
"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.18.0",
"@typescript-eslint/utils": "^6.19.1",
"eslint": "^8.56.0"
},
"devDependencies": {
"@blueprintjs/node-build-scripts": "workspace:^",
"@eslint/eslintrc": "^3.0.0",
"@swc-node/register": "^1.6.8",
"@swc/core": "^1.3.102",
"@swc/core": "^1.3.105",
"@types/dedent": "~0.7.2",
"@typescript-eslint/rule-tester": "^6.18.0",
"@typescript-eslint/rule-tester": "^6.19.1",
"dedent": "^1.5.1",
"mocha": "^10.2.0",
"typescript": "~5.3.3"
Expand Down
4 changes: 2 additions & 2 deletions packages/eslint-plugin/src/tsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,6 @@
"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
}
"skipLibCheck": true,
},
}
4 changes: 2 additions & 2 deletions packages/eslint-plugin/test/tsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,6 @@
// 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"
}
"target": "es2021",
},
}
4 changes: 2 additions & 2 deletions packages/icons/src/tsconfig.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"extends": "../../../config/tsconfig.web",
"compilerOptions": {
"outDir": "../lib/esm"
}
"outDir": "../lib/esm",
},
}
11 changes: 6 additions & 5 deletions packages/icons/src/type-utils/includes.ts
Original file line number Diff line number Diff line change
Expand Up @@ -19,8 +19,9 @@ type hasRed<array extends any[]> = Includes<array, 'red'>;
@category Utilities
*/
export type Includes<Value extends any[], Item> = IsEqual<Value[0], Item> extends true
? true
: Value extends [Value[0], ...infer rest]
? Includes<rest, Item>
: false;
export type Includes<Value extends any[], Item> =
IsEqual<Value[0], Item> extends true
? true
: Value extends [Value[0], ...infer rest]
? Includes<rest, Item>
: false;
11 changes: 6 additions & 5 deletions packages/icons/src/type-utils/screaming-snake-case.ts
Original file line number Diff line number Diff line change
Expand Up @@ -5,11 +5,12 @@ import type { Includes } from "./includes";
/**
Returns a boolean for whether the string is screaming snake case.
*/
type IsScreamingSnakeCase<Value extends string> = Value extends Uppercase<Value>
? Includes<SplitIncludingDelimiters<Lowercase<Value>, "_">, "_"> extends true
? true
: false
: false;
type IsScreamingSnakeCase<Value extends string> =
Value extends Uppercase<Value>
? Includes<SplitIncludingDelimiters<Lowercase<Value>, "_">, "_"> extends true
? true
: false
: false;

/**
Convert a string literal to screaming-snake-case.
Expand Down
4 changes: 2 additions & 2 deletions packages/icons/test/tsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,6 @@
"extends": "../src/tsconfig",
"compilerOptions": {
"declaration": false,
"noEmit": true
}
"noEmit": true,
},
}
2 changes: 1 addition & 1 deletion packages/karma-build-scripts/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
"karma-sourcemap-loader": "^0.4.0",
"karma-webpack": "^5.0.0",
"mocha": "^10.2.0",
"webpack": "^5.89.0"
"webpack": "^5.90.0"
},
"peerDependencies": {
"@blueprintjs/core": "workspace:^"
Expand Down
4 changes: 2 additions & 2 deletions packages/landing-app/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -24,10 +24,10 @@
},
"devDependencies": {
"@blueprintjs/webpack-build-scripts": "workspace:^",
"copy-webpack-plugin": "^11.0.0",
"copy-webpack-plugin": "^12.0.2",
"npm-run-all": "^4.1.5",
"raw-loader": "^4.0.2",
"webpack": "^5.89.0",
"webpack": "^5.90.0",
"webpack-dev-server": "^4.15.1"
},
"repository": {
Expand Down
4 changes: 2 additions & 2 deletions packages/landing-app/src/tsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,6 @@
"lib": ["dom", "es5", "es6"],
"outDir": "../dist",
"sourceMap": true,
"strictNullChecks": false
}
"strictNullChecks": false,
},
}
4 changes: 2 additions & 2 deletions packages/monaco-editor-theme/src/tsconfig.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"extends": "../../../config/tsconfig.web",
"compilerOptions": {
"outDir": "../lib/esm"
}
"outDir": "../lib/esm",
},
}
10 changes: 5 additions & 5 deletions packages/node-build-scripts/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
"sass-lint": "./sass-lint.mjs"
},
"dependencies": {
"autoprefixer": "^10.4.16",
"autoprefixer": "^10.4.17",
"chokidar": "^3.5.3",
"cross-spawn": "^7.0.3",
"css-select": "^5.1.0",
Expand All @@ -35,8 +35,8 @@
"postcss-discard-comments": "^6.0.1",
"postcss-scss": "^4.0.9",
"postcss-simple-vars": "^7.0.1",
"prettier": "^3.1.1",
"sass": "^1.69.7",
"prettier": "^3.2.4",
"sass": "^1.70.0",
"source-map-js": "^1.0.2",
"strip-css-comments": "^5.0.0",
"stylelint": "~14.16.1",
Expand All @@ -47,8 +47,8 @@
},
"devDependencies": {
"@jest/globals": "^29.7.0",
"@swc/core": "^1.3.102",
"@swc/jest": "^0.2.29",
"@swc/core": "^1.3.105",
"@swc/jest": "^0.2.31",
"@types/fs-extra": "~11.0.4",
"@types/svgo": "~1.3.6",
"@types/yargs": "~17.0.32",
Expand Down
4 changes: 2 additions & 2 deletions packages/popover2/src/tsconfig.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"extends": "../../../config/tsconfig.web",
"compilerOptions": {
"outDir": "../lib/esm"
}
"outDir": "../lib/esm",
},
}
4 changes: 2 additions & 2 deletions packages/select/src/tsconfig.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"extends": "../../../config/tsconfig.web",
"compilerOptions": {
"outDir": "../lib/esm"
}
"outDir": "../lib/esm",
},
}
4 changes: 2 additions & 2 deletions packages/select/test/tsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,6 @@
"extends": "../src/tsconfig",
"compilerOptions": {
"declaration": false,
"noEmit": true
}
"noEmit": true,
},
}
4 changes: 2 additions & 2 deletions packages/stylelint-plugin/src/tsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,6 @@
"extends": "../../../config/tsconfig.node",
"compilerOptions": {
"lib": ["ES2015", "dom"],
"outDir": "../lib"
}
"outDir": "../lib",
},
}
4 changes: 2 additions & 2 deletions packages/table-dev-app/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -27,9 +27,9 @@
"devDependencies": {
"@blueprintjs/webpack-build-scripts": "workspace:^",
"@types/lodash": "~4.14.202",
"copy-webpack-plugin": "^11.0.0",
"copy-webpack-plugin": "^12.0.2",
"npm-run-all": "^4.1.5",
"webpack": "^5.89.0",
"webpack": "^5.90.0",
"webpack-dev-server": "^4.15.1"
},
"repository": {
Expand Down
4 changes: 2 additions & 2 deletions packages/table-dev-app/src/tsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,6 @@
"compilerOptions": {
"lib": ["dom", "es5", "es6"],
"outDir": "../dist",
"strictNullChecks": false
}
"strictNullChecks": false,
},
}
2 changes: 1 addition & 1 deletion packages/table/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@
"react-dom": "^16.14.0",
"react-test-renderer": "^16.14.0",
"typescript": "~5.3.3",
"webpack": "^5.89.0"
"webpack": "^5.90.0"
},
"repository": {
"type": "git",
Expand Down
4 changes: 2 additions & 2 deletions packages/table/src/tsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,6 @@
"extends": "../../../config/tsconfig.web",
"compilerOptions": {
"lib": ["dom", "es5", "es6"],
"outDir": "../lib/esm"
}
"outDir": "../lib/esm",
},
}
Loading

1 comment on commit dcf31b8

@adidahiya
Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

chore: upgrade dev deps (#6671)

Build artifact links for this commit: documentation | landing | table | demo

This is an automated comment from the deploy-preview CircleCI job.

Please sign in to comment.