-
Notifications
You must be signed in to change notification settings - Fork 470
feat: add allowed roles to role query types #670
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
Conversation
This pull request is automatically built and testable in CodeSandbox. To see build info of the built libraries, click here or the icon next to each commit SHA. Latest deployment of this branch, based on commit 9fc4f91:
|
Codecov Report
@@ Coverage Diff @@
## master #670 +/- ##
=========================================
Coverage 100.00% 100.00%
=========================================
Files 24 24
Lines 603 603
Branches 151 151
=========================================
Hits 603 603 Continue to review full report at Codecov.
|
951b539
to
ed48005
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Looks good. One minor question though.
dc77621
to
bce30bf
Compare
Seems legit. Looks like travis is failing due to some linting issues in the types? |
You're right @kentcdodds . |
@@ -3,6 +3,7 @@ | |||
"rules": { | |||
"no-useless-files": false, | |||
"no-relative-import-in-test": false, | |||
"semicolon": false | |||
"semicolon": false, | |||
"whitespace": false |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Disabled whitespace checks because this clashes with our prettier configuration.
Should be good to go on my end, can you have another look at it @eps1lon and share your thoughts? |
@timdeschryver Nice work! |
🎉 This PR is included in version 7.20.0 🎉 The release is available on:
Your semantic-release bot 📦🚀 |
What:
Why:
How:
Checklist:
docs site
@eps1lon is there already a aria roles union type available that could be reused?