build: update dependencies

这个提交包含在:
安忆 2024-04-30 13:23:38 +08:00
父节点 2705460b18
当前提交 3cec67d783
签署人:: AnYi
GPG 密钥 ID: 190DF37D01FFE4BC
共有 4 个文件被更改,包括 6145 次插入5229 次删除

查看文件

@ -44,12 +44,12 @@
"MediaWiki Gadget"
],
"devDependencies": {
"@babel/core": "^7.24.4",
"@babel/core": "^7.24.5",
"@babel/helper-compilation-targets": "^7.23.6",
"@babel/helper-plugin-utils": "^7.24.0",
"@babel/preset-env": "^7.24.4",
"@babel/types": "^7.24.0",
"@commitlint/cli": "^19.2.2",
"@babel/helper-plugin-utils": "^7.24.5",
"@babel/preset-env": "^7.24.5",
"@babel/types": "^7.24.5",
"@commitlint/cli": "^19.3.0",
"@commitlint/config-conventional": "^19.2.2",
"@mrhenry/babel-plugin-core-web": "^1.2.2",
"@mrhenry/core-web": "^1.2.2",
@ -57,7 +57,7 @@
"@types/babel__helper-plugin-utils": "^7.10.3",
"@types/babel__traverse": "^7.20.5",
"@types/caniuse-api": "^3.0.6",
"@types/eslint": "^8.56.9",
"@types/eslint": "^8.56.10",
"@types/jquery": "^3.5.29",
"@types/jqueryui": "^1.12.22",
"@types/minimist": "^1.2.5",
@ -65,19 +65,19 @@
"@types/oojs": "^7.0.6",
"@types/oojs-ui": "^0.49.0",
"@types/prompts": "^2.4.9",
"@typescript-eslint/eslint-plugin": "^7.6.0",
"@typescript-eslint/parser": "^7.6.0",
"@typescript-eslint/eslint-plugin": "^7.8.0",
"@typescript-eslint/parser": "^7.8.0",
"@vue/eslint-config-prettier": "^9.0.0",
"@vue/eslint-config-typescript": "^13.0.0",
"@vue/language-plugin-pug": "^2.0.13",
"@vue/language-plugin-pug": "^2.0.15",
"alpha-sort": "^5.0.0",
"broadcastchannel-polyfill": "^1.0.1",
"browserslist": "^4.23.0",
"caniuse-api": "^3.0.0",
"chalk": "^5.3.0",
"core-js": "^3.36.1",
"core-js": "^3.37.0",
"esbuild": "^0.20.2",
"esbuild-css-modules-plugin": "^3.1.1",
"esbuild-css-modules-plugin": "^3.1.2",
"esbuild-plugin-less": "^1.3.3",
"esbuild-plugin-vue3": "^0.4.2",
"esbuild-postcss": "^0.0.4",
@ -103,7 +103,7 @@
"postcss": "^8.4.38",
"postcss-import": "^16.1.0",
"postcss-load-config": "^5.0.3",
"postcss-preset-env": "^9.5.5",
"postcss-preset-env": "^9.5.9",
"prettier": "^3.2.5",
"prompts": "^2.4.2",
"proxy-polyfill": "^0.3.2",
@ -112,18 +112,18 @@
"stylelint": "^15.11.0",
"stylelint-config-css-modules": "4.2.0",
"stylelint-config-wikimedia": "latest",
"tsx": "^4.7.2",
"tsx": "^4.7.3",
"types-mediawiki-renovate": "latest",
"typescript": "^5.4.5",
"typescript-plugin-css-modules": "^5.1.0",
"unorm": "^1.6.0",
"vue": "^3.4.21",
"vue": "^3.4.26",
"vue-eslint-parser": "^9.4.2",
"vue-tsc": "^2.0.13"
"vue-tsc": "^2.0.15"
},
"pnpm": {
"overrides": {
"@typescript-eslint/utils": "^7.6.0",
"@typescript-eslint/utils": "^7.8.0",
"ansi-regex@<6": "^5.0.1",
"arrify@<3": "^2.0.1",
"balanced-match@<3": "^2.0.0",
@ -157,7 +157,7 @@
"eslint-plugin-no-jquery@2.7.0": "patches/eslint-plugin-no-jquery@2.7.0.patch",
"alpha-sort@5.0.0": "patches/alpha-sort@5.0.0.patch",
"eslint-config-wikimedia@0.27.0": "patches/eslint-config-wikimedia@0.27.0.patch",
"esbuild-css-modules-plugin@3.1.1": "patches/esbuild-css-modules-plugin@3.1.1.patch"
"esbuild-css-modules-plugin@3.1.2": "patches/esbuild-css-modules-plugin@3.1.2.patch"
}
}
}

文件差异内容过多而无法显示 加载差异

查看文件

@ -149,7 +149,7 @@ const generateTransformOptions = (): typeof options => {
{
bugfixes: true, // FIXME: Remove when updating to Babel 8
corejs: {
version: PACKAGE.devDependencies['core-js'].match(/\d+(?:.\d+){0,2}/)?.[0] ?? '3.36',
version: PACKAGE.devDependencies['core-js'].match(/\d+(?:.\d+){0,2}/)?.[0] ?? '3.37',
},
exclude: ['web.dom-collections.for-each', 'web.dom-collections.iterator'],
include: [] as string[],