FixMyBerlin / fixmy.frontend

FixMyBerlin - A Mobility Platform for Berlin
https://fixmyberlin.de
GNU Affero General Public License v3.0
19 stars 6 forks source link

Bump eslint-import-resolver-webpack from 0.11.1 to 0.13.2 #1066

Open dependabot[bot] opened 2 years ago

dependabot[bot] commented 2 years ago

Bumps eslint-import-resolver-webpack from 0.11.1 to 0.13.2.

Release notes

Sourced from eslint-import-resolver-webpack's releases.

no-old-and-busted

no-commonjs and no-amd rules added. (thanks @​xjamundx for donating code to get these going)

semver-fail

Unpublished and re-released as 0.13.0. See #170.

docs

Moved rule details into separate files, so the README is shorter and does not distract from config settings (resolvers, import/parser, etc.).

No code changes, should be functionally identical to v0.12.0.

ignores on ignores

  • Ignore import/ignore if exports are actually found in the parsed module. Does this to support use of jsnext:main in node_modules without the pain of managing a whitelist or a nuanced blacklist. May be removed pending how surprising/helpful it ends up being.
Commits
  • c3633c6 [resolvers/webpack] v0.13.2
  • ce702dc [resolvers/webpack] [meta] expand engines.node to include node 17
  • 3a44931 [Tests] use new codecov uploader
  • 661876f utils: v2.7.1
  • 02a15aa [utils] [fix] fixed SyntaxError in node <= 6: Unexpected token ) in parse.js
  • 67103e6 Bump to v2.25.2
  • 85739db [Deps] update eslint-module-utils
  • 9cc1654 Bump to v2.25.1
  • 6bdab31 [Deps] update eslint-module-utils
  • b0131d2 Bump to v2.25.0
  • 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)
codecov[bot] commented 2 years ago

Codecov Report

Merging #1066 (7e79316) into dependabot/merge (9381303) will not change coverage. The diff coverage is n/a.

@@                Coverage Diff                @@
##           dependabot/merge    #1066   +/-   ##
=================================================
  Coverage             44.81%   44.81%           
=================================================
  Files                   386      386           
  Lines                  7237     7237           
  Branches               1426     1426           
=================================================
  Hits                   3243     3243           
  Misses                 3756     3756           
  Partials                238      238           
Flag Coverage Δ
unittests 44.81% <ø> (ø)

Flags with carried forward coverage won't be shown. Click here to find out more.


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 9381303...7e79316. Read the comment docs.