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 js-yaml from 4.0.0 to 4.1.0 in /hedera-mirror-rest #1861

Merged

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Apr 19, 2021

Bumps js-yaml from 4.0.0 to 4.1.0.

Changelog

Sourced from js-yaml's changelog.

[4.1.0] - 2021-04-15

Added

  • Types are now exported as yaml.types.XXX.
  • Every type now has options property with original arguments kept as they were (see yaml.types.int.options as an example).

Changed

  • Schema.extend() now keeps old type order in case of conflicts (e.g. Schema.extend([ a, b, c ]).extend([ b, a, d ]) is now ordered as abcd instead of cbad).
Commits

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 Apr 19, 2021
@codecov
Copy link

codecov bot commented Apr 19, 2021

Codecov Report

Merging #1861 (312fe53) into master (8125fd6) will decrease coverage by 0.33%.
The diff coverage is 27.94%.

❗ Current head 312fe53 differs from pull request most recent head 93a6c86. Consider uploading reports for the commit 93a6c86 to get more accurate results
Impacted file tree graph

@@             Coverage Diff              @@
##             master    #1861      +/-   ##
============================================
- Coverage     87.37%   87.03%   -0.34%     
- Complexity     1743     1747       +4     
============================================
  Files           315      315              
  Lines          7691     7739      +48     
  Branches        735      739       +4     
============================================
+ Hits           6720     6736      +16     
- Misses          744      776      +32     
  Partials        227      227              
Impacted Files Coverage Δ Complexity Δ
...porter/downloader/record/RecordFileDownloader.java 100.00% <ø> (ø) 2.00 <0.00> (-1.00)
...ra/mirror/monitor/config/MonitorConfiguration.java 0.00% <0.00%> (ø) 0.00 <0.00> (ø)
.../hedera/mirror/monitor/publish/PublishMetrics.java 0.00% <0.00%> (ø) 0.00 <0.00> (ø)
...a/mirror/monitor/publish/TransactionPublisher.java 1.13% <0.00%> (-0.43%) 1.00 <0.00> (ø)
...dera/mirror/monitor/publish/PublishProperties.java 78.57% <33.33%> (-4.77%) 4.00 <0.00> (ø)
...r/importer/config/MetricsExecutionInterceptor.java 82.35% <100.00%> (ø) 12.00 <0.00> (ø)
.../hedera/mirror/importer/downloader/Downloader.java 86.20% <100.00%> (+1.08%) 46.00 <2.00> (+1.00)
...ra/mirror/importer/downloader/PendingDownload.java 66.66% <100.00%> (+3.03%) 8.00 <1.00> (+1.00)
...irror/importer/reader/event/EventFileReaderV3.java 97.56% <100.00%> (+0.12%) 7.00 <0.00> (ø)
...or/monitor/expression/ExpressionConverterImpl.java 88.88% <100.00%> (+0.17%) 10.00 <0.00> (ø)
... and 5 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 a10baec...93a6c86. Read the comment docs.

@xin-hedera xin-hedera added this to the Mirror 0.32.0 milestone Apr 19, 2021
@xin-hedera xin-hedera merged commit e7fb25d into master Apr 19, 2021
@xin-hedera xin-hedera deleted the dependabot/npm_and_yarn/hedera-mirror-rest/js-yaml-4.1.0 branch April 19, 2021 15:19
ijungmann pushed a commit that referenced this pull request May 18, 2021
Bumps [js-yaml](https://github.com/nodeca/js-yaml) from 4.0.0 to 4.1.0.
- [Release notes](https://github.com/nodeca/js-yaml/releases)
- [Changelog](https://github.com/nodeca/js-yaml/blob/master/CHANGELOG.md)
- [Commits](nodeca/js-yaml@4.0.0...4.1.0)

Signed-off-by: dependabot[bot] <support@github.com>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Signed-off-by: Ian Jungmann <ian.jungmann@hedera.com>
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.

None yet

1 participant