Skip to content

Bump eslint-plugin-jest from 26.7.0 to 26.8.3#1193

Merged
JamesIves merged 1 commit intodevfrom
dependabot/npm_and_yarn/eslint-plugin-jest-26.8.3
Aug 17, 2022
Merged

Bump eslint-plugin-jest from 26.7.0 to 26.8.3#1193
JamesIves merged 1 commit intodevfrom
dependabot/npm_and_yarn/eslint-plugin-jest-26.8.3

Conversation

@dependabot
Copy link
Copy Markdown
Contributor

@dependabot dependabot Bot commented on behalf of github Aug 15, 2022

Bumps eslint-plugin-jest from 26.7.0 to 26.8.3.

Release notes

Sourced from eslint-plugin-jest's releases.

v26.8.3

26.8.3 (2022-08-15)

Performance Improvements

v26.8.2

26.8.2 (2022-08-09)

Bug Fixes

  • max-expects: don't count expect.<member>() calls towards max (#1194) (75a0ff2)

v26.8.1

26.8.1 (2022-08-08)

Bug Fixes

  • no-standalone-expect: only report on expect.hasAssertions & expect.assertions member calls (#1191) (4bf9eea)

v26.8.0

26.8.0 (2022-08-07)

Features

Changelog

Sourced from eslint-plugin-jest's changelog.

26.8.3 (2022-08-15)

Performance Improvements

26.8.2 (2022-08-09)

Bug Fixes

  • max-expects: don't count expect.<member>() calls towards max (#1194) (75a0ff2)

26.8.1 (2022-08-08)

Bug Fixes

  • no-standalone-expect: only report on expect.hasAssertions & expect.assertions member calls (#1191) (4bf9eea)

26.8.0 (2022-08-07)

Features

Commits
  • bc349d2 chore(release): 26.8.3 [skip ci]
  • 3871cb7 chore(deps): lock file maintenance (#1195)
  • 525631e perf: cache jest fn call parsing results (#1187)
  • c204087 chore: rollback eslint-plugin-eslint-plugin (#1196)
  • e462708 chore(release): 26.8.2 [skip ci]
  • 75a0ff2 fix(max-expects): don't count expect.\<member>() calls towards max (#1194)
  • 4106b8f chore(release): 26.8.1 [skip ci]
  • 4bf9eea fix(no-standalone-expect): only report on expect.hasAssertions & `expect.as...
  • 98a9a48 chore(deps): lock file maintenance
  • d1ee640 chore(release): 26.8.0 [skip ci]
  • Additional commits viewable in compare view

Dependabot compatibility score

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 commands and options

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)

Bumps [eslint-plugin-jest](https://github.com/jest-community/eslint-plugin-jest) from 26.7.0 to 26.8.3.
- [Release notes](https://github.com/jest-community/eslint-plugin-jest/releases)
- [Changelog](https://github.com/jest-community/eslint-plugin-jest/blob/main/CHANGELOG.md)
- [Commits](jest-community/eslint-plugin-jest@v26.7.0...v26.8.3)

---
updated-dependencies:
- dependency-name: eslint-plugin-jest
  dependency-type: direct:development
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot Bot requested a review from JamesIves as a code owner August 15, 2022 10:03
@dependabot dependabot Bot added dependencies Pull requests that update a dependency file javascript Pull requests that update Javascript code labels Aug 15, 2022
@codecov-commenter
Copy link
Copy Markdown

Codecov Report

Merging #1193 (2761e52) into dev (e690e12) will not change coverage.
The diff coverage is n/a.

@@           Coverage Diff           @@
##              dev    #1193   +/-   ##
=======================================
  Coverage   97.90%   97.90%           
=======================================
  Files           7        7           
  Lines         286      286           
  Branches       77       77           
=======================================
  Hits          280      280           
  Misses          6        6           

Help us with your feedback. Take ten seconds to tell us how you rate us. Have a feature suggestion? Share it here.

@JamesIves JamesIves merged commit 54151e5 into dev Aug 17, 2022
@JamesIves JamesIves deleted the dependabot/npm_and_yarn/eslint-plugin-jest-26.8.3 branch August 17, 2022 12:37
kodiakhq Bot referenced this pull request in vercel/turborepo Oct 28, 2022
….4.1 (#2244)

[![Mend Renovate](https://app.renovatebot.com/images/banner.svg)](https://renovatebot.com)

This PR contains the following updates:

| Package | Type | Update | Change |
|---|---|---|---|
| [JamesIves/github-pages-deploy-action](https://togithub.com/JamesIves/github-pages-deploy-action) | action | patch | `v4.4.0` -> `v4.4.1` |

---

### ⚠ Dependency Lookup Warnings ⚠

Warnings were logged while processing this repo. Please check the Dependency Dashboard for more information.

---

### Release Notes

<details>
<summary>JamesIves/github-pages-deploy-action</summary>

### [`v4.4.1`](https://togithub.com/JamesIves/github-pages-deploy-action/releases/tag/v4.4.1)

[Compare Source](https://togithub.com/JamesIves/github-pages-deploy-action/compare/v4.4.0...v4.4.1)

#### What's Changed

-   The action now fully runs on Node 16. (Thank you [@&#8203;nickmccurdy](https://togithub.com/nickmccurdy))

#### Changelog

-   Bump eslint-plugin-jest from 26.5.3 to 26.7.0 by [@&#8203;dependabot](https://togithub.com/dependabot) in [https://github.com/JamesIves/github-pages-deploy-action/pull/1177](https://togithub.com/JamesIves/github-pages-deploy-action/pull/1177)
-   Bump [@&#8203;types/node](https://togithub.com/types/node) from 18.0.6 to 18.6.3 by [@&#8203;dependabot](https://togithub.com/dependabot) in [https://github.com/JamesIves/github-pages-deploy-action/pull/1178](https://togithub.com/JamesIves/github-pages-deploy-action/pull/1178)
-   Bump [@&#8203;actions/core](https://togithub.com/actions/core) from 1.9.0 to 1.9.1 by [@&#8203;dependabot](https://togithub.com/dependabot) in [https://github.com/JamesIves/github-pages-deploy-action/pull/1186](https://togithub.com/JamesIves/github-pages-deploy-action/pull/1186)
-   Bump eslint-plugin-jest from 26.7.0 to 26.8.3 by [@&#8203;dependabot](https://togithub.com/dependabot) in [https://github.com/JamesIves/github-pages-deploy-action/pull/1193](https://togithub.com/JamesIves/github-pages-deploy-action/pull/1193)
-   Bump [@&#8203;types/node](https://togithub.com/types/node) from 18.6.3 to 18.7.6 by [@&#8203;dependabot](https://togithub.com/dependabot) in [https://github.com/JamesIves/github-pages-deploy-action/pull/1195](https://togithub.com/JamesIves/github-pages-deploy-action/pull/1195)
-   Typographical Error by [@&#8203;sojinsamuel](https://togithub.com/sojinsamuel) in [https://github.com/JamesIves/github-pages-deploy-action/pull/1197](https://togithub.com/JamesIves/github-pages-deploy-action/pull/1197)
-   Typographical Error by [@&#8203;sojinsamuel](https://togithub.com/sojinsamuel) in [https://github.com/JamesIves/github-pages-deploy-action/pull/1198](https://togithub.com/JamesIves/github-pages-deploy-action/pull/1198)
-   Bump eslint-plugin-jest from 26.8.3 to 26.8.7 by [@&#8203;dependabot](https://togithub.com/dependabot) in [https://github.com/JamesIves/github-pages-deploy-action/pull/1200](https://togithub.com/JamesIves/github-pages-deploy-action/pull/1200)
-   Bump [@&#8203;types/node](https://togithub.com/types/node) from 18.7.6 to 18.7.13 by [@&#8203;dependabot](https://togithub.com/dependabot) in [https://github.com/JamesIves/github-pages-deploy-action/pull/1202](https://togithub.com/JamesIves/github-pages-deploy-action/pull/1202)
-   Bump typescript from 4.7.4 to 4.8.3 by [@&#8203;dependabot](https://togithub.com/dependabot) in [https://github.com/JamesIves/github-pages-deploy-action/pull/1215](https://togithub.com/JamesIves/github-pages-deploy-action/pull/1215)
-   Bump eslint-plugin-jest from 26.8.7 to 27.0.4 by [@&#8203;dependabot](https://togithub.com/dependabot) in [https://github.com/JamesIves/github-pages-deploy-action/pull/1216](https://togithub.com/JamesIves/github-pages-deploy-action/pull/1216)
-   Bump [@&#8203;types/node](https://togithub.com/types/node) from 18.7.13 to 18.7.18 by [@&#8203;dependabot](https://togithub.com/dependabot) in [https://github.com/JamesIves/github-pages-deploy-action/pull/1219](https://togithub.com/JamesIves/github-pages-deploy-action/pull/1219)
-   Bump codecov/codecov-action from 3.1.0 to 3.1.1 by [@&#8203;dependabot](https://togithub.com/dependabot) in [https://github.com/JamesIves/github-pages-deploy-action/pull/1220](https://togithub.com/JamesIves/github-pages-deploy-action/pull/1220)
-   Use Node 16 by [@&#8203;nickmccurdy](https://togithub.com/nickmccurdy) in [https://github.com/JamesIves/github-pages-deploy-action/pull/1221](https://togithub.com/JamesIves/github-pages-deploy-action/pull/1221)
-   Bump [@&#8203;types/node](https://togithub.com/types/node) from 18.7.18 to 18.8.0 by [@&#8203;dependabot](https://togithub.com/dependabot) in [https://github.com/JamesIves/github-pages-deploy-action/pull/1233](https://togithub.com/JamesIves/github-pages-deploy-action/pull/1233)
-   Bump typescript from 4.8.3 to 4.8.4 by [@&#8203;dependabot](https://togithub.com/dependabot) in [https://github.com/JamesIves/github-pages-deploy-action/pull/1227](https://togithub.com/JamesIves/github-pages-deploy-action/pull/1227)
-   Bump [@&#8203;actions/core](https://togithub.com/actions/core) from 1.9.1 to 1.10.0 by [@&#8203;dependabot](https://togithub.com/dependabot) in [https://github.com/JamesIves/github-pages-deploy-action/pull/1230](https://togithub.com/JamesIves/github-pages-deploy-action/pull/1230)
-   Bump [@&#8203;actions/github](https://togithub.com/actions/github) from 5.0.3 to 5.1.1 by [@&#8203;dependabot](https://togithub.com/dependabot) in [https://github.com/JamesIves/github-pages-deploy-action/pull/1232](https://togithub.com/JamesIves/github-pages-deploy-action/pull/1232)

#### New Contributors

-   [@&#8203;sojinsamuel](https://togithub.com/sojinsamuel) made their first contribution in [https://github.com/JamesIves/github-pages-deploy-action/pull/1197](https://togithub.com/JamesIves/github-pages-deploy-action/pull/1197)

**Full Changelog**: JamesIves/github-pages-deploy-action@v4...v4.4.1

</details>

---

### Configuration

📅 **Schedule**: Branch creation - "after 10pm every weekday,before 5am every weekday,every weekend" (UTC), Automerge - At any time (no schedule defined).

🚦 **Automerge**: Disabled by config. Please merge this manually once you are satisfied.

♻ **Rebasing**: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.

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

---

 - [ ] If you want to rebase/retry this PR, click this checkbox.

---

This PR has been generated by [Mend Renovate](https://www.mend.io/free-developer-tools/renovate/). View repository job log [here](https://app.renovatebot.com/dashboard#github/vercel/turbo).
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

dependencies Pull requests that update a dependency file javascript Pull requests that update Javascript code

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants