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 May 25, 2024
1 parent 4c3c81e commit fffeb25
Show file tree
Hide file tree
Showing 18 changed files with 6,523 additions and 4,046 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/pr-docs-deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ jobs:

- name: Comment preview link
if: ${{ success() }}
uses: actions-cool/maintain-one-comment@v3.1.1
uses: actions-cool/maintain-one-comment@v3.2.0
with:
token: ${{ secrets.GITHUB_TOKEN }}
body: |
Expand All @@ -53,7 +53,7 @@ jobs:

- name: Comment playground link
if: ${{ success() }}
uses: actions-cool/maintain-one-comment@v3.1.1
uses: actions-cool/maintain-one-comment@v3.2.0
with:
token: ${{ secrets.GITHUB_TOKEN }}
body: |
Expand All @@ -65,7 +65,7 @@ jobs:

- name: Deploy has failed
if: ${{ failure() }}
uses: actions-cool/maintain-one-comment@v3.1.1
uses: actions-cool/maintain-one-comment@v3.2.0
with:
token: ${{ secrets.GITHUB_TOKEN }}
body: |
Expand All @@ -92,7 +92,7 @@ jobs:
run: echo "id=$(<pr.txt)" >> $GITHUB_OUTPUT

- name: Deploy has failed
uses: actions-cool/maintain-one-comment@v3.1.1
uses: actions-cool/maintain-one-comment@v3.2.0
with:
token: ${{ secrets.GITHUB_TOKEN }}
body: |
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/pr-docs-start.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: create
uses: actions-cool/maintain-one-comment@v3.1.1
uses: actions-cool/maintain-one-comment@v3.2.0
with:
token: ${{ secrets.GITHUB_TOKEN }}
body: |
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/publish-build-product.yml
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@ jobs:
path: ./tmp/diff.md

- name: Set comment
uses: actions-cool/maintain-one-comment@v3.1.1
uses: actions-cool/maintain-one-comment@v3.2.0
with:
token: ${{ secrets.GITHUB_TOKEN }}
body: ${{ steps.diff.outputs.content }}
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/publish-docs-deploy-manual.yml
Original file line number Diff line number Diff line change
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.1
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.1
with:
token: ${{ secrets.EP_BOT_TOKEN }}
branch: main
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/publish-docs-deploy.yml
Original file line number Diff line number Diff line change
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.1
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.1
with:
token: ${{ secrets.EP_BOT_TOKEN }}
branch: main
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/staging-docs.yml
Original file line number Diff line number Diff line change
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.1
with:
token: ${{ secrets.EP_BOT_TOKEN }}
branch: main
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/test-coverage.yml
Original file line number Diff line number Diff line change
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
Original file line number Diff line number Diff line change
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.27",
"@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.5",
"vue": "^3.4.27"
},
"devDependencies": {
"@crowdin/cli": "^3.7.10",
"@docsearch/react": "^3.1.0",
"@crowdin/cli": "^3.19.4",
"@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.19.0",
"unplugin-vue-components": "^0.27.0",
"unplugin-vue-macros": "^0.16.5",
"vite": "^2.9.18",
"vite-plugin-inspect": "^0.8.4",
"vite-plugin-mkcert": "^1.17.5",
"vite-plugin-pwa": "^0.20.0",
"vitepress": "^0.22.4"
}
}
2 changes: 1 addition & 1 deletion internal/build-constants/package.json
Original file line number Diff line number Diff line change
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
Original file line number Diff line number Diff line change
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
Original file line number Diff line number Diff line change
Expand Up @@ -16,30 +16,30 @@
},
"dependencies": {
"@element-plus/build-constants": "workspace:*",
"@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",
"@rollup/plugin-replace": "^5.0.5",
"@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.21.4",
"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.27"
}
}
28 changes: 14 additions & 14 deletions internal/eslint-config/package.json
Original file line number Diff line number Diff line change
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.16.0",
"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.26.0",
"jsonc-eslint-parser": "^2.4.0",
"prettier": "^2.8.8",
"typescript": "^4.9.5",
"yaml-eslint-parser": "^1.2.3"
},
"devDependencies": {
"eslint": "^8.18.0"
"eslint": "^8.57.0"
}
}
6 changes: 3 additions & 3 deletions internal/metadata/package.json
Original file line number Diff line number Diff line change
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-all2": "^5.0.0",
"npm-run-all2": "^5.0.2",
"octokit": "^2.1.0",
"tsx": "^4.7.1"
"tsx": "^4.11.0"
}
}
Loading

0 comments on commit fffeb25

Please sign in to comment.