Commit 157d1f1
Merge #312
312: Bump eslint-plugin-vue from 7.6.0 to 7.7.0 r=bidoubiwa a=dependabot-preview[bot]
Bumps [eslint-plugin-vue](https://github.com/vuejs/eslint-plugin-vue) from 7.6.0 to 7.7.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.7.0</h2>
<h2>✨ Enhancements</h2>
<h3>Changes in Rules:</h3>
<ul>
<li><a href="https://github-redirect.dependabot.com/vuejs/eslint-plugin-vue/issues/1444">#1444</a> Added <code>ignorePublicMembers</code> option to <code>vue/no-unused-properties</code> rule.</li>
</ul>
<h2>🐛 Bug Fixes</h2>
<ul>
<li><a href="https://github-redirect.dependabot.com/vuejs/eslint-plugin-vue/issues/1446">#1446</a> Fixed false negatives for member access with <code>$</code> in <code>vue/this-in-template</code> rule.</li>
</ul>
<h2>:gear: Updates</h2>
<ul>
<li><a href="https://github-redirect.dependabot.com/vuejs/eslint-plugin-vue/issues/1448">#1448</a> Upgrade <code>vue-eslint-parser</code> to v7.6.0.<br />
This makes the parser to case sensitive to the name used to determine the element when the file is SFC.</li>
</ul>
<hr />
<p><strong>All commits:</strong> <a href="https://github.com/vuejs/eslint-plugin-vue/compare/v7.6.0...v7.7.0">v7.6.0 -> v7.7.0</a></p>
</blockquote>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a href="https://github.com/vuejs/eslint-plugin-vue/commit/3128c113f9117cda60dd35cbf55179a89093a19f"><code>3128c11</code></a> 7.7.0</li>
<li><a href="https://github.com/vuejs/eslint-plugin-vue/commit/3878fc4d8ebaa5e980c42044e61e019dc9c1580c"><code>3878fc4</code></a> Upgrade vue-eslint-parser to 7.6.0 (<a href="https://github-redirect.dependabot.com/vuejs/eslint-plugin-vue/issues/1448">#1448</a>)</li>
<li><a href="https://github.com/vuejs/eslint-plugin-vue/commit/467ef9626ed4d3eeacf47ce4b3d550ed7af0d6ad"><code>467ef96</code></a> Fix false negatives for member access with <code>$</code> in <code>vue/this-in-template</code> rule...</li>
<li><a href="https://github.com/vuejs/eslint-plugin-vue/commit/7099954d1213d081a0c92a09e4ed8c588c745b69"><code>7099954</code></a> Add <code>ignorePublicMembers</code> option to <code>vue/no-unused-properties</code> rule (<a href="https://github-redirect.dependabot.com/vuejs/eslint-plugin-vue/issues/1444">#1444</a>)</li>
<li>See full diff in <a href="https://github.com/vuejs/eslint-plugin-vue/compare/v7.6.0...v7.7.0">compare view</a></li>
</ul>
</details>
<br />
[](https://dependabot.com/compatibility-score/?dependency-name=eslint-plugin-vue&package-manager=npm_and_yarn&previous-version=7.6.0&new-version=7.7.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 files changed
+11
-23
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
88 | 88 | | |
89 | 89 | | |
90 | 90 | | |
91 | | - | |
| 91 | + | |
92 | 92 | | |
93 | 93 | | |
94 | 94 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
2998 | 2998 | | |
2999 | 2999 | | |
3000 | 3000 | | |
3001 | | - | |
3002 | | - | |
3003 | | - | |
3004 | | - | |
| 3001 | + | |
| 3002 | + | |
| 3003 | + | |
| 3004 | + | |
3005 | 3005 | | |
3006 | 3006 | | |
3007 | 3007 | | |
3008 | 3008 | | |
3009 | | - | |
| 3009 | + | |
3010 | 3010 | | |
3011 | 3011 | | |
3012 | 3012 | | |
| |||
3115 | 3115 | | |
3116 | 3116 | | |
3117 | 3117 | | |
3118 | | - | |
| 3118 | + | |
3119 | 3119 | | |
3120 | 3120 | | |
3121 | 3121 | | |
| |||
7083 | 7083 | | |
7084 | 7084 | | |
7085 | 7085 | | |
7086 | | - | |
7087 | | - | |
7088 | | - | |
7089 | | - | |
7090 | | - | |
7091 | | - | |
7092 | | - | |
7093 | | - | |
7094 | | - | |
7095 | | - | |
7096 | | - | |
7097 | | - | |
7098 | | - | |
7099 | | - | |
7100 | | - | |
7101 | | - | |
| 7086 | + | |
| 7087 | + | |
| 7088 | + | |
| 7089 | + | |
7102 | 7090 | | |
7103 | 7091 | | |
7104 | 7092 | | |
| |||
0 commit comments