pod
pod copied to clipboard
Bump github.com/magiconair/properties from 1.8.4 to 1.8.6
Bumps github.com/magiconair/properties from 1.8.4 to 1.8.6.
Changelog
Sourced from github.com/magiconair/properties's changelog.
1.8.6 - 23 Feb 2022
[PR #57](magiconair/properties#57 "unreachable code" lint error
Thanks to
@ellie
for the patch.[PR #63](magiconair/properties#63): Make TestMustGetParsedDuration backwards compatible
This patch ensures that the
TestMustGetParsedDuration
still works withgo1.3
to make the author happy until it affects real users.Thanks to
@maage
for the patch.1.8.5 - 24 Mar 2021
[PR #55](magiconair/properties#55): Fix: Encoding Bug in Comments
When reading comments \ are loaded correctly, but when writing they are then replaced by \. This leads to wrong comments when writing and reading multiple times.
Thanks to
@doxsch
for the patch.
Commits
869a559
Merge pull request #63 from maage/beta-1419d650
retain go1.3 backwards compatibility9a74999
TestMustGetParsedDuration: drop version testsf999e06
Fix linter issues1ec58eb
Remove unused code4bca56f
Merge pull request #57 from ellie/fix-unreachable28b5227
Fix unreachable code lint error291b826
fix time test for older versionsf70a7db
fix time test for older versionsbbc0d6d
bump travis to go1.16- Additional commits viewable in compare view
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 Report
Merging #1504 (090a339) into develop (f34196f) will decrease coverage by
6.75%
. The diff coverage isn/a
.
:exclamation: Current head 090a339 differs from pull request most recent head f0c8d0d. Consider uploading reports for the commit f0c8d0d to get more accurate results
@@ Coverage Diff @@
## develop #1504 +/- ##
===========================================
- Coverage 67.45% 60.69% -6.76%
===========================================
Files 131 130 -1
Lines 9927 9820 -107
===========================================
- Hits 6696 5960 -736
- Misses 2592 3362 +770
+ Partials 639 498 -141
Impacted Files | Coverage Δ | |
---|---|---|
nft/bootstrapper.go | 0.00% <0.00%> (-100.00%) |
:arrow_down: |
config/configstore/jobs.go | 0.00% <0.00%> (-80.00%) |
:arrow_down: |
anchors/bootstrapper.go | 0.00% <0.00%> (-75.00%) |
:arrow_down: |
identity/ideth/bootstrapper.go | 17.39% <0.00%> (-73.92%) |
:arrow_down: |
identity/ideth/factory.go | 0.00% <0.00%> (-72.50%) |
:arrow_down: |
centchain/bootstrapper.go | 0.00% <0.00%> (-66.67%) |
:arrow_down: |
ethereum/bootstrapper.go | 0.00% <0.00%> (-60.00%) |
:arrow_down: |
anchors/service.go | 0.00% <0.00%> (-56.87%) |
:arrow_down: |
identity/ideth/service.go | 0.00% <0.00%> (-49.20%) |
:arrow_down: |
nft/jobs.go | 2.34% <0.00%> (-48.05%) |
:arrow_down: |
... and 12 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 9da4fb3...f0c8d0d. Read the comment docs.
Superseded by #1562.