Skip to content

Stop batching major version bumps in the edge UI Dependabot group - #70865

Merged
vincbeck merged 1 commit into
apache:mainfrom
dheerajturaga:fix-edge-ui-typescript-dependabot-group
Jul 31, 2026
Merged

Stop batching major version bumps in the edge UI Dependabot group#70865
vincbeck merged 1 commit into
apache:mainfrom
dheerajturaga:fix-edge-ui-typescript-dependabot-group

Conversation

@dheerajturaga

Copy link
Copy Markdown
Member

The edge-ui-package-updates Dependabot group had no restriction on update types, so a typescript major bump (6.x → 7.x) kept riding along with routine minor/patch updates. TypeScript 7 dropped the legacy JS Compiler API that unplugin-dts (used via vite-plugin-dts) still depends on, which breaks pnpm build and fails the compile-edge-assets prek hook — seen in #70616 and #70848.

This restricts the group to minor/patch and ignores major updates, matching the pattern already used by core-ui-package-updates (airflow-core UI) and the 3-3-edge-ui-package-updates sibling group that already covers this same directory on v3-3-test.

related: #70616, #70848


Was generative AI tooling used to co-author this PR?
  • Yes — Claude Code (Sonnet 5)

Generated-by: Claude Code (Sonnet 5) following the guidelines

The edge-ui-package-updates group had no restriction on update types, so a
typescript major bump (6.x -> 7.x, which breaks vite-plugin-dts/unplugin-dts
and fails the compile-edge-assets check) kept riding along with routine
minor/patch updates, as seen in apache#70616 and apache#70848. Restrict the group to
minor/patch and ignore major updates, matching the pattern already used by
core-ui-package-updates and the v3-3-test sibling group for this same
directory.
@vincbeck
vincbeck merged commit 8652f21 into apache:main Jul 31, 2026
65 checks passed
@github-actions

Copy link
Copy Markdown
Contributor

Backport failed to create: v3-3-test. View the failure log Run details

Note: As of Merging PRs targeted for Airflow 3.X
the committer who merges the PR is responsible for backporting the PRs that are bug fixes (generally speaking) to the maintenance branches.

In matter of doubt please ask in #release-management Slack channel.

Status Branch Result
v3-3-test Commit Link

You can attempt to backport this manually by running:

cherry_picker 8652f21 v3-3-test

This should apply the commit to the v3-3-test branch and leave the commit in conflict state marking
the files that need manual conflict resolution.

After you have resolved the conflicts, you can continue the backport process by running:

cherry_picker --continue

If you don't have cherry-picker installed, see the installation guide.

@potiuk

potiuk commented Aug 1, 2026

Copy link
Copy Markdown
Member

Makes sense.

@dheerajturaga
dheerajturaga deleted the fix-edge-ui-typescript-dependabot-group branch August 1, 2026 13:45
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants