Conversation
| "maplibre-gl": "5.2.0", | ||
| "mixpanel-browser": "2.61.2", | ||
| "nuxt-csurf": "1.6.5", | ||
| "protomaps-themes-base": "1.3.1", |
There was a problem hiding this comment.
is there a reason why protomaps-themes-base is removed
There was a problem hiding this comment.
Pull request overview
This PR updates various NPM dependencies to their latest versions, including both development and production dependencies. The changes include minor and patch updates for most packages, along with a package replacement in the protomaps ecosystem.
Key changes:
- Updates several devDependencies (@nuxt/cli, dotenv, happy-dom) and dependencies (commander, destr)
- Replaces
protomaps-themes-basewith@protomaps/basemapspackage - Includes major version updates for dotenv and happy-dom that require careful validation
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
| "eslint-plugin-vue": "10.5.1", | ||
| "eslint-typegen": "2.3.0", | ||
| "happy-dom": "18.0.1", | ||
| "happy-dom": "20.0.11", |
There was a problem hiding this comment.
The happy-dom update from 18.0.1 to 20.0.11 skips two major versions (19.x and 20.x). Major version changes often include breaking changes. Ensure that the test suite passes and that there are no breaking changes that affect the project, particularly in any DOM-related test behavior.
| "happy-dom": "20.0.11", | |
| "happy-dom": "18.0.1", |
|
going to handle the protomaps update in #280 instead |
No description provided.