chore(deps): Update dependency @hey-api/openapi-ts to ^0.99.0#84
chore(deps): Update dependency @hey-api/openapi-ts to ^0.99.0#84williaby wants to merge 1 commit into
Conversation
|
Warning Review limit reached
Next review available in: 37 minutes Enable usage-based reviews in Billing to review now. Otherwise, wait until the next included review is available. How can I continue?After more reviews become available, a review can be triggered using the To avoid repeated limits, reduce automatic review volume by pausing incremental auto-reviews earlier, using label-based review opt-in, excluding WIP or generated PR titles, or requesting reviews manually when the PR is ready. If your team needs uninterrupted high-volume reviews, an organization admin can enable usage-based reviews. How do review limits work?CodeRabbit enforces per-developer PR review limits for each organization. Most developers receive the normal plan review availability. For paid Pro and Pro+ PR reviews, CodeRabbit uses adaptive limits for sustained high-volume activity. When a developer's recent PR review activity reaches the 95th percentile or higher among CodeRabbit users, additional reviews become available more gradually as earlier reviews age out of the rolling window. Please refer docs for additional details. Review details⚙️ Run configurationConfiguration used: Path: .coderabbit.yaml Review profile: ASSERTIVE Plan: Pro Run ID: ⛔ Files ignored due to path filters (1)
📒 Files selected for processing (1)
Walkthrough
ChangesOpenAPI TS dependency bump
Estimated code review effort🎯 1 (Trivial) | ⏱️ ~2 minutes Poem
🚥 Pre-merge checks | ✅ 5✅ Passed checks (5 passed)
✏️ Tip: You can configure your own custom pre-merge checks in the settings. ✨ Finishing Touches🧪 Generate unit tests (beta)
Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out. Comment |
Dependency Review✅ No vulnerabilities or license issues or OpenSSF Scorecard issues found.Scanned Files
|
|
All alerts resolved. Learn more about Socket for GitHub. This PR previously contained dependency changes with security issues that have been resolved, removed, or ignored. |
There was a problem hiding this comment.
Pull request overview
Updates the frontend dev dependency @hey-api/openapi-ts to the 0.99.x line and refreshes the lockfile to the newly-resolved transitive versions. This affects the OpenAPI client generation toolchain used by frontend/openapi-ts.config.ts and the generate-client script.
Changes:
- Bump
@hey-api/openapi-tsfrom^0.98.0to^0.99.0infrontend/package.json. - Update
frontend/package-lock.jsonto@hey-api/openapi-ts@0.99.0and related transitive packages (e.g.,@hey-api/*,commander,js-yaml,semver).
Reviewed changes
Copilot reviewed 1 out of 2 changed files in this pull request and generated 2 comments.
| File | Description |
|---|---|
| frontend/package.json | Updates the declared devDependency version range for @hey-api/openapi-ts. |
| frontend/package-lock.json | Updates the resolved @hey-api/openapi-ts version and associated transitive dependency graph. |
Files not reviewed (1)
- frontend/package-lock.json: Generated file
| "devDependencies": { | ||
| "@eslint/js": "^10.0.0", | ||
| "@hey-api/openapi-ts": "^0.98.0", | ||
| "@hey-api/openapi-ts": "^0.99.0", |
| "devDependencies": { | ||
| "@eslint/js": "^10.0.0", | ||
| "@hey-api/openapi-ts": "^0.98.0", | ||
| "@hey-api/openapi-ts": "^0.99.0", | ||
| "@playwright/test": "^1.49.0", |
6f40755 to
e33e797
Compare
|
|



Summary
Why
Scheduled patch update, bug fixes and security patches with no API changes.
Changes
This PR contains the following updates:
^0.98.0→^0.99.0Warning
Some dependencies could not be looked up. Check the Dependency Dashboard for more information.
Impact
Acceptance Criteria
Testing
Notes
Release Notes
hey-api/hey-api (@hey-api/openapi-ts)
v0.99.0Compare Source
Minor Changes
.symbolsto.imports(#4052) (57fac5e) by @mrlubosTo better represent its functionality, the
plugin.symbolsproperty has been renamed toplugin.imports.089ed2e) by @mrlubosPlugin 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.
BREAKING plugin(@hey-api/schemas): widen
schematype innameBuilderto unknown (#4076) (98ce35e) by @mrlubosBREAKING plugin: remove
.external()method (#4052) (57fac5e) by @mrlubosRemoved
plugin.external()functionThis 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.Patch Changes
api: replace
~fields with$(#4086) (d5ca286) by @mrlubosconfig: add Presets API (
3b4ee7a) by @mrlubosplugin(@hey-api/client-angular): fix: send an empty object request body when explicitly provided in flat parameters mode (#4070) (
ab522ef) by @matthewjamesadamclient: use
getBaseUrl()function to determine default value (#3772) (4026955) by @mrlubosplugin(zod): improve discriminator handling (
680b947) by @mrlubosplugin(@tanstack/preact-query): fix: strip
initialDatafrom the inferred result types for infinite query options (7a4b0cf) by @mrlubosplugin(@tanstack/solid-query): fix: strip
initialDatafrom the inferred result types for infinite query options (7a4b0cf) by @mrlubosplugin(valibot): support custom regular expression error messages with
x-pattern-message(#4117) (3ed3afb) by @pullfrogplugin(@hey-api/client-next): fix: send an empty object request body when explicitly provided in flat parameters mode (#4070) (
f6d4512) by @matthewjamesadamplugin(@hey-api/client-axios): fix: send an empty object request body when explicitly provided in flat parameters mode (#4070) (
f6d4512) by @matthewjamesadamplugin(zod): support creating optional request schemas (
11315c7) by @mrlubosplugin(@tanstack/react-query): fix: strip
initialDatafrom the inferred result types for infinite query options (7a4b0cf) by @mrlubosplugin(@hey-api/client-ky): fix: send an empty object request body when explicitly provided in flat parameters mode (#4070) (
f6d4512) by @matthewjamesadamplugin(valibot): support creating optional request schemas (
11315c7) by @mrlubosexports: add
/pluginsexported module (#4076) (93129b7) by @mrlubosplugin(@tanstack/svelte-query): fix: strip
initialDatafrom the inferred result types for infinite query options (7a4b0cf) by @mrlubosplugin(@hey-api/client-nuxt): fix: send an empty object request body when explicitly provided in flat parameters mode (#4070) (
f6d4512) by @matthewjamesadamplugin(zod): support custom regular expression error messages with
x-pattern-message(#4117) (3ed3afb) by @pullfrogplugin(@tanstack/angular-query-experimental): fix: strip
initialDatafrom the inferred result types for infinite query options (7a4b0cf) by @mrlubosplugin(@hey-api/client-ofetch): fix: send an empty object request body when explicitly provided in flat parameters mode (#4070) (
f6d4512) by @matthewjamesadamplugin(@hey-api/client-fetch): fix: send an empty object request body when explicitly provided in flat parameters mode (#4070) (
f6d4512) by @matthewjamesadamplugin(@hey-api/typescript): improve discriminator handling (
680b947) by @mrlubosplugin(orpc): make
.input()optional if all layers are optional (11315c7) by @mrlubos*parser: fix: delete unresolvable
$refkeywords (#4087) (6c21d81) by @pullfrogplugin(@tanstack/vue-query): fix: strip
initialDatafrom the inferred result types for infinite query options (8d91bd5) by @magicismightplugin(valibot): improve discriminator handling (
680b947) by @mrlubosexports: export
pluginstype helpers (#4076) (93129b7) by @mrlubosUpdated Dependencies:
v0.98.2Compare Source
Patch Changes
plugin(@hey-api/client-ofetch): export augmentable
ClientMetainterface (#3996) (f02246b) by @matthewjamesadamplugin(@hey-api/sdk): fix: don't expose SSE errors as iterator return types (#3989) (
ffbd82e) by @frastefaniniplugin(@hey-api/client-next): export augmentable
ClientMetainterface (#3996) (f02246b) by @matthewjamesadamplugin(@hey-api/client-ky): export augmentable
ClientMetainterface (#3996) (f02246b) by @matthewjamesadamplugin(@hey-api/client-fetch): export augmentable
ClientMetainterface (#3996) (f02246b) by @matthewjamesadamplugin(@hey-api/client-nuxt): export augmentable
ClientMetainterface (#3996) (f02246b) by @matthewjamesadamplugin(@hey-api/client-angular): fix: reassign the result of
HttpHeaders.delete()back toopts.headers(#3988) (b9390d7) by @joshkaplinskyplugin(@hey-api/client-angular): export augmentable
ClientMetainterface (#3996) (f02246b) by @matthewjamesadamplugin(@hey-api/client-axios): export augmentable
ClientMetainterface (#3996) (f02246b) by @matthewjamesadamplugin(@hey-api/sdk): support type-safe
metaoption via augmentableClientMetainterface (#3996) (b7ee3fd) by @matthewjamesadamUpdated Dependencies:
Configuration
📅 Schedule: (in timezone America/New_York)
🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.
♻ Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.
🔕 Ignore: Close this PR and you won't be reminded about this update again.
This PR has been generated by Mend Renovate.