dependencies: Upgrade JavaScript dependencies.

Fixes #26969.

Signed-off-by: Anders Kaseorg <anders@zulip.com>
This commit is contained in:
Anders Kaseorg 2024-02-22 11:57:17 -08:00 committed by Tim Abbott
parent 9a12d1798e
commit ac166dcfd4
4 changed files with 1383 additions and 1174 deletions

View File

@ -1,6 +1,6 @@
{
"private": true,
"packageManager": "pnpm@8.15.0+sha256.fd1eab68a6d403f35cf3259c53780d70b0f14bd74e39da2f917d201f554d8665",
"packageManager": "pnpm@8.15.3+sha256.fc4a49bd609550a41e14d20efbce802a4b892aa4cac877322de2f0924f122991",
"dependencies": {
"@babel/core": "^7.5.5",
"@babel/preset-env": "^7.5.5",
@ -26,7 +26,7 @@
"clean-css": "^5.1.0",
"clipboard": "^2.0.4",
"colord": "^2.9.3",
"core-js": "^3.32.2",
"core-js": "^3.36.0",
"css-loader": "^6.2.0",
"css-minimizer-webpack-plugin": "^6.0.0",
"date-fns": "^3.3.1",
@ -78,7 +78,7 @@
"tippy.js": "^6.3.7",
"turndown": "^7.0.0",
"url-loader": "^4.1.1",
"url-template": "2.0.8",
"url-template": "^2.0.8",
"webfonts-loader": "^8.0.0",
"webpack": "^5.61.0",
"webpack-bundle-tracker": "^3.0.1",
@ -99,19 +99,19 @@
"@types/lodash": "^4.14.172",
"@types/micromodal": "^0.3.3",
"@types/minimalistic-assert": "^1.0.1",
"@types/node": "20.11.5",
"@types/node": "^20.11.20",
"@types/plotly.js": "^2.12.20",
"@types/sortablejs": "^1.15.1",
"@types/spectrum": "^1.8.4",
"@types/tinycolor2": "^1.4.5",
"@types/turndown": "^5.0.1",
"@typescript-eslint/eslint-plugin": "^6.1.0",
"@typescript-eslint/parser": "^6.1.0",
"@typescript-eslint/eslint-plugin": "^7.0.2",
"@typescript-eslint/parser": "^7.0.2",
"babel-plugin-rewire-ts": "^1.4.0",
"callsites": "^3.1.0",
"cldr-annotations-derived-modern": "^44.0.1",
"cldr-annotations-modern": "^44.0.1",
"commander": "^11.0.0",
"commander": "^12.0.0",
"css.escape": "^1.5.1",
"diff": "^5.0.0",
"difflib": "^0.2.4",
@ -123,7 +123,7 @@
"eslint-plugin-formatjs": "^4.0.2",
"eslint-plugin-import": "^2.22.0",
"eslint-plugin-no-jquery": "^2.7.0",
"eslint-plugin-unicorn": "^50.0.1",
"eslint-plugin-unicorn": "^51.0.1",
"jsdom": "^24.0.0",
"minimist": "^1.2.6",
"mkdirp": "^3.0.1",
@ -132,7 +132,7 @@
"openapi-examples-validator": "^5.0.0",
"openapi-types": "^12.0.0",
"prettier": "^3.0.0",
"puppeteer": "^21.0.3",
"puppeteer": "^22.2.0",
"source-map": "npm:source-map-js@1.0.1",
"stylelint": "^16.2.0",
"stylelint-config-standard": "^36.0.0",
@ -141,7 +141,7 @@
"ts-node": "^10.0.0",
"typescript": "^5.0.2",
"vnu-jar": "^23.4.11",
"webpack-dev-server": "^4.2.0",
"webpack-dev-server": "^5.0.2",
"xvfb": "^0.4.0",
"yaml": "^2.0.0-8",
"yargs": "^17.1.1",

File diff suppressed because it is too large Load Diff

View File

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

View File

@ -14,7 +14,7 @@ module.exports = {
[
"@babel/preset-env",
{
corejs: "3.34",
corejs: "3.36",
include: ["transform-optional-chaining"],
shippedProposals: true,
useBuiltIns: "usage",