-
Notifications
You must be signed in to change notification settings - Fork 2
update misc NPM dependencies #267
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
Closed
Closed
Changes from all commits
Commits
Show all changes
6 commits
Select commit
Hold shift + click to select a range
2bbcb4f
update old NPM dependencies
drewda 1635d04
switch to @protomaps/basemaps
drewda d2c40b5
update misc NPM dependencies
drewda bc35cd9
remove nuxt devtools, since we don't seem to use it
drewda 8d25c2b
Merge branch 'main' into dep-updates
irees 3690139
Update yarn lock
irees File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Original file line number | Diff line number | Diff line change |
|---|---|---|
|
|
@@ -47,7 +47,7 @@ | |
| "vue": "3.5.22" | ||
| }, | ||
| "devDependencies": { | ||
| "@nuxt/cli": "3.30.0", | ||
| "@nuxt/cli": "3.31.1", | ||
| "@nuxt/devtools": "3.0.1", | ||
| "@nuxt/eslint": "1.10.0", | ||
| "@nuxt/eslint-config": "1.10.0", | ||
|
|
@@ -70,11 +70,11 @@ | |
| "@types/pg": "8.15.4", | ||
| "@vitejs/plugin-vue": "6.0.1", | ||
| "@vue/test-utils": "2.4.6", | ||
| "dotenv": "16.5.0", | ||
| "dotenv": "17.2.3", | ||
| "eslint": "9.39.1", | ||
| "eslint-plugin-vue": "10.5.1", | ||
| "eslint-typegen": "2.3.0", | ||
| "happy-dom": "18.0.1", | ||
| "happy-dom": "20.0.11", | ||
| "jsdom": "26.1.0", | ||
| "nuxi": "3.30.0", | ||
| "nuxt": "4.2.0", | ||
|
|
@@ -96,28 +96,28 @@ | |
| "@maplibre/maplibre-gl-geocoder": "1.9.0", | ||
| "@mdi/font": "7.4.47", | ||
| "@observablehq/plot": "0.6.17", | ||
| "@protomaps/basemaps": "5.7.0", | ||
| "@turf/centroid": "7.3.0", | ||
| "@vue/apollo-composable": "4.2.2", | ||
| "@vue/apollo-option": "4.2.2", | ||
| "@vueuse/core": "14.0.0", | ||
| "apollo-upload-client": "18.0.1", | ||
| "bulma": "1.0.4", | ||
| "commander": "14.0.0", | ||
| "commander": "14.0.2", | ||
| "csv-stringify": "6.6.0", | ||
| "cytoscape": "3.31.1", | ||
| "cytoscape-fcose": "2.2.0", | ||
| "d3-scale-chromatic": "3.1.0", | ||
| "date-fns": "4.1.0", | ||
| "dayjs": "1.11.19", | ||
| "defu": "6.1.4", | ||
| "destr": "2.0.3", | ||
| "destr": "2.0.5", | ||
| "graphql": "16.10.0", | ||
| "graphql-tag": "2.12.6", | ||
| "h3": "1.15.1", | ||
| "maplibre-gl": "5.2.0", | ||
| "mixpanel-browser": "2.61.2", | ||
| "nuxt-csurf": "1.6.5", | ||
| "protomaps-themes-base": "1.3.1", | ||
|
Contributor
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. is there a reason why protomaps-themes-base is removed |
||
| "tiny-emitter": "2.1.0", | ||
| "unstorage": "1.15.0", | ||
| "vega": "6.2.0", | ||
|
|
||
Oops, something went wrong.
Oops, something went wrong.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
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.
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.