-
Notifications
You must be signed in to change notification settings - Fork 370
Migrates to Zod v4 #7005
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
Migrates to Zod v4 #7005
Conversation
MartinM85
left a comment
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.
Quick review. Nothing major, but maybe I overlooked something.
src/m365/entra/commands/roledefinition/roledefinition-remove.ts
Outdated
Show resolved
Hide resolved
|
Thanks for the feedback @MartinM85! Very keen eye! |
a86f242 to
4138dd6
Compare
MartinM85
left a comment
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.
Just a few minor suggestions from my side...using z.uuid() instead of z.string() in several commands.
|
Thanks @MartinM85. I wanted to keep the migration limited to just the necessary changes, but we can include the improvements you suggested too. |
Hi @waldekmastykarz, in that case just ignore my suggestions. |
4138dd6 to
ce148db
Compare
713038e to
fe31e6a
Compare
MartinM85
left a comment
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.
Great work @waldekmastykarz 🚀
Approved. I will merge it manually.
No description provided.