Skip to content

hotfix: release stabilization v1.3.2 (r2)#91

Merged
RyshMan merged 1 commit intomainfrom
codex/release-hotfix-v1.3.2-r2
Mar 17, 2026
Merged

hotfix: release stabilization v1.3.2 (r2)#91
RyshMan merged 1 commit intomainfrom
codex/release-hotfix-v1.3.2-r2

Conversation

@RyshMan
Copy link
Contributor

@RyshMan RyshMan commented Mar 17, 2026

Problem

Post-merge ci on main failed after the r1 hotfix because the ui-local job's dependency freshness gate detected stale Next.js pins.

Root Cause

ui/local/package.json and ui/local/package-lock.json still pinned next and eslint-config-next at 16.1.6 while the freshness contract expected 16.1.7.

Fix

  • bump next to 16.1.7 in ui/local/package.json
  • bump eslint-config-next to 16.1.7 in ui/local/package.json
  • refresh ui/local/package-lock.json to the matching 16.1.7 dependency graph

Validation

  • cd ui/local && npm ci && npm run lint && npm run test && npm run build && bash ../../scripts/check_ui_deps_freshness.sh
  • make prepush-full

@RyshMan RyshMan requested a review from davidahmann as a code owner March 17, 2026 02:31
@RyshMan RyshMan merged commit b75d258 into main Mar 17, 2026
7 checks passed
@RyshMan RyshMan deleted the codex/release-hotfix-v1.3.2-r2 branch March 17, 2026 02:35
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant