-
Notifications
You must be signed in to change notification settings - Fork 11
chore: Update devDeps #124
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Pull Request Overview
This PR updates development dependencies across the workspace and refines the Vite configuration for workspace root support.
- Reformats and adjusts imports in
vite.config.ts, addsserver.fs.allowfor monorepo support, and standardizes alias and test settings. - Bumps versions of key dev dependencies in
pnpm-workspace.yamlandpackage.json.
Reviewed Changes
Copilot reviewed 3 out of 4 changed files in this pull request and generated no comments.
| File | Description |
|---|---|
| vite.config.ts | Reformatted imports, added server.fs.allow, updated alias & test include |
| pnpm-workspace.yaml | Bumped versions for @sveltejs/kit, @sveltejs/package, and vite |
| package.json | Updated dev dependency versions (e.g., @lucide/svelte, fast-png, etc.) |
Files not reviewed (1)
- pnpm-lock.yaml: Language not supported
Comments suppressed due to low confidence (1)
vite.config.ts:5
- The Vite configuration should import
defineConfigfromviterather thanvitest/config. This ensures the Vite config is using the correct API and types.
import { defineConfig } from "vitest/config";
svelte-maplibre-gl
@svelte-maplibre-gl/contour
@svelte-maplibre-gl/deckgl
@svelte-maplibre-gl/pmtiles
@svelte-maplibre-gl/terradraw
commit: |
Deploying with
|
| Status | Name | Latest Commit | Preview URL | Updated (UTC) |
|---|---|---|---|---|
| ✅ Deployment successful! View logs |
svelte-maplibre-gl | 72cfd80 | Commit Preview URL | Jul 08 2025, 04:33 AM |
No description provided.