Skip to content

chore(deps): update dependency @hey-api/openapi-ts to v0.80.2 #4774

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

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

backstage-goalie[bot]
Copy link
Contributor

@backstage-goalie backstage-goalie bot commented Jul 25, 2025

This PR contains the following updates:

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

Release Notes

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

v0.80.2

Compare Source

Patch Changes

v0.80.1

Compare Source

Patch Changes

v0.80.0

Compare Source

Minor Changes
Added Zod 4 and Zod Mini
This release adds support for Zod 4 and Zod Mini. By default, the `zod` plugin will generate output for Zod 4. If you want to preserve the previous output for Zod 3 or use Zod Mini, set `compatibilityVersion` to `3` or `mini`.

```js
export default {
  input: 'https://get.heyapi.dev/hey-api/backend',
  output: 'src/client',
  plugins: [
    // ...other plugins
    {
      name: 'zod',
      compatibilityVersion: 3,
    },
  ],
};
```

```js
export default {
  input: 'https://get.heyapi.dev/hey-api/backend',
  output: 'src/client',
  plugins: [
    // ...other plugins
    {
      name: 'zod',
      compatibilityVersion: 'mini',
    },
  ],
};
```

v0.79.2

Compare Source

Patch Changes

v0.79.1

Compare Source

Patch Changes

v0.79.0

Compare Source

Minor Changes
Removed typescript+namespace enums mode
Due to a simpler TypeScript plugin implementation, the `typescript+namespace` enums mode is no longer necessary. This mode was used in the past to group inline enums under the same namespace. With the latest changes, this behavior is no longer supported. You can either choose to ignore inline enums (default), or use the `enums` transform (added in v0.78.0) to convert them into reusable components which will get exported as usual.

Configuration

📅 Schedule: 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 backstage-goalie bot added the dependencies Pull requests that update a dependency file label Jul 25, 2025
@backstage-goalie backstage-goalie bot requested a review from 04kash July 25, 2025 20:17
@backstage-service backstage-service force-pushed the renovate/hey-api-openapi-ts-0.x branch from dcda3fa to 49dc87b Compare July 25, 2025 20:17
@backstage-goalie
Copy link
Contributor Author

backstage-goalie bot commented Jul 25, 2025

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.14.2
@backstage-community/plugin-scaffolder-backend-module-servicenow workspaces/scaffolder-backend-module-servicenow/plugins/scaffolder-backend-module-servicenow patch v2.8.0

