Skip to content

Conversation

@dependabot
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Dec 29, 2025

Bumps the all-npm group with 27 updates in the / directory:

Package From To
@maptiler/sdk 3.5.0 3.9.0
@turf/centroid 7.2.0 7.3.1
autoprefixer 10.4.21 10.4.23
framer-motion 12.23.1 12.23.26
maplibre-gl 5.6.1 5.15.0
next 14.2.30 16.1.1
pmtiles 4.3.0 4.3.2
postcss 8.5.3 8.5.6
protobufjs 7.5.3 8.0.0
react 18.3.1 19.2.3
@types/react 18.3.23 19.2.7
react-dom 18.3.1 19.2.3
@types/react-dom 18.3.7 19.2.3
react-map-gl 8.0.4 8.1.0
sharp 0.33.5 0.34.5
tailwindcss 3.4.17 4.1.18
typescript 5.8.2 5.9.3
@eslint/eslintrc 3.3.1 3.3.3
@eslint/js 9.30.1 9.39.2
@types/node 22.16.2 25.0.3
@types/pg 8.15.4 8.16.0
eslint 9.30.1 9.39.2
eslint-config-next 15.3.5 16.1.1
eslint-config-prettier 10.1.5 10.1.8
eslint-plugin-prettier 5.5.1 5.5.4
postcss-preset-env 10.2.4 10.6.0
semantic-release 24.2.6 25.0.2

Updates @maptiler/sdk from 3.5.0 to 3.9.0

Release notes

Sourced from @​maptiler/sdk's releases.

v3.9.0

