Commit aadded9
chore(deps): bump @vercel/og from 0.6.2 to 0.11.1 (#112)
* chore(deps): bump @vercel/og from 0.6.2 to 0.11.1
Bumps @vercel/og from 0.6.2 to 0.11.1.
---
updated-dependencies:
- dependency-name: "@vercel/og"
dependency-version: 0.11.1
dependency-type: direct:production
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com>
* ci: skip Vercel preview deploy for Dependabot PRs (no secrets access)
Dependabot PRs run from the same repo (not a fork), so the deploy
step's fork-only guard let it through even though GitHub withholds
repository secrets from dependabot-actor runs. That caused
deploy.mjs to fail with 'missing --token'. Treat dependabot[bot]
runs the same as fork PRs: build/lint/typecheck/test still run,
but preview deploy and lighthouse are skipped until a maintainer
adds the 'trusted' label.
Co-Authored-By: Claude Sonnet 5 <noreply@anthropic.com>
* fix(og): run api/og on nodejs runtime, not edge
@vercel/og 0.11.1 added sharp as an optional dependency (it wasn't
present in 0.6.2), which pushes the edge-bundled api/og function to
1.04 MB — over Vercel's 1 MB Edge Function size limit on this plan.
The Node.js runtime has a far higher size ceiling and this handler
only uses standard Web APIs (Request/Response, fetch, crypto.subtle)
that Node 22+ supports natively, so no other code changes are needed.
Co-Authored-By: Claude Sonnet 5 <noreply@anthropic.com>
* ci: retrigger workflow run
The previous commit was pushed via the GitHub API, which does not
trigger a new Actions run. Empty commit to kick off CI on the
nodejs-runtime fix.
Co-Authored-By: Claude Sonnet 5 <noreply@anthropic.com>
---------
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Claude <hasparus@gmail.com>
Co-authored-by: Claude Sonnet 5 <noreply@anthropic.com>1 parent 08a8990 commit aadded9
3 files changed
Lines changed: 31 additions & 17 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
14 | 14 | | |
15 | 15 | | |
16 | 16 | | |
17 | | - | |
| 17 | + | |
18 | 18 | | |
19 | 19 | | |
20 | 20 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
33 | 33 | | |
34 | 34 | | |
35 | 35 | | |
36 | | - | |
| 36 | + | |
37 | 37 | | |
38 | 38 | | |
39 | 39 | | |
| |||
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.
0 commit comments