dep: bump dry-validation from 1.8.0 to 1.8.1
Bumps dry-validation from 1.8.0 to 1.8.1.
Release notes
Sourced from dry-validation's releases.
v1.8.1
Fixed
- Raise an InvalidKeyErrors on substring of valid keys (issue #705 fixed via #706) (
@MatElGran
)- Using
rule(:arr).each { .. }
doesn't crash when:arr
turns out to benil
(issue #708 fixed via #709) (@bautrey37
)
Changelog
Sourced from dry-validation's changelog.
1.8.1 2022-05-28
Fixed
- Raise an InvalidKeyErrors on substring of valid keys (issue #705 fixed via #706) (
@MatElGran
)- Using
rule(:arr).each { .. }
doesn't crash when:arr
turns out to benil
(issue #708 fixed via #709) (@bautrey37
)
Commits
-
7772f54
Update changelog.yml -
fd32d81
Bump dry-validation to 1.8.1 -
5c43279
[rubocop] disable Metrics/AbcSize in Rule#each for now -
209b0a8
[devtools] sync -
87d01eb
Update changelog.yml -
10a9d68
Merge pull request #709 from bautrey37/fix-rule.each-on-optional-value -
035f880
Skip processingrule.each
on optional value when input is nil -
1bf0e0c
rubocop -a -
3051387
Fix spec -
6d69fe1
[ci] fix codacy action - Additional commits viewable in compare view
Dependabot commands
You can trigger Dependabot actions by commenting on this MR
-
@dependabot-bot rebase
will rebase this MR -
@dependabot-bot recreate
will recreate this MR rewriting all the manual changes and resolving conflicts
Allure report
allure-report-publisher
generated test report!
rspec:
+------------------------------------------------------------------+
| behaviors summary |
+-------------+--------+--------+---------+-------+-------+--------+
| | passed | failed | skipped | flaky | total | result |
+-------------+--------+--------+---------+-------+-------+--------+
| tasks | 8 | 0 | 0 | 0 | 8 | ✅ |
| services | 170 | 0 | 0 | 0 | 170 | ✅ |
| models | 3 | 0 | 0 | 0 | 3 | ✅ |
| controllers | 25 | 0 | 0 | 0 | 25 | ✅ |
| jobs | 14 | 0 | 0 | 0 | 14 | ✅ |
| system | 10 | 0 | 0 | 0 | 10 | ✅ |
+-------------+--------+--------+---------+-------+-------+--------+
| Total | 230 | 0 | 0 | 0 | 230 | ✅ |
+-------------+--------+--------+---------+-------+-------+--------+
Edited by George Koltsov