Bump github.com/magiconair/properties from 1.8.7 to 1.8.10
Bumps github.com/magiconair/properties from 1.8.7 to 1.8.10.
Release notes
Sourced from github.com/magiconair/properties's releases.
v1.8.10
What's Changed
- Add 32bit numeric getters which do not panic by
@magiconairin magiconair/properties#77- escape leading whitespace on value in Write() by
@magiconairin magiconair/properties#81Full Changelog: https://github.com/magiconair/properties/compare/v1.8.9...v1.8.10
v1.8.9
What's Changed
- Skip ignored private fields by
@rafaelhlin magiconair/properties#61New Contributors
@rafaelhlmade their first contribution in magiconair/properties#61Full Changelog: https://github.com/magiconair/properties/compare/v1.8.8...v1.8.9
v1.8.8
What's Changed
- migrate from deprecated ioutil dependency by
@mbensonin magiconair/properties#73- Load from io.Reader by
@mbensonin magiconair/properties#74New Contributors
@mbensonmade their first contribution in magiconair/properties#73Full Changelog: https://github.com/magiconair/properties/compare/v1.8.7...v1.8.8
Commits
281f515Merge pull request #81 from magiconair/issue-806b7aa68test with go1.2406f3133escape leading whitespace on value in Write()3dfc3b5Merge pull request #77 from magiconair/get32bitb148584Add 32bit numeric getters which do not panicd8bdba3Merge pull request #61 from rafaelhl/skip-ignored-private-fieldd80fb15test with more go versions7b90c47cleanup README449f224move CHANGELOG to Github Releasese64054dfix workflow- Additional commits viewable in compare view
You can trigger a rebase of this PR by commenting @dependabot rebase.
Dependabot commands and options
You can trigger Dependabot actions by commenting on this PR:
@dependabot rebasewill rebase this PR@dependabot recreatewill recreate this PR, overwriting any edits that have been made to it@dependabot mergewill merge this PR after your CI passes on it@dependabot squash and mergewill squash and merge this PR after your CI passes on it@dependabot cancel mergewill cancel a previously requested merge and block automerging@dependabot reopenwill reopen this PR if it is closed@dependabot closewill close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually@dependabot show <dependency name> ignore conditionswill show all of the ignore conditions of the specified dependency@dependabot ignore this major versionwill 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 versionwill 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 dependencywill close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)
Note Automatic rebases have been disabled on this pull request as it has been open for over 30 days.
[APPROVALNOTIFIER] This PR is NOT APPROVED
This pull-request has been approved by: dependabot[bot] Once this PR has been reviewed and has the lgtm label, please assign fahlmant for approval. For more information see the Code Review Process.
The full list of commands accepted by this bot can be found here.
Approvers can indicate their approval by writing /approve in a comment
Approvers can cancel approval by writing /approve cancel in a comment
Hi @dependabot[bot]. Thanks for your PR.
I'm waiting for a openshift member to verify that this patch is reasonable to test. If it is, they should reply with /ok-to-test on its own line. Until that is done, I will not automatically test new commits in this PR, but the usual testing commands by org members will still work. Regular contributors should join the org to skip this step.
Once the patch is verified, the new status will be reflected by the ok-to-test label.
I understand the commands that are listed here.
Instructions for interacting with me using PR comments are available here. If you have questions or suggestions related to my behavior, please file an issue against the kubernetes-sigs/prow repository.
/ok-to-test
Codecov Report
All modified and coverable lines are covered by tests :white_check_mark:
Project coverage is 32.04%. Comparing base (
ce141d0) to head (0b4b074). Report is 1 commits behind head on main.
Additional details and impacted files
@@ Coverage Diff @@
## main #417 +/- ##
==========================================
- Coverage 33.40% 32.04% -1.37%
==========================================
Files 33 35 +2
Lines 2332 2431 +99
==========================================
Hits 779 779
- Misses 1494 1593 +99
Partials 59 59
:rocket: New features to boost your workflow:
- :snowflake: Test Analytics: Detect flaky tests, report on failures, and find test suite problems.
@dependabot rebase
Sorry, only users with push access can use that command.
@dependabot[bot]: The following tests failed, say /retest to rerun all failed tests or /retest-required to rerun all mandatory failed tests:
| Test name | Commit | Details | Required | Rerun command |
|---|---|---|---|---|
| ci/prow/lint | 0b4b074f3eb5bdeced7d8067b24294e128d8472a | link | true | /test lint |
| ci/prow/test | 0b4b074f3eb5bdeced7d8067b24294e128d8472a | link | true | /test test |
Full PR test history. Your PR dashboard.
Instructions for interacting with me using PR comments are available here. If you have questions or suggestions related to my behavior, please file an issue against the kubernetes-sigs/prow repository. I understand the commands that are listed here.
OK, I won't notify you again about this release, but will get in touch when a new version is available. If you'd rather skip all updates until the next major or minor version, let me know by commenting @dependabot ignore this major version or @dependabot ignore this minor version. You can also ignore all major, minor, or patch releases for a dependency by adding an ignore condition with the desired update_types to your config file.
If you change your mind, just re-open this PR and I'll resolve any conflicts on it.