ntgussoni / blitz-guard

Blitz Guard - The centralized permission based authorization for Blitz.js
https://ntgussoni.github.io/blitz-guard
MIT License
134 stars 11 forks source link

Update runtypes 6.3.1 → 6.7.0 (minor) #342

Open depfu[bot] opened 1 year ago

depfu[bot] commented 1 year ago

Here is everything you need to know about this update. Please take a good look at what changed and the test results before merging this pull request.

What changed?

✳️ runtypes (6.3.1 → 6.7.0) · Repo

Release Notes

6.7.0

What's Changed

  • docs: add description about InstanceOf runtype by @yuhr in #313
  • chore(docs): update from cobraz to simenandre by @simenandre in #324
  • Allow for multiple brands by @cedw032 in #329

New Contributors

Full Changelog: v6.6.0...v6.7.0

6.6.0

What's Changed

New Contributors

Full Changelog: v6.5.1...v6.6.0

6.5.1

What's Changed

New Contributors

Full Changelog: v6.5.0...v6.5.1

6.5.0

What's Changed

  • Add helper function when for top-level match function by @yuhr in #285
  • Bump tmpl from 1.0.4 to 1.0.5 by @dependabot in #286

Full Changelog: v6.4.1...v6.5.0

6.4.1

Bug Fixes

  • Enable static types of Optional in Dictionary (#281)
  • Fix return type of top-level match function (#283)

6.4.0

Features

  • Add Template runtype (#279)

6.3.2

Bug Fixes

  • Use globalThis instead of global (#273)

Documentation

  • Add runtyping as a related library (#271)

Does any of this look wrong? Please let us know.

Commits

See the full diff on Github. The new version differs by 30 commits:


Depfu Status

Depfu will automatically keep this PR conflict-free, as long as you don't add any commits to this branch yourself. You can also trigger a rebase manually by commenting with @depfu rebase.

All Depfu comment commands
@​depfu rebase
Rebases against your default branch and redoes this update
@​depfu recreate
Recreates this PR, overwriting any edits that you've made to it
@​depfu merge
Merges this PR once your tests are passing and conflicts are resolved
@​depfu cancel merge
Cancels automatic merging of this PR
@​depfu close
Closes this PR and deletes the branch
@​depfu reopen
Restores the branch and reopens this PR (if it's closed)
@​depfu pause
Ignores all future updates for this dependency and closes this PR
@​depfu pause [minor|major]
Ignores all future minor/major updates for this dependency and closes this PR
@​depfu resume
Future versions of this dependency will create PRs again (leaves this PR as is)