dependencies: Upgrade JavaScript dependencies.

Signed-off-by: Anders Kaseorg <anders@zulip.com>
This commit is contained in:
Anders Kaseorg 2024-05-26 19:23:31 -07:00
parent 4019ccecbb
commit e5ee43a1fb
4 changed files with 1823 additions and 1689 deletions

View File

@ -122,6 +122,7 @@
"unicorn/numeric-separators-style": "off", "unicorn/numeric-separators-style": "off",
"unicorn/prefer-module": "off", "unicorn/prefer-module": "off",
"unicorn/prefer-node-protocol": "off", "unicorn/prefer-node-protocol": "off",
"unicorn/prefer-string-raw": "off",
"unicorn/prefer-ternary": "off", "unicorn/prefer-ternary": "off",
"unicorn/prefer-top-level-await": "off", "unicorn/prefer-top-level-await": "off",
"unicorn/prevent-abbreviations": "off", "unicorn/prevent-abbreviations": "off",

View File

@ -1,6 +1,6 @@
{ {
"private": true, "private": true,
"packageManager": "pnpm@9.0.6+sha256.0624e30eff866cdeb363b15061bdb7fd9425b17bc1bb42c22f5f4efdea21f6b3", "packageManager": "pnpm@9.1.2+sha256.19c17528f9ca20bd442e4ca42f00f1b9808a9cb419383cd04ba32ef19322aba7",
"dependencies": { "dependencies": {
"@babel/core": "^7.5.5", "@babel/core": "^7.5.5",
"@babel/preset-env": "^7.5.5", "@babel/preset-env": "^7.5.5",
@ -27,7 +27,7 @@
"colord": "^2.9.3", "colord": "^2.9.3",
"core-js": "^3.37.0", "core-js": "^3.37.0",
"css-loader": "^7.1.1", "css-loader": "^7.1.1",
"css-minimizer-webpack-plugin": "^6.0.0", "css-minimizer-webpack-plugin": "^7.0.0",
"date-fns": "^3.3.1", "date-fns": "^3.3.1",
"email-addresses": "^5.0.0", "email-addresses": "^5.0.0",
"emoji-datasource-google": "^15.0.1", "emoji-datasource-google": "^15.0.1",
@ -127,7 +127,7 @@
"eslint-plugin-formatjs": "^4.0.2", "eslint-plugin-formatjs": "^4.0.2",
"eslint-plugin-import": "^2.22.0", "eslint-plugin-import": "^2.22.0",
"eslint-plugin-no-jquery": "^2.7.0", "eslint-plugin-no-jquery": "^2.7.0",
"eslint-plugin-unicorn": "^52.0.0", "eslint-plugin-unicorn": "^53.0.0",
"jsdom": "^24.0.0", "jsdom": "^24.0.0",
"minimist": "^1.2.6", "minimist": "^1.2.6",
"mkdirp": "^3.0.1", "mkdirp": "^3.0.1",
@ -155,8 +155,8 @@
"source-map@^0.6": "npm:source-map-js@1.0.1" "source-map@^0.6": "npm:source-map-js@1.0.1"
}, },
"patchedDependencies": { "patchedDependencies": {
"@types/plotly.js@2.29.2": "patches/@types__plotly.js@2.29.2.patch", "@types/plotly.js@2.29.4": "patches/@types__plotly.js@2.29.2.patch",
"@uppy/core@3.10.1": "patches/@uppy__core@3.10.1.patch", "@uppy/core@3.11.3": "patches/@uppy__core@3.10.1.patch",
"eslint-plugin-no-jquery@2.7.0": "patches/eslint-plugin-no-jquery@2.7.0.patch", "eslint-plugin-no-jquery@2.7.0": "patches/eslint-plugin-no-jquery@2.7.0.patch",
"source-sans@3.46.0": "patches/source-sans@3.46.0.patch" "source-sans@3.46.0": "patches/source-sans@3.46.0.patch"
} }

File diff suppressed because it is too large Load Diff

View File

@ -48,4 +48,4 @@ API_FEATURE_LEVEL = 262
# 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 = (271, 0) # last bumped 2024-05-24 for translation string changes PROVISION_VERSION = (272, 0) # last bumped 2024-05-26 for upgrading JavaScript dependencies