Skip to content

Commit

Permalink
chore(deps): update dependency @vitest/eslint-plugin to v1.1.23 (#2107)
Browse files Browse the repository at this point in the history
This PR contains the following updates:

| Package | Change | Age | Adoption | Passing | Confidence |
|---|---|---|---|---|---|
|
[@vitest/eslint-plugin](https://redirect.github.com/vitest-dev/eslint-plugin-vitest)
| [`1.1.22` ->
`1.1.23`](https://renovatebot.com/diffs/npm/@vitest%2feslint-plugin/1.1.22/1.1.23)
|
[![age](https://developer.mend.io/api/mc/badges/age/npm/@vitest%2feslint-plugin/1.1.23?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![adoption](https://developer.mend.io/api/mc/badges/adoption/npm/@vitest%2feslint-plugin/1.1.23?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![passing](https://developer.mend.io/api/mc/badges/compatibility/npm/@vitest%2feslint-plugin/1.1.22/1.1.23?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![confidence](https://developer.mend.io/api/mc/badges/confidence/npm/@vitest%2feslint-plugin/1.1.22/1.1.23?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|

---

### Release Notes

<details>
<summary>vitest-dev/eslint-plugin-vitest
(@&#8203;vitest/eslint-plugin)</summary>

###
[`v1.1.23`](https://redirect.github.com/vitest-dev/eslint-plugin-vitest/releases/tag/v1.1.23)

[Compare
Source](https://redirect.github.com/vitest-dev/eslint-plugin-vitest/compare/v1.1.22...v1.1.23)

##### Bug Fixes

- make rule message punctuation more consistent and address some typos
([#&#8203;628](https://redirect.github.com/vitest-dev/eslint-plugin-vitest/issues/628))
([31cae3b](https://redirect.github.com/vitest-dev/eslint-plugin-vitest/commit/31cae3b))

#### What's Changed

- fix: make rule message punctuation more consistent and address some
typos by [@&#8203;G-Rath](https://redirect.github.com/G-Rath) in
[https://github.com/vitest-dev/eslint-plugin-vitest/pull/628](https://redirect.github.com/vitest-dev/eslint-plugin-vitest/pull/628)
- chore: avoid nullish config type by
[@&#8203;ST-DDT](https://redirect.github.com/ST-DDT) in
[https://github.com/vitest-dev/eslint-plugin-vitest/pull/629](https://redirect.github.com/vitest-dev/eslint-plugin-vitest/pull/629)

#### New Contributors

- [@&#8203;G-Rath](https://redirect.github.com/G-Rath) made their first
contribution in
[https://github.com/vitest-dev/eslint-plugin-vitest/pull/628](https://redirect.github.com/vitest-dev/eslint-plugin-vitest/pull/628)
- [@&#8203;ST-DDT](https://redirect.github.com/ST-DDT) made their first
contribution in
[https://github.com/vitest-dev/eslint-plugin-vitest/pull/629](https://redirect.github.com/vitest-dev/eslint-plugin-vitest/pull/629)

**Full Changelog**:
vitest-dev/eslint-plugin-vitest@v1.1.22...v1.1.23

</details>

---

### Configuration

📅 **Schedule**: Branch creation - At any time (no schedule defined),
Automerge - At any time (no schedule defined).

🚦 **Automerge**: Enabled.

♻ **Rebasing**: Whenever PR is behind base branch, or you tick the
rebase/retry checkbox.

🔕 **Ignore**: Close this PR and you won't be reminded about this update
again.

---

- [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check
this box

---

This PR was generated by [Mend Renovate](https://mend.io/renovate/).
View the [repository job
log](https://developer.mend.io/github/JoshuaKGoldberg/TypeStat).

<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzOS44NS4wIiwidXBkYXRlZEluVmVyIjoiMzkuODUuMCIsInRhcmdldEJyYW5jaCI6Im1haW4iLCJsYWJlbHMiOlsiZGVwZW5kZW5jaWVzIl19-->

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
  • Loading branch information
renovate[bot] authored Jan 5, 2025
1 parent 2055686 commit 9a475cf
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 @@ -60,7 +60,7 @@
"@types/prop-types": "15.7.14",
"@types/react": "19.0.2",
"@vitest/coverage-v8": "2.1.8",
"@vitest/eslint-plugin": "1.1.22",
"@vitest/eslint-plugin": "1.1.23",
"console-fail-test": "0.5.0",
"cspell": "8.17.1",
"eslint": "9.17.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 9a475cf

Please sign in to comment.