-
-
Notifications
You must be signed in to change notification settings - Fork 166
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
chore: update to effet 3.10 #720
Conversation
pretty sure there is something to change here too: Line 211 in 37c3f78
|
also, you can try to bump it to 3.10.2 instead, as they had another update last night |
@titouancreach I contributed a PR back to your fork with the update of the |
|
chore(effect-ts): adjusts microbundle build
Thanks @dudeofawesome ! |
Don't want to sound pushy, but is there any chance to get this PR merged? Effect is moving pretty fast and this PR is blocking me from updating to Effect 3.10 – I'm afraid of getting behind the schedule and therefore having a large migration effort in the future. |
@akoenig I don't know if it helps, but this resolver only consist in two files, I simply copy pasted it to my code waiting for this PR to be merged, so my code don't stay behind |
@akoenig I've also got a version based on my old PR published on NPM, which I've been using to keep up with Effect. You can use it pretty seamlessly by simply updating your {
...
"dependencies": {
"@hookform/resolvers": "npm:@dudeofawesome/[email protected]"
}
} |
@bluebill1049 any idea when this will be released? |
Ah, so
Led to semantic-release ignoring that commit We need to push another commit that starts with one of the correct triggers like @bluebill1049 @vinassefranche Do you want me to come up with an insignificant commit that meets the above criteria, or is there some other way you'd like to handle this? |
@jonathanpowers-storable thanks for the detailed info! |
🎉 This PR is included in version 3.10.0 🎉 The release is available on: Your semantic-release bot 📦🚀 |
Effect has updated to 3.10 merging @effect/schema into effect main package.
https://effect.website/blog/effect-3.10
So this PR, remove @effect/schema, change the imports and update effect.
btw it deprecates: #710