Skip to content

Commit b64af61

Browse files
Merge #82
82: Bump eslint-plugin-vue from 7.2.0 to 7.3.0 r=curquiza a=dependabot-preview[bot] Bumps [eslint-plugin-vue](https://github.com/vuejs/eslint-plugin-vue) from 7.2.0 to 7.3.0. <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/vuejs/eslint-plugin-vue/releases">eslint-plugin-vue's releases</a>.</em></p> <blockquote> <h2>v7.3.0</h2> <h2>✨ Enhancements</h2> <ul> <li><a href="https://github-redirect.dependabot.com/vuejs/eslint-plugin-vue/issues/1080">#1080</a> Added <code>vue/new-line-between-multiline-property</code> rule that enforces new lines between multi-line properties.</li> <li><a href="https://github-redirect.dependabot.com/vuejs/eslint-plugin-vue/issues/1376">#1376</a> Added <code>vue/no-restricted-props</code> rule that disallows prop names that you don't want to use.</li> <li><a href="https://github-redirect.dependabot.com/vuejs/eslint-plugin-vue/issues/1377">#1377</a> Added <code>vue/no-restricted-custom-event</code> rule that disallows custom event names that you don't want to use.</li> </ul> <h2>⚙️ Updates</h2> <ul> <li><a href="https://github-redirect.dependabot.com/vuejs/eslint-plugin-vue/issues/1375">#1375</a> Upgraded <a href="https://github.com/vuejs/vue-eslint-parser/releases/tag/v7.3.0">vue-eslint-parser to 7.3.0</a></li> </ul> <hr /> <p><strong>All commits:</strong> <a href="https://github.com/vuejs/eslint-plugin-vue/compare/v7.2.0...v7.3.0">v7.2.0 -&gt; v7.3.0</a></p> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/vuejs/eslint-plugin-vue/commit/79fabf8f4257d9ef7f0edf6a6508e1f403bdf7e5"><code>79fabf8</code></a> 7.3.0</li> <li><a href="https://github.com/vuejs/eslint-plugin-vue/commit/1b8beb039cda267222b28ca5d93542e35cdf8407"><code>1b8beb0</code></a> Fixed wrong autofix when properties on the same line in new-line-between-mult...</li> <li><a href="https://github.com/vuejs/eslint-plugin-vue/commit/96425c6d0f066c60767298f46ee2463909cb90c0"><code>96425c6</code></a> update docs and fix typings</li> <li><a href="https://github.com/vuejs/eslint-plugin-vue/commit/110b236d217354cbcc643e6059b7b8138dd8d9df"><code>110b236</code></a> Add vue/no-restricted-custom-event rule (<a href="https://github-redirect.dependabot.com/vuejs/eslint-plugin-vue/issues/1377">#1377</a>)</li> <li><a href="https://github.com/vuejs/eslint-plugin-vue/commit/27fc097d67ac971806d1e81bfd2f06bda26e8a5b"><code>27fc097</code></a> Add vue/no-restricted-props rule (<a href="https://github-redirect.dependabot.com/vuejs/eslint-plugin-vue/issues/1376">#1376</a>)</li> <li><a href="https://github.com/vuejs/eslint-plugin-vue/commit/7212c36fdc21fce535ee38a70ab84f68eba6343b"><code>7212c36</code></a> Upgrade vue-eslint-parser (<a href="https://github-redirect.dependabot.com/vuejs/eslint-plugin-vue/issues/1375">#1375</a>)</li> <li><a href="https://github.com/vuejs/eslint-plugin-vue/commit/95fd13f4a811c97e143fcf23c930cc2ddf6612f6"><code>95fd13f</code></a> New Add <code>vue/new-line-between-multiline-property</code> rule (<a href="https://github-redirect.dependabot.com/vuejs/eslint-plugin-vue/issues/1080">#1080</a>)</li> <li><a href="https://github.com/vuejs/eslint-plugin-vue/commit/4a141ce3d7045b0422273421f347c95ea766d3c4"><code>4a141ce</code></a> fix broken link (<a href="https://github-redirect.dependabot.com/vuejs/eslint-plugin-vue/issues/1372">#1372</a>)</li> <li>See full diff in <a href="https://github.com/vuejs/eslint-plugin-vue/compare/v7.2.0...v7.3.0">compare view</a></li> </ul> </details> <br /> [![Dependabot compatibility score](https://api.dependabot.com/badges/compatibility_score?dependency-name=eslint-plugin-vue&package-manager=npm_and_yarn&previous-version=7.2.0&new-version=7.3.0)](https://dependabot.com/compatibility-score/?dependency-name=eslint-plugin-vue&package-manager=npm_and_yarn&previous-version=7.2.0&new-version=7.3.0) You can trigger a rebase of this PR by commenting `@dependabot rebase`. [//]: # (dependabot-automerge-start) [//]: # (dependabot-automerge-end) --- <details> <summary>Dependabot commands and options</summary> <br /> You can trigger Dependabot actions by commenting on this PR: - `@dependabot rebase` will rebase this PR - `@dependabot recreate` will recreate this PR, overwriting any edits that have been made to it - `@dependabot merge` will merge this PR after your CI passes on it - `@dependabot squash and merge` will squash and merge this PR after your CI passes on it - `@dependabot cancel merge` will cancel a previously requested merge and block automerging - `@dependabot reopen` will reopen this PR if it is closed - `@dependabot close` will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually - `@dependabot ignore this major version` will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this minor version` will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this dependency` will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself) - `@dependabot use these labels` will set the current labels as the default for future PRs for this repo and language - `@dependabot use these reviewers` will set the current reviewers as the default for future PRs for this repo and language - `@dependabot use these assignees` will set the current assignees as the default for future PRs for this repo and language - `@dependabot use this milestone` will set the current milestone as the default for future PRs for this repo and language - `@dependabot badge me` will comment on this PR with code to add a "Dependabot enabled" badge to your readme Additionally, you can set the following in your Dependabot [dashboard](https://app.dependabot.com): - Update frequency (including time of day and day of week) - Pull request limits (per update run and/or open at any time) - Out-of-range updates (receive only lockfile updates, if desired) - Security updates (receive only security updates, if desired) </details> Co-authored-by: dependabot-preview[bot] <27856297+dependabot-preview[bot]@users.noreply.github.com>
2 parents 36187eb + 6301bc1 commit b64af61

File tree

1 file changed

+8
-8
lines changed

1 file changed

+8
-8
lines changed

yarn.lock

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -2132,14 +2132,14 @@ eslint-plugin-standard@^5.0.0:
21322132
integrity sha512-eSIXPc9wBM4BrniMzJRBm2uoVuXz2EPa+NXPk2+itrVt+r5SbKFERx/IgrK/HmfjddyKVz2f+j+7gBRvu19xLg==
21332133

21342134
eslint-plugin-vue@^7.0.1:
2135-
version "7.2.0"
2136-
resolved "https://registry.yarnpkg.com/eslint-plugin-vue/-/eslint-plugin-vue-7.2.0.tgz#dd8323fe7ca28fe9377ce3f5f6cf17afe2686f2a"
2137-
integrity sha512-4mt0yIv6rBDNtvis/g22a0ozJ12GfcdEzX77u0ICYjKlxOVtGrKGEvo0cbOObHaKDg9a9kJcoaNodqE4TPfS2A==
2135+
version "7.3.0"
2136+
resolved "https://registry.yarnpkg.com/eslint-plugin-vue/-/eslint-plugin-vue-7.3.0.tgz#0faf0fcf0e1b1052bf800d4dee42d64f50679cb0"
2137+
integrity sha512-4rc9xrZgwT4aLz3XE6lrHu+FZtDLWennYvtzVvvS81kW9c65U4DUzQQWAFjDCgCFvN6HYWxi7ueEtxZVSB+f0g==
21382138
dependencies:
21392139
eslint-utils "^2.1.0"
21402140
natural-compare "^1.4.0"
21412141
semver "^7.3.2"
2142-
vue-eslint-parser "^7.2.0"
2142+
vue-eslint-parser "^7.3.0"
21432143

21442144
eslint-scope@^5.0.0, eslint-scope@^5.1.1:
21452145
version "5.1.1"
@@ -6061,10 +6061,10 @@ verror@1.10.0:
60616061
core-util-is "1.0.2"
60626062
extsprintf "^1.2.0"
60636063

6064-
vue-eslint-parser@^7.2.0:
6065-
version "7.2.0"
6066-
resolved "https://registry.yarnpkg.com/vue-eslint-parser/-/vue-eslint-parser-7.2.0.tgz#1e17ae94ca71e617025e05143c8ac5593aacb6ef"
6067-
integrity sha512-uVcQqe8sUNzdHGcRHMd2Z/hl6qEaWrAmglTKP92Fnq9TYU9un8xsyFgEdFJaXh/1rd7h8Aic1GaiQow5nVneow==
6064+
vue-eslint-parser@^7.3.0:
6065+
version "7.3.0"
6066+
resolved "https://registry.yarnpkg.com/vue-eslint-parser/-/vue-eslint-parser-7.3.0.tgz#894085839d99d81296fa081d19643733f23d7559"
6067+
integrity sha512-n5PJKZbyspD0+8LnaZgpEvNCrjQx1DyDHw8JdWwoxhhC+yRip4TAvSDpXGf9SWX6b0umeB5aR61gwUo6NVvFxw==
60686068
dependencies:
60696069
debug "^4.1.1"
60706070
eslint-scope "^5.0.0"

0 commit comments

Comments
 (0)