-
-
Notifications
You must be signed in to change notification settings - Fork 204
fix(valibot): use v.isoTimestamp instead of v.isoDateTime for OpenAPI's date-time #2192
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
|
🦋 Changeset detectedLatest commit: 7a740ed The changes in this PR will be included in the next version bump. This PR includes changesets to release 1 package
Not sure what this means? Click here to learn what changesets are. Click here if you're a maintainer who wants to add another changeset to this PR |
The latest updates on your projects. Learn more about Vercel for Git ↗︎
|
I have never worked with test snapshots before, but I feel like I am not supposed to edit these files manually? Any guidance on how to update the tests so that they parse would be appreciated! |
@Daschi1 just need to run |
When I run the command, I get an error: pnpm openapi-ts-tests test:update
> openapi-ts-monorepo@0.1.0 openapi-ts-tests D:\Projects\openapi-ts
> turbo run $1 --filter="@test/openapi-ts" "test:update"
turbo 2.5.4
x Missing tasks in project
`-> x Could not find task `$1` in project
ELIFECYCLE Command failed with exit code 1. Could you please help? I am not familiar with turbo and don't really know how to approach diagnosing this. |
Hmm I actually haven't seen this error before, it's not very descriptive obviously. The only thing I know you could run into is the need to build the packages first (custom-client and openapi-ts), but I'd expect the error to say as much. If building packages doesn't help and you can't figure out what's the issue quickly let me know and I'll get this change in and fix the snapshots on my end |
I investigated a bit and I think the error stems from the fact that So I just ran the command directly ( I ran the Somewhere along the process however, the necessary snapshot files appear to have been updated. Could you please check and confirm that those files are indeed the ones we need? |
commit: |
Codecov ReportAttention: Patch coverage is
Additional details and impacted files@@ Coverage Diff @@
## main #2192 +/- ##
=======================================
Coverage 24.96% 24.96%
=======================================
Files 296 296
Lines 27636 27636
Branches 1246 1246
=======================================
Hits 6899 6899
Misses 20729 20729
Partials 8 8
Flags with carried forward coverage won't be shown. Click here to find out more. ☔ View full report in Codecov by Sentry. 🚀 New features to boost your workflow:
|
@Daschi1 tests passed, so the answer is yes! Thank you for contributing! I'll release this either today or tomorrow |
Fixes #2191