chore(deps): update all non-major dependencies

This commit is contained in:
renovate[bot]
2025-11-12 18:50:13 +00:00
committed by GitHub
parent 85d98b5b6f
commit b7c69a918b
7 changed files with 744 additions and 686 deletions

View File

@@ -10,7 +10,7 @@ jobs:
steps:
- name: help wanted
if: github.event.label.name == 'help wanted'
uses: actions-cool/issues-helper@45d75b6cf72bf4f254be6230cb887ad002702491 # v3.6.3
uses: actions-cool/issues-helper@9861779a695cf1898bd984c727f685f351cfc372 # v3.7.2
with:
actions: 'create-comment'
issue-number: ${{ github.event.issue.number }}
@@ -19,7 +19,7 @@ jobs:
- name: need reproduction
if: github.event.label.name == 'need reproduction'
uses: actions-cool/issues-helper@45d75b6cf72bf4f254be6230cb887ad002702491 # v3.6.3
uses: actions-cool/issues-helper@9861779a695cf1898bd984c727f685f351cfc372 # v3.7.2
with:
actions: 'create-comment'
issue-number: ${{ github.event.issue.number }}

View File

@@ -2,7 +2,7 @@
"name": "vue-jsx-monorepo",
"version": "2.0.1",
"private": true,
"packageManager": "pnpm@10.18.1",
"packageManager": "pnpm@10.22.0",
"type": "module",
"scripts": {
"dev": "pnpm -C packages/jsx-explorer run dev",
@@ -21,24 +21,24 @@
],
"devDependencies": {
"@babel/plugin-syntax-typescript": "^7.27.1",
"@eslint/js": "^9.37.0",
"@rollup/plugin-babel": "^6.0.4",
"@eslint/js": "^9.39.1",
"@rollup/plugin-babel": "^6.1.0",
"@types/babel__core": "^7.20.5",
"@types/babel__helper-module-imports": "^7.18.3",
"@types/babel__helper-plugin-utils": "^7.10.3",
"@types/node": "^24.7.0",
"@types/node": "^24.10.1",
"@vitest/coverage-v8": "^3.2.4",
"@vue/babel-plugin-jsx": "workspace:*",
"bumpp": "^10.3.1",
"eslint": "^9.37.0",
"eslint": "^9.39.1",
"eslint-config-prettier": "^10.1.8",
"eslint-plugin-import-x": "^4.16.1",
"jsdom": "^27.0.0",
"jsdom": "^27.2.0",
"prettier": "3.6.2",
"tsdown": "^0.15.6",
"tslib": "^2.8.1",
"typescript": "~5.9.3",
"typescript-eslint": "^8.45.0",
"typescript-eslint": "^8.46.4",
"vite": "^7.1.9",
"vitest": "^3.2.4"
}

View File

@@ -38,15 +38,15 @@
"@babel/helper-plugin-utils": "^7.27.1",
"@babel/plugin-syntax-jsx": "^7.27.1",
"@babel/template": "^7.27.2",
"@babel/traverse": "^7.28.4",
"@babel/types": "^7.28.4",
"@babel/traverse": "^7.28.5",
"@babel/types": "^7.28.5",
"@vue/babel-helper-vue-transform-on": "workspace:*",
"@vue/babel-plugin-resolve-type": "workspace:*",
"@vue/shared": "^3.5.22"
"@vue/shared": "^3.5.24"
},
"devDependencies": {
"@babel/core": "^7.28.4",
"@babel/preset-env": "^7.28.3",
"@babel/core": "^7.28.5",
"@babel/preset-env": "^7.28.5",
"@types/babel__template": "^7.4.4",
"@types/babel__traverse": "^7.28.0",
"@vue/test-utils": "^2.4.6",

View File

@@ -41,11 +41,11 @@
"@babel/code-frame": "^7.27.1",
"@babel/helper-module-imports": "^7.27.1",
"@babel/helper-plugin-utils": "^7.27.1",
"@babel/parser": "^7.28.4",
"@vue/compiler-sfc": "^3.5.22"
"@babel/parser": "^7.28.5",
"@vue/compiler-sfc": "^3.5.24"
},
"devDependencies": {
"@babel/core": "^7.28.4",
"@babel/core": "^7.28.5",
"@types/babel__code-frame": "^7.0.6",
"vue": "catalog:"
}

View File

@@ -9,7 +9,7 @@
"preview": "vite preview"
},
"dependencies": {
"@babel/standalone": "^7.28.4",
"@babel/standalone": "^7.28.5",
"@vue/babel-plugin-jsx": "workspace:*",
"assert": "^2.1.0",
"monaco-editor": "^0.54.0",

1392
pnpm-lock.yaml generated

File diff suppressed because it is too large Load Diff

View File

@@ -1,4 +1,4 @@
packages:
- packages/*
catalog:
vue: ^3.5.22
vue: ^3.5.24