Skip to content

Bump dependency lockfile to latest in-range patch versions#19

Merged
bradburch merged 1 commit into
mainfrom
update-dependencies
Jul 8, 2026
Merged

Bump dependency lockfile to latest in-range patch versions#19
bradburch merged 1 commit into
mainfrom
update-dependencies

Conversation

@bradburch

Copy link
Copy Markdown
Owner

Summary

  • Refreshed package-lock.json so hono, wrangler, vitest, typescript-eslint, and @types/node resolve to their latest versions within the ranges already declared in package.json.
  • eslint/@eslint/js intentionally stay on 9.x — eslint-plugin-react's peer range still caps at ^9.7, so ESLint 10 isn't usable yet.
  • No package.json changes needed; this branch was rebased on main after discovering main already carries the vite 8 / plugin-react 6 / prettier 3.9 / wrangler 4.107 bumps from an earlier PR.

Test plan

  • npm run typecheck
  • npm run lint
  • npm test (245 passing)
  • npm run build
  • npx wrangler deploy --dry-run (worker packages and binds correctly)

🤖 Generated with Claude Code

hono, wrangler, vitest, typescript-eslint, and @types/node were pinned
in package.json to ranges that already permit newer patches than the
committed lockfile. eslint/@eslint/js stay on 9.x since
eslint-plugin-react's peer range still caps at ^9.7.

Co-Authored-By: Claude Sonnet 5 <noreply@anthropic.com>
@bradburch bradburch merged commit 61645b7 into main Jul 8, 2026
2 checks passed
@bradburch bradburch deleted the update-dependencies branch July 8, 2026 15:31
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