Skip to content

Update dependency @hey-api/openapi-ts to v0.95.0#7995

Merged
awanlin merged 1 commit intomainfrom
renovate/hey-api-openapi-ts-0.x
Apr 12, 2026
Merged

Update dependency @hey-api/openapi-ts to v0.95.0#7995
awanlin merged 1 commit intomainfrom
renovate/hey-api-openapi-ts-0.x

Conversation

@backstage-goalie
Copy link
Copy Markdown
Contributor

@backstage-goalie backstage-goalie bot commented Mar 7, 2026

This PR contains the following updates:

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

Warning

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


Release Notes

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

v0.95.0

Minor Changes
Validator request schemas

Valibot plugin no longer exports composite request Data schemas. Instead, each layer is exported as a separate schema. If you're using validators with SDKs, you can preserve the composite schema with shouldExtract:

export default {
  input: "hey-api/backend", // sign up at app.heyapi.dev
  output: "src/client",
  plugins: [
    // ...other plugins
    {
      name: "sdk",
      validator: "valibot",
    },
    {
      name: "valibot",
      requests: {
        shouldExtract: true,
      },
    },
  ],
};
Removed plugin.getSymbol() function

This function has been removed. You can use plugin.querySymbol() instead. It accepts the same arguments and returns the same result.

Validator request schemas

Zod plugin no longer exports composite request Data schemas. Instead, each layer is exported as a separate schema. If you're using validators with SDKs, you can preserve the composite schema with shouldExtract:

export default {
  input: "hey-api/backend", // sign up at app.heyapi.dev
  output: "src/client",
  plugins: [
    // ...other plugins
    {
      name: "sdk",
      validator: "zod",
    },
    {
      name: "zod",
      requests: {
        shouldExtract: true,
      },
    },
  ],
};
Patch Changes
Updated Dependencies:

v0.94.4

Compare Source

Patch Changes

v0.94.3

Compare Source

Patch Changes
Updated Dependencies:

v0.94.2

Compare Source

Patch Changes
Updated Dependencies:

v0.94.1

Compare Source

Patch Changes
Updated Dependencies:

v0.94.0

Compare Source

Minor Changes
Patch Changes
Updated Dependencies:

Configuration

📅 Schedule: (UTC)

  • 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 is behind base branch, 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 Renovate Bot.

@backstage-goalie
Copy link
Copy Markdown
Contributor Author

backstage-goalie bot commented Mar 7, 2026

Changed Packages

Package Name Package Path Changeset Bump Current Version
@backstage-community/plugin-nexus-repository-manager workspaces/nexus-repository-manager/plugins/nexus-repository-manager patch v1.23.0
@backstage-community/plugin-scaffolder-backend-module-servicenow workspaces/scaffolder-backend-module-servicenow/plugins/scaffolder-backend-module-servicenow patch v2.15.0

@backstage-goalie backstage-goalie bot force-pushed the renovate/hey-api-openapi-ts-0.x branch from 4e82718 to b94fe9c Compare March 7, 2026 09:52
@backstage-service backstage-service force-pushed the renovate/hey-api-openapi-ts-0.x branch from b94fe9c to 7d362bc Compare March 7, 2026 09:52
@backstage-goalie backstage-goalie bot force-pushed the renovate/hey-api-openapi-ts-0.x branch from 7d362bc to 25579fd Compare March 8, 2026 03:45
@backstage-service backstage-service force-pushed the renovate/hey-api-openapi-ts-0.x branch from 25579fd to 373b6ab Compare March 8, 2026 03:45
@backstage-goalie backstage-goalie bot force-pushed the renovate/hey-api-openapi-ts-0.x branch from 373b6ab to 97afa75 Compare March 8, 2026 08:53
@backstage-service backstage-service force-pushed the renovate/hey-api-openapi-ts-0.x branch from 97afa75 to d447ce4 Compare March 8, 2026 08:53
@backstage-goalie backstage-goalie bot force-pushed the renovate/hey-api-openapi-ts-0.x branch from d447ce4 to fc72a7a Compare March 9, 2026 10:00
@backstage-goalie backstage-goalie bot force-pushed the renovate/hey-api-openapi-ts-0.x branch from 43fbe18 to 5e8871c Compare March 10, 2026 14:31
@backstage-service backstage-service force-pushed the renovate/hey-api-openapi-ts-0.x branch from 5e8871c to bcfca72 Compare March 10, 2026 14:39
@backstage-goalie backstage-goalie bot force-pushed the renovate/hey-api-openapi-ts-0.x branch from bcfca72 to b998d3c Compare March 10, 2026 17:33
@backstage-service backstage-service force-pushed the renovate/hey-api-openapi-ts-0.x branch from b998d3c to 2e3068e Compare March 10, 2026 17:34
@backstage-goalie backstage-goalie bot force-pushed the renovate/hey-api-openapi-ts-0.x branch from 2e3068e to 9b7d991 Compare March 10, 2026 19:30
@backstage-service backstage-service force-pushed the renovate/hey-api-openapi-ts-0.x branch from 9b7d991 to e0d8b8a Compare March 10, 2026 19:30
@backstage-goalie backstage-goalie bot force-pushed the renovate/hey-api-openapi-ts-0.x branch from e0d8b8a to 22dacb3 Compare March 10, 2026 21:22
@backstage-service backstage-service force-pushed the renovate/hey-api-openapi-ts-0.x branch from 22dacb3 to f0dc742 Compare March 10, 2026 21:22
@backstage-goalie backstage-goalie bot force-pushed the renovate/hey-api-openapi-ts-0.x branch from f0dc742 to bca7c7e Compare March 10, 2026 22:19
@backstage-service backstage-service force-pushed the renovate/hey-api-openapi-ts-0.x branch from bca7c7e to 5922bc9 Compare March 10, 2026 22:19
@backstage-goalie backstage-goalie bot force-pushed the renovate/hey-api-openapi-ts-0.x branch from 5922bc9 to 0678a5d Compare March 10, 2026 23:19
@backstage-service backstage-service force-pushed the renovate/hey-api-openapi-ts-0.x branch from 0678a5d to 222b529 Compare March 10, 2026 23:20
@backstage-goalie backstage-goalie bot force-pushed the renovate/hey-api-openapi-ts-0.x branch from 222b529 to aa1459f Compare March 11, 2026 07:31
@backstage-service backstage-service force-pushed the renovate/hey-api-openapi-ts-0.x branch from aa1459f to 94b47e0 Compare March 11, 2026 07:32
@backstage-goalie backstage-goalie bot force-pushed the renovate/hey-api-openapi-ts-0.x branch from 94b47e0 to 624c8e8 Compare March 11, 2026 08:23
@backstage-service backstage-service force-pushed the renovate/hey-api-openapi-ts-0.x branch from 624c8e8 to e6d2502 Compare March 11, 2026 08:24
@backstage-goalie backstage-goalie bot force-pushed the renovate/hey-api-openapi-ts-0.x branch from e6d2502 to 1909691 Compare March 11, 2026 10:26
@backstage-service backstage-service force-pushed the renovate/hey-api-openapi-ts-0.x branch from 1909691 to 3183e38 Compare March 11, 2026 10:28
@backstage-goalie backstage-goalie bot force-pushed the renovate/hey-api-openapi-ts-0.x branch from 3183e38 to 107f530 Compare March 11, 2026 11:30
@backstage-service backstage-service force-pushed the renovate/hey-api-openapi-ts-0.x branch from 107f530 to 01e7f96 Compare March 11, 2026 11:30
@backstage-goalie backstage-goalie bot force-pushed the renovate/hey-api-openapi-ts-0.x branch from 01e7f96 to 90bcd46 Compare March 11, 2026 15:31
@backstage-service backstage-service force-pushed the renovate/hey-api-openapi-ts-0.x branch from 90bcd46 to 0b00840 Compare March 11, 2026 15:32
@backstage-goalie backstage-goalie bot force-pushed the renovate/hey-api-openapi-ts-0.x branch from 0b00840 to f16e237 Compare March 11, 2026 18:31
@backstage-service backstage-service force-pushed the renovate/hey-api-openapi-ts-0.x branch from f16e237 to 9fe8561 Compare March 11, 2026 18:31
@backstage-goalie backstage-goalie bot force-pushed the renovate/hey-api-openapi-ts-0.x branch from 9fe8561 to 2f797c9 Compare March 11, 2026 21:23
@backstage-service backstage-service force-pushed the renovate/hey-api-openapi-ts-0.x branch from 2f797c9 to 6d7a9fa Compare March 11, 2026 21:24
@backstage-service
Copy link
Copy Markdown
Collaborator

👋 Reminder: This Renovate patch/minor PR has been open for 7 days.

Please review and merge if the changes look good. If no action is taken, this PR will be labeled force-merge in 7 days.

Signed-off-by: Renovate Bot <bot@renovateapp.com>
Copy link
Copy Markdown
Contributor

@awanlin awanlin left a comment

Choose a reason for hiding this comment

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

Force merge.

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.

3 participants