fix: improve parseAs handling and cleanup lint issues#3859
fix: improve parseAs handling and cleanup lint issues#3859aartisonigra wants to merge 7986 commits into
Conversation
fix: add WithSpecExtensions type
docs: add readme sync
docs: new changelog
ci: update GitHub release action
…ve-preview-7.x chore(deps): update dependency @typescript/native-preview to v7.0.0-dev.20260409.1
…h-notes ci: gate release notes on changesets publish
chore(deps): update dependency @orpc/contract to v1.13.14
…-4.x chore(deps): update dependency @nuxt/test-utils to v4.0.2
chore(deps): update dependency @types/node to v24.12.2
…tributors ci: remove app contributors
Emit a console warning when the same plugin name appears multiple times in the plugins array. The last configuration still wins, but users now get a diagnostic pointing to the root cause of unexpected behavior. Closes hey-api#3600
…ate-key-in-transformers
…schema-ref-parser
…ve-preview-7.x
|
|
🦋 Changeset detectedLatest commit: b684dac The changes in this PR will be included in the next version bump. This PR includes changesets to release 6 packages
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 |
|
@aartisonigra is attempting to deploy a commit to the Hey API Team on Vercel. A member of the Team first needs to authorize it. |
|
Can you please review my PR? |
|
@aartisonigra please make sure CI checks pass! |
mrlubos
left a comment
There was a problem hiding this comment.
please make sure CI checks pass!
|
@mrlubos ,The build output is successfully generated and all dist artifacts are present. However, tsdown fails in a post-build “pack” step with a TypeError (reading 'filename'), which appears to be a tooling issue rather than a change introduced in this PR. |
Summary
This PR improves
getParseAshandling and fixes related type safety issues.Changes
getParseAs()response parsing logicrequire()to ES module importsTesting