Skip to content

fix(deps): release widespread dependency bumps across root, functions & infra - #620

Merged
MrMint merged 1 commit into
mainfrom
claude/release-dep-bumps
Jul 17, 2026
Merged

fix(deps): release widespread dependency bumps across root, functions & infra#620
MrMint merged 1 commit into
mainfrom
claude/release-dep-bumps

Conversation

@MrMint

@MrMint MrMint commented Jul 17, 2026

Copy link
Copy Markdown
Owner

Empty commit to make the dependency bumps from #617 releasable. No file changes — see #617 for the actual diff and verification.

Why

#617 is merged to main, but it never deployed to production. It was committed as chore(deps), and release-please treats chore as a hidden, non-releasable type. So it cut no release, release_created stayed false, and the gated steps were skipped:

✓ Run googleapis/release-please-action@v5
- Run actions/checkout@v6      ← skipped
- Deploy Prod                  ← skipped

Those upgrades are sitting on main, unreleased — including production dependencies (next, urql/@urql/*, @nhost/nhost-js, graphql, gql.tada, react-hook-form, lexical, recharts, @google/genai) and the nhost infra bumps (hasura v2.49.4-ce, postgres 18.4-20260610-1, storage 0.15.0).

Per this repo's Renovate convention, production dependency updates use fix(deps) (releasable) while devDeps/tooling use chore(deps) — e.g. #619 fix(deps): …biome, #618 fix(deps): …motion vs #587 chore(deps): …pnpm, #570 chore(deps): …node. #617 should have been fix(deps); this commit applies the correct type.

What happens on merge

release-please cuts a patch release (0.58.3) covering everything on main, including #617. Merging that release PR sets release_created, which runs Deploy Prod (fast-forward mainproduction).

Reviewer note

⚠️ The nhost infra bumps deploy with this. #617's infra changes (hasura/postgres/storage) passed nhost config validate and their image tags were confirmed to exist upstream, but the full stack was never booted to prove the containers pull and start. If you want a smoke-test before those hit prod, hold this PR and run nhost up locally first.

🤖 Generated with Claude Code

… & infra

Empty commit to make the dependency bumps from #617 releasable.

#617 landed production dependency upgrades (next, urql/@urql/*, @nhost/nhost-js,
graphql, gql.tada, react-hook-form, lexical, recharts, @google/genai) plus nhost
infra bumps (hasura v2.49.4-ce, postgres 18.4-20260610-1, storage 0.15.0), but was
committed as `chore(deps)`. release-please treats `chore` as a hidden, non-releasable
type, so it cut no release and the `Deploy Prod` step (gated on release_created)
was skipped — leaving those changes sitting on main, unreleased.

Per this repo's Renovate convention, production dependency updates use `fix(deps)`
(releasable) while devDeps/tooling use `chore(deps)`. This commit applies the
correct type so release-please cuts a patch release and promotes main to production.

No file changes — see #617 for the actual diff and its verification.

Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
@vercel

vercel Bot commented Jul 17, 2026

Copy link
Copy Markdown

The latest updates on your projects. Learn more about Vercel for GitHub.

Project Deployment Actions Updated (UTC)
cellar-assistant Ready Ready Preview, Comment Jul 17, 2026 12:22am

@codacy-production

Copy link
Copy Markdown

Up to standards ✅

🟢 Issues 0 issues

Results:
0 new issues

View in Codacy

NEW Get contextual insights on your PRs based on Codacy's metrics, along with PR and Jira context, without leaving GitHub. Enable AI reviewer
TIP This summary will be updated as you push new changes.

@MrMint
MrMint merged commit 3e2b64d into main Jul 17, 2026
6 checks passed
@MrMint
MrMint deleted the claude/release-dep-bumps branch July 17, 2026 00:32
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