Skip to content

Commit

Permalink
chore: upgrade webpack-dev-server and other dev deps (#5643)
Browse files Browse the repository at this point in the history
  • Loading branch information
adidahiya authored Oct 5, 2022
1 parent 66df5d6 commit f7999e9
Show file tree
Hide file tree
Showing 31 changed files with 985 additions and 1,409 deletions.
4 changes: 2 additions & 2 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,10 +5,10 @@ orbs:

aliases:
- &docker-node-image
- image: cimg/node:16.14
- image: cimg/node:16.17

- &docker-node-browsers-image
- image: cimg/node:16.14-browsers
- image: cimg/node:16.17-browsers
environment:
CHROME_BIN: "/usr/bin/google-chrome"

Expand Down
2 changes: 1 addition & 1 deletion .nvmrc
Original file line number Diff line number Diff line change
@@ -1 +1 @@
v16.14
v16.17
6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@
"@types/react-dom": "~16.9.10",
"@types/react-transition-group": "~4.4.5",
"@types/sinon": "~9.0.11",
"chai": "^4.2.0",
"chai": "^4.3.6",
"circle-github-bot": "^2.1.0",
"cross-env": "^7.0.3",
"eslint": "^8.21.0",
Expand All @@ -56,12 +56,12 @@
"lerna": "^5.5.4",
"npm-run-all": "^4.1.5",
"prettier": "~2.7.1",
"sinon": "^9.2.1",
"sinon": "^14.0.1",
"stylelint-config-palantir": "^6.0.1",
"stylelint-scss": "^4.2.0",
"typescript": "~4.6.2",
"yargs": "^17.5.1",
"yarn-deduplicate": "^5.0.0"
"yarn-deduplicate": "^6.0.0"
},
"resolutions": {
"@types/react": "16.14.32"
Expand Down
2 changes: 1 addition & 1 deletion packages/colors/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
},
"devDependencies": {
"@blueprintjs/node-build-scripts": "^5.2.0",
"mocha": "^9.2.2",
"mocha": "^10.0.0",
"typescript": "~4.6.2"
},
"repository": {
Expand Down
6 changes: 3 additions & 3 deletions packages/core/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -75,14 +75,14 @@
"@testing-library/react": "^11.2.5",
"@vgrid/sass-inline-svg": "^1.0.1",
"enzyme": "^3.11.0",
"karma": "^6.3.17",
"mocha": "^9.2.2",
"karma": "^6.4.1",
"mocha": "^10.0.0",
"npm-run-all": "^4.1.5",
"react": "^16.14.0",
"react-dom": "^16.14.0",
"react-test-renderer": "^16.14.0",
"typescript": "~4.6.2",
"webpack-cli": "^3.3.12"
"webpack-cli": "^4.10.0"
},
"repository": {
"type": "git",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -70,20 +70,20 @@ Styleguide non-ideal-state
color: $gray3;

.#{$ns}-icon svg {
fill-opacity: 0.15;
fill-opacity: 15%;
// need to show overflow for some strokes on paths that reach the edge of the icon bounding box
overflow: visible;

path {
stroke: $gray3;
stroke-opacity: 0.5;
stroke-opacity: 50%;
stroke-width: 0.5px;
}
}

.#{$ns}-dark & {
.#{$ns}-icon svg {
fill-opacity: 0.2;
fill-opacity: 20%;
}
}
}
2 changes: 1 addition & 1 deletion packages/core/src/components/spinner/_spinner.scss
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
}

path {
fill-opacity: 0;
fill-opacity: 0%;
}

