-
Notifications
You must be signed in to change notification settings - Fork 1
chore(deps): bump openapi-typescript from 5.3.0 to 7.10.1 #841
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
chore(deps): bump openapi-typescript from 5.3.0 to 7.10.1 #841
Conversation
Bumps [openapi-typescript](https://github.com/openapi-ts/openapi-typescript/tree/HEAD/packages/openapi-typescript) from 5.3.0 to 7.10.1. - [Release notes](https://github.com/openapi-ts/openapi-typescript/releases) - [Changelog](https://github.com/openapi-ts/openapi-typescript/blob/main/packages/openapi-typescript/CHANGELOG.md) - [Commits](https://github.com/openapi-ts/openapi-typescript/commits/[email protected]/packages/openapi-typescript) --- updated-dependencies: - dependency-name: openapi-typescript dependency-version: 7.10.1 dependency-type: direct:development update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <[email protected]>
LabelsThe following labels could not be found: Please fix the above issues or remove invalid values from |
…rn/openapi-typescript-7.10.1
…rn/openapi-typescript-7.10.1
…rn/openapi-typescript-7.10.1
…rn/openapi-typescript-7.10.1
…rn/openapi-typescript-7.10.1
…rn/openapi-typescript-7.10.1
…rn/openapi-typescript-7.10.1
…rn/openapi-typescript-7.10.1
…rn/openapi-typescript-7.10.1
…rn/openapi-typescript-7.10.1
…rn/openapi-typescript-7.10.1
…rn/openapi-typescript-7.10.1
…rn/openapi-typescript-7.10.1
…rn/openapi-typescript-7.10.1
…rn/openapi-typescript-7.10.1
|
Summary: Fixed openapi-typescript v5 → v7 Migration Issues Root Cause openapi-typescript v7 introduced two major breaking changes:
Fixes Applied
This restores v5 behavior where properties with defaults are optional, fixing 40+ type errors in tests.
This changed their generated types from Record<string, never> to Record<string, any>. |
Bumps openapi-typescript from 5.3.0 to 7.10.1.
Release notes
Sourced from openapi-typescript's releases.
... (truncated)
Changelog
Sourced from openapi-typescript's changelog.
... (truncated)
Commits
1349929[ci] release (#2503)e04dc65Fix multi-line jsdoc comments (#2480)a11cf1d[ci] release (#2479)bdd5ddbfeat(openapi-typescript): add transformProperty hook for property signature m...0f22be2Feat: Add support for pattern properties (#2288)cc2bdcbchore(deps): pin dependencies (#2467)e6a5356chore: update deps, update Biome (#2442)61c176c[ci] release (#2404)5be22d7Enum with Root Types Filtering Recursive Reference (#2375)6943ccfEnum generation descriptions - allow for nulls/empty strings (#2393)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 mergewill merge this PR after your CI passes on it@dependabot squash and mergewill squash and merge this PR after your CI passes on it@dependabot cancel mergewill cancel a previously requested merge and block automerging@dependabot reopenwill reopen this PR if it is closed@dependabot closewill close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually@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)