chore(deps): update all non-major dependencies (#711)

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: 三咲智子 Kevin Deng <sxzz@sxzz.moe>
This commit is contained in:
renovate[bot] 2024-09-07 04:31:34 +08:00 committed by GitHub
parent de5d8537d6
commit 747a6527fa
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
6 changed files with 1774 additions and 1615 deletions

View File

@ -14,8 +14,4 @@
enabled: false, enabled: false,
}, },
], ],
ignoreDeps: [
// Pure ESM
'camelcase',
],
} }

View File

@ -2,7 +2,7 @@
"name": "vue-jsx-monorepo", "name": "vue-jsx-monorepo",
"version": "1.2.2", "version": "1.2.2",
"private": true, "private": true,
"packageManager": "pnpm@9.1.2", "packageManager": "pnpm@9.9.0",
"type": "module", "type": "module",
"scripts": { "scripts": {
"dev": "pnpm -C packages/jsx-explorer run dev", "dev": "pnpm -C packages/jsx-explorer run dev",
@ -19,26 +19,26 @@
"jsx" "jsx"
], ],
"devDependencies": { "devDependencies": {
"@babel/plugin-syntax-typescript": "^7.24.6", "@babel/plugin-syntax-typescript": "^7.25.4",
"@eslint/js": "^9.3.0", "@eslint/js": "^9.10.0",
"@rollup/plugin-babel": "^6.0.4", "@rollup/plugin-babel": "^6.0.4",
"@types/babel__core": "^7.20.5", "@types/babel__core": "^7.20.5",
"@types/babel__helper-module-imports": "^7.18.3", "@types/babel__helper-module-imports": "^7.18.3",
"@types/babel__helper-plugin-utils": "^7.10.3", "@types/babel__helper-plugin-utils": "^7.10.3",
"@types/node": "^20.12.12", "@types/node": "^22.5.4",
"@vitest/coverage-v8": "^2.0.3", "@vitest/coverage-v8": "^2.0.5",
"@vue/babel-plugin-jsx": "workspace:*", "@vue/babel-plugin-jsx": "workspace:*",
"bumpp": "^9.4.1", "bumpp": "^9.5.2",
"eslint": "^9.3.0", "eslint": "^9.10.0",
"eslint-config-prettier": "^9.1.0", "eslint-config-prettier": "^9.1.0",
"eslint-plugin-import-x": "^4.1.1", "eslint-plugin-import-x": "^4.2.1",
"jsdom": "^25.0.0", "jsdom": "^25.0.0",
"prettier": "^3.2.5", "prettier": "^3.3.3",
"tslib": "^2.6.2", "tslib": "^2.7.0",
"tsup": "^8.0.2", "tsup": "^8.2.4",
"typescript": "^5.4.5", "typescript": "^5.5.4",
"typescript-eslint": "^8.0.0", "typescript-eslint": "^8.4.0",
"vite": "^5.2.11", "vite": "^5.4.3",
"vitest": "^2.0.3" "vitest": "^2.0.5"
} }
} }

View File

@ -23,28 +23,27 @@
"dist" "dist"
], ],
"dependencies": { "dependencies": {
"@babel/helper-module-imports": "^7.24.6", "@babel/helper-module-imports": "^7.24.7",
"@babel/helper-plugin-utils": "^7.24.6", "@babel/helper-plugin-utils": "^7.24.8",
"@babel/plugin-syntax-jsx": "^7.24.6", "@babel/plugin-syntax-jsx": "^7.24.7",
"@babel/template": "^7.24.6", "@babel/template": "^7.25.0",
"@babel/traverse": "^7.24.6", "@babel/traverse": "^7.25.6",
"@babel/types": "^7.24.6", "@babel/types": "^7.25.6",
"@vue/babel-helper-vue-transform-on": "workspace:*", "@vue/babel-helper-vue-transform-on": "workspace:*",
"@vue/babel-plugin-resolve-type": "workspace:*", "@vue/babel-plugin-resolve-type": "workspace:*",
"camelcase": "^6.3.0",
"html-tags": "^4.0.0", "html-tags": "^4.0.0",
"svg-tags": "^1.0.0" "svg-tags": "^1.0.0"
}, },
"devDependencies": { "devDependencies": {
"@babel/core": "^7.24.6", "@babel/core": "^7.25.2",
"@babel/preset-env": "^7.24.6", "@babel/preset-env": "^7.25.4",
"@types/babel__template": "^7.4.4", "@types/babel__template": "^7.4.4",
"@types/babel__traverse": "^7.20.6", "@types/babel__traverse": "^7.20.6",
"@types/svg-tags": "^1.0.2", "@types/svg-tags": "^1.0.2",
"@vue/runtime-dom": "^3.4.27", "@vue/runtime-dom": "^3.5.3",
"@vue/test-utils": "^2.4.6", "@vue/test-utils": "^2.4.6",
"regenerator-runtime": "^0.14.1", "regenerator-runtime": "^0.14.1",
"vue": "^3.4.27" "vue": "^3.5.3"
}, },
"peerDependencies": { "peerDependencies": {
"@babel/core": "^7.0.0-0" "@babel/core": "^7.0.0-0"

View File

@ -43,15 +43,15 @@
"@babel/core": "^7.0.0-0" "@babel/core": "^7.0.0-0"
}, },
"dependencies": { "dependencies": {
"@babel/code-frame": "^7.24.6", "@babel/code-frame": "^7.24.7",
"@babel/helper-module-imports": "^7.24.6", "@babel/helper-module-imports": "^7.24.7",
"@babel/helper-plugin-utils": "^7.24.6", "@babel/helper-plugin-utils": "^7.24.8",
"@babel/parser": "^7.24.6", "@babel/parser": "^7.25.6",
"@vue/compiler-sfc": "^3.4.27" "@vue/compiler-sfc": "^3.5.3"
}, },
"devDependencies": { "devDependencies": {
"@babel/core": "^7.24.6", "@babel/core": "^7.25.2",
"@types/babel__code-frame": "^7.0.6", "@types/babel__code-frame": "^7.0.6",
"vue": "^3.4.27" "vue": "^3.5.3"
} }
} }

View File

@ -9,14 +9,14 @@
"preview": "vite preview" "preview": "vite preview"
}, },
"dependencies": { "dependencies": {
"@babel/core": "^7.24.6", "@babel/core": "^7.25.2",
"@vue/babel-plugin-jsx": "workspace:*", "@vue/babel-plugin-jsx": "workspace:*",
"monaco-editor": "^0.49.0", "monaco-editor": "^0.51.0",
"vue": "^3.4.27" "vue": "^3.5.3"
}, },
"devDependencies": { "devDependencies": {
"@vitejs/plugin-vue-jsx": "^4.0.0", "@vitejs/plugin-vue-jsx": "^4.0.1",
"vite": "~5.0.13", "vite": "~5.4.3",
"vite-plugin-monaco-editor": "^1.1.0", "vite-plugin-monaco-editor": "^1.1.0",
"vite-plugin-node-polyfills": "^0.22.0" "vite-plugin-node-polyfills": "^0.22.0"
} }

3310
pnpm-lock.yaml generated

File diff suppressed because it is too large Load Diff