casbin / casbin.js

An authorization library that supports access control models like ACL, RBAC, ABAC in Frontend Javascript
https://casbin.org/docs/en/frontend
Apache License 2.0
160 stars 37 forks source link

build(deps): bump casbin from 5.11.5 to 5.13.2 #257

Closed dependabot[bot] closed 2 years ago

dependabot[bot] commented 2 years ago

Bumps casbin from 5.11.5 to 5.13.2.

Release notes

Sourced from casbin's releases.

v5.13.2

5.13.2 (2022-03-02)

Bug Fixes

  • matcher result should be boolean or number for KeyGet2 (#347) (0257078)

v5.13.1

5.13.1 (2022-02-22)

Bug Fixes

  • 'eval' not detected (86e2add)
  • created two regex expressions (de5f2f4)

v5.13.0

5.13.0 (2022-01-25)

Features

v5.12.0

5.12.0 (2022-01-16)

Features

Changelog

Sourced from casbin's changelog.

5.13.2 (2022-03-02)

Bug Fixes

  • matcher result should be boolean or number for KeyGet2 (#347) (0257078)

5.13.1 (2022-02-22)

Bug Fixes

  • 'eval' not detected (86e2add)
  • created two regex expressions (de5f2f4)

5.13.0 (2022-01-25)

Features

5.12.0 (2022-01-16)

Features

Commits
  • 6573422 chore(release): 5.13.2 [skip ci]
  • 0257078 fix: matcher result should be boolean or number for KeyGet2 (#347)
  • 406da97 chore(release): 5.13.1 [skip ci]
  • c708be4 Merge pull request #349 from Shivansh-yadav13/bug-fix-2
  • de5f2f4 fix: created two regex expressions
  • 86e2add fix: 'eval' not detected
  • 2d55577 chore(deps): bump trim-off-newlines from 1.0.1 to 1.0.3 (#342)
  • d934b90 chore(deps): bump node-fetch from 2.6.1 to 2.6.7 (#343)
  • c5e647f chore(release): 5.13.0 [skip ci]
  • ebfaede feat: getImplicitUsersForRole (#341)
  • Additional commits viewable in compare view


Dependabot compatibility score

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 rebase` will rebase this PR - `@dependabot recreate` will recreate this PR, overwriting any edits that have been made to it - `@dependabot merge` will merge this PR after your CI passes on it - `@dependabot squash and merge` will squash and merge this PR after your CI passes on it - `@dependabot cancel merge` will cancel a previously requested merge and block automerging - `@dependabot reopen` will reopen this PR if it is closed - `@dependabot close` will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually - `@dependabot ignore this major version` will 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 version` will 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 dependency` will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)
casbin-bot commented 2 years ago

@Gabriel-403 @Zxilly @kingiw @nodece please review

dependabot[bot] commented 2 years ago

Superseded by #260.