.#{$ns}-spinner-head {
Expand Down
6 changes: 3 additions & 3 deletions packages/datetime/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -56,14 +56,14 @@
"@blueprintjs/node-build-scripts": "^5.2.0",
"@blueprintjs/test-commons": "^1.0.11",
"enzyme": "^3.11.0",
"karma": "^6.3.17",
"mocha": "^9.2.2",
"karma": "^6.4.1",
"mocha": "^10.0.0",
"npm-run-all": "^4.1.5",
"react": "^16.14.0",
"react-dom": "^16.14.0",
"react-test-renderer": "^16.14.0",
"typescript": "~4.6.2",
"webpack-cli": "^3.3.12"
"webpack-cli": "^4.10.0"
},
"repository": {
"type": "git",
Expand Down
6 changes: 3 additions & 3 deletions packages/datetime2/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -62,14 +62,14 @@
"@blueprintjs/test-commons": "^1.0.11",
"@types/lodash-es": "~4.17.6",
"enzyme": "^3.11.0",
"karma": "^6.3.17",
"mocha": "^9.2.2",
"karma": "^6.4.1",
"mocha": "^10.0.0",
"npm-run-all": "^4.1.5",
"react": "^16.14.0",
"react-dom": "^16.14.0",
"react-test-renderer": "^16.14.0",
"typescript": "~4.6.2",
"webpack-cli": "^3.3.12"
"webpack-cli": "^4.10.0"
},
"repository": {
"type": "git",
Expand Down
8 changes: 4 additions & 4 deletions packages/demo-app/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
"@blueprintjs/table": "^4.6.8",
"@blueprintjs/timezone": "^4.4.13",
"classnames": "^2.3.2",
"core-js": "^3.25.3",
"core-js": "^3.25.5",
"dom4": "^2.1.5",
"lodash-es": "^4.17.15",
"moment": "^2.29.1",
Expand All @@ -38,10 +38,10 @@
"@blueprintjs/node-build-scripts": "^5.2.0",
"@blueprintjs/webpack-build-scripts": "^3.2.1",
"@types/lodash-es": "~4.17.6",
"copy-webpack-plugin": "^6.4.0",
"copy-webpack-plugin": "^11.0.0",
"npm-run-all": "^4.1.5",
"webpack-cli": "^3.3.12",
"webpack-dev-server": "^3.11.0"
"webpack-cli": "^4.10.0",
"webpack-dev-server": "^4.11.1"
},
"repository": {
"type": "git",
Expand Down
8 changes: 4 additions & 4 deletions packages/docs-app/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@
"@documentalist/client": "^4.0.0",
"chroma-js": "^2.1.0",
"classnames": "^2.3.2",
"core-js": "^3.25.3",
"core-js": "^3.25.5",
"date-fns": "^2.28.0",
"dom4": "^2.1.5",
"downloadjs": "^1.4.7",
Expand All @@ -51,10 +51,10 @@
"@types/chroma-js": "~2.1.4",
"@types/downloadjs": "~1.4.3",
"@types/lodash-es": "~4.17.6",
"copy-webpack-plugin": "^6.4.0",
"copy-webpack-plugin": "^11.0.0",
"npm-run-all": "^4.1.5",
"webpack-cli": "^3.3.12",
"webpack-dev-server": "^3.11.0"
"webpack-cli": "^4.10.0",
"webpack-dev-server": "^4.11.1"
},
"repository": {
"type": "git",
Expand Down
4 changes: 2 additions & 2 deletions packages/docs-data/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,8 +17,8 @@
"glob": "^8.0.3",
"highlights": "^3.1.6",
"language-less": "github:atom/language-less",
"marked": "^4.0.12",
"semver": "^7.3.5",
"marked": "^4.1.1",
"semver": "^7.3.7",
"tree-sitter-typescript": "~0.20.1"
},
"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 @@ -54,7 +54,7 @@
"react": "^16.14.0",
"react-dom": "^16.14.0",
"typescript": "~4.6.2",
"webpack-cli": "^3.3.12"
"webpack-cli": "^4.10.0"
},
"repository": {
"type": "git",
Expand Down
2 changes: 1 addition & 1 deletion packages/eslint-config/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
"@typescript-eslint/eslint-plugin": "^5.38.1",
"@typescript-eslint/eslint-plugin-tslint": "^5.38.1",
"@typescript-eslint/parser": "^5.38.1",
"eslint": "^8.21.0",
"eslint": "^8.24.0",
"eslint-plugin-deprecation": "^1.3.2",
"eslint-plugin-header": "^3.1.1",
"eslint-plugin-import": "^2.26.0",
Expand Down
4 changes: 2 additions & 2 deletions packages/eslint-plugin/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,13 +13,13 @@
},
"dependencies": {
"@typescript-eslint/utils": "^5.38.1",
"eslint": "^8.21.0"
"eslint": "^8.24.0"
},
"devDependencies": {
"@blueprintjs/node-build-scripts": "^5.2.0",
"@types/dedent": "~0.7.0",
"dedent": "^0.7.0",
"mocha": "^9.2.2",
"mocha": "^10.0.0",
"ts-node": "^10.9.1",
"typescript": "^4.6.2"
},
Expand Down
4 changes: 2 additions & 2 deletions packages/icons/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -45,14 +45,14 @@
"@blueprintjs/test-commons": "^1.0.11",
"enzyme": "^3.11.0",
"fantasticon": "^1.2.3",
"mocha": "^9.2.2",
"mocha": "^10.0.0",
"npm-run-all": "^4.1.5",
"react": "^16.14.0",
"react-dom": "^16.14.0",
"react-test-renderer": "^16.14.0",
"svgo": "^1.3.2",
"typescript": "~4.6.2",
"webpack-cli": "^3.3.12"
"webpack-cli": "^4.10.0"
},
"repository": {
"type": "git",
Expand Down
4 changes: 2 additions & 2 deletions packages/karma-build-scripts/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
"dependencies": {
"@blueprintjs/webpack-build-scripts": "^3.2.1",
"istanbul-instrumenter-loader": "^3.0.1",
"karma": "^6.3.17",
"karma": "^6.4.1",
"karma-chrome-launcher": "^3.1.1",
"karma-coverage": "^2.2.0",
"karma-firefox-launcher": "^2.1.2",
Expand All @@ -18,7 +18,7 @@
"karma-remap-coverage": "^0.1.5",
"karma-sourcemap-loader": "^0.3.8",
"karma-webpack": "^5.0.0",
"mocha": "^9.2.2"
"mocha": "^10.0.0"
},
"repository": {
"type": "git",
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,11 +24,11 @@
},
"devDependencies": {
"@blueprintjs/webpack-build-scripts": "^3.2.1",
"copy-webpack-plugin": "^7.0.0",
"copy-webpack-plugin": "^11.0.0",
"npm-run-all": "^4.1.5",
"raw-loader": "^4.0.2",
"webpack": "^5.74.0",
"webpack-dev-server": "^3.11.0"
"webpack-dev-server": "^4.11.1"
},
"repository": {
"type": "git",
Expand Down
15 changes: 7 additions & 8 deletions packages/node-build-scripts/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,29 +14,28 @@
"sass-lint": "./sass-lint.mjs"
},
"dependencies": {
"autoprefixer": "^10.4.4",
"autoprefixer": "^10.4.12",
"chokidar": "^3.5.3",
"cross-spawn": "^7.0.3",
"eslint": "^8.21.0",
"eslint": "^8.24.0",
"eslint-formatter-codeframe": "^7.32.1",
"fs-extra": "^10.0.1",
"fs-extra": "^10.1.0",
"get-sass-vars": "^3.4.0",
"glob": "^8.0.3",
"node-sass-package-importer": "^5.3.2",
"path": "^0.12.7",
"postcss": "^8.4.17",
"postcss-cli": "^9.1.0",
"postcss-cli": "^10.0.0",
"postcss-discard-comments": "^5.1.1",
"postcss-scss": "^4.0.3",
"postcss-scss": "^4.0.5",
"prettier": "~2.7.1",
"sass": "^1.55.0",
"source-map": "^0.7.4",
"strip-css-comments": "^5.0.0",
"stylelint": "^14.6.1",
"stylelint": "~14.12.1",
"stylelint-junit-formatter": "^0.2.2",
"ts-node": "^10.9.1",
"typescript": "~4.6.2",
"yargs": "^17.4.0"
"yargs": "^17.6.0"
},
"devDependencies": {
"@types/fs-extra": "~9.0.13",
Expand Down
6 changes: 3 additions & 3 deletions packages/popover2/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -58,15 +58,15 @@
"@blueprintjs/node-build-scripts": "^5.2.0",
"@blueprintjs/test-commons": "^1.0.11",
"enzyme": "^3.11.0",
"karma": "^6.3.17",
"mocha": "^9.2.2",
"karma": "^6.4.1",
"mocha": "^10.0.0",
"npm-run-all": "^4.1.5",
"react": "^16.14.0",
"react-dom": "^16.14.0",
"react-test-renderer": "^16.13.1",
"sass-inline-svg": "^1.2.3",
"typescript": "~4.6.2",
"webpack-cli": "^3.3.12"
"webpack-cli": "^4.10.0"
},
"repository": {
"type": "git",
Expand Down
6 changes: 3 additions & 3 deletions packages/select/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -54,14 +54,14 @@
"@blueprintjs/karma-build-scripts": "^3.1.1",
"@blueprintjs/node-build-scripts": "^5.2.0",
"enzyme": "^3.11.0",
"karma": "^6.3.17",
"mocha": "^9.2.2",
"karma": "^6.4.1",
"mocha": "^10.0.0",
"npm-run-all": "^4.1.5",
"react": "^16.14.0",
"react-dom": "^16.14.0",
"react-test-renderer": "^16.14.0",
"typescript": "~4.6.2",
"webpack-cli": "^3.3.12"
"webpack-cli": "^4.10.0"
},
"repository": {
"type": "git",
Expand Down
4 changes: 2 additions & 2 deletions packages/stylelint-plugin/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,11 +18,11 @@
"postcss-value-parser": "^4.2.0"
},
"peerDependencies": {
"stylelint": "^14.6.1"
"stylelint": "^14.12.1"
},
"devDependencies": {
"@blueprintjs/node-build-scripts": "^5.2.0",
"mocha": "^9.2.2",
"mocha": "^10.0.0",
"typescript": "^4.6.2"
},
"repository": {
Expand Down
Loading

1 comment on commit f7999e9

@blueprint-bot
Copy link

Choose a reason for hiding this comment

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

chore: upgrade webpack-dev-server and other dev deps (#5643)

Previews: documentation | landing | table | demo

Please sign in to comment.