chore(deps): weekly dependency upgrade (2026-07-20)#33
Open
cursor[bot] wants to merge 1 commit into
Open
Conversation
- lucide-react 1.24.0 → 1.25.0 - nanoid 5.1.16 → 6.0.0 - tailwindcss / @tailwindcss/postcss 4.3.2 → 4.3.3 - @laststance/react-next-eslint-plugin 2.2.0 → 2.3.0 - lint-staged 17.0.8 → 17.1.0 - eslint 9.39.4 → 9.39.5, postcss 8.5.17 → 8.5.19 Pinned eslint@^9 and typescript@^6 (ecosystem does not support v10/v7 yet). Verified: typecheck, lint, build, and timer e2e (7 passed, 1 skipped). Co-authored-by: RyotaMurakami <ryota_murakami@fact-base.jp>
Contributor
|
The latest updates on your projects. Learn more about Vercel for GitHub.
|
ryota-murakami
marked this pull request as ready for review
July 20, 2026 03:37
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
Weekly
pnpm upgrade --latestrun.Updated packages
Pinned (ecosystem compatibility)
eslint@^9— ESLint 10 breaks peer deps ineslint-config-next/eslint-plugin-reacttypescript@^6— TypeScript 7 breaks peer deps intypescript-eslintVerification
pnpm typecheckpnpm lintpnpm buildpnpm dev(port 3009)pnpm e2e:desktop e2e/timer-behavior.spec.ts— 7 passed, 1 skippedNote
Low Risk
Dependency-only lockfile refresh; nanoid v6 is a major bump but usage is a single standard
nanoid()call and CI already verified typecheck, lint, build, and e2e.Overview
This PR bumps npm/pnpm dependencies and refreshes
pnpm-lock.yamlonly—no application source changes.Notable version moves:
nanoid5 → 6 (still used for timer session IDs inapp/api/timer-sessions/route.tsviananoid()),lucide-react1.24 → 1.25, Tailwind stack 4.3.2 → 4.3.3 (tailwindcss,@tailwindcss/postcss),@laststance/react-next-eslint-plugin2.2 → 2.3,lint-staged17.0.8 → 17.1.0, and patch bumps for eslint, postcss, and related transitive packages (e.g. typescript-eslint 8.63 → 8.64, kysely 0.29.3 → 0.29.4).Reviewed by Cursor Bugbot for commit 14ec3ba. Bugbot is set up for automated code reviews on this repo. Configure here.