Skip to content

Commit

Permalink
chore(deps): update all non-major dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] committed Apr 18, 2024
1 parent f926b03 commit 394fbe7
Show file tree
Hide file tree
Showing 15 changed files with 5,512 additions and 3,419 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/publish-docs-deploy-manual.yml
Expand Up @@ -60,7 +60,7 @@ jobs:
NODE_OPTIONS: --max-old-space-size=4096

- name: Deploy
uses: JamesIves/github-pages-deploy-action@v4.3.4
uses: JamesIves/github-pages-deploy-action@v4.6.0
with:
token: ${{ secrets.GITHUB_TOKEN }}
branch: gh-pages
Expand All @@ -70,7 +70,7 @@ jobs:
commit-message: website deploy

- name: Deploy to vercel
uses: JamesIves/github-pages-deploy-action@v4.3.4
uses: JamesIves/github-pages-deploy-action@v4.6.0
with:
token: ${{ secrets.EP_BOT_TOKEN }}
branch: main
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/publish-docs-deploy.yml
Expand Up @@ -67,7 +67,7 @@ jobs:
NODE_OPTIONS: --max-old-space-size=4096

- name: Deploy
uses: JamesIves/github-pages-deploy-action@v4.3.4
uses: JamesIves/github-pages-deploy-action@v4.6.0
with:
token: ${{ secrets.GITHUB_TOKEN }}
branch: gh-pages
Expand All @@ -77,7 +77,7 @@ jobs:
commit-message: website deploy

- name: Deploy to vercel
uses: JamesIves/github-pages-deploy-action@v4.3.4
uses: JamesIves/github-pages-deploy-action@v4.6.0
with:
token: ${{ secrets.EP_BOT_TOKEN }}
branch: main
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/staging-docs.yml
Expand Up @@ -74,7 +74,7 @@ jobs:
NODE_OPTIONS: --max-old-space-size=4096

- name: Deploy staging website
uses: JamesIves/github-pages-deploy-action@v4.3.4
uses: JamesIves/github-pages-deploy-action@v4.6.0
with:
token: ${{ secrets.EP_BOT_TOKEN }}
branch: main
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/test-coverage.yml
Expand Up @@ -48,7 +48,7 @@ jobs:
- name: 'Run Test Coverage'
run: pnpm run test:coverage