✨ Features and improvements

  • Additions and improvements to ImageViewer
  • ImageViewer set methods now return the ImageViewer instance for chaining.
  • ImageViewer.destroy() added for cleanup of internal resources and removal of listeners.
  • ImageViewer.getImageMetadata() returns the imagedata for the image being viewed.
  • ImageViewer.getImageBounds() returns the current bounds of the viewport in image pixels (note: not screen pixels, image pixels are pixels in relation to the intrinsic image size, not it's size on the screen).
  • ImageViewer.fitImageBounds(bounds) fits the viewer to bounds.
  • ImageViewerMarker class added. ImageViewercan now have markers positioned in image pixels.
  • ImageViewer now has the getCanvas method to retrieve the HTMLCanvasElementused by the viewer.
  • Exports ImageMarkerEvents type.
  • Configs passed to setSpace and setHalo are now validated ahead fo time.

🐛 Bug Fixes

  • Fixes a bug where setStyle(<JSON>) would not update.
  • Fixes a bug where map.getProjection() did not return a value when default projection was used
  • Fixes a bug where "Style Not Done Loading" error is thrown when an Image is used in conjunction with Spacebox.
  • Fixes a bug where switching between remote styles causes flickering in Halo.
  • Fixes a bug where Webgl would throw a texture error when two maps are rendered on the page due to a race condition loading images.

⚙️ Others

  • Right to left text is now opt-out. rtlTextPlugin can be passed in the constructor options to opt-out of installing the RTL text-plugin or install a different RTL text-plugin. Without this option the behaviour will remain the same.
  • Version bump of @​maptiler/client to 2.6.0

v3.9.0-rc.5

This is a test release and not intended for production usage.

v3.9.0-rc.3

This is a test release and not intended for production usage.

v3.8.0

3.8.0

✨ Features and improvements

  • Adds a new ImageViewer class for viewing tiled non-georeferenced images from MapTiler Engine in the same way you would a map. See the docs for more info.
  • Adds enableHaloAnimations, enableSpaceAnimations, disableHaloAnimations, disableSpaceAnimations to Map instance for toggling halo and space animations.
  • Adds custom controls that can be styled however you wish and can do whatever you need, in both declarative (auto-detected) and programmatic way. See the section in the readme for more info.

🐛 Bug fixes

  • fixes a bug on halo where sharp edged stops cause noise to surface when scaled down.
  • fixes bug where space would not load correctly when style is a URI.
  • fixes a bug in the UMD module where space crashes when only a color is set.
  • fixes a bug when space: true and no style is passed, space becomes unset.

⚙️ Others

  • Removes superfluous dependencies from package.json

v3.8.0-rc.9

... (truncated)

Changelog

Sourced from @​maptiler/sdk's changelog.

3.9.0

✨ Features and improvements

  • Additions and improvements to ImageViewer
  • ImageViewer set methods now return the ImageViewer instance for chaining.
  • ImageViewer.destroy() added for cleanup of internal resources and removal of listeners.
  • ImageViewer.getImageMetadata() returns the imagedata for the image being viewed.
  • ImageViewer.getImageBounds() returns the current bounds of the viewport in image pixels (note: not screen pixels, image pixels are pixels in relation to the intrinsic image size, not it's size on the screen).
  • ImageViewer.fitImageBounds(bounds) fits the viewer to bounds.
  • ImageViewerMarker class added. ImageViewercan now have markers positioned in image pixels.
  • ImageViewer now has the getCanvas method to retrieve the HTMLCanvasElementused by the viewer.
  • Exports ImageMarkerEvents type.
  • Configs passed to setSpace and setHalo are now validated ahead fo time.

🐛 Bug Fixes

  • Fixes a bug where setStyle(<JSON>) would not update.
  • Fixes a bug where map.getProjection() did not return a value when default projection was used
  • Fixes a bug where "Style Not Done Loading" error is thrown when an Image is used in conjunction with Spacebox.
  • Fixes a bug where switching between remote styles causes flickering in Halo.
  • Fixes a bug where Webgl would throw a texture error when two maps are rendered on the page due to a race condition loading images.

⚙️ Others

  • Right to left text is now opt-out. rtlTextPlugin can be passed in the constructor options to opt-out of installing the RTL text-plugin or install a different RTL text-plugin. Without this option the behaviour will remain the same.
  • Version bunp of @​maptiler/client to 2.6.0

3.8.0

✨ Features and improvements

  • Adds a new ImageViewer class for viewing tiled non-georeferenced images from MapTiler Engine in the same way you would a map. See the docs for more info.
  • Adds enableHaloAnimations, enableSpaceAnimations, disableHaloAnimations, disableSpaceAnimations to Map instance for toggling halo and space animations.
  • Adds custom controls that can be styled however you wish and can do whatever you need, in both declarative (auto-detected) and programmatic way. See the section in the readme for more info.

🐛 Bug Fixes

  • Fixes a bug on halo where sharp edged stops cause noise to surface when scaled down.
  • Fixes bug where space would not load correctly when style is a URI.
  • Fixes a bug in the UMD module where space crashes when only a color is set.
  • Fixes a bug when space: true and no style is passed, space becomes unset.

⚙️ Others

  • Removes superfluous dependencies from package.json

3.7.0

✨ Features and improvements

  • Version Bump @​maptiler/client to 2.5.0 adding at, batch, computeOn, canParsePixelData functions for working with elevations.

🐛 Bug Fixes

... (truncated)

Commits
  • f24eea8 Bump @​maptiler/client to v2.6.0
  • d6dd71b Bump js-yaml from 4.1.0 to 4.1.1
  • 9f33362 release/3.9.0
  • 1127db4 RD 1425 un-bump maplibre js (#267)
  • 6a0bd00 RD-1361 refactor set style for halo and space (#266)
  • 8a692d9 release: update cdn publish action
  • d70c695 Merge branch 'next' into release/3.9.0
  • 6fe9b37 Release Hotfix: Bump client-js to latest RC (#261)
  • 3249564 RD 1284 Add additional methods to ImageViewer (#260)
  • 47351e7 RD-1284 Fix "wrapping" of ImageViewerMarker dom elements (#258)
  • Additional commits viewable in compare view

Updates @turf/centroid from 7.2.0 to 7.3.1

Release notes

Sourced from @​turf/centroid's releases.

v7.3.1

Point release soon after 7.3.0 to address an issue in the revamped isobands implementation, plus some security related version bumps of third party packages.

What's Changed

Bug fixes and new functionality:

Housekeeping and behind the scenes changes:

Full Changelog: Turfjs/turf@v7.3.0...v7.3.1

v7.3.0

Thanks everyone who contributed to this release!

What's Changed

Fixes to regressions and significant pain points:

Bug fixes and new functionality:

Housekeeping and behind the scenes changes:

... (truncated)

Commits
  • b7f1b4e v7.3.1
  • 5a34d08 Bump glob@11 package.json entries (#2961)
  • 3cc76a2 Remove npm-run-all in favor of pnpm regex script name functionality (#2960)
  • 9c2d283 Transitive dependency updates (#2959)
  • c04c67b Clean up isobands output for empty bands (#2957)
  • d2b0704 Merge pull request #2953 from Turfjs/releases/7.3.0
  • 9f58a10 v7.3.0
  • bac370a @​turf/nearest-point-on-line TESTS: add test for duplicated points on line str...
  • 736b1ef Fix @​turf/nearest-point-on-line endpoint selection and degenerate input cases...
  • ad10a65 @​turf/shortest-path improve creation of point matrix for A* algorithm (#2943)...
  • Additional commits viewable in compare view

Updates autoprefixer from 10.4.21 to 10.4.23

Release notes

Sourced from autoprefixer's releases.

10.4.23

10.4.22

  • Fixed stretch prefixes on new Can I Use database.
  • Updated fraction.js.
Changelog

Sourced from autoprefixer's changelog.

10.4.23

10.4.22

  • Fixed stretch prefixes on new Can I Use database.
  • Updated fraction.js.
Commits

Updates framer-motion from 12.23.1 to 12.23.26

Changelog

Sourced from framer-motion's changelog.

[12.23.26] 2025-12-10

Fixed

  • Moved initialisation of default scale correctors to allow for overwriting existing correctors.

[12.23.25] 2025-12-01

Fixed

  • Ensure relative projection boxes are re-measured when parent layout changes.

[12.23.24] 2025-10-10

Fixed

  • Ensure that when a component remounts, it continues to fire animations even when initial={false}.

[12.23.23] 2025-10-10

Added

  • Exporting PresenceChild and PopChild type for internal use.

[12.23.22] 2025-09-25

Added

  • Exporting HTMLElements and useComposedRefs type for internal use.

[12.23.21] 2025-09-24

Fixed

  • Fixing main-thread scroll with animations that contain delay.

[12.23.20] 2025-09-24

Fixed

  • Suppress non-animatable value warning for instant animations.
Commits

Updates maplibre-gl from 5.6.1 to 5.15.0

Release notes

Sourced from maplibre-gl's releases.

v5.15.0

✨ Features and improvements

  • Support global state expression for layer visibility (#6659) (by melitele)
  • Update Node.js version to 24.11 for development (#6851) (by HarelM)

🐞 Bug fixes

  • Fix LngLatBounds#intersects returning false for bounds spanning 360° or more (#6863) (by @​lucaswoj)
  • Fix getting the right zoom for getElevationForLngLat (#6825) (by @​HarelM)
  • Fix stale transform state being applied after changing minZoom or maxZoom due to old copies from transformCameraUpdate taking precedence. transformCameraUpdate is now called from setMinZoom and setMaxZoom to allow user to control subsequent changes to zoom #6766 (by @​Auspicus)
  • Fix GeoJSON source throwing with undefined properties #6730 (by @​wayofthefuture)

v5.14.0

https://github.com/maplibre/maplibre-gl-js Changes since MapLibre GL JS v5.13.0:

✨ Features and improvements

  • Prevent redundant DEM border backfilling by tracking state, moved tile manager logic to helper files (#6756) (by @​HarelM)
  • Improve performance of GeoJSON updateData, setData, and overzoomed tiles (#6738, #6772) (by @​lucaswoj)

🐞 Bug fixes

  • Handle consecutive duplicate points in offsetLine to avoid null values in the output. Fixes #5431 (by mmc1718)
  • ⚠️ Gracefully handle internal AbortErrors (e.g., when a TileJSON URL is updated while a request in flight). Previously, such aborted requests would throw an AbortError in an unhandled rejection that was not easily caught in user code. Since aborted requests are fully handled internally, these unhandled rejections were superfluous and resulted in unhelpful client errors. (#6747) (by @​andrewda)
  • Fix canvas sources with power-of-2 dimensions rendering as black squares (#6607) (by Omkarthipparthi)
  • Fix queryTerrainElevation to use higher zoom level tiles when possible (#6791) (by @​HarelM)
  • Fix unwanted movement when moving a pitched terrain map at high latitudes; fix freezes when moving a pitched and rotated terrain map at low zoom (#6775) (by @​larsmaxfield)
  • Fix issue with static modifier as part of mlt package (#6796) (by @​HarelM)
  • LngLatBounds#intersects now returns true when bounds touch along an edge or at a corner (#6802) (by @​lucaswoj)

v5.13.0

https://github.com/maplibre/maplibre-gl-js Changes since MapLibre GL JS v5.12.0:

✨ Features and improvements

  • Text labels can now include relatively uncommon Chinese, Japanese, Korean, and Vietnamese characters, as well as characters from historical writing systems. When using server-side fonts, the map may request glyph PBFs beyond U+FFFF from the server instead of throwing an error as before. (#6640) (by @​1ec5)
  • GeoJSON Source Diff: improve, abstract, refactor, optimize, and fix regressions. (#6681) (by @​wayofthefuture)
  • GeoJSONSource setData and updateData waitForCompletion option (#6688) (by @​wayofthefuture)
  • Improve performance of GeoJSONSource#updateData (#6668) (by @​lucaswoj)
  • GeoJSON Worker Refactor (#6702) (by @​wayofthefuture)

🐞 Bug fixes

v5.12.0

... (truncated)

Changelog

Sourced from maplibre-gl's changelog.

5.15.0

✨ Features and improvements

  • Support global state expression for layer visibility (#6659) (by melitele)
  • Update Node.js version to 24.11 for development (#6851) (by HarelM)

🐞 Bug fixes

  • Fix LngLatBounds#intersects returning false for bounds spanning 360° or more (#6863) (by @​lucaswoj)
  • Fix getting the right zoom for getElevationForLngLat (#6825) (by @​HarelM)
  • Fix stale transform state being applied after changing minZoom or maxZoom due to old copies from transformCameraUpdate taking precedence. transformCameraUpdate is now called from setMinZoom and setMaxZoom to allow user to control subsequent changes to zoom #6766 (by @​Auspicus)
  • Fix GeoJSON source throwing with undefined properties #6730 (by @​wayofthefuture)

5.14.0

✨ Features and improvements

  • Prevent redundant DEM border backfilling by tracking state, moved tile manager logic to helper files (#6756) (by @​HarelM)
  • Improve performance of GeoJSON updateData, setData, and overzoomed tiles (#6738, #6772) (by @​lucaswoj)

🐞 Bug fixes

  • Handle consecutive duplicate points in offsetLine to avoid null values in the output. Fixes #5431 (by mmc1718)
  • ⚠️ Gracefully handle internal AbortErrors (e.g., when a TileJSON URL is updated while a request in flight). Previously, such aborted requests would throw an AbortError in an unhandled rejection that was not easily caught in user code. Since aborted requests are fully handled internally, these unhandled rejections were superfluous and resulted in unhelpful client errors. (#6747) (by @​andrewda)
  • Fix canvas sources with power-of-2 dimensions rendering as black squares (#6607) (by Omkarthipparthi)
  • Fix queryTerrainElevation to use higher zoom level tiles when possible (#6791) (by @​HarelM)
  • Fix unwanted movement when moving a pitched terrain map at high latitudes; fix freezes when moving a pitched and rotated terrain map at low zoom (#6775) (by @​larsmaxfield)
  • Fix issue with static modifier as part of mlt package (#6796) (by @​HarelM)
  • Fix GeoJSONSource tile reloading when updating data (#6800) (by @​HarelM)
  • LngLatBounds#intersects now returns true when bounds touch along an edge or at a corner (#6802) (by @​lucaswoj)

5.13.0

✨ Features and improvements

  • Text labels can now include relatively uncommon Chinese, Japanese, Korean, and Vietnamese characters, as well as characters from historical writing systems. When using server-side fonts, the map may request glyph PBFs beyond U+FFFF from the server instead of throwing an error as before. (#6640) (by @​1ec5)
  • GeoJSON Source Diff: improve, abstract, refactor, optimize, and fix regressions. (#6681) (by @​wayofthefuture)
  • GeoJSONSource setData and updateData waitForCompletion option (#6688) (by @​wayofthefuture)
  • Improve performance of GeoJSONSource#updateData (#6668) (by @​lucaswoj)
  • GeoJSON Worker Refactor (#6702) (by @​wayofthefuture)

🐞 Bug fixes

5.12.0

✨ Features and improvements

... (truncated)

Commits
  • b457ca9 Bump js version to 5.15.0 (#6871)
  • 43d706a Add test for undefined GeoJSON properties (#6873)
  • 6aeafd7 Move to use reusable workflows (#6870)
  • f2fdce3 chore(deps-dev): bump devtools-protocol from 0.0.1557841 to 0.0.1558402 (#6865)
  • baffe6e chore(deps): bump github/codeql-action from 4.31.7 to 4.31.8 (#6869)
  • ea95ee9 chore(deps): bump actions/upload-artifact from 5.0.0 to 6.0.0 (#6868)
  • e68903b chore(deps-dev): bump @​types/node from 24.10.3 to 25.0.0 (#6866)
  • 4a438c1 chore(deps-dev): bump eslint from 9.39.1 to 9.39.2 (#6864)
  • 4f22f7e Improve LngLatBounds#intersects for bounds spanning more than 360 degrees (#6...
  • 413295d chore(deps-dev): bump puppeteer from 24.32.1 to 24.33.0 (#6856)
  • Additional commits viewable in compare view
Maintainer changes

This version was pushed to npm by [GitHub Actions](https://www.npmjs.com/~GitHub Actions), a new releaser for maplibre-gl since your current version.


Updates next from 14.2.30 to 16.1.1

Release notes

Sourced from next's releases.

v16.1.1

[!NOTE] This release is backporting bug fixes. It does not include all pending features/changes on canary.

Core Changes

  • Turbopack: Create junction points instead of symlinks on Windows (#87606)

Credits

Huge thanks to @​sokra and @​ztanner for helping!

v16.1.1-canary.8

Core Changes

  • [strict-route-types] Add experimental.strictRouteTypes config: #87378

Credits

Huge thanks to @​eps1lon for helping!

v16.1.1-canary.7

Core Changes

  • Add experimental routing package for resolving adapter routes: #86404
  • Ensure outputs are correct with cache components in deployment adapters: #87018
  • Move off of deprecated url.parse: #87257

Credits

Huge thanks to @​ijjk and @​eps1lon for helping!

v16.1.1-canary.6

Misc Changes

  • [test] Move off of as much url.parse as possible: #87286

Credits

Huge thanks to @​eps1lon for helping!

v16.1.1-canary.5

Example Changes

  • fix: Change Dockerfile.bun to use group/useradd instead of addgroup/user: #87443
  • fix(examples): resolve hydration mismatch in blog-starter: #87703

Credits

Huge thanks to @​pji2918 and @​nathannewyen for helping!

... (truncated)

Commits

Updates pmtiles from 4.3.0 to 4.3.2

Commits

Updates postcss from 8.5.3 to 8.5.6

Release notes

Sourced from postcss's releases.

8.5.6

  • Fixed ContainerWithChildren type discriminating (by @​Goodwine).

8.5.5

  • Fixed package.jsonexports compatibility with some tools (by @​JounQin).

8.5.4

Changelog

Sourced from postcss's changelog.

8.5.6

  • Fixed ContainerWithChildren type discriminating (by @​Goodwine).

8.5.5

  • Fixed package.jsonexports compatibility with some tools (by @​JounQin).

8.5.4

Commits

Updates protobufjs from 7.5.3 to 8.0.0

Release notes

Sourced from protobufjs's releases.

protobufjs: v8.0.0

8.0.0 (2025-12-16)

⚠ BREAKING CHANGES

  • add Edition 2024 Support (#2060)

Features

protobufjs: v7.5.4

7.5.4 (2025-08-15)

Bug Fixes

Changelog

Sourced from protobufjs's changelog.

8.0.0 (2025-12-16)

⚠ BREAKING CHANGES

  • add Edition 2024 Support (#2060)

Features

7.5.4 (2025-08-15)

Bug Fixes

Commits

Updates react from 18.3.1 to 19.2.3

Release notes

Sourced from react's releases.

19.2.3 (December 11th, 2025)

React Server Components

19.2.2 (December 11th, 2025)

React Server Components

19.2.1 (December 3rd, 2025)

React Server Components

19.2.0 (Oct 1, 2025)

Below is a list of all new features, APIs, and bug fixes.

Read the React 19.2 release post for more information.

New React Features

  • <Activity>: A new API to hide and restore the UI and internal state of its children.
  • useEffectEvent is a React Hook that lets you extract non-reactive logic into an Effect Event.
  • cacheSignal (for RSCs) lets your know when the cache() lifetime is over.
  • React Performance tracks appear on the Performance panel’s timeline in your browser developer tools

New React DOM Features

  • Added resume APIs for partial pre-rendering with Web Streams:
  • Added resume APIs for partial pre-rendering with Node Streams:
  • Updated prerender APIs to return a postponed state that can be passed to the resume APIs.

Notable changes

  • React DOM now batches suspense boundary reveals, matching the behavior of client side rendering. This change is especially noticeable when animating the reveal of Suspense boundaries e.g. with the upcoming <ViewTransition> Component. React will batch as much reveals as possible before the first paint while trying to hit popular first-contentful paint metrics.
  • Add Node Web Streams (prerender, renderToReadableStream) to server-side-rendering APIs for Node.js
  • Use underscore instead of : IDs generated by useId

All Changes

React

  • <Activity /> was developed over many years, starting before ClassComponent.setState (@​acdlite @​sebmarkbage and many others)
  • Stringify context as "SomeContext" instead of "SomeContext.Provider" (@​kassens #33507)
  • Include stack of cause of React instrumentation errors with %o placeholder (@​eps1lon #34198)

... (truncated)

Changelog

Sourced from react's changelog.

19.2.1 (Dec 3, 2025)

React Server Components

19.2.0 (October 1st, 2025)

Below is a list of all new features, APIs, and bug fixes.

Read the React 19.2 release post for more information.

New React Features

  • <Activity>: A new API to hide and restore the UI and internal state of its children.
  • useEffectEvent is a React Hook that lets you extract non-reactive logic into an Effect Event.
  • cacheSignal (for RSCs) lets your know when the cache() lifetime is over.
  • React Performance tracks appear on the Performance panel’s timeline in your browser developer tools

New React DOM Features

  • Added resume APIs for partial pre-rendering with Web Streams:
    • resume: to resume a prerender to a stream.

Bumps the all-npm group with 27 updates in the / directory:

| Package | From | To |
| --- | --- | --- |
| [@maptiler/sdk](https://github.com/maptiler/maptiler-sdk-js) | `3.5.0` | `3.9.0` |
| [@turf/centroid](https://github.com/Turfjs/turf) | `7.2.0` | `7.3.1` |
| [autoprefixer](https://github.com/postcss/autoprefixer) | `10.4.21` | `10.4.23` |
| [framer-motion](https://github.com/motiondivision/motion) | `12.23.1` | `12.23.26` |
| [maplibre-gl](https://github.com/maplibre/maplibre-gl-js) | `5.6.1` | `5.15.0` |
| [next](https://github.com/vercel/next.js) | `14.2.30` | `16.1.1` |
| [pmtiles](https://github.com/protomaps/pmtiles) | `4.3.0` | `4.3.2` |
| [postcss](https://github.com/postcss/postcss) | `8.5.3` | `8.5.6` |
| [protobufjs](https://github.com/protobufjs/protobuf.js) | `7.5.3` | `8.0.0` |
| [react](https://github.com/facebook/react/tree/HEAD/packages/react) | `18.3.1` | `19.2.3` |
| [@types/react](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/react) | `18.3.23` | `19.2.7` |
| [react-dom](https://github.com/facebook/react/tree/HEAD/packages/react-dom) | `18.3.1` | `19.2.3` |
| [@types/react-dom](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/react-dom) | `18.3.7` | `19.2.3` |
| [react-map-gl](https://github.com/visgl/react-map-gl) | `8.0.4` | `8.1.0` |
| [sharp](https://github.com/lovell/sharp) | `0.33.5` | `0.34.5` |
| [tailwindcss](https://github.com/tailwindlabs/tailwindcss/tree/HEAD/packages/tailwindcss) | `3.4.17` | `4.1.18` |
| [typescript](https://github.com/microsoft/TypeScript) | `5.8.2` | `5.9.3` |
| [@eslint/eslintrc](https://github.com/eslint/eslintrc) | `3.3.1` | `3.3.3` |
| [@eslint/js](https://github.com/eslint/eslint/tree/HEAD/packages/js) | `9.30.1` | `9.39.2` |
| [@types/node](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/node) | `22.16.2` | `25.0.3` |
| [@types/pg](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/pg) | `8.15.4` | `8.16.0` |
| [eslint](https://github.com/eslint/eslint) | `9.30.1` | `9.39.2` |
| [eslint-config-next](https://github.com/vercel/next.js/tree/HEAD/packages/eslint-config-next) | `15.3.5` | `16.1.1` |
| [eslint-config-prettier](https://github.com/prettier/eslint-config-prettier) | `10.1.5` | `10.1.8` |
| [eslint-plugin-prettier](https://github.com/prettier/eslint-plugin-prettier) | `5.5.1` | `5.5.4` |
| [postcss-preset-env](https://github.com/csstools/postcss-plugins/tree/HEAD/plugin-packs/postcss-preset-env) | `10.2.4` | `10.6.0` |
| [semantic-release](https://github.com/semantic-release/semantic-release) | `24.2.6` | `25.0.2` |



Updates `@maptiler/sdk` from 3.5.0 to 3.9.0
- [Release notes](https://github.com/maptiler/maptiler-sdk-js/releases)
- [Changelog](https://github.com/maptiler/maptiler-sdk-js/blob/main/CHANGELOG.md)
- [Commits](maptiler/maptiler-sdk-js@v3.5.0...v3.9.0)

Updates `@turf/centroid` from 7.2.0 to 7.3.1
- [Release notes](https://github.com/Turfjs/turf/releases)
- [Changelog](https://github.com/Turfjs/turf/blob/master/CHANGELOG.md)
- [Commits](Turfjs/turf@v7.2.0...v7.3.1)

Updates `autoprefixer` from 10.4.21 to 10.4.23
- [Release notes](https://github.com/postcss/autoprefixer/releases)
- [Changelog](https://github.com/postcss/autoprefixer/blob/main/CHANGELOG.md)
- [Commits](postcss/autoprefixer@10.4.21...10.4.23)

Updates `framer-motion` from 12.23.1 to 12.23.26
- [Changelog](https://github.com/motiondivision/motion/blob/main/CHANGELOG.md)
- [Commits](motiondivision/motion@v12.23.1...v12.23.26)

Updates `maplibre-gl` from 5.6.1 to 5.15.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.6.1...v5.15.0)

Updates `next` from 14.2.30 to 16.1.1
- [Release notes](https://github.com/vercel/next.js/releases)
- [Changelog](https://github.com/vercel/next.js/blob/canary/release.js)
- [Commits](vercel/next.js@v14.2.30...v16.1.1)

Updates `pmtiles` from 4.3.0 to 4.3.2
- [Commits](https://github.com/protomaps/pmtiles/commits)

Updates `postcss` from 8.5.3 to 8.5.6
- [Release notes](https://github.com/postcss/postcss/releases)
- [Changelog](https://github.com/postcss/postcss/blob/main/CHANGELOG.md)
- [Commits](postcss/postcss@8.5.3...8.5.6)

Updates `protobufjs` from 7.5.3 to 8.0.0
- [Release notes](https://github.com/protobufjs/protobuf.js/releases)
- [Changelog](https://github.com/protobufjs/protobuf.js/blob/master/CHANGELOG.md)
- [Commits](protobufjs/protobuf.js@protobufjs-v7.5.3...protobufjs-v8.0.0)

Updates `react` from 18.3.1 to 19.2.3
- [Release notes](https://github.com/facebook/react/releases)
- [Changelog](https://github.com/facebook/react/blob/main/CHANGELOG.md)
- [Commits](https://github.com/facebook/react/commits/v19.2.3/packages/react)

Updates `@types/react` from 18.3.23 to 19.2.7
- [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases)
- [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/react)

Updates `react-dom` from 18.3.1 to 19.2.3
- [Release notes](https://github.com/facebook/react/releases)
- [Changelog](https://github.com/facebook/react/blob/main/CHANGELOG.md)
- [Commits](https://github.com/facebook/react/commits/v19.2.3/packages/react-dom)

Updates `@types/react-dom` from 18.3.7 to 19.2.3
- [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases)
- [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/react-dom)

Updates `react-map-gl` from 8.0.4 to 8.1.0
- [Release notes](https://github.com/visgl/react-map-gl/releases)
- [Changelog](https://github.com/visgl/react-map-gl/blob/master/CHANGELOG.md)
- [Commits](visgl/react-map-gl@v8.0.4...v8.1.0)

Updates `sharp` from 0.33.5 to 0.34.5
- [Release notes](https://github.com/lovell/sharp/releases)
- [Commits](lovell/sharp@v0.33.5...v0.34.5)

Updates `tailwindcss` from 3.4.17 to 4.1.18
- [Release notes](https://github.com/tailwindlabs/tailwindcss/releases)
- [Changelog](https://github.com/tailwindlabs/tailwindcss/blob/main/CHANGELOG.md)
- [Commits](https://github.com/tailwindlabs/tailwindcss/commits/v4.1.18/packages/tailwindcss)

Updates `typescript` from 5.8.2 to 5.9.3
- [Release notes](https://github.com/microsoft/TypeScript/releases)
- [Commits](microsoft/TypeScript@v5.8.2...v5.9.3)

Updates `@eslint/eslintrc` from 3.3.1 to 3.3.3
- [Release notes](https://github.com/eslint/eslintrc/releases)
- [Changelog](https://github.com/eslint/eslintrc/blob/main/CHANGELOG.md)
- [Commits](eslint/eslintrc@v3.3.1...eslintrc-v3.3.3)

Updates `@eslint/js` from 9.30.1 to 9.39.2
- [Release notes](https://github.com/eslint/eslint/releases)
- [Commits](https://github.com/eslint/eslint/commits/v9.39.2/packages/js)

Updates `@types/node` from 22.16.2 to 25.0.3
- [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases)
- [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/node)

Updates `@types/pg` from 8.15.4 to 8.16.0
- [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases)
- [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/pg)

Updates `@types/react` from 18.3.23 to 19.2.7
- [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases)
- [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/react)

Updates `@types/react-dom` from 18.3.7 to 19.2.3
- [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases)
- [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/react-dom)

Updates `@typescript-eslint/eslint-plugin` from 8.36.0 to 8.50.1
- [Release notes](https://github.com/typescript-eslint/typescript-eslint/releases)
- [Changelog](https://github.com/typescript-eslint/typescript-eslint/blob/main/packages/eslint-plugin/CHANGELOG.md)
- [Commits](https://github.com/typescript-eslint/typescript-eslint/commits/v8.50.1/packages/eslint-plugin)

Updates `@typescript-eslint/parser` from 8.36.0 to 8.50.1
- [Release notes](https://github.com/typescript-eslint/typescript-eslint/releases)
- [Changelog](https://github.com/typescript-eslint/typescript-eslint/blob/main/packages/parser/CHANGELOG.md)
- [Commits](https://github.com/typescript-eslint/typescript-eslint/commits/v8.50.1/packages/parser)

Updates `eslint` from 9.30.1 to 9.39.2
- [Release notes](https://github.com/eslint/eslint/releases)
- [Commits](eslint/eslint@v9.30.1...v9.39.2)

Updates `eslint-config-next` from 15.3.5 to 16.1.1
- [Release notes](https://github.com/vercel/next.js/releases)
- [Changelog](https://github.com/vercel/next.js/blob/canary/release.js)
- [Commits](https://github.com/vercel/next.js/commits/v16.1.1/packages/eslint-config-next)

Updates `eslint-config-prettier` from 10.1.5 to 10.1.8
- [Release notes](https://github.com/prettier/eslint-config-prettier/releases)
- [Changelog](https://github.com/prettier/eslint-config-prettier/blob/main/CHANGELOG.md)
- [Commits](prettier/eslint-config-prettier@v10.1.5...v10.1.8)

Updates `eslint-plugin-prettier` from 5.5.1 to 5.5.4
- [Release notes](https://github.com/prettier/eslint-plugin-prettier/releases)
- [Changelog](https://github.com/prettier/eslint-plugin-prettier/blob/main/CHANGELOG.md)
- [Commits](prettier/eslint-plugin-prettier@v5.5.1...v5.5.4)

Updates `postcss-preset-env` from 10.2.4 to 10.6.0
- [Changelog](https://github.com/csstools/postcss-plugins/blob/main/plugin-packs/postcss-preset-env/CHANGELOG.md)
- [Commits](https://github.com/csstools/postcss-plugins/commits/HEAD/plugin-packs/postcss-preset-env)

Updates `semantic-release` from 24.2.6 to 25.0.2
- [Release notes](https://github.com/semantic-release/semantic-release/releases)
- [Commits](semantic-release/semantic-release@v24.2.6...v25.0.2)

---
updated-dependencies:
- dependency-name: "@maptiler/sdk"
  dependency-version: 3.9.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: all-npm
- dependency-name: "@turf/centroid"
  dependency-version: 7.3.1
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: all-npm
- dependency-name: autoprefixer
  dependency-version: 10.4.23
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: all-npm
- dependency-name: framer-motion
  dependency-version: 12.23.26
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: all-npm
- dependency-name: maplibre-gl
  dependency-version: 5.15.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: all-npm
- dependency-name: next
  dependency-version: 16.1.1
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: all-npm
- dependency-name: pmtiles
  dependency-version: 4.3.2
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: all-npm
- dependency-name: postcss
  dependency-version: 8.5.6
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: all-npm
- dependency-name: protobufjs
  dependency-version: 8.0.0
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: all-npm
- dependency-name: react
  dependency-version: 19.2.3
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: all-npm
- dependency-name: "@types/react"
  dependency-version: 19.2.7
  dependency-type: direct:development
  update-type: version-update:semver-major
  dependency-group: all-npm
- dependency-name: react-dom
  dependency-version: 19.2.3
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: all-npm
- dependency-name: "@types/react-dom"
  dependency-version: 19.2.3
  dependency-type: direct:development
  update-type: version-update:semver-major
  dependency-group: all-npm
- dependency-name: react-map-gl
  dependency-version: 8.1.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: all-npm
- dependency-name: sharp
  dependency-version: 0.34.5
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: all-npm
- dependency-name: tailwindcss
  dependency-version: 4.1.18
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: all-npm
- dependency-name: typescript
  dependency-version: 5.9.3
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: all-npm
- dependency-name: "@eslint/eslintrc"
  dependency-version: 3.3.3
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: all-npm
- dependency-name: "@eslint/js"
  dependency-version: 9.39.2
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: all-npm
- dependency-name: "@types/node"
  dependency-version: 25.0.3
  dependency-type: direct:development
  update-type: version-update:semver-major
  dependency-group: all-npm
- dependency-name: "@types/pg"
  dependency-version: 8.16.0
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: all-npm
- dependency-name: "@types/react"
  dependency-version: 19.2.7
  dependency-type: direct:development
  update-type: version-update:semver-major
  dependency-group: all-npm
- dependency-name: "@types/react-dom"
  dependency-version: 19.2.3
  dependency-type: direct:development
  update-type: version-update:semver-major
  dependency-group: all-npm
- dependency-name: "@typescript-eslint/eslint-plugin"
  dependency-version: 8.50.1
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: all-npm
- dependency-name: "@typescript-eslint/parser"
  dependency-version: 8.50.1
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: all-npm
- dependency-name: eslint
  dependency-version: 9.39.2
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: all-npm
- dependency-name: eslint-config-next
  dependency-version: 16.1.1
  dependency-type: direct:development
  update-type: version-update:semver-major
  dependency-group: all-npm
- dependency-name: eslint-config-prettier
  dependency-version: 10.1.8
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: all-npm
- dependency-name: eslint-plugin-prettier
  dependency-version: 5.5.4
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: all-npm
- dependency-name: postcss-preset-env
  dependency-version: 10.6.0
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: all-npm
- dependency-name: semantic-release
  dependency-version: 25.0.2
  dependency-type: direct:development
  update-type: version-update:semver-major
  dependency-group: all-npm
...

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot added dependencies Pull requests that update a dependency file javascript labels Dec 29, 2025
@vercel
Copy link

vercel bot commented Dec 29, 2025

The latest updates on your projects. Learn more about Vercel for GitHub.

Project Deployment Review Updated (UTC)
vacant-lots-proj Error Error Dec 29, 2025 5:15am

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

dependencies Pull requests that update a dependency file frontend javascript

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant