Skip to content
This repository has been archived by the owner on Feb 18, 2024. It is now read-only.

Update dependency eslint-plugin-ava to v9 #203

Merged
merged 2 commits into from
Dec 13, 2019

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Sep 26, 2019

This PR contains the following updates:

Package Type Update Change
eslint-plugin-ava devDependencies major ^7.1.0 -> ^9.0.0

Release Notes

avajs/eslint-plugin-ava

v9.0.0

Compare Source

Breaking
  • Support named imports and destructured requires (#​232) e30eafa
    This is breaking as it might enable finding more issues that was previously not found.
Enhancements
  • Fully support non-file usage 6705aa6

v8.0.0

Compare Source

Breaking changes

This plugin now requires ESLint 6.

New rules

All changes

v7.1.0...v8.0.0

Thanks

Thank you @​MrHen, @​forresst, @​JLHwung and @​gurrrung. We couldn't have done this without you!

Get involved

We welcome new contributors. AVA is a friendly place to get started in open source. We have a great article on getting started contributing and a comprehensive contributing guide.


Renovate configuration

📅 Schedule: At any time (no schedule defined).

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

♻️ Rebasing: Whenever PR becomes conflicted, or if you modify the PR title to begin with "rebase!".

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


  • If you want to rebase/retry this PR, check this box

Newsflash: Renovate has joined WhiteSource, and is now free for all use. Learn more or view updated terms and privacy policies.

@renovate renovate bot force-pushed the renovate/eslint-plugin-ava-9.x branch from 92dcf1c to ed1c907 Compare December 13, 2019 14:07
```
error: Avoid using `deepEqual` with literal primitives (ava/no-incorrect-deep-equal) at test/Rule.js:44:3:
  42 |
  43 |   t.is(instance, rule);
> 44 |   t.deepEqual(rule.get('enforce'), 'pre');
     |   ^
  45 | });
  46 |
  47 | test('post', t => {

error: Avoid using `deepEqual` with literal primitives (ava/no-incorrect-deep-equal) at test/Rule.js:52:3:
  50 |
  51 |   t.is(instance, rule);
> 52 |   t.deepEqual(rule.get('enforce'), 'post');
     |   ^
  53 | });
  54 |
  55 | test('sets methods', t => {
```
@renovate
Copy link
Contributor Author

renovate bot commented Dec 13, 2019

PR has been edited

👷 This PR has received other commits, so Renovate will stop updating it to avoid conflicts or other problems. If you wish to abandon your changes and have Renovate start over you may click the "rebase" checkbox in the PR body/description.

@edmorley edmorley merged commit 28127a3 into master Dec 13, 2019
@edmorley edmorley deleted the renovate/eslint-plugin-ava-9.x branch December 13, 2019 14:20
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Development

Successfully merging this pull request may close these issues.

2 participants