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

Open
dependabot[bot] wants to merge 2 commits into
masterfrom
dependabot/npm_and_yarn/mittwald-api-06af863685
Open

chore: bump @mittwald/api-client from 4.430.0 to 4.433.0 in the mittwald-api group across 1 directory#2055
dependabot[bot] wants to merge 2 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.

databasePurposeFlag,
} from "../../../lib/resources/app/database/flags.js";
import { resolveDatabaseId } from "../../../lib/resources/app/database/lookup.js";
import { linkDatabase } from "../../../lib/resources/app/database/deprecated_operations.js";

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.

No. Code agent forgot to update api-client and did not find actual operation that replaces the old one.

If it did, it would have seen that a perfectly fine alternative exists and provides the fields needed, at least specs say so. Signature in older api clients did not contain database fields yet.

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.

Full ack, this is NOT a good solution. 🙅‍♂️

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