Skip to content
This repository has been archived by the owner on Nov 10, 2021. It is now read-only.

Update dependency eslint-config-amo to v5 #971

Closed
wants to merge 1 commit into from

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Oct 27, 2021

WhiteSource Renovate

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
eslint-config-amo 4.11.0 -> 5.1.0 age adoption passing confidence

Release Notes

mozilla/eslint-config-amo

v5.1.0

Compare Source

Main changes

Split config into a base config and the (old) config, which includes base + airbnb (full) and React rules (#​366). This change should be safe because the main configuration includes the base one.

For non-React projects, it is now possible to use amo/base instead of amo in the extends list:

diff --git a/.eslintrc b/.eslintrc
index dcabcd3..d8f02c1 100644
--- a/.eslintrc
+++ b/.eslintrc
@​@​ -1,3 +1,3 @​@​
 {
-	"extends": ["amo"]
+	"extends": ["amo/base"]
 }

v5.0.0

Compare Source

Main changes

  • Added: add support for eslint v8 (#​359)

dependencies

  • Updated: dependency eslint-plugin-import to v2.25.2 (#​362)
  • Updated: dependency eslint-plugin-jest to v25.2.2 (#​363)
  • Updated: dependency eslint-plugin-react to v7.26.1 (#​356)

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 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 WhiteSource Renovate. View repository job log here.

@renovate renovate bot force-pushed the renovate/eslint-config-amo-5.x branch from eab7bce to 70f7c65 Compare October 27, 2021 19:23
@renovate renovate bot force-pushed the renovate/eslint-config-amo-5.x branch from 70f7c65 to 066ae53 Compare October 28, 2021 14:24
@codecov
Copy link

codecov bot commented Oct 28, 2021

Codecov Report

Merging #971 (066ae53) into master (1a0f68a) will not change coverage.
The diff coverage is n/a.

Impacted file tree graph

@@           Coverage Diff           @@
##           master     #971   +/-   ##
=======================================
  Coverage   95.06%   95.06%           
=======================================
  Files           6        6           
  Lines         162      162           
  Branches       41       41           
=======================================
  Hits          154      154           
  Misses          7        7           
  Partials        1        1           

Continue to review full report at Codecov.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update 1a0f68a...066ae53. Read the comment docs.

@willdurand willdurand closed this Nov 9, 2021
@renovate
Copy link
Contributor Author

renovate bot commented Nov 9, 2021

Renovate Ignore Notification

As this PR has been closed unmerged, Renovate will ignore this upgrade and you will not receive PRs for any future 5.x releases. However, if you upgrade to 5.x manually then Renovate will then reenable updates for minor and patch updates automatically.

If this PR was closed by mistake or you changed your mind, you can simply rename this PR and you will soon get a fresh replacement PR opened.

@renovate renovate bot deleted the renovate/eslint-config-amo-5.x branch November 9, 2021 11:23
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants