Skip to content

Commit 874dcc2

Browse files
fix(deps): update all non-major dependencies (#4545)
Co-authored-by: Renovate Bot <[email protected]>
1 parent c4b5977 commit 874dcc2

File tree

5 files changed

+18
-18
lines changed

5 files changed

+18
-18
lines changed

.github/workflows/issue-close-require.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ jobs:
99
runs-on: ubuntu-latest
1010
steps:
1111
- name: need reproduction
12-
uses: actions-cool/issues-helper@v2.2.1
12+
uses: actions-cool/issues-helper@v2.4.3
1313
with:
1414
actions: "close-issues"
1515
token: ${{ secrets.GITHUB_TOKEN }}

.github/workflows/issue-labeled.yml

+3-3
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ jobs:
1010
steps:
1111
- name: contribution welcome
1212
if: github.event.label.name == 'contribution welcome' || github.event.label.name == 'help wanted'
13-
uses: actions-cool/issues-helper@v2.2.1
13+
uses: actions-cool/issues-helper@v2.4.3
1414
with:
1515
actions: "create-comment, remove-labels"
1616
token: ${{ secrets.GITHUB_TOKEN }}
@@ -21,7 +21,7 @@ jobs:
2121

2222
- name: remove pending
2323
if: github.event.label.name == 'enhancement' || github.event.label.name == 'bug' || (contains(github.event.label.name, 'pending triage') == false && startsWith(github.event.label.name, 'bug:') == true)
24-
uses: actions-cool/issues-helper@v2.2.1
24+
uses: actions-cool/issues-helper@v2.4.3
2525
with:
2626
actions: "remove-labels"
2727
token: ${{ secrets.GITHUB_TOKEN }}
@@ -30,7 +30,7 @@ jobs:
3030

3131
- name: need reproduction
3232
if: github.event.label.name == 'need reproduction'
33-
uses: actions-cool/issues-helper@v2.2.1
33+
uses: actions-cool/issues-helper@v2.4.3
3434
with:
3535
actions: "create-comment, remove-labels"
3636
token: ${{ secrets.GITHUB_TOKEN }}

package.json

+10-10
Original file line numberDiff line numberDiff line change
@@ -27,13 +27,13 @@
2727
"ci-docs": "run-s build-vite build-plugin-vue build-docs"
2828
},
2929
"devDependencies": {
30-
"@microsoft/api-extractor": "^7.18.4",
30+
"@microsoft/api-extractor": "^7.18.9",
3131
"@types/fs-extra": "^9.0.12",
3232
"@types/jest": "^27.0.1",
3333
"@types/node": "^15.12.2",
3434
"@types/semver": "^7.3.8",
35-
"@typescript-eslint/eslint-plugin": "^4.28.5",
36-
"@typescript-eslint/parser": "^4.28.5",
35+
"@typescript-eslint/eslint-plugin": "^4.31.1",
36+
"@typescript-eslint/parser": "^4.31.1",
3737
"chalk": "^4.1.2",
3838
"conventional-changelog-cli": "^2.1.1",
3939
"cross-env": "^7.0.3",
@@ -42,21 +42,21 @@
4242
"eslint-plugin-node": "^11.1.0",
4343
"execa": "^5.1.1",
4444
"fs-extra": "^10.0.0",
45-
"jest": "^27.0.6",
46-
"lint-staged": "^11.1.1",
45+
"jest": "^27.2.0",
46+
"lint-staged": "^11.1.2",
4747
"minimist": "^1.2.5",
48-
"node-fetch": "^2.6.1",
48+
"node-fetch": "^2.6.2",
4949
"npm-run-all": "^4.1.5",
50-
"playwright-chromium": "^1.13.1",
51-
"prettier": "2.3.2",
50+
"playwright-chromium": "^1.14.1",
51+
"prettier": "2.4.1",
5252
"prompts": "^2.4.1",
5353
"rimraf": "^3.0.2",
5454
"semver": "^7.3.5",
5555
"sirv": "^1.0.17",
56-
"ts-jest": "^27.0.4",
56+
"ts-jest": "^27.0.5",
5757
"ts-node": "^10.1.0",
5858
"typescript": "~4.3.5",
59-
"vitepress": "^0.17.1",
59+
"vitepress": "^0.18.1",
6060
"yorkie": "^2.0.0"
6161
},
6262
"peerDependencies": {

packages/plugin-vue-jsx/package.json

+3-3
Original file line numberDiff line numberDiff line change
@@ -26,11 +26,11 @@
2626
},
2727
"homepage": "https://github.com/vitejs/vite/tree/main/packages/plugin-vue-jsx#readme",
2828
"dependencies": {
29-
"@babel/core": "^7.14.8",
29+
"@babel/core": "^7.15.5",
3030
"@babel/plugin-syntax-import-meta": "^7.10.4",
31-
"@babel/plugin-transform-typescript": "^7.14.6",
31+
"@babel/plugin-transform-typescript": "^7.15.4",
3232
"@rollup/pluginutils": "^4.1.1",
33-
"@vue/babel-plugin-jsx": "^1.0.6",
33+
"@vue/babel-plugin-jsx": "^1.0.7",
3434
"hash-sum": "^2.0.0"
3535
}
3636
}

packages/plugin-vue/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@
3434
"devDependencies": {
3535
"@rollup/pluginutils": "^4.1.1",
3636
"@types/hash-sum": "^1.0.0",
37-
"@vue/compiler-sfc": "^3.2.6",
37+
"@vue/compiler-sfc": "^3.2.12",
3838
"debug": "^4.3.2",
3939
"hash-sum": "^2.0.0",
4040
"rollup": "^2.38.5",

0 commit comments

Comments
 (0)