- uses: davelosert/vitest-coverage-report-action@v2.2.0
- uses: davelosert/vitest-coverage-report-action@v2.3.1
with:
github-token: ${{ secrets.GITHUB_TOKEN }}
file-coverage-mode: changes
40 changes: 20 additions & 20 deletions docs/package.json
Expand Up @@ -9,44 +9,44 @@
"crowdin-credentials": "tsx .vitepress/build/crowdin-credentials.ts"
},
"dependencies": {
"@docsearch/js": "^3.1.0",
"@docsearch/js": "^3.6.0",
"@element-plus/icons-vue": "^2.3.1",
"@element-plus/metadata": "workspace:*",
"@vue/shared": "^3.2.37",
"@vueuse/core": "^9.1.0",
"axios": "^0.27.2",
"@vue/shared": "^3.4.23",
"@vueuse/core": "^9.13.0",
"axios": "^0.28.1",
"clipboard-copy": "^4.0.1",
"element-plus": "npm:element-plus@latest",
"markdown-it": "^13.0.1",
"markdown-it": "^13.0.2",
"normalize.css": "^8.0.1",
"nprogress": "^0.2.0",
"prism-theme-vars": "^0.2.3",
"vue": "^3.2.37"
"prism-theme-vars": "^0.2.4",
"vue": "^3.4.23"
},
"devDependencies": {
"@crowdin/cli": "^3.7.10",
"@docsearch/react": "^3.1.0",
"@crowdin/cli": "^3.19.2",
"@docsearch/react": "^3.6.0",
"@element-plus/build": "workspace:*",
"@element-plus/build-constants": "workspace:*",
"@element-plus/build-utils": "workspace:*",
"@iconify-json/ri": "^1.1.3",
"@iconify-json/ri": "^1.1.20",
"@types/markdown-it": "^12.2.3",
"@vitejs/plugin-vue-jsx": "^1.3.10",
"chalk": "^4.1.2",
"consola": "^2.15.3",
"escape-html": "^1.0.3",
"fast-glob": "^3.2.11",
"fast-glob": "^3.3.2",
"markdown-it-container": "^3.0.0",
"octokit": "^2.0.3",
"prismjs": "^1.28.0",
"octokit": "^2.1.0",
"prismjs": "^1.29.0",
"unocss": "0.33.5",
"unplugin-icons": "^0.14.6",
"unplugin-vue-components": "^0.20.1",
"unplugin-vue-macros": "^0.11.2",
"vite": "^2.9.15",
"vite-plugin-inspect": "^0.5.0",
"vite-plugin-mkcert": "^1.7.2",
"vite-plugin-pwa": "^0.12.0",
"unplugin-icons": "^0.18.5",
"unplugin-vue-components": "^0.26.0",
"unplugin-vue-macros": "^0.16.5",
"vite": "^2.9.18",
"vite-plugin-inspect": "^0.8.3",
"vite-plugin-mkcert": "^1.17.5",
"vite-plugin-pwa": "^0.19.8",
"vitepress": "^0.22.4"
}
}
2 changes: 1 addition & 1 deletion internal/build-constants/package.json
Expand Up @@ -15,6 +15,6 @@
"stub": "unbuild --stub"
},
"devDependencies": {
"unbuild": "^0.7.4"
"unbuild": "^0.9.4"
}
}
4 changes: 2 additions & 2 deletions internal/build-utils/package.json
Expand Up @@ -16,11 +16,11 @@
"stub": "unbuild --stub"
},
"dependencies": {
"@pnpm/find-workspace-packages": "^4.0.16",
"@pnpm/find-workspace-packages": "^4.0.43",
"@pnpm/logger": "^4.0.0",
"consola": "^2.15.3"
},
"devDependencies": {
"unbuild": "^0.7.4"
"unbuild": "^0.9.4"
}
}
26 changes: 13 additions & 13 deletions internal/build/package.json
Expand Up @@ -16,29 +16,29 @@
},
"dependencies": {
"@element-plus/build-constants": "^0.0.1",
"@pnpm/find-workspace-packages": "^4.0.16",
"@pnpm/find-workspace-packages": "^4.0.43",
"@pnpm/logger": "^4.0.0",
"@rollup/plugin-commonjs": "^22.0.1",
"@rollup/plugin-commonjs": "^22.0.2",
"@rollup/plugin-node-resolve": "^13.3.0",
"@vitejs/plugin-vue": "^2.3.3",
"@vitejs/plugin-vue": "^2.3.4",
"@vitejs/plugin-vue-jsx": "^1.3.10",
"chalk": "^5.0.1",
"components-helper": "^2.1.4",
"components-helper": "^2.2.0",
"consola": "^2.15.3",
"esbuild": "^0.14.47",
"fast-glob": "^3.2.11",
"esbuild": "^0.20.2",
"fast-glob": "^3.3.2",
"fs-extra": "^10.1.0",
"gulp": "^4.0.2",
"lodash": "^4.17.21",
"rollup": "^2.75.7",
"rollup-plugin-esbuild": "^4.9.1",
"rollup": "^2.79.1",
"rollup-plugin-esbuild": "^4.10.3",
"ts-morph": "^14.0.0",
"unplugin-vue-macros": "^0.11.2"
"unplugin-vue-macros": "^0.16.5"
},
"devDependencies": {
"@esbuild-kit/cjs-loader": "^2.2.1",
"@pnpm/types": "^8.4.0",
"unbuild": "^0.7.4",
"vue": "^3.2.37"
"@esbuild-kit/cjs-loader": "^2.4.4",
"@pnpm/types": "^8.10.0",
"unbuild": "^0.9.4",
"vue": "^3.4.23"
}
}
28 changes: 14 additions & 14 deletions internal/eslint-config/package.json
Expand Up @@ -14,23 +14,23 @@
"eslint": "^8.0.0"
},
"dependencies": {
"@typescript-eslint/eslint-plugin": "^5.30.0",
"@typescript-eslint/parser": "^5.30.0",
"eslint-config-prettier": "^8.5.0",
"eslint-define-config": "^1.5.1",
"@typescript-eslint/eslint-plugin": "^5.62.0",
"@typescript-eslint/parser": "^5.62.0",
"eslint-config-prettier": "^8.10.0",
"eslint-define-config": "^1.24.1",
"eslint-plugin-eslint-comments": "^3.2.0",
"eslint-plugin-import": "^2.26.0",
"eslint-plugin-jsonc": "^2.3.0",
"eslint-plugin-markdown": "^3.0.0",
"eslint-plugin-prettier": "^4.1.0",
"eslint-plugin-import": "^2.29.1",
"eslint-plugin-jsonc": "^2.15.1",
"eslint-plugin-markdown": "^3.0.1",
"eslint-plugin-prettier": "^4.2.1",
"eslint-plugin-unicorn": "^43.0.2",
"eslint-plugin-vue": "^9.1.1",
"jsonc-eslint-parser": "^2.1.0",
"prettier": "^2.7.1",
"typescript": "^4.7.4",
"yaml-eslint-parser": "^1.0.1"
"eslint-plugin-vue": "^9.25.0",
"jsonc-eslint-parser": "^2.4.0",
"prettier": "^2.8.8",
"typescript": "^4.9.5",
"yaml-eslint-parser": "^1.2.2"
},
"devDependencies": {
"eslint": "^8.18.0"
"eslint": "^8.57.0"
}
}
4 changes: 2 additions & 2 deletions internal/metadata/package.json
Expand Up @@ -22,13 +22,13 @@
"@element-plus/build": "workspace:*",
"@element-plus/build-constants": "workspace:*",
"@element-plus/build-utils": "workspace:*",
"@types/lodash-es": "^4.17.6",
"@types/lodash-es": "^4.17.12",
"chalk": "^5.3.0",
"consola": "^2.15.3",
"fast-glob": "^3.3.2",
"lodash-es": "^4.17.21",
"npm-run-all": "^4.1.5",
"octokit": "^2.1.0",
"tsx": "^4.7.1"
"tsx": "^4.7.2"
}
}
80 changes: 40 additions & 40 deletions package.json
@@ -1,6 +1,6 @@
{
"private": true,
"packageManager": "pnpm@8.14.1",
"packageManager": "pnpm@8.15.7",
"workspaces": [
"packages/*",
"play",
Expand Down Expand Up @@ -53,72 +53,72 @@
"@element-plus/test-utils": "workspace:*",
"@element-plus/theme-chalk": "workspace:*",
"@element-plus/utils": "workspace:*",
"@floating-ui/dom": "^1.0.1",
"@floating-ui/dom": "^1.6.3",
"@popperjs/core": "npm:@sxzz/popperjs-es@^2.11.7",
"@types/lodash": "^4.14.182",
"@types/lodash-es": "^4.17.6",
"@vueuse/core": "^9.1.0",
"@types/lodash": "^4.17.0",
"@types/lodash-es": "^4.17.12",
"@vueuse/core": "^9.13.0",
"async-validator": "^4.2.5",
"dayjs": "^1.11.3",
"dayjs": "^1.11.10",
"escape-html": "^1.0.3",
"lodash": "^4.17.21",
"lodash-es": "^4.17.21",
"lodash-unified": "^1.0.2",
"lodash-unified": "^1.0.3",
"memoize-one": "^6.0.0",
"normalize-wheel-es": "^1.2.0"
},
"devDependencies": {
"@commitlint/cli": "^17.0.3",
"@commitlint/config-conventional": "^17.0.3",
"@commitlint/cli": "^17.8.1",
"@commitlint/config-conventional": "^17.8.1",
"@element-plus/build": "workspace:^0.0.1",
"@element-plus/build-utils": "workspace:^0.0.1",
"@element-plus/eslint-config": "workspace:*",
"@esbuild-kit/cjs-loader": "^2.2.1",
"@pnpm/find-workspace-packages": "^4.0.16",
"@esbuild-kit/cjs-loader": "^2.4.4",
"@pnpm/find-workspace-packages": "^4.0.43",
"@pnpm/logger": "^4.0.0",
"@pnpm/types": "^8.4.0",
"@pnpm/types": "^8.10.0",
"@types/fs-extra": "^9.0.13",
"@types/gulp": "^4.0.9",
"@types/jsdom": "^16.2.14",
"@types/node": "^18.19.25",
"@types/sass": "^1.43.1",
"@vitejs/plugin-vue": "^2.3.3",
"@types/gulp": "^4.0.17",
"@types/jsdom": "^16.2.15",
"@types/node": "^18.19.31",
"@types/sass": "^1.45.0",
"@vitejs/plugin-vue": "^2.3.4",
"@vitejs/plugin-vue-jsx": "^1.3.10",
"@vitest/coverage-v8": "^1.5.0",
"@vitest/ui": "1.4.0",
"@vue/test-utils": "^2.0.0",
"@vue/tsconfig": "^0.1.3",
"c8": "^7.11.3",
"@vitest/ui": "1.5.0",
"@vue/test-utils": "^2.4.5",
"@vue/tsconfig": "^0.5.1",
"c8": "^7.14.0",
"chalk": "^5.0.1",
"concurrently": "^7.2.2",
"concurrently": "^7.6.0",
"consola": "^2.15.3",
"csstype": "^2.6.20",
"cz-git": "^1.3.8",
"czg": "^1.3.8",
"eslint": "^8.18.0",
"eslint-define-config": "^1.5.1",
"expect-type": "^0.13.0",
"fast-glob": "^3.2.11",
"happy-dom": "^14.3.3",
"cz-git": "^1.9.1",
"czg": "^1.9.1",
"eslint": "^8.57.0",
"eslint-define-config": "^1.24.1",
"expect-type": "^0.19.0",
"fast-glob": "^3.3.2",
"happy-dom": "^14.7.1",
"husky": "^9.0.11",
"jsdom": "16.4.0",
"lint-staged": "^13.0.3",
"lint-staged": "^13.3.0",
"npm-run-all": "^4.1.5",
"prettier": "^2.7.1",
"prettier": "^2.8.8",
"puppeteer": "^17.1.3",
"resize-observer-polyfill": "^1.5.1",
"rimraf": "^3.0.2",
"sass": "^1.53.0",
"sass": "^1.75.0",
"ts-morph": "^14.0.0",
"tsx": "^4.7.1",
"type-fest": "^2.14.0",
"typescript": "^4.7.4",
"unplugin-element-plus": "^0.4.0",
"unplugin-vue-macros": "^2.7.11",
"tsx": "^4.7.2",
"type-fest": "^2.19.0",
"typescript": "^4.9.5",
"unplugin-element-plus": "^0.8.0",
"unplugin-vue-macros": "^2.9.1",
"vitest": "1.4.0",
"vue": "^3.2.37",
"vue-router": "^4.0.16",
"vue-tsc": "^0.38.2"
"vue": "^3.4.23",
"vue-router": "^4.3.2",
"vue-tsc": "^0.40.13"
},
"engines": {
"node": ">= 18"
Expand Down
18 changes: 9 additions & 9 deletions packages/element-plus/package.json
Expand Up @@ -80,27 +80,27 @@
"vue": "^3.2.0"
},
"dependencies": {
"@ctrl/tinycolor": "^3.4.1",
"@ctrl/tinycolor": "^3.6.1",
"@element-plus/icons-vue": "^2.3.1",
"@floating-ui/dom": "^1.0.1",
"@floating-ui/dom": "^1.6.3",
"@popperjs/core": "npm:@sxzz/popperjs-es@^2.11.7",
"@types/lodash": "^4.14.182",
"@types/lodash-es": "^4.17.6",
"@vueuse/core": "^9.1.0",
"@types/lodash": "^4.17.0",
"@types/lodash-es": "^4.17.12",
"@vueuse/core": "^9.13.0",
"async-validator": "^4.2.5",
"dayjs": "^1.11.3",
"dayjs": "^1.11.10",
"escape-html": "^1.0.3",
"lodash": "^4.17.21",
"lodash-es": "^4.17.21",
"lodash-unified": "^1.0.2",
"lodash-unified": "^1.0.3",
"memoize-one": "^6.0.0",
"normalize-wheel-es": "^1.2.0"
},
"devDependencies": {
"@types/node": "*",
"csstype": "^2.6.20",
"vue": "^3.2.37",
"vue-router": "^4.0.16"
"vue": "^3.4.23",
"vue-router": "^4.3.2"
},
"vetur": {
"tags": "tags.json",
Expand Down

0 comments on commit 394fbe7

Please sign in to comment.