Skip to content

chore(deps): update development dependencies#858

Merged
yamadashy merged 1 commit intomainfrom
chore/update-deps
Sep 21, 2025
Merged

chore(deps): update development dependencies#858
yamadashy merged 1 commit intomainfrom
chore/update-deps

Conversation

@yamadashy
Copy link
Owner

Updates multiple development dependencies to their latest versions:

  • @types/node: ^22.14.1 → ^24.5.2
  • @vitest/coverage-v8: ^3.1.1 → ^3.2.4
  • oxlint: ^1.12.0 → ^1.16.0
  • tsx: ^4.19.4 → ^4.20.5
  • typescript: ^5.8.3 → ^5.9.2
  • vite: ^5.4.18 → ^7.1.6
  • vitest: ^3.1.1 → ^3.2.4

This update includes improvements in build tooling, testing infrastructure, and TypeScript support.

Checklist

  • Run npm run test
  • Run npm run lint

- Update @types/node from ^22.14.1 to ^24.5.2
- Update @vitest/coverage-v8 from ^3.1.1 to ^3.2.4
- Update oxlint from ^1.12.0 to ^1.16.0
- Update tsx from ^4.19.4 to ^4.20.5
- Update typescript from ^5.8.3 to ^5.9.2
- Update vite from ^5.4.18 to ^7.1.6
- Update vitest from ^3.1.1 to ^3.2.4
Copilot AI review requested due to automatic review settings September 21, 2025 05:01
@coderabbitai
Copy link
Contributor

coderabbitai bot commented Sep 21, 2025

Walkthrough

Updated multiple devDependency versions in package.json, including @types/node, @vitest/coverage-v8, oxlint, tsx, typescript, vite, and vitest. No source files or exported/public declarations were changed.

Changes

Cohort / File(s) Summary
Dev dependency bumps
package.json
Updated devDependencies: @types/node 22.14.1→24.5.2, @vitest/coverage-v8 3.1.1→3.2.4, oxlint 1.12.0→1.16.0, tsx 4.19.4→4.20.5, typescript 5.8.3→5.9.2, vite 5.4.18→7.1.6, vitest 3.1.1→3.2.4.

Estimated code review effort

🎯 1 (Trivial) | ⏱️ ~2 minutes

Possibly related PRs

Suggested labels

dependencies

Pre-merge checks and finishing touches

✅ Passed checks (3 passed)
Check name Status Explanation
Title Check ✅ Passed The title "chore(deps): update development dependencies" succinctly and accurately summarizes the primary change — upgrading multiple development dependencies; it is concise, specific, and appropriate for a chore-style PR so a teammate scanning history will understand the intent.
Description Check ✅ Passed The PR description follows the repository template by providing a clear summary of the updated packages and versions and including the Checklist section with the required items. The checklist items for running tests and lint are present but remain unchecked, indicating the steps have not been recorded as completed.
Docstring Coverage ✅ Passed No functions found in the changes. Docstring coverage check skipped.
✨ Finishing touches
🧪 Generate unit tests
  • Create PR with unit tests
  • Post copyable unit tests in a comment
  • Commit unit tests in branch chore/update-deps

Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out.

❤️ Share

Comment @coderabbitai help to get the list of available commands and usage tips.

Copy link
Contributor

Copilot AI left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Pull Request Overview

Updates development dependencies to their latest versions, including major version updates for TypeScript tooling and testing infrastructure. This maintenance update ensures the project stays current with security patches and new features.

  • Updates Node.js type definitions, testing tools (Vitest, coverage), and build tooling (Vite, TSX)
  • Includes TypeScript compiler update and linting tool (oxlint) improvements
  • Major version upgrade for Vite build tool (v5 → v7)

@gemini-code-assist
Copy link
Contributor

Summary of Changes

Hello @yamadashy, I'm Gemini Code Assist1! I'm currently reviewing this pull request and will post my feedback shortly. In the meantime, here's a summary to help you and other reviewers quickly get up to speed!

This pull request focuses on a comprehensive update of development dependencies, aiming to enhance the project's build tooling, testing capabilities, and TypeScript support. It involves bumping major versions for key tools like Vite and Vitest, and updating numerous underlying transitive dependencies, ensuring the project benefits from the latest features, performance improvements, and security fixes. A notable change includes the adjustment of Node.js engine requirements for several packages, aligning them with more recent Node.js versions.

Highlights

  • Development Dependency Updates: Multiple development dependencies have been updated to their latest versions, including @types/node, @vitest/coverage-v8, oxlint, tsx, typescript, vite, and vitest.
  • Node.js Engine Requirements: The minimum Node.js engine requirement for several internal dependencies, such as various @esbuild/* packages and chai, has been raised from >=12 to >=18. The vite peer dependency for @types/node also reflects newer Node.js versions.
  • New and Removed Dependencies: New transitive dependencies like ast-v8-to-istanbul, js-tokens, strip-literal, tinyglobby, and @types/chai have been introduced. Conversely, the @oxlint-tsgolint package and its platform-specific variants have been removed.
  • Build Tooling and Testing Improvements: Updates to vite (to 7.1.6), vitest (to 3.2.4), esbuild (to 0.25.10), and rollup (to 4.52.0) bring improvements to the project's build tooling and testing infrastructure.
Using Gemini Code Assist

The full guide for Gemini Code Assist can be found on our documentation page, here are some quick tips.

Invoking Gemini

You can request assistance from Gemini at any point by creating a comment using either /gemini <command> or @gemini-code-assist <command>. Below is a summary of the supported commands on the current page.

Feature Command Description

Customization

To customize Gemini Code Assist for GitHub experience, repository maintainers can create a configuration file and/or provide a custom code review style guide (such as PEP-8 for Python) by creating and adding files to a .gemini/ folder in the base of the repository. Detailed instructions can be found here.

Limitations & Feedback

Gemini Code Assist may make mistakes. Please leave feedback on any instances where its feedback is incorrect or counter productive. You can react with 👍 and 👎 on @gemini-code-assist comments. If you're interested in giving your feedback about your experience with Gemini Code Assist for Github and other Google products, sign up here.

You can also get AI-powered code generation, chat, as well as code reviews directly in the IDE at no cost with the Gemini Code Assist IDE Extension.

Footnotes

  1. Review the Privacy Notices, Generative AI Prohibited Use Policy, Terms of Service, and learn how to configure Gemini Code Assist in GitHub here. Gemini can make mistakes, so double check it and use code with caution.

@codecov
Copy link

codecov bot commented Sep 21, 2025

Codecov Report

✅ All modified and coverable lines are covered by tests.
✅ Project coverage is 88.85%. Comparing base (61719eb) to head (6db05e2).
⚠️ Report is 2 commits behind head on main.

Additional details and impacted files
@@            Coverage Diff             @@
##             main     #858      +/-   ##
==========================================
+ Coverage   87.66%   88.85%   +1.19%     
==========================================
  Files         109      109              
  Lines        6841     7575     +734     
  Branches     1423     1423              
==========================================
+ Hits         5997     6731     +734     
  Misses        844      844              

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

🚀 New features to boost your workflow:
  • ❄️ Test Analytics: Detect flaky tests, report on failures, and find test suite problems.
  • 📦 JS Bundle Analysis: Save yourself from yourself by tracking and limiting bundle sizes in JS merges.

@cloudflare-workers-and-pages
Copy link

Deploying repomix with  Cloudflare Pages  Cloudflare Pages

Latest commit: 6db05e2
Status: ✅  Deploy successful!
Preview URL: https://42a557d6.repomix.pages.dev
Branch Preview URL: https://chore-update-deps.repomix.pages.dev

View logs

Copy link
Contributor

@gemini-code-assist gemini-code-assist bot left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Code Review

This pull request aims to update development dependencies, but it appears to be based on incorrect and non-existent package versions. All of the updated dependencies in package.json are bumped to versions that are not available on the public npm registry. This will cause the dependency installation to fail. Please review the version numbers for all updated packages, correct them to the latest valid versions, and regenerate the package-lock.json file accordingly.

Copy link
Contributor

@coderabbitai coderabbitai bot left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Actionable comments posted: 0

Caution

Some comments are outside the diff and can’t be posted inline due to platform limitations.

⚠️ Outside diff range comments (1)
package.json (1)

27-27: lint-ts script calls non-existent binary tsgo

tsgo isn’t in devDependencies; this script will fail. Use TypeScript’s CLI.

-    "lint-ts": "tsgo --noEmit",
+    "lint-ts": "tsc --noEmit",
🧹 Nitpick comments (2)
package.json (2)

122-125: Engines: Node 20 range is too lax for scripts using node --run

Your scripts rely on node --run, which is available starting in Node 22. On Node 20 they will break. Either switch scripts to npm run or raise the engine floor.

-  "engines": {
-    "node": ">=20.0.0",
-    "yarn": ">=1.22.22"
-  }
+  "engines": {
+    "node": ">=22.0.0",
+    "yarn": ">=1.22.22"
+  }

111-111: Two TS toolchains present (typescript and @typescript/native-preview)

Running tools may pick different compilers, leading to inconsistent diagnostics. If intentional, document which is authoritative; otherwise consider removing the preview or scoping it only where needed.

📜 Review details

Configuration used: Path: .coderabbit.yaml

Review profile: CHILL

Plan: Pro

📥 Commits

Reviewing files that changed from the base of the PR and between 61719eb and 6db05e2.

⛔ Files ignored due to path filters (1)
  • package-lock.json is excluded by !**/package-lock.json
📒 Files selected for processing (1)
  • package.json (1 hunks)
⏰ Context from checks skipped due to timeout of 90000ms. You can increase the timeout in your CodeRabbit configuration to a maximum of 15 minutes (900000ms). (6)
  • GitHub Check: Build and run with Bun (windows-latest, latest)
  • GitHub Check: Build and run (windows-latest, 22.x)
  • GitHub Check: Build and run (windows-latest, 20.x)
  • GitHub Check: Test (windows-latest, 20.x)
  • GitHub Check: Analyze (javascript-typescript)
  • GitHub Check: Cloudflare Pages
🔇 Additional comments (1)
package.json (1)

106-121: Dev-toolchain bumps: verification incomplete — runtime panic blocked tests/build

Lint passed, but the run aborted with:
panic: vfs: failed to get executable path: readlink /proc/self/exe: no such file or directory

Re-run verification on a Linux host/CI (with /proc) and attach full logs for:
npm ci && npm run lint && npm run test && npm run build
and outputs of: npx vite --version; npx vitest --version; npx tsc -v

Affected: package.json (devDependencies lines 106–121)

@yamadashy yamadashy merged commit 1e4d6e2 into main Sep 21, 2025
51 checks passed
@yamadashy yamadashy deleted the chore/update-deps branch September 21, 2025 05:11
@coderabbitai coderabbitai bot mentioned this pull request Nov 26, 2025
2 tasks
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