Skip to content
This repository has been archived by the owner on Sep 1, 2022. It is now read-only.

chore(deps-dev): bump @tophat/eslint-config from 0.7.0 to 0.8.0 #959

Conversation

dependabot-preview[bot]
Copy link
Contributor

@dependabot-preview dependabot-preview bot commented Mar 18, 2021

Bumps @tophat/eslint-config from 0.7.0 to 0.8.0.

Release notes

Sourced from @tophat/eslint-config's releases.

v0.8.0

BREAKING: eslint-plugin-jest was updated to v24 which has a few breaking changes:

  • no-done-callback would disallow tests using the done functionality
    • This was manually disabled as we use done in many places.
  • no-conditional-expect is now recommended, requires that assertions in tests are not conditional, i.e. no expect statements in if or catch blocks
  • no-interpolation-in-snapshots is now recommended, requires no use of string interpolation in inline snapshots
  • no-deprecated-functions is now recommended, replaces deprecated functions within jest with newer versions
  • valid-title is now recommended, requires tests have a valid name, no whitespace

Other Changes:

  • The jest/style set of rules applies to 5 rules:
  • no-large-snapshots was manually set to error level, which will prevent any individual snapshot from exceeding 50 lines, which will prevent us from mounting snapshots. This rule will probably end up being set to warn level in some repos, but is a good quality of life change.
  • The prettier config was updated to always add parentheses for arrow functions, which makes code more consistent, and makes migration to typescript simpler
Commits
  • 9c7318a ci: ensure that v is filtered out (#172)
  • b5cd396 ci: transition to github actions, fix release (#171)
  • f9b055d v0.8.0
  • 627e1e0 feat: bump eslint-plugin-jest from 23.20.0 to 24.1.5 (#170)
  • 9483ce2 feat: Always use arrow parens to make migration to typescript simpler (#169)
  • e90d8ab chore: [security] bump node-notifier from 8.0.0 to 8.0.1 (#168)
  • 63d2ed4 chore: bump eslint-plugin-react-hooks from 4.1.0 to 4.2.0 (#166)
  • 71012e5 chore: bump babel-jest from 26.3.0 to 26.6.1 (#165)
  • 8bc8299 chore: bump eslint-config-prettier from 6.11.0 to 6.13.0 (#164)
  • 32a6788 chore: bump eslint-plugin-react from 7.20.6 to 7.21.2 (#160)
  • 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.

If all status checks pass Dependabot will automatically merge this pull request.


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)
  • @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:

  • Update frequency (including time of day and day of week)
  • Pull request limits (per update run and/or open at any time)
  • Automerge options (never/patch/minor, and dev/runtime dependencies)
  • Out-of-range updates (receive only lockfile updates, if desired)
  • Security updates (receive only security updates, if desired)

@dependabot-preview dependabot-preview bot added the dependencies Pull requests that update a dependency file label Mar 18, 2021
@dependabot-preview
Copy link
Contributor Author

One of your CI runs failed on this pull request, so Dependabot won't merge it.

Dependabot will still automatically merge this pull request if you amend it and your tests pass.

@dependabot-preview dependabot-preview bot force-pushed the dependabot/npm_and_yarn/tophat/eslint-config-0.8.0 branch from ac0d6b9 to 0c6ba4a Compare April 12, 2021 17:34
Bumps [@tophat/eslint-config](https://github.com/tophat/eslint-config) from 0.7.0 to 0.8.0.
- [Release notes](https://github.com/tophat/eslint-config/releases)
- [Changelog](https://github.com/tophat/eslint-config/blob/master/CHANGELOG.md)
- [Commits](tophat/eslint-config@v0.7.0...v0.8.0)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
@dependabot-preview
Copy link
Contributor Author

Superseded by #989.

@dependabot-preview dependabot-preview bot deleted the dependabot/npm_and_yarn/tophat/eslint-config-0.8.0 branch June 2, 2021 17:23
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
dependencies Pull requests that update a dependency file
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant