Skip to content

Commit ca56e64

Browse files
chore(deps): update all non-major dependencies (element-plus#8484)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent a894fbf commit ca56e64

File tree

13 files changed

+704
-804
lines changed

13 files changed

+704
-804
lines changed

.github/workflows/publish-docs-deploy-manual.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@ jobs:
5151
DOC_ENV: production
5252

5353
- name: Deploy
54-
uses: JamesIves/github-pages-deploy-action@v4.3.3
54+
uses: JamesIves/github-pages-deploy-action@v4.3.4
5555
with:
5656
token: ${{ secrets.GITHUB_TOKEN }}
5757
branch: gh-pages
@@ -61,7 +61,7 @@ jobs:
6161
commit-message: website deploy
6262

6363
- name: Deploy to vercel
64-
uses: JamesIves/github-pages-deploy-action@v4.3.3
64+
uses: JamesIves/github-pages-deploy-action@v4.3.4
6565
with:
6666
token: ${{ secrets.EP_BOT_TOKEN }}
6767
branch: main

.github/workflows/publish-docs-deploy.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@ jobs:
5858
DOC_ENV: production
5959

6060
- name: Deploy
61-
uses: JamesIves/github-pages-deploy-action@v4.3.3
61+
uses: JamesIves/github-pages-deploy-action@v4.3.4
6262
with:
6363
token: ${{ secrets.GITHUB_TOKEN }}
6464
branch: gh-pages
@@ -68,7 +68,7 @@ jobs:
6868
commit-message: website deploy
6969

7070
- name: Deploy to vercel
71-
uses: JamesIves/github-pages-deploy-action@v4.3.3
71+
uses: JamesIves/github-pages-deploy-action@v4.3.4
7272
with:
7373
token: ${{ secrets.EP_BOT_TOKEN }}
7474
branch: main

.github/workflows/staging-docs.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,7 @@ jobs:
6666
NODE_OPTIONS: --max-old-space-size=4096
6767

6868
- name: Deploy staging website
69-
uses: JamesIves/github-pages-deploy-action@v4.3.3
69+
uses: JamesIves/github-pages-deploy-action@v4.3.4
7070
with:
7171
token: ${{ secrets.EP_BOT_TOKEN }}
7272
branch: main

docs/package.json

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -10,10 +10,10 @@
1010
},
1111
"dependencies": {
1212
"@docsearch/js": "^3.1.0",
13-
"@element-plus/icons-vue": "^2.0.5",
13+
"@element-plus/icons-vue": "^2.0.6",
1414
"@element-plus/metadata": "workspace:*",
1515
"@vue/shared": "^3.2.37",
16-
"@vueuse/core": "^8.6.0",
16+
"@vueuse/core": "^8.7.5",
1717
"axios": "^0.27.2",
1818
"clipboard-copy": "^4.0.1",
1919
"element-plus": "npm:element-plus@latest",
@@ -29,7 +29,7 @@
2929
"@element-plus/build": "workspace:*",
3030
"@element-plus/build-constants": "workspace:*",
3131
"@element-plus/build-utils": "workspace:*",
32-
"@iconify-json/ri": "^1.1.2",
32+
"@iconify-json/ri": "^1.1.3",
3333
"@types/markdown-it": "^12.2.3",
3434
"@vitejs/plugin-vue-jsx": "^1.3.10",
3535
"chalk": "^4.1.2",
@@ -38,13 +38,13 @@
3838
"escape-html": "^1.0.3",
3939
"fast-glob": "^3.2.11",
4040
"markdown-it-container": "^3.0.0",
41-
"octokit": "^1.7.2",
41+
"octokit": "^1.8.1",
4242
"prismjs": "^1.28.0",
4343
"unocss": "0.33.5",
44-
"unplugin-icons": "^0.14.3",
45-
"unplugin-vue-components": "^0.19.6",
44+
"unplugin-icons": "^0.14.6",
45+
"unplugin-vue-components": "^0.20.1",
4646
"unplugin-vue-define-options": "^0.6.1",
47-
"vite": "^2.9.12",
47+
"vite": "^2.9.13",
4848
"vite-plugin-inspect": "^0.5.0",
4949
"vite-plugin-mkcert": "^1.7.2",
5050
"vite-plugin-pwa": "^0.12.0",

internal/build-utils/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616
"stub": "unbuild --stub"
1717
},
1818
"dependencies": {
19-
"@pnpm/find-workspace-packages": "^4.0.12",
19+
"@pnpm/find-workspace-packages": "^4.0.16",
2020
"@pnpm/logger": "^4.0.0",
2121
"consola": "^2.15.3"
2222
},

internal/build/package.json

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -16,28 +16,28 @@
1616
},
1717
"dependencies": {
1818
"@element-plus/build-constants": "^0.0.1",
19-
"@pnpm/find-workspace-packages": "^4.0.12",
19+
"@pnpm/find-workspace-packages": "^4.0.16",
2020
"@pnpm/logger": "^4.0.0",
21-
"@rollup/plugin-commonjs": "^22.0.0",
21+
"@rollup/plugin-commonjs": "^22.0.1",
2222
"@rollup/plugin-node-resolve": "^13.3.0",
2323
"@vitejs/plugin-vue": "^2.3.3",
2424
"@vitejs/plugin-vue-jsx": "^1.3.10",
2525
"chalk": "^5.0.1",
2626
"components-helper": "^2.0.0",
2727
"consola": "^2.15.3",
28-
"esbuild": "^0.14.43",
28+
"esbuild": "^0.14.47",
2929
"fast-glob": "^3.2.11",
3030
"fs-extra": "^10.1.0",
3131
"gulp": "^4.0.2",
3232
"lodash": "^4.17.21",
33-
"rollup": "^2.75.6",
33+
"rollup": "^2.75.7",
3434
"rollup-plugin-esbuild": "^4.9.1",
3535
"ts-morph": "^14.0.0",
3636
"unplugin-vue-define-options": "^0.6.1"
3737
},
3838
"devDependencies": {
39-
"@esbuild-kit/cjs-loader": "^2.1.0",
40-
"@pnpm/types": "^8.1.0",
39+
"@esbuild-kit/cjs-loader": "^2.2.1",
40+
"@pnpm/types": "^8.4.0",
4141
"unbuild": "^0.7.4",
4242
"vue": "^3.2.37"
4343
}

internal/eslint-config/package.json

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -14,23 +14,23 @@
1414
"eslint": "^8.0.0"
1515
},
1616
"dependencies": {
17-
"@typescript-eslint/eslint-plugin": "^5.28.0",
18-
"@typescript-eslint/parser": "^5.28.0",
17+
"@typescript-eslint/eslint-plugin": "^5.30.0",
18+
"@typescript-eslint/parser": "^5.30.0",
1919
"eslint-config-prettier": "^8.5.0",
2020
"eslint-define-config": "^1.5.1",
2121
"eslint-plugin-eslint-comments": "^3.2.0",
2222
"eslint-plugin-import": "^2.26.0",
2323
"eslint-plugin-jsonc": "^2.3.0",
2424
"eslint-plugin-markdown": "^2.2.1",
25-
"eslint-plugin-prettier": "^4.0.0",
25+
"eslint-plugin-prettier": "^4.1.0",
2626
"eslint-plugin-unicorn": "^42.0.0",
2727
"eslint-plugin-vue": "^9.1.1",
2828
"jsonc-eslint-parser": "^2.1.0",
29-
"prettier": "^2.7.0",
30-
"typescript": "^4.7.3",
29+
"prettier": "^2.7.1",
30+
"typescript": "^4.7.4",
3131
"yaml-eslint-parser": "^1.0.1"
3232
},
3333
"devDependencies": {
34-
"eslint": "^8.17.0"
34+
"eslint": "^8.18.0"
3535
}
3636
}

internal/metadata/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@
2929
"fast-glob": "^3.2.11",
3030
"lodash-es": "^4.17.21",
3131
"npm-run-all": "^4.1.5",
32-
"octokit": "^1.7.2",
33-
"tsx": "^3.4.2"
32+
"octokit": "^1.8.1",
33+
"tsx": "^3.6.0"
3434
}
3535
}

package.json

Lines changed: 22 additions & 22 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"private": true,
3-
"packageManager": "pnpm@7.2.1",
3+
"packageManager": "pnpm@7.3.0",
44
"workspaces": [
55
"packages/*",
66
"play",
@@ -48,18 +48,18 @@
4848
"@element-plus/constants": "workspace:*",
4949
"@element-plus/directives": "workspace:*",
5050
"@element-plus/hooks": "workspace:*",
51-
"@element-plus/icons-vue": "^2.0.5",
51+
"@element-plus/icons-vue": "^2.0.6",
5252
"@element-plus/locale": "workspace:*",
5353
"@element-plus/test-utils": "workspace:*",
5454
"@element-plus/theme-chalk": "workspace:*",
5555
"@element-plus/tokens": "workspace:*",
5656
"@element-plus/utils": "workspace:*",
57-
"@floating-ui/dom": "^0.5.3",
57+
"@floating-ui/dom": "^0.5.4",
5858
"@popperjs/core": "npm:@sxzz/popperjs-es@^2.11.7",
5959
"@types/lodash": "^4.14.182",
6060
"@types/lodash-es": "^4.17.6",
61-
"@vueuse/core": "^8.6.0",
62-
"async-validator": "^4.1.1",
61+
"@vueuse/core": "^8.7.5",
62+
"async-validator": "^4.2.5",
6363
"dayjs": "^1.11.3",
6464
"escape-html": "^1.0.3",
6565
"lodash": "^4.17.21",
@@ -69,56 +69,56 @@
6969
"normalize-wheel-es": "^1.1.2"
7070
},
7171
"devDependencies": {
72-
"@commitlint/cli": "^17.0.2",
73-
"@commitlint/config-conventional": "^17.0.2",
72+
"@commitlint/cli": "^17.0.3",
73+
"@commitlint/config-conventional": "^17.0.3",
7474
"@element-plus/build": "workspace:^0.0.1",
7575
"@element-plus/build-utils": "workspace:^0.0.1",
7676
"@element-plus/eslint-config": "workspace:*",
77-
"@esbuild-kit/cjs-loader": "^2.1.0",
78-
"@pnpm/find-workspace-packages": "^4.0.12",
77+
"@esbuild-kit/cjs-loader": "^2.2.1",
78+
"@pnpm/find-workspace-packages": "^4.0.16",
7979
"@pnpm/logger": "^4.0.0",
80-
"@pnpm/types": "^8.1.0",
80+
"@pnpm/types": "^8.4.0",
8181
"@types/fs-extra": "^9.0.13",
8282
"@types/gulp": "^4.0.9",
8383
"@types/jsdom": "^16.2.14",
8484
"@types/node": "*",
8585
"@types/sass": "^1.43.1",
8686
"@vitejs/plugin-vue": "^2.3.3",
8787
"@vitejs/plugin-vue-jsx": "^1.3.10",
88-
"@vitest/ui": "0.14.2",
88+
"@vitest/ui": "0.16.0",
8989
"@vue/test-utils": "^2.0.0",
9090
"@vue/tsconfig": "^0.1.3",
9191
"c8": "^7.11.3",
9292
"chalk": "^5.0.1",
9393
"commitizen": "^4.2.4",
94-
"concurrently": "^7.2.1",
94+
"concurrently": "^7.2.2",
9595
"consola": "^2.15.3",
9696
"csstype": "^2.6.20",
97-
"cz-git": "^1.3.4",
98-
"eslint": "^8.17.0",
97+
"cz-git": "^1.3.8",
98+
"eslint": "^8.18.0",
9999
"eslint-define-config": "^1.5.1",
100100
"expect-type": "^0.13.0",
101101
"fast-glob": "^3.2.11",
102102
"husky": "^8.0.1",
103103
"jsdom": "16.4.0",
104-
"lint-staged": "^13.0.1",
104+
"lint-staged": "^13.0.3",
105105
"npm-run-all": "^4.1.5",
106-
"prettier": "^2.7.0",
106+
"prettier": "^2.7.1",
107107
"pretty-quick": "^3.1.3",
108-
"puppeteer": "^14.4.0",
108+
"puppeteer": "^14.4.1",
109109
"resize-observer-polyfill": "^1.5.1",
110110
"rimraf": "^3.0.2",
111-
"sass": "^1.52.3",
111+
"sass": "^1.53.0",
112112
"ts-morph": "^14.0.0",
113-
"tsx": "^3.4.2",
114-
"type-fest": "^2.13.1",
115-
"typescript": "^4.7.3",
113+
"tsx": "^3.6.0",
114+
"type-fest": "^2.14.0",
115+
"typescript": "^4.7.4",
116116
"unplugin-element-plus": "^0.4.0",
117117
"unplugin-vue-define-options": "^0.6.1",
118118
"vitest": "0.12.6",
119119
"vue": "^3.2.37",
120120
"vue-router": "^4.0.16",
121-
"vue-tsc": "^0.37.8"
121+
"vue-tsc": "^0.38.2"
122122
},
123123
"engines": {
124124
"node": ">= 16"

packages/element-plus/package.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -52,13 +52,13 @@
5252
},
5353
"dependencies": {
5454
"@ctrl/tinycolor": "^3.4.1",
55-
"@element-plus/icons-vue": "^2.0.5",
56-
"@floating-ui/dom": "^0.5.3",
55+
"@element-plus/icons-vue": "^2.0.6",
56+
"@floating-ui/dom": "^0.5.4",
5757
"@popperjs/core": "npm:@sxzz/popperjs-es@^2.11.7",
5858
"@types/lodash": "^4.14.182",
5959
"@types/lodash-es": "^4.17.6",
60-
"@vueuse/core": "^8.6.0",
61-
"async-validator": "^4.1.1",
60+
"@vueuse/core": "^8.7.5",
61+
"async-validator": "^4.2.5",
6262
"dayjs": "^1.11.3",
6363
"escape-html": "^1.0.3",
6464
"lodash": "^4.17.21",

0 commit comments

Comments
 (0)