chore(deps-dev): bump the dev-dependencies group with 3 updates#55
Open
dependabot[bot] wants to merge 1 commit intomainfrom
Open
chore(deps-dev): bump the dev-dependencies group with 3 updates#55dependabot[bot] wants to merge 1 commit intomainfrom
dependabot[bot] wants to merge 1 commit intomainfrom
Conversation
Bumps the dev-dependencies group with 3 updates: [@hey-api/openapi-ts](https://github.com/hey-api/openapi-ts), [@types/node](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/node) and [@typescript/native-preview](https://github.com/microsoft/typescript-go). Updates `@hey-api/openapi-ts` from 0.93.1 to 0.94.0 - [Release notes](https://github.com/hey-api/openapi-ts/releases) - [Changelog](https://github.com/hey-api/openapi-ts/blob/main/docs/CHANGELOG.md) - [Commits](https://github.com/hey-api/openapi-ts/compare/@hey-api/openapi-ts@0.93.1...@hey-api/openapi-ts@0.94.0) Updates `@types/node` from 25.3.3 to 25.3.5 - [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases) - [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/node) Updates `@typescript/native-preview` from 7.0.0-dev.20260303.1 to 7.0.0-dev.20260307.1 - [Changelog](https://github.com/microsoft/typescript-go/blob/main/CHANGES.md) - [Commits](https://github.com/microsoft/typescript-go/commits) --- updated-dependencies: - dependency-name: "@hey-api/openapi-ts" dependency-version: 0.94.0 dependency-type: direct:development update-type: version-update:semver-minor dependency-group: dev-dependencies - dependency-name: "@types/node" dependency-version: 25.3.5 dependency-type: direct:development update-type: version-update:semver-patch dependency-group: dev-dependencies - dependency-name: "@typescript/native-preview" dependency-version: 7.0.0-dev.20260307.1 dependency-type: direct:development update-type: version-update:semver-patch dependency-group: dev-dependencies ... Signed-off-by: dependabot[bot] <support@github.com>
| @@ -54,11 +54,11 @@ | |||
| "zod": "^4.3.6" | |||
| }, | |||
There was a problem hiding this comment.
Bug: Bumping @hey-api/openapi-ts without regenerating the client code creates a version mismatch. The build will fail when the code is inevitably regenerated by CI or another developer.
Severity: CRITICAL
Suggested Fix
Regenerate the client code by running the appropriate build command (e.g., pnpm run generate or pnpm run build) and commit the resulting changes to the .gen.ts files. This will synchronize the generated code with the tool version and allow for proper review of the breaking changes.
Prompt for AI Agent
Review the code at the location below. A potential bug has been identified by an AI
agent.
Verify if this is a real issue. If it is, propose a fix; if not, explain why it's not
valid.
Location: package.json#L55
Potential issue: This PR updates the `@hey-api/openapi-ts` dev dependency to a version
with a breaking change in its `buildUrl()` function. However, the generated client code
(`.gen.ts` files) has not been regenerated and committed as part of this change. This
creates a mismatch between the tool version in `package.json` and the committed code.
When the CI pipeline runs upon merge or a developer runs the build locally, the code
will be regenerated using the new tool version. This will likely cause build failures or
runtime errors due to incompatibility with the existing client's axios configuration,
which sets `baseURL: ""`.
Did we get this right? 👍 / 👎 to inform future reviews.
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
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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 the dev-dependencies group with 3 updates: @hey-api/openapi-ts, @types/node and @typescript/native-preview.
Updates
@hey-api/openapi-tsfrom 0.93.1 to 0.94.0Release notes
Sourced from
@hey-api/openapi-ts's releases.Commits
60fc6a9Merge pull request #3478 from hey-api/changeset-release/main7fcee0cci: release3324e94Merge pull request #3500 from hey-api/fix/typescript-enum-ref127e67bfix: reference enum object when creating enum typesf38367dMerge pull request #3499 from hey-api/feat/tanstack-preact-query873839efeat: add@tanstack/preact-queryplugine2643c1chore(docs): update contributors listf4ab416Merge pull request #3498 from hey-api/fix/dev-mode-checkea2538bfix: simplify dev mode check3ae2b77Merge pull request #3497 from hey-api/copilot/expand-metadata-option-zod-valibotUpdates
@types/nodefrom 25.3.3 to 25.3.5Commits
Updates
@typescript/native-previewfrom 7.0.0-dev.20260303.1 to 7.0.0-dev.20260307.1Commits
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 <dependency name> major versionwill close this group update PR and stop Dependabot creating any more for the specific dependency's major version (unless you unignore this specific dependency's major version or upgrade to it yourself)@dependabot ignore <dependency name> minor versionwill close this group update PR and stop Dependabot creating any more for the specific dependency's minor version (unless you unignore this specific dependency's minor version or upgrade to it yourself)@dependabot ignore <dependency name>will close this group update PR and stop Dependabot creating any more for the specific dependency (unless you unignore this specific dependency or upgrade to it yourself)@dependabot unignore <dependency name>will remove all of the ignore conditions of the specified dependency@dependabot unignore <dependency name> <ignore condition>will remove the ignore condition of the specified dependency and ignore conditions