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
165 stars 37 forks source link

build(deps): bump casbin from 5.11.5 to 5.14.0 #260

Closed dependabot[bot] closed 2 years ago

dependabot[bot] commented 2 years ago

Bumps casbin from 5.11.5 to 5.14.0.

Release notes

Sourced from casbin's releases.

v5.14.0

5.14.0 (2022-03-18)

Features

  • rbac: add getUsersForRoleInDomain & getRolesForUserInDomain (#351) (4896ca2), closes #304

v5.14.0-beta.1

5.14.0-beta.1 (2022-02-27)

Bug Fixes

  • fix logic error and add unittests (e36cc23)
  • rename StringAdapter to MemoryAdapter (0b1019a)
  • use csv-like format (3b54c93)

Features

  • add policyArrayToString and policyStringToArray to util (0f66bc1)
  • Extend multiple sections type of escapeAssertion (#180) (33c784c)
  • implement csv parser (968a232)
  • implement string adapater (0c59cae)
  • Multiple sections type (cc58c57)
  • RBAC with Domains API (3e38bb5)

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

... (truncated)

Changelog

Sourced from casbin's changelog.

5.14.0 (2022-03-18)

Features

  • rbac: add getUsersForRoleInDomain & getRolesForUserInDomain (#351) (4896ca2), closes #304

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
  • 7803ccb chore(release): 5.14.0 [skip ci]
  • 4896ca2 feat(rbac): add getUsersForRoleInDomain & getRolesForUserInDomain (#351)
  • 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)
  • 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

CLAassistant commented 2 years ago

CLA assistant check
Thank you for your submission! We really appreciate it. Like many open source projects, we ask that you sign our Contributor License Agreement before we can accept your contribution.
You have signed the CLA already but the status is still pending? Let us recheck it.

dependabot[bot] commented 2 years ago

OK, I won't notify you again about this release, but will get in touch when a new version is available. If you'd rather skip all updates until the next major or minor version, let me know by commenting @dependabot ignore this major version or @dependabot ignore this minor version. You can also ignore all major, minor, or patch releases for a dependency by adding an ignore condition with the desired update_types to your config file.

If you change your mind, just re-open this PR and I'll resolve any conflicts on it.