chore: merge branch from AnYiEE/AwesomeGadgets

这个提交包含在:
安忆 2024-04-30 13:45:54 +08:00
当前提交 eecae764bd
签署人:: AnYi
GPG 密钥 ID: 190DF37D01FFE4BC
共有 5 个文件被更改,包括 1062 次插入783 次删除

1
.husky/post-merge 普通文件
查看文件

@ -0,0 +1 @@
npx git-pull-run --pattern "pnpm-lock.yaml" --command "pnpm i"

查看文件

@ -1,6 +1,6 @@
{
"name": "awesome-gadgets",
"version": "4.5.8",
"version": "4.6.0",
"description": "Storage, management, compilation, and automatic deployment of MediaWiki gadgets.",
"private": true,
"type": "module",
@ -52,15 +52,16 @@
"jsx-dom": "^8.1.4",
"select2": "^4.0.13",
"tippy.js": "^6.3.7",
"toastify-js": "^1.12.0"
"toastify-js": "^1.12.0",
"@bhsd/codemirror-mediawiki": "^2.6.8"
},
"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",
@ -68,7 +69,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",
@ -76,19 +77,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",
@ -99,6 +100,7 @@
"eslint-plugin-react": "^7.34.1",
"eslint-plugin-unicorn": "latest",
"eslint-plugin-vue": "^9.25.0",
"git-pull-run": "^1.4.0",
"glob": "^10.3.12",
"happy-dom": "^14.7.1",
"husky": "^9.0.11",
@ -114,7 +116,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",
@ -124,19 +126,18 @@
"stylelint-config-css-modules": "4.2.0",
"stylelint-config-wikimedia": "latest",
"svgo": "3.1.0",
"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",
"@bhsd/codemirror-mediawiki": "^2.6.8"
"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",
@ -170,7 +171,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[],