chore(deps): bump the production-dependencies group with 3 updates#366
chore(deps): bump the production-dependencies group with 3 updates#366dependabot[bot] wants to merge 3 commits intomainfrom
Conversation
Bumps the production-dependencies group with 3 updates: [@developmentseed/deck.gl-geotiff](https://github.com/developmentseed/deck.gl-raster), [@tanstack/react-query](https://github.com/TanStack/query/tree/HEAD/packages/react-query) and [maplibre-gl](https://github.com/maplibre/maplibre-gl-js). Updates `@developmentseed/deck.gl-geotiff` from 0.2.0 to 0.4.0 - [Release notes](https://github.com/developmentseed/deck.gl-raster/releases) - [Changelog](https://github.com/developmentseed/deck.gl-raster/blob/main/CHANGELOG.md) - [Commits](developmentseed/deck.gl-raster@v0.2.0...v0.4.0) Updates `@tanstack/react-query` from 5.90.21 to 5.95.2 - [Release notes](https://github.com/TanStack/query/releases) - [Changelog](https://github.com/TanStack/query/blob/main/packages/react-query/CHANGELOG.md) - [Commits](https://github.com/TanStack/query/commits/@tanstack/react-query@5.95.2/packages/react-query) Updates `maplibre-gl` from 5.20.1 to 5.21.0 - [Release notes](https://github.com/maplibre/maplibre-gl-js/releases) - [Changelog](https://github.com/maplibre/maplibre-gl-js/blob/main/CHANGELOG.md) - [Commits](maplibre/maplibre-gl-js@v5.20.1...v5.21.0) --- updated-dependencies: - dependency-name: "@developmentseed/deck.gl-geotiff" dependency-version: 0.4.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: production-dependencies - dependency-name: "@tanstack/react-query" dependency-version: 5.95.2 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: production-dependencies - dependency-name: maplibre-gl dependency-version: 5.21.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: production-dependencies ... Signed-off-by: dependabot[bot] <support@github.com>
✅ Deploy Preview ready!
|
| "duckdb-wasm-kit": "^0.1.38", | ||
| "geotiff-geokeys-to-proj4": "^2024.4.13", | ||
| "maplibre-gl": "^5.20.1", | ||
| "lerc": "^4.1.1", |
There was a problem hiding this comment.
@kylebarron I had to add lerc to work around
error during build:
[vite]: Rollup failed to resolve import "lerc" from "/Users/gadomski/Code/developmentseed/stac-map/node_modules/@developmentseed/geotiff/dist/codecs/lerc.js".
Should we make lerc an required dependency on deck.gl-raster? It looks like you tried to lazy-load it...
There was a problem hiding this comment.
Hmm. I was hoping that it would be an optional dependency. I was thinking it should only be lazy loaded if you tried at runtime to load a LERC-compressed image.
I guess we need to either make it a peer dependency or a required dependency? But in my vite examples I don't depend on lerc and it's fine... https://github.com/developmentseed/deck.gl-raster/blob/main/examples/cog-basic/package.json
There was a problem hiding this comment.
Javascript bundling is a deep mystery to me, but Claude thinks:
Kyle's example works because it's a monorepo and lerc happens to be available via workspace hoisting. It would break the same way if you cloned just the example into a standalone project. The real fix should be @developmentseed/geotiff declaring lerc as an optionalDependency (or peerDependency) so consumers know they need it.
Bumps the production-dependencies group with 3 updates: @developmentseed/deck.gl-geotiff, @tanstack/react-query and maplibre-gl.
Updates
@developmentseed/deck.gl-geotifffrom 0.2.0 to 0.4.0Release notes
Sourced from
@developmentseed/deck.gl-geotiff's releases.... (truncated)
Changelog
Sourced from
@developmentseed/deck.gl-geotiff's changelog.... (truncated)
Commits
112c16fchore: prepare release 0.4 (#358)c4137c5fix: Revert default behavior to sendcache: no-cacheheader (#360)ccaf0fafeat: pass refinementStrategy prop down to deck.gl (#359)92f49e4feat: add ndvi filter slider to NAIP-mosaic example (#357)ceec0acfix: Support TileLayer refinement strategies (#354)7a23c74feat: create new@developmentseed/projsubpackage (#356)3f40291fix: Clamp to Web Mercator latitude bounds (#182)6adddc4fix: Render mesh from Web Mercator coordinates (#349)b51f23adocs: add-plausible (#348)0507637fix: fix setting default values for inherited props from TileLayer (#347)Updates
@tanstack/react-queryfrom 5.90.21 to 5.95.2Release notes
Sourced from
@tanstack/react-query's releases.... (truncated)
Changelog
Sourced from
@tanstack/react-query's changelog.... (truncated)
Commits
1047cdcci: Version Packages (#10326)cd5a35bfix/nodejs timeout (#10325)5806444ci: Version Packages (#10324)4d7de83ci: Version Packages (#10317)8fe71e4ci: Version Packages (#10313)c613c22ci: Version Packages (#10309)9346430ci: changeset releasebe3746ffix: stop node types from leaking into browser (#10302)b6fd86bci: Version Packages (#10297)79e37cbci: Version Packages (#10296)Updates
maplibre-glfrom 5.20.1 to 5.21.0Release notes
Sourced from maplibre-gl's releases.
Changelog
Sourced from maplibre-gl's changelog.
Commits
44a48f8Bump js version to 5.21.0 (#7304)7aae226feat: async RequestTransformFunction (#7184)901b3affix: guard against unhydrated layout in PauseablePlacement (#7079)bab57d5fix: store encoding when caching raw tile data for MLT queryRenderedFeatures ...bf4735echore(deps-dev): bump@typescript-eslint/eslint-plugin(#7302)ff37d1fchore(deps): bump actions/download-artifact from 8.0.0 to 8.0.1 (#7261)80a8628chore(deps-dev): bump@types/murmurhash-jsfrom 1.0.6 to 1.0.7 (#7300)4e21c3fchore(deps-dev): bump@typescript-eslint/parserfrom 8.57.0 to 8.57.1 (#7301)16bde40chore(deps-dev): bump nise from 6.1.3 to 6.1.4 (#7297)c1c4252chore(deps-dev): bump jsdom from 28.1.0 to 29.0.0 (#7298)Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting
@dependabot rebase.Dependabot commands and options
You can trigger Dependabot actions by commenting on this PR:
@dependabot rebasewill rebase this PR@dependabot recreatewill recreate this PR, overwriting any edits that have been made to it@dependabot show <dependency name> ignore conditionswill show all of the ignore conditions of the specified dependency@dependabot ignore <dependency name> major versionwill close this group update PR and stop Dependabot creating any more for the specific dependency's major version (unless you unignore this specific dependency's major version or upgrade to it yourself)@dependabot ignore <dependency name> minor versionwill close this group update PR and stop Dependabot creating any more for the specific dependency's minor version (unless you unignore this specific dependency's minor version or upgrade to it yourself)@dependabot ignore <dependency name>will close this group update PR and stop Dependabot creating any more for the specific dependency (unless you unignore this specific dependency or upgrade to it yourself)@dependabot unignore <dependency name>will remove all of the ignore conditions of the specified dependency@dependabot unignore <dependency name> <ignore condition>will remove the ignore condition of the specified dependency and ignore conditions