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 Jun 14, 2021
1 parent 9aa255a commit 3676b35
Show file tree
Hide file tree
Showing 7 changed files with 857 additions and 620 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/issue-close-require.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: need reproduction
uses: actions-cool/issues-helper@v2.1.1
uses: actions-cool/issues-helper@v2.2.1
with:
actions: 'close-issues'
token: ${{ secrets.GITHUB_TOKEN }}
Expand Down
6 changes: 3 additions & 3 deletions .github/workflows/issue-labeled.yml
Original file line number Diff line number Diff line change
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.1.1
uses: actions-cool/issues-helper@v2.2.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.1.1
uses: actions-cool/issues-helper@v2.2.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.1.1
uses: actions-cool/issues-helper@v2.2.1
with:
actions: 'create-comment, remove-labels'
token: ${{ secrets.GITHUB_TOKEN }}
Expand Down
26 changes: 13 additions & 13 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -26,35 +26,35 @@
},
"devDependencies": {
"@microsoft/api-extractor": "^7.16.1",
"@types/fs-extra": "^9.0.5",
"@types/fs-extra": "9.0.11",
"@types/jest": "^26.0.23",
"@types/node": "^14.14.10",
"@types/semver": "^7.3.4",
"@typescript-eslint/eslint-plugin": "^4.22.0",
"@typescript-eslint/parser": "^4.22.0",
"chalk": "^4.1.0",
"@types/node": "14.17.3",
"@types/semver": "7.3.6",
"@typescript-eslint/eslint-plugin": "4.26.1",
"@typescript-eslint/parser": "4.26.1",
"chalk": "4.1.1",
"conventional-changelog-cli": "^2.1.1",
"cross-env": "^7.0.3",
"enquirer": "^2.3.6",
"eslint": "^7.24.0",
"eslint-define-config": "^1.0.7",
"eslint": "7.28.0",
"eslint-define-config": "1.0.8",
"eslint-plugin-node": "^11.1.0",
"execa": "^5.0.0",
"execa": "5.1.1",
"fs-extra": "^9.0.1",
"jest": "^27.0.1",
"jest": "27.0.4",
"lint-staged": "^10.5.4",
"minimist": "^1.2.5",
"node-fetch": "^2.6.1",
"npm-run-all": "^4.1.5",
"playwright-chromium": "^1.7.0",
"playwright-chromium": "1.12.2",
"prettier": "2.3.1",
"rimraf": "^3.0.2",
"semver": "^7.3.4",
"sirv": "^1.0.12",
"ts-jest": "^27.0.1",
"ts-jest": "27.0.3",
"ts-node": "^9.1.1",
"typescript": "^4.3.2",
"vitepress": "^0.12.2",
"vitepress": "0.14.1",
"yorkie": "^2.0.0"
},
"gitHooks": {
Expand Down
2 changes: 1 addition & 1 deletion packages/plugin-react-refresh/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,6 @@
"@babel/core": "^7.12.13",
"@babel/plugin-transform-react-jsx-self": "^7.12.13",
"@babel/plugin-transform-react-jsx-source": "^7.12.13",
"react-refresh": "^0.9.0"
"react-refresh": "^0.10.0"
}
}
6 changes: 3 additions & 3 deletions packages/plugin-vue/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -34,11 +34,11 @@
"devDependencies": {
"@rollup/pluginutils": "^4.1.0",
"@types/hash-sum": "^1.0.0",
"@vue/compiler-sfc": "^3.0.8",
"@vue/compiler-sfc": "3.1.1",
"debug": "^4.3.1",
"hash-sum": "^2.0.0",
"rollup": "^2.38.5",
"rollup": "2.51.2",
"slash": "^3.0.0",
"source-map": "^0.6.1"
"source-map": "0.7.3"
}
}
36 changes: 18 additions & 18 deletions packages/vite/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -65,28 +65,28 @@
"@rollup/plugin-node-resolve": "13.0.0",
"@rollup/plugin-typescript": "^8.2.1",
"@rollup/pluginutils": "^4.1.0",
"@types/clean-css": "^4.2.3",
"@types/clean-css": "4.2.4",
"@types/convert-source-map": "^1.5.1",
"@types/debug": "^4.1.5",
"@types/es-module-lexer": "^0.3.0",
"@types/estree": "^0.0.45",
"@types/estree": "0.0.48",
"@types/etag": "^1.8.0",
"@types/less": "^3.0.2",
"@types/mime": "^2.0.3",
"@types/node": "^14.14.10",
"@types/node": "14.17.3",
"@types/resolve": "^1.17.1",
"@types/sass": "^1.16.0",
"@types/stylus": "^0.48.33",
"@types/ws": "^7.4.0",
"@vue/compiler-dom": "^3.0.4",
"acorn": "^8.0.4",
"@types/stylus": "0.48.35",
"@types/ws": "7.4.4",
"@vue/compiler-dom": "3.1.1",
"acorn": "8.4.0",
"acorn-class-fields": "^0.3.7",
"acorn-numeric-separator": "^0.3.6",
"acorn-static-class-features": "^0.2.4",
"brotli-size": "^4.0.0",
"builtin-modules": "^3.2.0",
"cac": "^6.6.1",
"chalk": "^4.1.0",
"cac": "6.7.3",
"chalk": "4.1.1",
"chokidar": "^3.5.1",
"clean-css": "^4.2.3",
"compression": "^1.7.4",
Expand All @@ -95,13 +95,13 @@
"convert-source-map": "^1.7.0",
"cors": "^2.8.5",
"debug": "^4.3.1",
"dotenv": "^8.2.0",
"dotenv": "8.6.0",
"dotenv-expand": "^5.1.0",
"enquirer": "^2.3.6",
"es-module-lexer": "^0.4.0",
"estree-walker": "^2.0.2",
"etag": "^1.8.1",
"execa": "^5.0.0",
"execa": "5.1.1",
"fast-glob": "^3.2.4",
"http-proxy": "^1.18.1",
"launch-editor-middleware": "^2.2.1",
Expand All @@ -113,17 +113,17 @@
"open-in-editor": "^2.2.0",
"periscopic": "^2.0.3",
"postcss-import": "^13.0.0",
"postcss-load-config": "^3.0.0",
"postcss-modules": "^4.0.0",
"postcss-load-config": "3.1.0",
"postcss-modules": "4.1.3",
"resolve.exports": "^1.0.1",
"rollup-plugin-license": "^2.2.0",
"selfsigned": "^1.10.8",
"rollup-plugin-license": "2.5.0",
"selfsigned": "1.10.11",
"sirv": "^1.0.12",
"source-map": "^0.6.1",
"source-map": "0.7.3",
"source-map-support": "^0.5.19",
"strip-ansi": "^6.0.0",
"terser": "^5.5.1",
"tslib": "^2.0.3",
"terser": "5.7.0",
"tslib": "2.3.0",
"types": "link:./types",
"ws": "^7.4.1"
}
Expand Down
Loading

0 comments on commit 3676b35

Please sign in to comment.