Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix(deps): update all non-major dependencies #4545

Merged
merged 1 commit into from Sep 18, 2021
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
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.3
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.3
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.3
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.3
with:
actions: "create-comment, remove-labels"
token: ${{ secrets.GITHUB_TOKEN }}
Expand Down
20 changes: 10 additions & 10 deletions package.json
Expand Up @@ -27,13 +27,13 @@
"ci-docs": "run-s build-vite build-plugin-vue build-docs"
},
"devDependencies": {
"@microsoft/api-extractor": "^7.18.4",
"@microsoft/api-extractor": "^7.18.9",
"@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.31.1",
"@typescript-eslint/parser": "^4.31.1",
"chalk": "^4.1.2",
"conventional-changelog-cli": "^2.1.1",
"cross-env": "^7.0.3",
Expand All @@ -42,21 +42,21 @@
"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.2.0",
"lint-staged": "^11.1.2",
"minimist": "^1.2.5",
"node-fetch": "^2.6.1",
"node-fetch": "^2.6.2",
"npm-run-all": "^4.1.5",
"playwright-chromium": "^1.13.1",
"prettier": "2.3.2",
"playwright-chromium": "^1.14.1",
"prettier": "2.4.1",
"prompts": "^2.4.1",
"rimraf": "^3.0.2",
"semver": "^7.3.5",
"sirv": "^1.0.17",
"ts-jest": "^27.0.4",
"ts-jest": "^27.0.5",
"ts-node": "^10.1.0",
antfu marked this conversation as resolved.
Show resolved Hide resolved
"typescript": "~4.3.5",
"vitepress": "^0.17.1",
"vitepress": "^0.18.1",
"yorkie": "^2.0.0"
},
"peerDependencies": {
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.7",
"core-js": "^3.17.3",
"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
4 changes: 2 additions & 2 deletions packages/plugin-react/package.json
Expand Up @@ -33,8 +33,8 @@
},
"homepage": "https://github.com/vitejs/vite/tree/main/packages/plugin-react#readme",
"dependencies": {
"@babel/core": "^7.14.8",
"@babel/plugin-transform-react-jsx": "^7.14.5",
"@babel/core": "^7.15.5",
"@babel/plugin-transform-react-jsx": "^7.14.9",
"@babel/plugin-transform-react-jsx-development": "^7.14.5",
"@babel/plugin-transform-react-jsx-self": "^7.14.9",
"@babel/plugin-transform-react-jsx-source": "^7.14.5",
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"
}
}
2 changes: 1 addition & 1 deletion packages/plugin-vue/package.json
Expand Up @@ -34,7 +34,7 @@
"devDependencies": {
"@rollup/pluginutils": "^4.1.1",
"@types/hash-sum": "^1.0.0",
"@vue/compiler-sfc": "^3.2.6",
"@vue/compiler-sfc": "^3.2.12",
"debug": "^4.3.2",
"hash-sum": "^2.0.0",
"rollup": "^2.38.5",
Expand Down
14 changes: 7 additions & 7 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.12",
"acorn": "^8.5.0",
"acorn-class-fields": "^1.0.0",
"acorn-static-class-features": "^1.0.0",
"brotli-size": "^4.0.0",
Expand All @@ -93,7 +93,7 @@
"debug": "^4.3.2",
"dotenv": "^10.0.0",
"dotenv-expand": "^5.1.0",
"es-module-lexer": "^0.7.1",
"es-module-lexer": "^0.8.0",
"estree-walker": "^2.0.2",
"etag": "^1.8.1",
"execa": "^5.1.1",
Expand All @@ -114,12 +114,12 @@
"selfsigned": "^1.10.11",
"sirv": "^1.0.17",
"source-map": "^0.6.1",
"source-map-support": "^0.5.19",
"source-map-support": "^0.5.20",
"strip-ansi": "^6.0.0",
"terser": "^5.7.1",
"terser": "^5.8.0",
"tsconfck": "^1.0.0",
"tslib": "^2.3.0",
"tslib": "^2.3.1",
"types": "link:./types",
"ws": "^7.5.3"
"ws": "^7.5.5"
}
}