Skip to content

chore(deps): Update dependency @hey-api/openapi-ts to ^0.99.0#84

Open
williaby wants to merge 1 commit into
mainfrom
renovate/npm-dependencies
Open

chore(deps): Update dependency @hey-api/openapi-ts to ^0.99.0#84
williaby wants to merge 1 commit into
mainfrom
renovate/npm-dependencies

Conversation

@williaby

@williaby williaby commented Jun 25, 2026

Copy link
Copy Markdown
Contributor

Summary

Why

Scheduled patch update, bug fixes and security patches with no API changes.

Changes

This PR contains the following updates:

Package Change Age Confidence
@hey-api/openapi-ts (source) ^0.98.0^0.99.0 age confidence

Warning

Some dependencies could not be looked up. Check the Dependency Dashboard for more information.

Impact

  • ✅ Patch update: bug fixes and security patches only
  • ✅ No breaking changes

Acceptance Criteria

  • All CI checks pass

Testing

  • CI gates pass (tests, lint, type checking, security scan)

Notes


Release Notes

hey-api/hey-api (@​hey-api/openapi-ts)

v0.99.0

Compare Source

Minor Changes

To better represent its functionality, the plugin.symbols property has been renamed to plugin.imports.

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.

Removed plugin.external() function

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.

Patch Changes
Updated Dependencies:

v0.98.2

Compare Source

Patch Changes
Updated Dependencies:

Configuration

📅 Schedule: (in timezone America/New_York)

  • Branch creation
    • At any time (no schedule defined)
  • Automerge
    • At any time (no schedule defined)

🚦 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.


  • If you want to rebase/retry this PR, check this box

This PR has been generated by Mend Renovate.

Copilot AI review requested due to automatic review settings June 25, 2026 08:19
@coderabbitai

coderabbitai Bot commented Jun 25, 2026

Copy link
Copy Markdown

Review Change Stack

Warning

Review limit reached

@williaby, you've reached your PR review limit, so we couldn't start this review.

Next review available in: 37 minutes

Enable usage-based reviews in Billing to review now. Otherwise, wait until the next included review is available.
You're only billed for reviews past your plan's rate limits ($0.25/file).

How can I continue?

After more reviews become available, a review can be triggered using the @coderabbitai review command as a PR comment. Alternatively, push new commits to this PR.

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 configuration

Configuration used: Path: .coderabbit.yaml

Review profile: ASSERTIVE

Plan: Pro

Run ID: 2dd65bdf-f4ee-4539-ae41-e8808b6d9b6b

📥 Commits

Reviewing files that changed from the base of the PR and between 6f40755 and e33e797.

⛔ Files ignored due to path filters (1)
  • frontend/package-lock.json is excluded by !**/package-lock.json
📒 Files selected for processing (1)
  • frontend/package.json

Walkthrough

frontend/package.json updates the @hey-api/openapi-ts devDependency from ^0.98.0 to ^0.99.0.

Changes

OpenAPI TS dependency bump

Layer / File(s) Summary
Dependency version update
frontend/package.json
@hey-api/openapi-ts in devDependencies is changed from ^0.98.0 to ^0.99.0.

Estimated code review effort

🎯 1 (Trivial) | ⏱️ ~2 minutes

Poem

🐇 I hopped by the package tree,
A tiny version change for me.
One little bump, so neat and bright,
Keeps the burrow tidy, snug, and right.

🚥 Pre-merge checks | ✅ 5
✅ Passed checks (5 passed)
Check name Status Explanation
Description Check ✅ Passed Check skipped - CodeRabbit’s high-level summary is enabled.
Title check ✅ Passed The title clearly and accurately summarizes the dependency update in the pull request.
Docstring Coverage ✅ Passed No functions found in the changed files to evaluate docstring coverage. Skipping docstring coverage check.
Linked Issues check ✅ Passed Check skipped because no linked issues were found for this pull request.
Out of Scope Changes check ✅ Passed Check skipped because no linked issues were found for this pull request.

✏️ Tip: You can configure your own custom pre-merge checks in the settings.

✨ Finishing Touches
🧪 Generate unit tests (beta)
  • Create PR with unit tests
  • Commit unit tests in branch renovate/npm-dependencies

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.

❤️ Share

Comment @coderabbitai help to get the list of available commands.

@github-actions

github-actions Bot commented Jun 25, 2026

Copy link
Copy Markdown

⚠️ Deprecation Warning: The deny-licenses option is deprecated for possible removal in the next major release. For more information, see issue 997.

Dependency Review

✅ No vulnerabilities or license issues or OpenSSF Scorecard issues found.

Scanned Files

  • frontend/package-lock.json

@socket-security

socket-security Bot commented Jun 25, 2026

Copy link
Copy Markdown

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.

View full report

Copilot AI left a comment

Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

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-ts from ^0.98.0 to ^0.99.0 in frontend/package.json.
  • Update frontend/package-lock.json to @hey-api/openapi-ts@0.99.0 and 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

Comment thread frontend/package.json
Comment on lines 30 to +32
"devDependencies": {
"@eslint/js": "^10.0.0",
"@hey-api/openapi-ts": "^0.98.0",
"@hey-api/openapi-ts": "^0.99.0",
Comment thread frontend/package.json
Comment on lines 30 to 33
"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",
@williaby williaby force-pushed the renovate/npm-dependencies branch from 6f40755 to e33e797 Compare June 29, 2026 18:15
@williaby

Copy link
Copy Markdown
Contributor Author

⚠️ Artifact update problem

Renovate failed to update an artifact related to this branch. You probably do not want to merge this PR as-is.

♻ Renovate will retry this branch, including artifacts, only when one of the following happens:

  • any of the package files in this branch needs updating, or
  • the branch becomes conflicted, or
  • you click the rebase/retry checkbox if found above, or
  • you rename this PR's title to start with "rebase!" to trigger it manually

The artifact failure details are included below:

File name: frontend/package-lock.json

@sonarqubecloud

Copy link
Copy Markdown

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants