Skip to content

Update dependencies - #89

Merged
TimoStaudinger merged 1 commit into
mainfrom
claude/serene-cannon-0a6ig7
Aug 31, 2026
Merged

Update dependencies#89
TimoStaudinger merged 1 commit into
mainfrom
claude/serene-cannon-0a6ig7

Conversation

@TimoStaudinger

@TimoStaudinger TimoStaudinger commented Aug 31, 2026

Copy link
Copy Markdown
Owner

Routine dependency refresh. All packages are now at their latest published versions (yarn outdated reports nothing).

Changes

Direct bumps in package.json:

Package From To
@typescript-eslint/eslint-plugin 8.67.0 8.68.0
@typescript-eslint/parser 8.67.0 8.68.0

Picked up within existing semver ranges (lockfile only):

Package From To
next 16.3.2 16.3.3
eslint-config-next 16.3.2 16.3.3
@next/eslint-plugin-next 16.3.2 16.3.3
eslint 10.9.0 10.9.1
@types/node 26.2.0 26.4.0

Plus a refresh of transitive packages. All updates are patch/minor — no major version changes.

Verification

  • yarn build — passes, TypeScript clean, all 15 routes generated.
  • yarn test — green in CI: all 40 tests pass, visual regressions included. The update-snapshots job was skipped, so no baselines needed changing.
  • Vercel preview deployed successfully.

Note on running the visual tests locally

The 6 toHaveScreenshot tests fail in the sandbox I developed this in, because it only has Chromium v1194 available while the committed snapshots were generated with the v1234 that Playwright 1.62 pins. The two render text with slightly different metrics.

I confirmed this was environmental rather than a regression by re-running the visual tests against the pre-update dependencies with the same browser: they failed identically, down to the exact differing-pixel counts (637411 and 294781). CI, which installs the pinned Chromium, passes them — as it did here.

Worth flagging only so nobody is tempted to run yarn test:update-snapshots in a similar environment: that would overwrite good baselines with screenshots taken by the wrong browser.

Bump Next.js, ESLint, typescript-eslint, and @types/node to latest
patch/minor releases, and refresh transitive packages.

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

vercel Bot commented Aug 31, 2026

Copy link
Copy Markdown

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

Project Deployment Actions Updated (UTC)
timostaudinger-com Ready Ready Preview Aug 31, 2026 1:52pm

@TimoStaudinger
TimoStaudinger merged commit 2de96d5 into main Aug 31, 2026
4 checks passed
@TimoStaudinger
TimoStaudinger deleted the claude/serene-cannon-0a6ig7 branch August 31, 2026 18:26
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.

2 participants