diff --git a/.github/workflows/issue-close-require.yml b/.github/workflows/issue-close-require.yml index d550cee4..78822030 100644 --- a/.github/workflows/issue-close-require.yml +++ b/.github/workflows/issue-close-require.yml @@ -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 }} diff --git a/.github/workflows/issue-labeled.yml b/.github/workflows/issue-labeled.yml index 94498ba6..c92baa4b 100644 --- a/.github/workflows/issue-labeled.yml +++ b/.github/workflows/issue-labeled.yml @@ -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 }} @@ -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 }} @@ -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 }} diff --git a/package.json b/package.json index 7a9f10e3..1034bc80 100644 --- a/package.json +++ b/package.json @@ -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", @@ -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", "typescript": "~4.3.5", - "vitepress": "^0.17.1", + "vitepress": "^0.18.1", "yorkie": "^2.0.0" }, "peerDependencies": { diff --git a/packages/plugin-vue-jsx/package.json b/packages/plugin-vue-jsx/package.json index 81d7c2d2..54a2a208 100644 --- a/packages/plugin-vue-jsx/package.json +++ b/packages/plugin-vue-jsx/package.json @@ -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" } } diff --git a/packages/plugin-vue/package.json b/packages/plugin-vue/package.json index d43b4845..93e192c7 100644 --- a/packages/plugin-vue/package.json +++ b/packages/plugin-vue/package.json @@ -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",