Skip to content

Commit

Permalink
chore(deps-dev): bump @vitest/eslint-plugin from 1.1.18 to 1.1.20 in …
Browse files Browse the repository at this point in the history
…the minor group (#2388)

Bumps the minor group with 1 update:
[@vitest/eslint-plugin](https://github.com/vitest-dev/eslint-plugin-vitest).

Updates `@vitest/eslint-plugin` from 1.1.18 to 1.1.20
<details>
<summary>Release notes</summary>
<p><em>Sourced from <a
href="https://github.com/vitest-dev/eslint-plugin-vitest/releases"><code>@​vitest/eslint-plugin</code>'s
releases</a>.</em></p>
<blockquote>
<h2>v1.1.20</h2>
<h3>Bug Fixes</h3>
<ul>
<li>detect expectations in chains with underscores (<a
href="https://redirect.github.com/vitest-dev/eslint-plugin-vitest/issues/607">#607</a>)
(<a
href="https://github.com/vitest-dev/eslint-plugin-vitest/commit/d31fdb7">d31fdb7</a>)</li>
</ul>
<h2>What's Changed</h2>
<ul>
<li>fix: detect expectations in chains with underscores by <a
href="https://github.com/ghusse"><code>@​ghusse</code></a> in <a
href="https://redirect.github.com/vitest-dev/eslint-plugin-vitest/pull/607">vitest-dev/eslint-plugin-vitest#607</a></li>
<li>docs: fix no-standalone-expect.md options example by <a
href="https://github.com/andykenward"><code>@​andykenward</code></a> in
<a
href="https://redirect.github.com/vitest-dev/eslint-plugin-vitest/pull/606">vitest-dev/eslint-plugin-vitest#606</a></li>
</ul>
<h2>New Contributors</h2>
<ul>
<li><a href="https://github.com/ghusse"><code>@​ghusse</code></a> made
their first contribution in <a
href="https://redirect.github.com/vitest-dev/eslint-plugin-vitest/pull/607">vitest-dev/eslint-plugin-vitest#607</a></li>
<li><a
href="https://github.com/andykenward"><code>@​andykenward</code></a>
made their first contribution in <a
href="https://redirect.github.com/vitest-dev/eslint-plugin-vitest/pull/606">vitest-dev/eslint-plugin-vitest#606</a></li>
</ul>
<p><strong>Full Changelog</strong>: <a
href="https://github.com/vitest-dev/eslint-plugin-vitest/compare/v1.1.19...v1.1.20">https://github.com/vitest-dev/eslint-plugin-vitest/compare/v1.1.19...v1.1.20</a></p>
<h2>v1.1.19</h2>
<h3>Bug Fixes</h3>
<ul>
<li>Apply ESLint to .ts files (<a
href="https://redirect.github.com/vitest-dev/eslint-plugin-vitest/issues/602">#602</a>)
(<a
href="https://github.com/vitest-dev/eslint-plugin-vitest/commit/085e320">085e320</a>)</li>
<li>vitest/expect-expect throws false positive (<a
href="https://redirect.github.com/vitest-dev/eslint-plugin-vitest/issues/604">#604</a>)
(<a
href="https://github.com/vitest-dev/eslint-plugin-vitest/commit/7fd75ea">7fd75ea</a>)</li>
</ul>
<h2>What's Changed</h2>
<ul>
<li>fix: Apply ESLint to .ts files by <a
href="https://github.com/y-hsgw"><code>@​y-hsgw</code></a> in <a
href="https://redirect.github.com/vitest-dev/eslint-plugin-vitest/pull/602">vitest-dev/eslint-plugin-vitest#602</a></li>
<li>fix: vitest/expect-expect throws false positive by <a
href="https://github.com/y-hsgw"><code>@​y-hsgw</code></a> in <a
href="https://redirect.github.com/vitest-dev/eslint-plugin-vitest/pull/604">vitest-dev/eslint-plugin-vitest#604</a></li>
</ul>
<p><strong>Full Changelog</strong>: <a
href="https://github.com/vitest-dev/eslint-plugin-vitest/compare/v1.1.18...v1.1.19">https://github.com/vitest-dev/eslint-plugin-vitest/compare/v1.1.18...v1.1.19</a></p>
</blockquote>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a
href="https://github.com/vitest-dev/eslint-plugin-vitest/commit/0f4193c2d4befbe9e46a21a5835ab5b948fd41d0"><code>0f4193c</code></a>
chore: release v1.1.20</li>
<li><a
href="https://github.com/vitest-dev/eslint-plugin-vitest/commit/b17e1573e1cff9ed8d201b9838e5a09d46d4370a"><code>b17e157</code></a>
docs: fix no-standalone-expect.md options example (<a
href="https://redirect.github.com/vitest-dev/eslint-plugin-vitest/issues/606">#606</a>)</li>
<li><a
href="https://github.com/vitest-dev/eslint-plugin-vitest/commit/d31fdb70dbfb3fc0cb08ed2b57e4d1cfd0d3b8b7"><code>d31fdb7</code></a>
fix: detect expectations in chains with underscores (<a
href="https://redirect.github.com/vitest-dev/eslint-plugin-vitest/issues/607">#607</a>)</li>
<li><a
href="https://github.com/vitest-dev/eslint-plugin-vitest/commit/2abdad0feddc2979e981cc459d6bdac2e40f4988"><code>2abdad0</code></a>
chore: release v1.1.19</li>
<li><a
href="https://github.com/vitest-dev/eslint-plugin-vitest/commit/7fd75eaee2e2670031ef1cc6a85ed4a83d940460"><code>7fd75ea</code></a>
fix: vitest/expect-expect throws false positive (<a
href="https://redirect.github.com/vitest-dev/eslint-plugin-vitest/issues/604">#604</a>)</li>
<li><a
href="https://github.com/vitest-dev/eslint-plugin-vitest/commit/085e3202f6a4f4bbd05b3d6adf610ce89111ef64"><code>085e320</code></a>
fix: Apply ESLint to .ts files (<a
href="https://redirect.github.com/vitest-dev/eslint-plugin-vitest/issues/602">#602</a>)</li>
<li>See full diff in <a
href="https://github.com/vitest-dev/eslint-plugin-vitest/compare/v1.1.18...v1.1.20">compare
view</a></li>
</ul>
</details>
<br />


[![Dependabot compatibility
score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=@vitest/eslint-plugin&package-manager=npm_and_yarn&previous-version=1.1.18&new-version=1.1.20)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores)

Dependabot will resolve any conflicts with this PR as long as you don't
alter it yourself. You can also trigger a rebase manually 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 show <dependency name> ignore conditions` will show all
of the ignore conditions of the specified dependency
- `@dependabot ignore <dependency name> major version` will close this
group update PR and stop Dependabot creating any more for the specific
dependency's major version (unless you unignore this specific
dependency's major version or upgrade to it yourself)
- `@dependabot ignore <dependency name> minor version` will close this
group update PR and stop Dependabot creating any more for the specific
dependency's minor version (unless you unignore this specific
dependency's minor version or upgrade to it yourself)
- `@dependabot ignore <dependency name>` will close this group update PR
and stop Dependabot creating any more for the specific dependency
(unless you unignore this specific dependency or upgrade to it yourself)
- `@dependabot unignore <dependency name>` will remove all of the ignore
conditions of the specified dependency
- `@dependabot unignore <dependency name> <ignore condition>` will
remove the ignore condition of the specified dependency and ignore
conditions


</details>

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] authored Dec 20, 2024
1 parent 78e27d9 commit 88dc92a
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@
"@types/node": "^22.10.2",
"@vitejs/plugin-vue": "^5.2.1",
"@vitest/coverage-v8": "^2.1.8",
"@vitest/eslint-plugin": "^1.1.18",
"@vitest/eslint-plugin": "^1.1.20",
"@vue/eslint-config-prettier": "^10.1.0",
"@vue/eslint-config-typescript": "^14.1.4",
"@vue/tsconfig": "~0.7.0",
Expand Down
10 changes: 5 additions & 5 deletions pnpm-lock.yaml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 88dc92a

Please sign in to comment.