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

fix(deps): update dependency runtypes to v7 #278

Closed
wants to merge 1 commit into from

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Jan 26, 2025

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
runtypes ^6.5.1 -> ^7.0.0 age adoption passing confidence

Release Notes

runtypes/runtypes (runtypes)

v7.0.1

Compare Source

What's Changed

Full Changelog: runtypes/runtypes@v7.0.0...v7.0.1

v7.0.0

Compare Source

Migration From v6

Notable breaking changes from v6:

  • Record has been renamed to Object
  • Dictionary has been renamed to Record and the order of arguments is now Record(Key, Value)
  • .Or(...) and .And(...) utility have been renamed to .or(...) and .and(...)
  • Optional is no longer a runtype, but a contextual wrapper only meaningful in Object fields
  • .validate(...) method has been renamed to .inspect(...) and performs parsing by default
  • The shape of Failure has been changed drastically to include full details of validation failures

Highlighted new features:

What's Changed

Full Changelog: runtypes/runtypes@v6.7.0...v7.0.0


Configuration

📅 Schedule: Branch creation - "every weekend" in timezone Europe/Brussels, Automerge - At any time (no schedule defined).

🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.

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 was generated by Mend Renovate. View the repository job log.

Copy link
Contributor Author

renovate bot commented Jan 26, 2025

Renovate Ignore Notification

Because you closed this PR without merging, Renovate will ignore this update. You will not get PRs for any future 7.x releases. But if you manually upgrade to 7.x then Renovate will re-enable minor and patch updates automatically.

If you accidentally closed this PR, or if you changed your mind: rename this PR to get a fresh replacement PR.

@renovate renovate bot deleted the renovate/runtypes-7.x branch January 26, 2025 13:50
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants