Fix homepage event order and consolidate dependency updates - #52
Merged
Merged
Conversation
Contributor
Deploying with
|
| Status | Name | Latest Commit | Preview URL | Updated (UTC) |
|---|---|---|---|---|
| ✅ Deployment successful! View logs |
devcongress-website | b72b15e | Commit Preview URL Branch Preview URL |
Sep 21 2026, 04:09 PM |
Show the next three ongoing or upcoming events on the homepage and reuse the shared ordering policy for both Astro rendering and the live browser refresh. Keep the Join the community action at its intrinsic width instead of stretching across the Mission column. Consolidate Dependabot PRs #50 and #51 by updating pnpm/action-setup to 6.1.0, Astro to 7.3.2, Zod to 4.6.2, Cloudflare Workers types to 5.20260911.1, and Wrangler to 4.131.0 with the matching frozen lockfile. Verified with pnpm install --frozen-lockfile, pnpm build, Wrangler deploy --dry-run, fixed-time event-ordering fixtures, installed-version checks, git diff --check, and an Astra final review.
Elvis020
force-pushed
the
feature/homepage-event-order-and-cta-width
branch
from
September 21, 2026 16:07
da22ab1 to
b72b15e
Compare
This was referenced Sep 21, 2026
bubunyo
approved these changes
Sep 21, 2026
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.
Before
#HowToBuildsession and the next Project Night.After
Dependency updates
pnpm/action-setup: 6.0.10 → 6.1.0, SHA-pinned in all three workflow usesastro: 7.3.1 → 7.3.2zod: 4.5.4 → 4.6.2@cloudflare/workers-types: 5.20260904.1 → 5.20260911.1wrangler: 4.129.0 → 4.131.0Why this happened
Verification
pnpm install --frozen-lockfilepnpm build— 20 pages builtpnpm wrangler deploy --dry-run— 73 assets bundled; no deployment performedgit diff --checkpnpm list --depth 0The build environment could not reach EMS and used the repository's documented local meetup fallback during static generation; the live feed was fetched and verified separately.