archivesunleashed / warclight

A Rails engine supporting the discovery of web archives.
https://archivesunleashed.org/warclight/
Other
49 stars 10 forks source link

[js] Upgrade eslint-config-airbnb-base: 14.2.1 → 15.0.0 (major) #241

Closed depfu[bot] closed 2 years ago

depfu[bot] commented 2 years ago

Here is everything you need to know about this upgrade. Please take a good look at what changed and the test results before merging this pull request.

What changed?

✳️ eslint-config-airbnb-base (14.2.1 → 15.0.0) · Repo · Changelog

Release Notes

15.0.0 (from changelog)

  • [breaking] drop eslint < 7, add eslint 8 (#2495)
  • [breaking] add exports
  • [patch] Improve function-paren-newline with multiline-arguments option (#2471)
  • [patch] update default value for complexity (#2420)
  • [patch] add disabled no-unsafe-optional-chaining rule
  • [patch] arthmetic -> arithmetic (#2341)
  • [patch] fix spelling of "than" (#2333)
  • [patch] add no-nonoctal-decimal-escape rule
  • [patch] import/no-extraneous-dependencies: Add .eslintrc.js to devDeps (#2329)
  • [guide] Spread operator => Spread syntax (#2423)
  • [guide] add references for eslint rules (#2419)
  • [Docs] HTTP => HTTPS (#2489)
  • [readme] some updates
  • [meta] use prepublishOnly script for npm 7+
  • [deps] update eslint-plugin-import, eslint-plugin-react, object.entries
  • [dev deps] update @babel/runtime, ``tape`

Does any of this look wrong? Please let us know.


Depfu Status

Depfu will automatically keep this PR conflict-free, as long as you don't add any commits to this branch yourself. You can also trigger a rebase manually by commenting with @depfu rebase.

All Depfu comment commands
@​depfu rebase
Rebases against your default branch and redoes this update
@​depfu recreate
Recreates this PR, overwriting any edits that you've made to it
@​depfu merge
Merges this PR once your tests are passing and conflicts are resolved
@​depfu close
Closes this PR and deletes the branch
@​depfu reopen
Restores the branch and reopens this PR (if it's closed)
@​depfu pause
Ignores all future updates for this dependency and closes this PR
@​depfu pause [minor|major]
Ignores all future minor/major updates for this dependency and closes this PR
@​depfu resume
Future versions of this dependency will create PRs again (leaves this PR as is)
codecov[bot] commented 2 years ago

Codecov Report

Merging #241 (25a4325) into main (90bab02) will not change coverage. The diff coverage is n/a.

Impacted file tree graph

@@            Coverage Diff            @@
##              main      #241   +/-   ##
=========================================
  Coverage   100.00%   100.00%           
=========================================
  Files            5         5           
  Lines           33        33           
=========================================
  Hits            33        33           

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 90bab02...25a4325. Read the comment docs.