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

Next included review available in 34 minutes.

Check out review usage here.

View limit details

Limit details: You’ve used the included review currently available.

You've used all free OSS reviews for now. Wait for the free limit to reset to keep reviewing this public repository.

Learn how review limits work.

Review configuration:

⚙️ Run configuration

Configuration used: Path: .coderabbit.yaml

Review profile: ASSERTIVE

Plan: Team

Run ID: 1607f113-9abe-4ec6-9f42-b52fbd43a972

📥 Commits

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

⛔ 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

@williaby
williaby enabled auto-merge September 3, 2026 12:34
@williaby
williaby force-pushed the renovate/npm-dependencies branch from e33e797 to 55d1a06 Compare September 3, 2026 16:41
@socket-security

socket-security Bot commented Sep 3, 2026

Copy link
Copy Markdown

Review the following changes in direct dependencies. Learn more about Socket for GitHub.

Diff Package Supply Chain
Security
Vulnerability Quality Maintenance License
Updatednpm/​@​hey-api/​openapi-ts@​0.98.1 ⏵ 0.98.299 +1100100 +196100

View full report

@williaby
williaby force-pushed the renovate/npm-dependencies branch from 55d1a06 to 8305687 Compare September 3, 2026 17:06
@sonarqubecloud

sonarqubecloud Bot commented Sep 3, 2026

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