Skip to content

Commit

Permalink
fix(deps): update all non-major dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate-bot committed Sep 6, 2021
1 parent 8d956f6 commit 508d13b
Show file tree
Hide file tree
Showing 8 changed files with 694 additions and 451 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/issue-close-require.yml
Expand Up @@ -9,7 +9,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: need reproduction
uses: actions-cool/issues-helper@v2.2.1
uses: actions-cool/issues-helper@v2.4.1
with:
actions: "close-issues"
token: ${{ secrets.GITHUB_TOKEN }}
Expand Down
6 changes: 3 additions & 3 deletions .github/workflows/issue-labeled.yml
Expand Up @@ -10,7 +10,7 @@ jobs:
steps:
- name: contribution welcome
if: github.event.label.name == 'contribution welcome' || github.event.label.name == 'help wanted'
uses: actions-cool/issues-helper@v2.2.1
uses: actions-cool/issues-helper@v2.4.1
with:
actions: "create-comment, remove-labels"
token: ${{ secrets.GITHUB_TOKEN }}
Expand All @@ -21,7 +21,7 @@ jobs:

- name: remove pending
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)
uses: actions-cool/issues-helper@v2.2.1
uses: actions-cool/issues-helper@v2.4.1
with:
actions: "remove-labels"
token: ${{ secrets.GITHUB_TOKEN }}
Expand All @@ -30,7 +30,7 @@ jobs:

- name: need reproduction
if: github.event.label.name == 'need reproduction'
uses: actions-cool/issues-helper@v2.2.1
uses: actions-cool/issues-helper@v2.4.1
with:
actions: "create-comment, remove-labels"
token: ${{ secrets.GITHUB_TOKEN }}
Expand Down
24 changes: 12 additions & 12 deletions package.json
Expand Up @@ -26,13 +26,13 @@
"ci-docs": "run-s build-vite build-plugin-vue build-docs"
},
"devDependencies": {
"@microsoft/api-extractor": "^7.18.4",
"@microsoft/api-extractor": "^7.18.7",
"@types/fs-extra": "^9.0.12",
"@types/jest": "^27.0.1",
"@types/node": "^15.12.2",
"@types/semver": "^7.3.8",
"@typescript-eslint/eslint-plugin": "^4.28.5",
"@typescript-eslint/parser": "^4.28.5",
"@typescript-eslint/eslint-plugin": "^4.30.0",
"@typescript-eslint/parser": "^4.30.0",
"chalk": "^4.1.2",
"conventional-changelog-cli": "^2.1.1",
"cross-env": "^7.0.3",
Expand All @@ -41,27 +41,27 @@
"eslint-plugin-node": "^11.1.0",
"execa": "^5.1.1",
"fs-extra": "^10.0.0",
"jest": "^27.0.6",
"lint-staged": "^11.1.1",
"jest": "^27.1.0",
"lint-staged": "^11.1.2",
"minimist": "^1.2.5",
"node-fetch": "^2.6.1",
"npm-run-all": "^4.1.5",
"playwright-chromium": "^1.13.1",
"playwright-chromium": "^1.14.1",
"prettier": "2.3.2",
"prompts": "^2.4.1",
"rimraf": "^3.0.2",
"semver": "^7.3.5",
"sirv": "^1.0.17",
"ts-jest": "^27.0.4",
"ts-node": "^10.1.0",
"typescript": "^4.3.5",
"ts-jest": "^27.0.5",
"ts-node": "^10.2.1",
"typescript": "^4.4.2",
"vitepress": "^0.17.0",
"yorkie": "^2.0.0"
},
"peerDependencies": {
"sass": ">=1.0.0",
"stylus": ">=0.54.0",
"less": ">=4.0.0"
"sass": ">=1.39.0",
"stylus": ">=0.55.0",
"less": ">=4.1.1"
},
"peerDependenciesMeta": {
"sass": {
Expand Down
6 changes: 3 additions & 3 deletions packages/plugin-legacy/package.json
Expand Up @@ -26,11 +26,11 @@
},
"homepage": "https://github.com/vitejs/vite/tree/main/packages/plugin-legacy#readme",
"dependencies": {
"@babel/standalone": "^7.14.9",
"core-js": "^3.16.0",
"@babel/standalone": "^7.15.5",
"core-js": "^3.17.2",
"magic-string": "^0.25.7",
"regenerator-runtime": "^0.13.9",
"systemjs": "^6.10.2"
"systemjs": "^6.10.3"
},
"peerDependencies": {
"vite": "^2.0.0"
Expand Down
2 changes: 1 addition & 1 deletion packages/plugin-react-refresh/package.json
Expand Up @@ -26,7 +26,7 @@
},
"homepage": "https://github.com/vitejs/vite/tree/main/packages/plugin-react-refresh#readme",
"dependencies": {
"@babel/core": "^7.14.8",
"@babel/core": "^7.15.5",
"@babel/plugin-transform-react-jsx-self": "^7.14.9",
"@babel/plugin-transform-react-jsx-source": "^7.14.5",
"@rollup/pluginutils": "^4.1.1",
Expand Down
6 changes: 3 additions & 3 deletions packages/plugin-vue-jsx/package.json
Expand Up @@ -26,11 +26,11 @@
},
"homepage": "https://github.com/vitejs/vite/tree/main/packages/plugin-vue-jsx#readme",
"dependencies": {
"@babel/core": "^7.14.8",
"@babel/core": "^7.15.5",
"@babel/plugin-syntax-import-meta": "^7.10.4",
"@babel/plugin-transform-typescript": "^7.14.6",
"@babel/plugin-transform-typescript": "^7.15.4",
"@rollup/pluginutils": "^4.1.1",
"@vue/babel-plugin-jsx": "^1.0.6",
"@vue/babel-plugin-jsx": "^1.0.7",
"hash-sum": "^2.0.0"
}
}
10 changes: 5 additions & 5 deletions packages/vite/package.json
Expand Up @@ -76,8 +76,8 @@
"@types/sass": "^1.16.1",
"@types/stylus": "^0.48.36",
"@types/ws": "^7.4.7",
"@vue/compiler-dom": "^3.1.5",
"acorn": "^8.4.1",
"@vue/compiler-dom": "^3.2.9",
"acorn": "^8.5.0",
"acorn-class-fields": "^1.0.0",
"acorn-static-class-features": "^1.0.0",
"brotli-size": "^4.0.0",
Expand Down Expand Up @@ -118,10 +118,10 @@
"strip-ansi": "^6.0.0",
"strip-bom": "^4.0.0",
"strip-json-comments": "^3.1.1",
"terser": "^5.7.1",
"terser": "^5.7.2",
"tsconfig": "^7.0.0",
"tslib": "^2.3.0",
"tslib": "^2.3.1",
"types": "link:./types",
"ws": "^7.5.3"
"ws": "^7.5.4"
}
}

0 comments on commit 508d13b

Please sign in to comment.