Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Bump eslint-plugin-jest from 26.8.7 to 27.0.4 #1216

Merged
merged 1 commit into from Sep 22, 2022

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Sep 12, 2022

Bumps eslint-plugin-jest from 26.8.7 to 27.0.4.

Release notes

Sourced from eslint-plugin-jest's releases.

v27.0.4

27.0.4 (2022-09-10)

Bug Fixes

  • consistent rule doc notices and sections (#1226) (2580563)

v27.0.3

27.0.3 (2022-09-09)

Bug Fixes

  • ensure jest globals are enabled in styles config (#1241) (a165e98)

v27.0.2

27.0.2 (2022-09-08)

Bug Fixes

  • no-restricted-matchers: improve check to not be solely based on the start of the matcher chain (#1236) (5fe4568), closes #1235

v27.0.1

27.0.1 (2022-08-28)

Bug Fixes

  • prefer-expect-assertions: report on concise arrow functions with expect call (#1225) (64ec9c1)

v27.0.0

27.0.0 (2022-08-28)

Bug Fixes

  • unbound-method: don't suppress errors from base rule (#1219) (7c1389e)

Features

  • drop support for eslint@6 (#1212) (21fc2fe)
  • drop support for Node versions 12 and 17 (#1211) (4c987f5)
  • make no-alias-methods recommended (#1221) (914b24a)
  • no-jest-import: remove rule (#1220) (918873b)
  • no-restricted-matchers: match based on start of chain, requiring each permutation to be set (#1218) (f4dd97a)

... (truncated)

Changelog

Sourced from eslint-plugin-jest's changelog.

27.0.4 (2022-09-10)

Bug Fixes

  • consistent rule doc notices and sections (#1226) (2580563)

27.0.3 (2022-09-09)

Bug Fixes

  • ensure jest globals are enabled in styles config (#1241) (a165e98)

27.0.2 (2022-09-08)

Bug Fixes

  • no-restricted-matchers: improve check to not be solely based on the start of the matcher chain (#1236) (5fe4568), closes #1235

27.0.1 (2022-08-28)

Bug Fixes

  • prefer-expect-assertions: report on concise arrow functions with expect call (#1225) (64ec9c1)

27.0.0 (2022-08-28)

Bug Fixes

  • unbound-method: don't suppress errors from base rule (#1219) (7c1389e)

Features

  • drop support for eslint@6 (#1212) (21fc2fe)
  • drop support for Node versions 12 and 17 (#1211) (4c987f5)
  • make no-alias-methods recommended (#1221) (914b24a)
  • no-jest-import: remove rule (#1220) (918873b)
  • no-restricted-matchers: match based on start of chain, requiring each permutation to be set (#1218) (f4dd97a)

BREAKING CHANGES

  • no-alias-methods is now recommended as the methods themselves will be removed in the next major version of Jest
  • no-jest-import: removed no-jest-import rule
  • unbound-method: errors thrown by the unbound-method base rule are no longer suppressed - really this means that if you don't specify project when this rule is enabled and @typescript-eslint/eslint-plugin is present, that error will no longer be suppressed instead of silently doing nothing; it will still not throw if this rule is enabled without the base rule being present

... (truncated)

Commits
  • 4723871 chore(release): 27.0.4 [skip ci]
  • 2580563 fix: consistent rule doc notices and sections (#1226)
  • 90cdc0c chore: add v28 and v29 of jest to internal type
  • 7f3cc12 chore: use @tsconfig/node14 and stricter TS config (#1242)
  • 43f7ccc chore: add concurrency to GH Actions
  • de672a9 chore(release): 27.0.3 [skip ci]
  • a165e98 fix: ensure jest globals are enabled in styles config (#1241)
  • 570a644 ci: disable jest/unbound-method in smoke test (#1240)
  • 3a2a683 chore: make sure that tools are typechecked (#1239)
  • 511f749 docs: fix link to typed linting in README (#1231)
  • 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.8.7 to 27.0.4.
- [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.8.7...v27.0.4)

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

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot added dependencies Pull requests that update a dependency file javascript Pull requests that update Javascript code labels Sep 12, 2022
@JamesIves JamesIves merged commit bae254c into dev Sep 22, 2022
@JamesIves JamesIves deleted the dependabot/npm_and_yarn/eslint-plugin-jest-27.0.4 branch September 22, 2022 12:31
kodiakhq bot pushed a commit to vercel/turbo that referenced this pull request 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 [JamesIves/github-pages-deploy-action#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 [JamesIves/github-pages-deploy-action#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 [JamesIves/github-pages-deploy-action#1186
-   Bump eslint-plugin-jest from 26.7.0 to 26.8.3 by [@&#8203;dependabot](https://togithub.com/dependabot) in [JamesIves/github-pages-deploy-action#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 [JamesIves/github-pages-deploy-action#1195
-   Typographical Error by [@&#8203;sojinsamuel](https://togithub.com/sojinsamuel) in [JamesIves/github-pages-deploy-action#1197
-   Typographical Error by [@&#8203;sojinsamuel](https://togithub.com/sojinsamuel) in [JamesIves/github-pages-deploy-action#1198
-   Bump eslint-plugin-jest from 26.8.3 to 26.8.7 by [@&#8203;dependabot](https://togithub.com/dependabot) in [JamesIves/github-pages-deploy-action#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 [JamesIves/github-pages-deploy-action#1202
-   Bump typescript from 4.7.4 to 4.8.3 by [@&#8203;dependabot](https://togithub.com/dependabot) in [JamesIves/github-pages-deploy-action#1215
-   Bump eslint-plugin-jest from 26.8.7 to 27.0.4 by [@&#8203;dependabot](https://togithub.com/dependabot) in [JamesIves/github-pages-deploy-action#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 [JamesIves/github-pages-deploy-action#1219
-   Bump codecov/codecov-action from 3.1.0 to 3.1.1 by [@&#8203;dependabot](https://togithub.com/dependabot) in [JamesIves/github-pages-deploy-action#1220
-   Use Node 16 by [@&#8203;nickmccurdy](https://togithub.com/nickmccurdy) in [JamesIves/github-pages-deploy-action#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 [JamesIves/github-pages-deploy-action#1233
-   Bump typescript from 4.8.3 to 4.8.4 by [@&#8203;dependabot](https://togithub.com/dependabot) in [JamesIves/github-pages-deploy-action#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 [JamesIves/github-pages-deploy-action#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 [JamesIves/github-pages-deploy-action#1232

#### New Contributors

-   [@&#8203;sojinsamuel](https://togithub.com/sojinsamuel) made their first contribution in [JamesIves/github-pages-deploy-action#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.

None yet

1 participant