Conversation
|
svelte-maplibre-gl
@svelte-maplibre-gl/contour
@svelte-maplibre-gl/deckgl
@svelte-maplibre-gl/pmtiles
@svelte-maplibre-gl/terradraw
commit: |
There was a problem hiding this comment.
Pull request overview
This PR updates various devDependencies in the project to their latest versions. The changes include updating the pnpm workspace catalog, the lockfile, and package.json devDependencies.
Changes:
- Updated catalog versions in pnpm-workspace.yaml for multiple packages including @deck.gl/, @sveltejs/, maplibre-gl, publint, and terra-draw
- Updated corresponding devDependencies in package.json for tools like @playwright/test, eslint-plugin-svelte, globals, prettier, shiki, turbo, and typescript-eslint
- Modified pnpm-lock.yaml to reflect the version updates
Reviewed changes
Copilot reviewed 2 out of 3 changed files in this pull request and generated 6 comments.
| File | Description |
|---|---|
| pnpm-workspace.yaml | Updated catalog versions for 9 packages to their latest minor/patch versions |
| pnpm-lock.yaml | Updated dependency specifiers and resolved versions in the lockfile |
| package.json | Updated 12 devDependencies to their latest versions |
Files not reviewed (1)
- pnpm-lock.yaml: Language not supported
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
pnpm-lock.yaml
Outdated
| '@sveltejs/vite-plugin-svelte': | ||
| specifier: ^6.2.1 | ||
| specifier: ^6.2.4 | ||
| version: 6.2.1 |
There was a problem hiding this comment.
The lockfile specifier has been updated to ^6.2.4 but the resolved version is still 6.2.1. The lockfile needs to be regenerated by running pnpm install to actually install and resolve version 6.2.4.
| version: 6.2.1 | |
| version: 6.2.4 |
Deploying with
|
| Status | Name | Latest Commit | Preview URL | Updated (UTC) |
|---|---|---|---|---|
| ✅ Deployment successful! View logs |
svelte-maplibre-gl | 655ba5c | Commit Preview URL Branch Preview URL |
Jan 28 2026, 01:08 AM |
e3e843b to
655ba5c
Compare
No description provided.