Release 1.0.3: connect-page polish, hydration fix, and dependency security - #2
Merged
Conversation
…urity UI / layout - Fix footer pushed below the fold on the /connect flow — the pages used min-h-[calc(100vh-72px)] (ignoring footer + main padding); now use flex-grow. - Remove the connect-page background gradient so /connect, /connect/auth, and /connect/noauth match the rest of the app. This also removes the faint line above the footer (the gradient ended in the footer color while the layout padding strip sat a shade darker between them). - Remove the now-redundant top border on the footer. - Prefill mcr.microsoft.com on the anonymous registry connection form (editable). - Remove the "Keep a Changelog / Semantic Versioning" preamble from the in-app changelog modal. - Drop the `v` prefix from the in-app version (APP_VERSION = pkg.version); footer and changelog badge now show a bare 1.0.3. Fixes - Add suppressHydrationWarning to <body> to silence the hydration-mismatch console error caused by browser extensions injecting attributes (e.g. wotdisconnected) before React hydrates. Security (npm audit: 3 moderate -> 0) - Update js-yaml (GHSA-h67p-54hq-rp68, quadratic-complexity DoS). - Pin Next.js's bundled postcss to the patched 8.5.x via package.json overrides (GHSA-qx2v-qp2m-jg93), avoiding the audit --force path that downgrades Next 16->9. Docs - Bump version to 1.0.3, add the 1.0.3 CHANGELOG entry, refresh the bug-report issue-template version placeholder. Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
|
The latest updates on your projects. Learn more about Vercel for GitHub.
|
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
Patch release with connect-flow UI polish, a hydration-warning fix, and dependency-security cleanup.
UI / layout
/connect,/connect/auth,/connect/noauth— replaced the double-countingmin-h-[calc(100vh-72px)]withflex-grow.mcr.microsoft.com(still editable/clearable).vprefix from the in-app version — footer and changelog badge now show a bare1.0.3.Fixes
suppressHydrationWarningto<body>to silence the hydration-mismatch console error from browser extensions injecting attributes (e.g.wotdisconnected) before React hydrates.Security (
npm audit: 3 moderate → 0)js-yaml(GHSA-h67p-54hq-rp68).postcssto the patched8.5.xvia a package.jsonoverrides(GHSA-qx2v-qp2m-jg93), avoiding the--forcepath that would downgrade Next 16 → 9.Docs
1.0.3, new CHANGELOG entry, refreshed bug-report template placeholder.Verification
npm run buildgreen (lint + 21 static pages).npm audit→ 0 vulnerabilities.1.0.3.🤖 Generated with Claude Code