chore(deps): update major dependencies - #108
Conversation
|
Warning Review limit reachedYou’ve reached a temporary PR review limit under our Fair Usage Limits Policy. Next review available in: 43 minutes Your organization has reached its usage spending cap. Adjust your spending cap in the billing tab. How can I continue?After more reviews become available, a review can be triggered using the To avoid repeated limits, reduce automatic review volume by pausing incremental auto-reviews earlier, using label-based review opt-in, excluding WIP or generated PR titles, or requesting reviews manually when the PR is ready. If your team needs uninterrupted high-volume reviews, an organization admin can enable usage-based reviews. How do review limits work?CodeRabbit enforces per-developer PR review limits for each organization. Most developers receive the normal plan review availability. For paid Pro and Pro+ PR reviews, CodeRabbit uses adaptive limits for sustained high-volume activity. When a developer's recent PR review activity reaches the 95th percentile or higher among CodeRabbit users, additional reviews become available more gradually as earlier reviews age out of the rolling window. Please refer docs for additional details. Review details⚙️ Run configurationConfiguration used: Organization UI Review profile: CHILL Plan: Pro Run ID: ⛔ Files ignored due to path filters (1)
📒 Files selected for processing (2)
Comment |
|
Review the following changes in direct dependencies. Learn more about Socket for GitHub.
|
|
All alerts resolved. Learn more about Socket for GitHub. This PR previously contained dependency changes with security issues that have been resolved, removed, or ignored. |
There was a problem hiding this comment.
Pull request overview
This PR updates major dependencies (better-sqlite3, Vite, MapLibre GL ecosystem) for the Electron + Svelte renderer, and adjusts renderer typing to match MapLibre GL v6 event types.
Changes:
- Bump major versions:
better-sqlite3→ v13,vite→ v8,maplibre-gl→ v6, and@sveltejs/vite-plugin-svelte→ v7. - Update
CoordinateInput.svelteto useMapMouseEventtype import frommaplibre-gl(v6 typing compatibility). - Refresh
package-lock.jsonto reflect the new dependency graph (notably Vite moving torolldown).
Reviewed changes
Copilot reviewed 2 out of 3 changed files in this pull request and generated 1 comment.
| File | Description |
|---|---|
| src/renderer/src/lib/components/CoordinateInput.svelte | Updates map click event typing to match MapLibre GL v6 type exports. |
| package.json | Updates major dependency versions for the app and build toolchain. |
| package-lock.json | Locks updated transitive dependency tree for the major dependency bumps. |
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
| "dependencies": { | ||
| "@electron/rebuild": "^4.0.3", | ||
| "async-mutex": "^0.5.0", | ||
| "better-sqlite3": "^12.6.2", | ||
| "better-sqlite3": "^13.0.2", | ||
| "daisyui": "^5.6.6", |
Updates major versions for better-sqlite3, vite, and maplibre-gl. Includes a fix for maplibre-gl v6 MapMouseEvent types. Skipped typescript v7 due to missing ESLint support.