todo_api
todo_api copied to clipboard
Bump dry-validation from 1.7.0 to 1.8.1
Bumps dry-validation from 1.7.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:arrturns out to benil(issue #708 fixed via #709) (@bautrey37)v1.8.0
Added
Changed
- Dependency on dry-schema was bumped to 1.9.1 (
@solnic)
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:arrturns out to benil(issue #708 fixed via #709) (@bautrey37)1.8.0 2022-02-17
Added
Changed
- Dependency on dry-schema was bumped to 1.9.1 (
@solnic)
Commits
7772f54Update changelog.ymlfd32d81Bump dry-validation to 1.8.15c43279[rubocop] disable Metrics/AbcSize in Rule#each for now209b0a8[devtools] sync87d01ebUpdate changelog.yml10a9d68Merge pull request #709 from bautrey37/fix-rule.each-on-optional-value035f880Skip processingrule.eachon optional value when input is nil1bf0e0crubocop -a3051387Fix spec6d69fe1[ci] fix codacy action- 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 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 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)
@dependabot rebase