dependencies: Upgrade JavaScript dependencies.

jQuery is held at 3.6.0 due to
https://github.com/jquery/jquery/issues/5105.

Signed-off-by: Anders Kaseorg <anders@zulip.com>
This commit is contained in:
Anders Kaseorg 2022-09-05 01:06:23 -07:00 committed by Tim Abbott
parent 7e6e98aefb
commit 143a3350fa
6 changed files with 507 additions and 554 deletions

View File

@ -19,7 +19,9 @@
}, },
"plugins": ["formatjs", "no-jquery"], "plugins": ["formatjs", "no-jquery"],
"settings": { "settings": {
"additionalFunctionNames": ["$t", "$t_html"], "formatjs": {
"additionalFunctionNames": ["$t", "$t_html"]
},
"no-jquery": { "no-jquery": {
"collectionReturningPlugins": { "collectionReturningPlugins": {
"expectOne": "always" "expectOne": "always"

View File

@ -14,7 +14,7 @@ module.exports = {
[ [
"@babel/preset-env", "@babel/preset-env",
{ {
corejs: "3.23", corejs: "3.25",
shippedProposals: true, shippedProposals: true,
useBuiltIns: "usage", useBuiltIns: "usage",
}, },

View File

@ -46,11 +46,11 @@
"handlebars": "^4.7.2", "handlebars": "^4.7.2",
"handlebars-loader": "^1.7.1", "handlebars-loader": "^1.7.1",
"html-webpack-plugin": "^5.3.2", "html-webpack-plugin": "^5.3.2",
"jquery": "^3.4.1", "jquery": "3.6.0",
"jquery-caret-plugin": "^1.5.2", "jquery-caret-plugin": "^1.5.2",
"jquery-validation": "^1.19.0", "jquery-validation": "^1.19.0",
"js-cookie": "^3.0.1", "js-cookie": "^3.0.1",
"katex": "^0.16.0", "katex": "^0.16.2",
"lodash": "^4.17.19", "lodash": "^4.17.19",
"micromodal": "^0.4.6", "micromodal": "^0.4.6",
"mini-css-extract-plugin": "^2.2.2", "mini-css-extract-plugin": "^2.2.2",
@ -59,13 +59,13 @@
"postcss": "^8.0.3", "postcss": "^8.0.3",
"postcss-calc": "^8.0.0", "postcss-calc": "^8.0.0",
"postcss-extend-rule": "^4.0.0", "postcss-extend-rule": "^4.0.0",
"postcss-import": "^14.0.2", "postcss-import": "^15.0.0",
"postcss-loader": "^7.0.0", "postcss-loader": "^7.0.0",
"postcss-media-minmax": "https://codeload.github.com/andersk/postcss-media-minmax/tar.gz/92c4dd33b9add115ec436ef25243484cca0f7355", "postcss-media-minmax": "https://codeload.github.com/andersk/postcss-media-minmax/tar.gz/92c4dd33b9add115ec436ef25243484cca0f7355",
"postcss-mixins": "^9.0.1", "postcss-mixins": "^9.0.1",
"postcss-nested": "^5.0.0", "postcss-nested": "^5.0.0",
"postcss-prefixwrap": "^1.24.0", "postcss-prefixwrap": "^1.24.0",
"postcss-simple-vars": "^6.0.0", "postcss-simple-vars": "^7.0.0",
"regenerator-runtime": "^0.13.3", "regenerator-runtime": "^0.13.3",
"shebang-loader": "^0.0.1", "shebang-loader": "^0.0.1",
"simplebar": "^5.2.1", "simplebar": "^5.2.1",
@ -94,7 +94,6 @@
"@types/lodash": "^4.14.172", "@types/lodash": "^4.14.172",
"@types/node": "^16.11.6", "@types/node": "^16.11.6",
"@types/node-fetch": "^2.5.8", "@types/node-fetch": "^2.5.8",
"@types/webpack-dev-server": "^4.1.0",
"@typescript-eslint/eslint-plugin": "^5.0.0", "@typescript-eslint/eslint-plugin": "^5.0.0",
"@typescript-eslint/parser": "^5.0.0", "@typescript-eslint/parser": "^5.0.0",
"babel-plugin-rewire-ts": "^1.4.0", "babel-plugin-rewire-ts": "^1.4.0",
@ -118,11 +117,11 @@
"openapi-examples-validator": "^4.0.0", "openapi-examples-validator": "^4.0.0",
"openapi-types": "^12.0.0", "openapi-types": "^12.0.0",
"prettier": "^2.0.5", "prettier": "^2.0.5",
"puppeteer": "^16.0.0", "puppeteer": "^17.1.0",
"source-map": "https://codeload.github.com/benthemonkey/source-map/tar.gz/d95423f77edef6cbb9e21d2d6014c7de85ae220a", "source-map": "https://codeload.github.com/benthemonkey/source-map/tar.gz/d95423f77edef6cbb9e21d2d6014c7de85ae220a",
"stylelint": "^14.0.1", "stylelint": "^14.0.1",
"stylelint-config-prettier": "^9.0.3", "stylelint-config-prettier": "^9.0.3",
"stylelint-config-standard": "^26.0.0", "stylelint-config-standard": "^28.0.0",
"svgo": "^2.0.3", "svgo": "^2.0.3",
"swagger-parser": "^10.0.0", "swagger-parser": "^10.0.0",
"ts-node": "^10.0.0", "ts-node": "^10.0.0",
@ -132,7 +131,7 @@
"xvfb": "^0.4.0", "xvfb": "^0.4.0",
"yaml": "^2.0.0-8", "yaml": "^2.0.0-8",
"yargs": "^17.1.1", "yargs": "^17.1.1",
"yarn-deduplicate": "^5.0.0", "yarn-deduplicate": "^6.0.0",
"zulip-js": "^2.0.8" "zulip-js": "^2.0.8"
}, },
"resolutions": { "resolutions": {

View File

@ -7,7 +7,7 @@
"postversion": "tools/npm-postversion" "postversion": "tools/npm-postversion"
}, },
"dependencies": { "dependencies": {
"katex": "^0.15.3", "katex": "^0.16.2",
"lodash": "^4.17.19" "lodash": "^4.17.19"
} }
} }

View File

@ -48,4 +48,4 @@ API_FEATURE_LEVEL = 140
# historical commits sharing the same major version, in which case a # historical commits sharing the same major version, in which case a
# minor version bump suffices. # minor version bump suffices.
PROVISION_VERSION = (200, 1) PROVISION_VERSION = (201, 0)

1036
yarn.lock

File diff suppressed because it is too large Load Diff