Skip to content

chore: bump @mittwald/api-client from 4.430.0 to 4.433.0 in the mittwald-api group across 1 directory - #2055

Merged
github-actions[bot] merged 4 commits into
masterfrom
dependabot/npm_and_yarn/mittwald-api-06af863685
Aug 11, 2026
Merged

chore: bump @mittwald/api-client from 4.430.0 to 4.433.0 in the mittwald-api group across 1 directory#2055
github-actions[bot] merged 4 commits into
masterfrom
dependabot/npm_and_yarn/mittwald-api-06af863685

Conversation

@dependabot

@dependabot dependabot Bot commented on behalf of github Aug 3, 2026

Copy link
Copy Markdown
Contributor

Bumps the mittwald-api group with 1 update in the / directory: @mittwald/api-client.

Updates @mittwald/api-client from 4.430.0 to 4.433.0

Release notes

Sourced from @​mittwald/api-client's releases.

4.433.0

4.433.0 (2026-07-29)

Features

  • update generated client (65a3485)

4.432.0

4.432.0 (2026-07-29)

Features

  • update generated client (9e6e495)

4.431.0

4.431.0 (2026-07-29)

Features

  • update generated client (2be8e78)
Changelog

Sourced from @​mittwald/api-client's changelog.

4.433.0 (2026-07-29)

Features

  • update generated client (65a3485)

4.432.0 (2026-07-29)

Features

  • update generated client (9e6e495)

4.431.0 (2026-07-29)

Features

  • update generated client (2be8e78)
Commits
  • ef09e5e chore(release): bump version to 4.433.0
  • 65a3485 feat: update generated client
  • fe4dcab chore(release): bump version to 4.432.0
  • 9e6e495 feat: update generated client
  • 75f76ce chore(release): bump version to 4.431.0
  • 2be8e78 feat: update generated client
  • See full diff in compare view

@dependabot dependabot Bot added dependencies Pull requests that update a dependency file javascript Pull requests that update Javascript code labels Aug 3, 2026
@github-actions
github-actions Bot enabled auto-merge (squash) August 3, 2026 20:23
Bumps the mittwald-api group with 1 update in the / directory: [@mittwald/api-client](https://github.com/mittwald/api-client-js).


Updates `@mittwald/api-client` from 4.430.0 to 4.433.0
- [Release notes](https://github.com/mittwald/api-client-js/releases)
- [Changelog](https://github.com/mittwald/api-client-js/blob/master/CHANGELOG.md)
- [Commits](mittwald/api-client-js@4.430.0...4.433.0)

---
updated-dependencies:
- dependency-name: "@mittwald/api-client"
  dependency-version: 4.433.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: mittwald-api
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot Bot changed the title chore: bump @mittwald/api-client from 4.430.0 to 4.433.0 in the mittwald-api group chore: bump @mittwald/api-client from 4.430.0 to 4.433.0 in the mittwald-api group across 1 directory Aug 4, 2026
@dependabot
dependabot Bot force-pushed the dependabot/npm_and_yarn/mittwald-api-06af863685 branch from 4061374 to 093021a Compare August 4, 2026 20:23
The mStudio OpenAPI spec marks `app-link-database` and
`app-replace-database` as deprecated, so `@mittwald/api-client` stopped
generating client methods for them in 4.431.0. This broke compilation of
the `app database link` and `app database replace` commands.

Both endpoints are still served by the API and have no successor
operations, so invoke them through the client's Axios instance instead of
dropping the commands.

Co-Authored-By: Claude Opus 5 <noreply@anthropic.com>
@gandie gandie self-assigned this Aug 6, 2026

@gandie gandie left a comment

Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

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

This introduces future issues. Better way exists afaik.

Comment thread src/commands/app/database/link.tsx Outdated
martin-helmich and others added 2 commits August 11, 2026 10:31
`app-link-database` and `app-replace-database` are deprecated in the
mStudio OpenAPI spec, so `@mittwald/api-client` stopped generating client
methods for them in 4.431.0, breaking compilation of the `app database
link` and `app database replace` commands.

Their successor is the `databases` property of the regular app
installation patch endpoint: a database keyed there is linked when it is
not linked yet (requiring `purpose`), and replaces an existing linkage
when `replacesDatabaseId` is given. Use `patchAppinstallation` for both
commands instead of the removed operations.

Co-Authored-By: Claude Opus 5 <noreply@anthropic.com>
Co-Authored-By: Claude Opus 5 <noreply@anthropic.com>
@martin-helmich

Copy link
Copy Markdown
Member

This introduces future issues. Better way exists afaik.

Fixed in c9ce80c; also added agent instructions in 6354ec4 to prevent mishaps like these in the future.

@martin-helmich
martin-helmich requested a review from gandie August 11, 2026 09:17

@gandie gandie left a comment

Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

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

yeah, LGTM

@github-actions
github-actions Bot merged commit ed640d4 into master Aug 11, 2026
11 checks passed
@github-actions
github-actions Bot deleted the dependabot/npm_and_yarn/mittwald-api-06af863685 branch August 11, 2026 10:44
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 javascript Pull requests that update Javascript code

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants