Skip to content

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Aug 27, 2025

This PR contains the following updates:

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

Release Notes

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

v0.82.1

Compare Source

Patch Changes

v0.82.0

Compare Source

Minor Changes
Added Hooks API
This release adds the [Hooks API](https://heyapi.dev/openapi-ts/configuration/parser#hooks), giving you granular control over which operations generate queries and mutations. As a result, we tightened the previous behavior and POST operations no longer generate queries by default. To preserve the old behavior, add a custom matcher.

```js
export default {
  input: 'hey-api/backend', // sign up at app.heyapi.dev
  output: 'src/client',
  parser: {
    hooks: {
      operations: {
        isQuery: (op) => (op.method === 'post' ? true : undefined),
      },
    },
  },
};
```
Patch Changes

v0.81.1

Compare Source

Patch Changes

v0.81.0

Compare Source

Minor Changes

Configuration

📅 Schedule: Branch creation - "after 01:00 and before 07:00 every weekday" in timezone Europe/London, 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 was generated by Mend Renovate. View the repository job log.

@renovate renovate bot force-pushed the renovate/hey-api-openapi-ts-0.x branch 2 times, most recently from 4564d8a to 8178e48 Compare August 28, 2025 15:59
@renovate renovate bot changed the title chore(deps): update dependency @hey-api/openapi-ts to v0.81.1 chore(deps): update dependency @hey-api/openapi-ts to v0.82.0 Aug 28, 2025
@renovate renovate bot force-pushed the renovate/hey-api-openapi-ts-0.x branch 2 times, most recently from 9365b18 to b4cd585 Compare August 31, 2025 10:08
@renovate renovate bot changed the title chore(deps): update dependency @hey-api/openapi-ts to v0.82.0 chore(deps): update dependency @hey-api/openapi-ts to v0.82.1 Aug 31, 2025
@renovate renovate bot force-pushed the renovate/hey-api-openapi-ts-0.x branch from b4cd585 to fb4636b Compare September 1, 2025 07:53
@renovate renovate bot changed the title chore(deps): update dependency @hey-api/openapi-ts to v0.82.1 chore(deps): update dependency @hey-api/openapi-ts to v0.82.2 Sep 1, 2025
@renovate renovate bot force-pushed the renovate/hey-api-openapi-ts-0.x branch from fb4636b to 6db8664 Compare September 1, 2025 10:57
@renovate renovate bot changed the title chore(deps): update dependency @hey-api/openapi-ts to v0.82.2 chore(deps): update dependency @hey-api/openapi-ts to v0.82.3 Sep 1, 2025
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.

0 participants