You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Valibot plugin no longer exports composite request Data schemas. Instead, each layer is exported as a separate schema. If you're using validators with SDKs, you can preserve the composite schema with shouldExtract:
exportdefault{input: "hey-api/backend",// sign up at app.heyapi.devoutput: "src/client",plugins: [// ...other plugins{name: "sdk",validator: "valibot",},{name: "valibot",requests: {shouldExtract: true,},},],};
Zod plugin no longer exports composite request Data schemas. Instead, each layer is exported as a separate schema. If you're using validators with SDKs, you can preserve the composite schema with shouldExtract:
exportdefault{input: "hey-api/backend",// sign up at app.heyapi.devoutput: "src/client",plugins: [// ...other plugins{name: "sdk",validator: "zod",</tr></table>
To better represent its functionality, the plugin.symbols property has been renamed to plugin.imports.
BREAKINGconfig: merge duplicate plugin configurations (089ed2e) by @mrlubos
Plugin duplicates behavior
If you specified the same plugin multiple times, only the last instance would be used. We eventually added a warning for this behavior, but that didn't treat the root issue. This release changes that by merging duplicate plugin configurations.
BREAKINGplugin(@hey-api/schemas): widen schema type in nameBuilder to unknown (#4076) (98ce35e) by @mrlubos
This function was used to reference external symbols. All plugins now use the Imports API, which allows you to reference external symbols in a type-safe way through plugin.imports.
plugin(@hey-api/client-angular): fix: send an empty object request body when explicitly provided in flat parameters mode (#4070) (ab522ef) by @matthewjamesadam
client: use getBaseUrl() function to determine default value (#3772) (4026955) by @mrlubos
plugin(zod): improve discriminator handling (680b947) by @mrlubos
plugin(@tanstack/preact-query): fix: strip initialData from the inferred result types for infinite query options (7a4b0cf) by @mrlubos
plugin(@tanstack/solid-query): fix: strip initialData from the inferred result types for infinite query options (7a4b0cf) by @mrlubos
plugin(valibot): support custom regular expression error messages with x-pattern-message (#4117) (3ed3afb) by @pullfrog
plugin(@hey-api/client-next): fix: send an empty object request body when explicitly provided in flat parameters mode (#4070) (f6d4512) by @matthewjamesadam
plugin(@hey-api/client-axios): fix: send an empty object request body when explicitly provided in flat parameters mode (#4070) (f6d4512) by @matthewjamesadam
plugin(zod): support creating optional request schemas (11315c7) by @mrlubos
plugin(@tanstack/react-query): fix: strip initialData from the inferred result types for infinite query options (7a4b0cf) by @mrlubos
plugin(@hey-api/client-ky): fix: send an empty object request body when explicitly provided in flat parameters mode (#4070) (f6d4512) by @matthewjamesadam
This version was pushed to npm by GitHub Actions, a new releaser for @hey-api/openapi-ts since your current version.
Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.
Dependabot commands and options
You can trigger Dependabot actions by commenting on this PR:
@dependabot rebase will rebase this PR
@dependabot recreate will recreate this PR, overwriting any edits that have been made to it
@dependabot show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
@dependabot ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
@dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
@dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)
PR-Codex overview
This PR focuses on updating various dependencies across multiple packages, primarily upgrading @hey-api/openapi-ts from version 0.76.0 to 0.99.0, and making several version adjustments in the pnpm-lock.yaml file.
Detailed summary
Updated @hey-api/openapi-ts from 0.76.0 to 0.99.0 in:
packages/api/package.json
packages/engine/package.json
packages/nebula/package.json
packages/insight/package.json
Adjusted versions of several packages in pnpm-lock.yaml, including:
Updated next and related dependencies.
Updated @babel/core and other Babel-related packages to version 7.29.7.
Updated utf-8-validate and bufferutil versions.
Minor adjustments to package resolutions and versions across various dependencies.
The following files were skipped due to too many changes: pnpm-lock.yaml
✨ Ask PR-Codex anything about this PR by commenting with /codex {your question}
Merging this PR will not cause a version bump for any packages. If these changes should not result in a new version, you're good to go. If these changes should result in a version bump, you need to add a changeset.
This PR includes no changesets
When changesets are added to this PR, you'll see the packages that this PR includes changesets for and the associated semver types
Next steps: Take a moment to review the security alert above. Review
the linked package source code to understand the potential risk. Ensure the
package is not malicious before proceeding. If you're unsure how to proceed,
reach out to your security team or ask the Socket team for help at
support@socket.dev.
Suggestion: Packages should not obfuscate their code. Consider not using packages with obfuscated code.
Mark the package as acceptable risk. To ignore this alert only
in this pull request, reply with the comment
@SocketSecurity ignore npm/@walletconnect/sign-client@2.23.7. You can
also ignore all packages with @SocketSecurity ignore-all.
To ignore an alert for all future pull requests, use Socket's Dashboard to
change the triage state of this alert.
Warn
Obfuscated code: npm js-yaml is 90.0% likely obfuscated
Next steps: Take a moment to review the security alert above. Review
the linked package source code to understand the potential risk. Ensure the
package is not malicious before proceeding. If you're unsure how to proceed,
reach out to your security team or ask the Socket team for help at
support@socket.dev.
Suggestion: Packages should not obfuscate their code. Consider not using packages with obfuscated code.
Mark the package as acceptable risk. To ignore this alert only
in this pull request, reply with the comment
@SocketSecurity ignore npm/js-yaml@4.2.0. You can
also ignore all packages with @SocketSecurity ignore-all.
To ignore an alert for all future pull requests, use Socket's Dashboard to
change the triage state of this alert.
Warn
Obfuscated code: npm yargs is 90.0% likely obfuscated
Next steps: Take a moment to review the security alert above. Review
the linked package source code to understand the potential risk. Ensure the
package is not malicious before proceeding. If you're unsure how to proceed,
reach out to your security team or ask the Socket team for help at
support@socket.dev.
Suggestion: Packages should not obfuscate their code. Consider not using packages with obfuscated code.
Mark the package as acceptable risk. To ignore this alert only
in this pull request, reply with the comment
@SocketSecurity ignore npm/yargs@17.7.3. You can
also ignore all packages with @SocketSecurity ignore-all.
To ignore an alert for all future pull requests, use Socket's Dashboard to
change the triage state of this alert.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Bumps @hey-api/openapi-ts from 0.76.0 to 0.99.0.
Release notes
Sourced from @hey-api/openapi-ts's releases.
... (truncated)
Changelog
Sourced from @hey-api/openapi-ts's changelog.
... (truncated)
Commits
8f3eb72ci: release3ed3afbdocs: add changesets66bc2b7feat: support x-pattern-message extension in Zod and Valibot validator plugins7b83c97test: update snapshots020df93feat(faker): first implementationa3338actest: update snapshots307e020test: update snapshots835c230chore: more cleanup1490b05test: update snapshots9e6bddechore: clean upMaintainer changes
This version was pushed to npm by GitHub Actions, a new releaser for
@hey-api/openapi-tssince your current version.Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting
@dependabot rebase.Dependabot commands and options
You can trigger Dependabot actions by commenting on this PR:
@dependabot rebasewill rebase this PR@dependabot recreatewill recreate this PR, overwriting any edits that have been made to it@dependabot show <dependency name> ignore conditionswill show all of the ignore conditions of the specified dependency@dependabot ignore this major versionwill close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)@dependabot ignore this minor versionwill close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)@dependabot ignore this dependencywill close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)PR-Codex overview
This PR focuses on updating various dependencies across multiple packages, primarily upgrading
@hey-api/openapi-tsfrom version0.76.0to0.99.0, and making several version adjustments in thepnpm-lock.yamlfile.Detailed summary
@hey-api/openapi-tsfrom0.76.0to0.99.0in:packages/api/package.jsonpackages/engine/package.jsonpackages/nebula/package.jsonpackages/insight/package.jsonpnpm-lock.yaml, including:nextand related dependencies.@babel/coreand other Babel-related packages to version7.29.7.utf-8-validateandbufferutilversions.