Merge branch 'vuejs:main' into main

This commit is contained in:
Alexandre Figueiredo 2025-03-25 10:46:23 +01:00 committed by GitHub
commit b4bdb6db27
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
7 changed files with 437 additions and 416 deletions

View File

@ -37,7 +37,7 @@ jobs:
run: pnpm install
- name: Download Size Data
uses: dawidd6/action-download-artifact@v7
uses: dawidd6/action-download-artifact@v9
with:
name: size-data
run_id: ${{ github.event.workflow_run.id }}
@ -56,7 +56,7 @@ jobs:
path: temp/size/base.txt
- name: Download Previous Size Data
uses: dawidd6/action-download-artifact@v7
uses: dawidd6/action-download-artifact@v9
with:
branch: ${{ steps.pr-base.outputs.content }}
workflow: size-data.yml

View File

@ -1,7 +1,7 @@
{
"private": true,
"version": "3.5.13",
"packageManager": "pnpm@10.6.3",
"packageManager": "pnpm@10.6.5",
"type": "module",
"scripts": {
"dev": "node scripts/dev.js",
@ -69,20 +69,20 @@
"@rollup/plugin-json": "^6.1.0",
"@rollup/plugin-node-resolve": "^16.0.1",
"@rollup/plugin-replace": "5.0.4",
"@swc/core": "^1.11.9",
"@swc/core": "^1.11.12",
"@types/hash-sum": "^1.0.2",
"@types/node": "^22.13.10",
"@types/node": "^22.13.13",
"@types/semver": "^7.5.8",
"@types/serve-handler": "^6.1.4",
"@vitest/coverage-v8": "^3.0.8",
"@vitest/eslint-plugin": "^1.1.37",
"@vitest/coverage-v8": "^3.0.9",
"@vitest/eslint-plugin": "^1.1.38",
"@vue/consolidate": "1.0.0",
"conventional-changelog-cli": "^5.0.0",
"enquirer": "^2.4.1",
"esbuild": "^0.25.1",
"esbuild-plugin-polyfill-node": "^0.3.0",
"eslint": "^9.22.0",
"eslint-plugin-import-x": "^4.8.0",
"eslint": "^9.23.0",
"eslint-plugin-import-x": "^4.9.1",
"estree-walker": "catalog:",
"jsdom": "^26.0.0",
"lint-staged": "^15.5.0",
@ -97,20 +97,20 @@
"pug": "^3.0.3",
"puppeteer": "~24.4.0",
"rimraf": "^6.0.1",
"rollup": "^4.35.0",
"rollup-plugin-dts": "^6.1.1",
"rollup": "^4.37.0",
"rollup-plugin-dts": "^6.2.1",
"rollup-plugin-esbuild": "^6.2.1",
"rollup-plugin-polyfill-node": "^0.13.0",
"semver": "^7.7.1",
"serve": "^14.2.4",
"serve-handler": "^6.1.6",
"simple-git-hooks": "^2.11.1",
"simple-git-hooks": "^2.12.1",
"todomvc-app-css": "^2.4.3",
"tslib": "^2.8.1",
"typescript": "~5.6.2",
"typescript-eslint": "^8.26.1",
"typescript-eslint": "^8.27.0",
"vite": "catalog:",
"vitest": "^3.0.8"
"vitest": "^3.0.9"
},
"pnpm": {
"peerDependencyRules": {

View File

@ -13,7 +13,7 @@
"vite": "catalog:"
},
"dependencies": {
"@vue/repl": "^4.4.3",
"@vue/repl": "^4.5.1",
"file-saver": "^2.0.5",
"jszip": "^3.10.1",
"vue": "workspace:*"

View File

@ -11,7 +11,7 @@
"vue": "latest"
},
"devDependencies": {
"@vitejs/plugin-vue": "^5.2.2",
"@vitejs/plugin-vue": "^5.2.3",
"vite": "^6.2.2"
}
}

View File

@ -62,6 +62,6 @@
"postcss-modules": "^6.0.1",
"postcss-selector-parser": "^7.1.0",
"pug": "^3.0.3",
"sass": "^1.85.1"
"sass": "^1.86.0"
}
}

File diff suppressed because it is too large Load Diff

View File

@ -9,4 +9,4 @@ catalog:
'magic-string': ^0.30.17
'source-map-js': ^1.2.1
'vite': ^5.4.14
'@vitejs/plugin-vue': ^5.2.2
'@vitejs/plugin-vue': ^5.2.3