Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Bump eslint-plugin-import from 2.23.2 to 2.23.3 in /hedera-mirror-rest #2007

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github May 24, 2021

Bumps eslint-plugin-import from 2.23.2 to 2.23.3.

Changelog

Sourced from eslint-plugin-import's changelog.

[2.23.3] - 2021-05-21

Fixed

  • [no-restricted-paths]: fix false positive matches (#2090, thanks [@​malykhinvi])
  • [no-cycle]: ignore imports where imported file only imports types of importing file (#2083, thanks [@​cherryblossom000])
  • [no-cycle]: fix false negative when file imports a type after importing a value in Flow (#2083, thanks [@​cherryblossom000])
  • [order]: restore default behavior unless type is in groups (#2087, thanks [@​grit96])

Changed

  • [Docs] Add no-relative-packages to list of to the list of rules (#2075, thanks [@​arvigeus])
Commits
  • 20c373c Bump to v2.23.3
  • 0a08b6a [Tests] order add passing test to close #2081
  • b39770d [Fix] order: restore default behavior unless type is in groups
  • 72b9c3d [Fix] no-cycle: fix false negative when file imports a type after importing...
  • 30bba6a [Fix] no-cycle: ignore imports where imported file only imports types of im...
  • 3cf913d [meta] sort and uniquify usernames in changelog
  • ddb2132 [Fix] no-restricted-paths: fix false positive matches
  • bc99b86 [Docs] Add no-relative-packages to list of to the list of rules
  • See full diff 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)

@dependabot dependabot bot added dependencies Type: Pull requests that update a dependency file javascript Pull requests that update Javascript code labels May 24, 2021
@codecov
Copy link

codecov bot commented May 24, 2021

Codecov Report

Merging #2007 (e51a304) into master (126751e) will increase coverage by 0.40%.
The diff coverage is 82.66%.

Impacted file tree graph

@@             Coverage Diff              @@
##             master    #2007      +/-   ##
============================================
+ Coverage     87.05%   87.45%   +0.40%     
- Complexity     1744     1817      +73     
============================================
  Files           315      320       +5     
  Lines          7731     8213     +482     
  Branches        740      814      +74     
============================================
+ Hits           6730     7183     +453     
- Misses          772      784      +12     
- Partials        229      246      +17     
Impacted Files Coverage Δ
...ra/mirror/monitor/config/MonitorConfiguration.java 0.00% <0.00%> (ø)
.../hedera/mirror/monitor/publish/PublishMetrics.java 0.00% <0.00%> (ø)
...a/mirror/monitor/publish/TransactionPublisher.java 1.06% <0.00%> (-0.08%) ⬇️
...a/mirror/monitor/subscribe/AbstractSubscriber.java 77.14% <ø> (-20.00%) ⬇️
.../mirror/monitor/subscribe/rest/RestSubscriber.java 100.00% <ø> (ø)
...nitor/subscribe/rest/RestSubscriberProperties.java 83.33% <ø> (ø)
hedera-mirror-rosetta/cmd/db.go 0.00% <0.00%> (ø)
hedera-mirror-rosetta/cmd/main.go 0.00% <0.00%> (ø)
hedera-mirror-rosetta/tools/maphelper/maphelper.go 100.00% <ø> (ø)
...ra/mirror/monitor/subscribe/SubscribeResponse.java 66.66% <60.00%> (ø)
... and 82 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 5a971ac...e51a304. Read the comment docs.

@ijungmann ijungmann merged commit 47ed648 into master May 25, 2021
@ijungmann ijungmann deleted the dependabot/npm_and_yarn/hedera-mirror-rest/eslint-plugin-import-2.23.3 branch May 25, 2021 17:11
@steven-sheehy steven-sheehy added this to the Mirror 0.35.0 milestone May 29, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
dependencies Type: Pull requests that update a dependency file javascript Pull requests that update Javascript code
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants