Skip to content

chore(deps-dev): Bump Vite and React types#21

Merged
panz3r merged 3 commits intomainfrom
bump-vite
May 12, 2025
Merged

chore(deps-dev): Bump Vite and React types#21
panz3r merged 3 commits intomainfrom
bump-vite

Conversation

@panz3r
Copy link
Copy Markdown
Member

@panz3r panz3r commented May 12, 2025

Motivation

This PR updates key development dependencies (vite, @types/react, @types/react-dom) to their latest versions. This helps ensure compatibility, leverages potential performance improvements or bug fixes in the dependencies, and keeps the project's tooling up-to-date.

Description of Changes

  • Bumped the common development dependency @types/react and @types/react-dom (de189b3).
  • Bumped the common development dependency vite (82136c5).
  • Updated the lock file (pnpm-lock.yaml or similar) to reflect the dependency changes (fe03325).

How to Test

  1. CI Checks: Verify that all automated tests (Vitest) and build steps pass successfully on this PR.
  2. Local Verification (Optional):
    • Run pnpm install.
    • Run the development server (pnpm dev or equivalent) for the library or examples to ensure Vite starts correctly.
    • Run a build (pnpm build) to ensure it completes successfully.

Checklist

  • My code follows the project's style guidelines (N/A - dependency update).
  • I have updated tests or added new tests to reflect the changes (N/A - dependency update).
  • I have updated the necessary documentation (N/A - dependency update).
  • All new and existing tests passed.
  • CI checks are passing.
  • I have performed a self-review of my own code (Reviewed lock file changes).

Notes for Reviewers

  • This is a routine update for development dependencies.

@panz3r panz3r self-assigned this May 12, 2025
@panz3r panz3r added the dependencies Pull requests that update a dependency file label May 12, 2025
@panz3r panz3r merged commit 0e2c042 into main May 12, 2025
7 checks passed
@panz3r panz3r deleted the bump-vite branch May 12, 2025 17:55
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

dependencies Pull requests that update a dependency file

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant