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

Update dependency metosin:malli to v0.15.0 #349

Merged
merged 1 commit into from
Mar 23, 2024

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Mar 23, 2024

Mend Renovate

This PR contains the following updates:

Package Type Update Change
metosin:malli dependencies minor 0.14.0 -> 0.15.0

Release Notes

metosin/malli (metosin:malli)

v0.15.0

Compare Source

  • :=> takes optional 3rd child, the guard schema validating vector of arguments and return value [args ret]. See Function Guards for more details. Fixes #​764 and #​764.
;; function of arg:int -> ret:int, where arg < ret
[:=> 
 [:cat :int] 
 :int 
 [:fn (fn [[[arg] ret]] (< arg ret))]]
  • BREAKING: malli.generator/function-checker returns explanations under new keys:

    • ::mg/explain-input -> ::m/explain-input
    • ::mg/explain-output -> ::m/explain-output
    • new ::m/explain-guard to return guard explanation, if any
  • m/explain for :=> returns also errors for args, return and guard if they exist

  • FIX m/deref-recursive doesn't play nice with :merge schema #​997 via #​999

  • FIX nested :repeat sequence schema's doesn't seem to work #​761 via #​1024

  • FIX Invalid Swagger JSON with [:or :nil] alternatives #​1006 via #​1023

  • FIX (explain :tuple []) #​1022

  • Enforce entry specs in open map destructurings #​1021

  • FIX goog/mixin was deprecated and is now removed #​1016

  • Updated dependencies:

borkdude/edamame 1.3.23 -> 1.4.25

Configuration

📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).

🚦 Automerge: Enabled.

Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.

🔕 Ignore: Close this PR and you won't be reminded about this update again.


  • If you want to rebase/retry this PR, check this box

This PR has been generated by Mend Renovate. View repository job log here.

@renovate renovate bot added dependency Any dependency update renovate Create by the renovate bot labels Mar 23, 2024
@renovate renovate bot enabled auto-merge (rebase) March 23, 2024 14:17
Copy link

github-actions bot commented Mar 23, 2024

🦙 MegaLinter status: ⚠️ WARNING

Descriptor Linter Files Fixed Errors Elapsed time
✅ CLOJURE clj-kondo 1 0 0.05s
⚠️ COPYPASTE jscpd yes 1 1.56s
✅ REPOSITORY checkov yes no 19.34s
✅ REPOSITORY gitleaks yes no 0.39s
✅ REPOSITORY git_diff yes no 0.0s
✅ REPOSITORY grype yes no 12.17s
✅ REPOSITORY secretlint yes no 0.88s
✅ REPOSITORY trivy yes no 5.09s
✅ REPOSITORY trivy-sbom yes no 4.31s
✅ REPOSITORY trufflehog yes no 8.33s

See detailed report in MegaLinter reports
Set VALIDATE_ALL_CODEBASE: true in mega-linter.yml to validate all sources, not only the diff

MegaLinter is graciously provided by OX Security

Copy link

github-actions bot commented Mar 23, 2024

Unit Test Results

2 tests   2 ✔️  0s ⏱️
8 suites  0 💤
1 files    0

Results for commit 480a780.

♻️ This comment has been updated with latest results.

@renovate renovate bot force-pushed the renovate/metosin-malli-0.x branch from 4cb0a08 to 480a780 Compare March 23, 2024 16:39
@renovate renovate bot merged commit 84a7664 into master Mar 23, 2024
6 checks passed
@renovate renovate bot deleted the renovate/metosin-malli-0.x branch March 23, 2024 20:16
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
dependency Any dependency update renovate Create by the renovate bot
Projects
None yet
Development

Successfully merging this pull request may close these issues.

0 participants