@backstage-goalie backstage-goalie bot force-pushed the renovate/hey-api-openapi-ts-0.x branch from 49dc87b to 6d6068f Compare July 26, 2025 12:15
@backstage-goalie backstage-goalie bot changed the title chore(deps): update dependency @hey-api/openapi-ts to v0.79.2 chore(deps): update dependency @hey-api/openapi-ts to v0.80.0 Jul 26, 2025
@backstage-service backstage-service force-pushed the renovate/hey-api-openapi-ts-0.x branch from 6d6068f to 46ae046 Compare July 26, 2025 12:16
@backstage-goalie backstage-goalie bot force-pushed the renovate/hey-api-openapi-ts-0.x branch from 46ae046 to 343c82b Compare July 26, 2025 19:16
@backstage-service backstage-service force-pushed the renovate/hey-api-openapi-ts-0.x branch from 343c82b to 48c2899 Compare July 26, 2025 19:16
@backstage-goalie backstage-goalie bot force-pushed the renovate/hey-api-openapi-ts-0.x branch from 48c2899 to 76c4c9a Compare July 27, 2025 01:45
@backstage-service backstage-service force-pushed the renovate/hey-api-openapi-ts-0.x branch from 76c4c9a to 256e132 Compare July 27, 2025 01:45
@backstage-goalie backstage-goalie bot force-pushed the renovate/hey-api-openapi-ts-0.x branch from 256e132 to 0d16289 Compare July 27, 2025 11:13
@backstage-goalie backstage-goalie bot changed the title chore(deps): update dependency @hey-api/openapi-ts to v0.80.0 chore(deps): update dependency @hey-api/openapi-ts to v0.80.1 Jul 27, 2025
@backstage-service backstage-service force-pushed the renovate/hey-api-openapi-ts-0.x branch from 0d16289 to 500117f Compare July 27, 2025 11:13
@backstage-goalie backstage-goalie bot force-pushed the renovate/hey-api-openapi-ts-0.x branch from 500117f to 20fb50b Compare July 27, 2025 19:16
@backstage-service backstage-service force-pushed the renovate/hey-api-openapi-ts-0.x branch from 20fb50b to 186bdaf Compare July 27, 2025 19:16
@backstage-goalie backstage-goalie bot force-pushed the renovate/hey-api-openapi-ts-0.x branch from 186bdaf to e19ada8 Compare July 28, 2025 13:30
@backstage-service backstage-service force-pushed the renovate/hey-api-openapi-ts-0.x branch from e19ada8 to ff24e15 Compare July 28, 2025 13:30
@backstage-goalie backstage-goalie bot force-pushed the renovate/hey-api-openapi-ts-0.x branch from ff24e15 to 653bebd Compare July 29, 2025 01:47
@backstage-service backstage-service force-pushed the renovate/hey-api-openapi-ts-0.x branch from 653bebd to 860aa36 Compare July 29, 2025 01:47
@backstage-goalie backstage-goalie bot force-pushed the renovate/hey-api-openapi-ts-0.x branch from 860aa36 to c9c8973 Compare July 29, 2025 07:19
@backstage-service backstage-service force-pushed the renovate/hey-api-openapi-ts-0.x branch from c9c8973 to 93c6c02 Compare July 29, 2025 07:19
@backstage-goalie backstage-goalie bot force-pushed the renovate/hey-api-openapi-ts-0.x branch from 93c6c02 to 0f03aec Compare July 29, 2025 09:20
@backstage-service backstage-service force-pushed the renovate/hey-api-openapi-ts-0.x branch from dd7ea2b to 2d79a4e Compare August 4, 2025 07:23
@backstage-goalie backstage-goalie bot force-pushed the renovate/hey-api-openapi-ts-0.x branch from 2d79a4e to 9ec7210 Compare August 4, 2025 14:17
@backstage-service backstage-service force-pushed the renovate/hey-api-openapi-ts-0.x branch from 9ec7210 to d5e74fe Compare August 4, 2025 14:18
@backstage-goalie backstage-goalie bot force-pushed the renovate/hey-api-openapi-ts-0.x branch from d5e74fe to 1488e7b Compare August 5, 2025 11:17
@backstage-service backstage-service force-pushed the renovate/hey-api-openapi-ts-0.x branch from 1488e7b to af7c540 Compare August 5, 2025 11:17
@backstage-goalie backstage-goalie bot force-pushed the renovate/hey-api-openapi-ts-0.x branch from af7c540 to 01c8461 Compare August 5, 2025 12:17
@backstage-service backstage-service force-pushed the renovate/hey-api-openapi-ts-0.x branch from 01c8461 to 7de8aa1 Compare August 5, 2025 12:17
@backstage-goalie backstage-goalie bot force-pushed the renovate/hey-api-openapi-ts-0.x branch from 7de8aa1 to 4c808d0 Compare August 5, 2025 13:28
@backstage-service backstage-service force-pushed the renovate/hey-api-openapi-ts-0.x branch from 4c808d0 to 5ac01fa Compare August 5, 2025 13:29
@backstage-goalie backstage-goalie bot force-pushed the renovate/hey-api-openapi-ts-0.x branch from 5ac01fa to ea11199 Compare August 5, 2025 14:19
@backstage-service backstage-service force-pushed the renovate/hey-api-openapi-ts-0.x branch from ea11199 to 3e0134f Compare August 5, 2025 14:19
@backstage-goalie backstage-goalie bot force-pushed the renovate/hey-api-openapi-ts-0.x branch from 3e0134f to 77710b7 Compare August 5, 2025 15:17
@backstage-service backstage-service force-pushed the renovate/hey-api-openapi-ts-0.x branch from 77710b7 to 882749f Compare August 5, 2025 15:17
@backstage-goalie backstage-goalie bot force-pushed the renovate/hey-api-openapi-ts-0.x branch from 882749f to b2ece0e Compare August 5, 2025 18:17
@backstage-service backstage-service force-pushed the renovate/hey-api-openapi-ts-0.x branch from b2ece0e to b3eef30 Compare August 5, 2025 18:18
@backstage-goalie backstage-goalie bot force-pushed the renovate/hey-api-openapi-ts-0.x branch from b3eef30 to 1b9c775 Compare August 5, 2025 23:16
@backstage-service backstage-service force-pushed the renovate/hey-api-openapi-ts-0.x branch from 1b9c775 to 1e91ae6 Compare August 5, 2025 23:16
@backstage-goalie backstage-goalie bot force-pushed the renovate/hey-api-openapi-ts-0.x branch from 1e91ae6 to d0a01ee Compare August 6, 2025 07:21
@backstage-service backstage-service force-pushed the renovate/hey-api-openapi-ts-0.x branch from d0a01ee to 56baffd Compare August 6, 2025 07:21
@backstage-goalie backstage-goalie bot force-pushed the renovate/hey-api-openapi-ts-0.x branch from 56baffd to 8bec519 Compare August 6, 2025 09:19
@backstage-goalie backstage-goalie bot changed the title chore(deps): update dependency @hey-api/openapi-ts to v0.80.1 chore(deps): update dependency @hey-api/openapi-ts to v0.80.2 Aug 6, 2025
@backstage-service backstage-service force-pushed the renovate/hey-api-openapi-ts-0.x branch from 8bec519 to d609bf2 Compare August 6, 2025 09:19
@backstage-goalie backstage-goalie bot force-pushed the renovate/hey-api-openapi-ts-0.x branch from d609bf2 to c736245 Compare August 6, 2025 10:17
@backstage-service backstage-service force-pushed the renovate/hey-api-openapi-ts-0.x branch from c736245 to 5964c8b Compare August 6, 2025 10:17
@backstage-goalie backstage-goalie bot force-pushed the renovate/hey-api-openapi-ts-0.x branch from 5964c8b to 357de6e Compare August 6, 2025 13:29
@backstage-service backstage-service force-pushed the renovate/hey-api-openapi-ts-0.x branch from 357de6e to e1dda52 Compare August 6, 2025 13:29
@backstage-goalie backstage-goalie bot force-pushed the renovate/hey-api-openapi-ts-0.x branch from e1dda52 to 2e4b68a Compare August 6, 2025 19:18
@backstage-service backstage-service force-pushed the renovate/hey-api-openapi-ts-0.x branch from 2e4b68a to 737c051 Compare August 6, 2025 19:18
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
dependencies Pull requests that update a dependency file
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant