Skip to content
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

deps: bump the all-npm group across 1 directory with 30 updates #1078

Open
wants to merge 1 commit into
base: staging
Choose a base branch
from

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Jan 13, 2025

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

Package From To
@heroicons/react 2.1.5 2.2.0
@maptiler/geocoding-control 1.4.1 2.1.2
@nextui-org/react 2.4.8 2.6.11
@turf/centroid 7.1.0 7.2.0
autoprefixer 10.4.19 10.4.20
framer-motion 11.5.6 11.17.0
maplibre-gl 4.7.1 5.0.1
next 14.2.18 15.1.4
pmtiles 3.2.0 4.1.0
postcss 8.4.39 8.4.49
react 18.3.1 19.0.0
@types/react 18.3.8 19.0.6
react-dom 18.3.1 19.0.0
@types/react-dom 18.3.0 19.0.3
react-icons 5.3.0 5.4.0
react-map-gl 7.1.7 7.1.8
tailwindcss 3.4.13 3.4.17
typescript 5.5.3 5.7.3
@semantic-release/commit-analyzer 13.0.0 13.0.1
@semantic-release/github 10.3.5 11.0.1
@semantic-release/release-notes-generator 14.0.1 14.0.3
@types/node 20.16.6 22.10.5
@typescript-eslint/eslint-plugin 7.18.0 8.19.1
@typescript-eslint/parser 7.18.0 8.19.1
eslint 8.57.0 9.18.0
eslint-config-next 14.2.13 15.1.4
postcss-nesting 12.1.5 13.0.1
postcss-preset-env 9.6.0 10.1.3
semantic-release 24.1.1 24.2.1

Updates @heroicons/react from 2.1.5 to 2.2.0

Release notes

Sourced from @​heroicons/react's releases.

v2.2.0

Added

  • Add React 19 support (#1247)

Fixed

  • Removed unnecessary clipping path from solid/arrow-left-circle (#1211)
Changelog

Sourced from @​heroicons/react's changelog.

[2.2.0] - 2024-11-18

Added

  • Add React 19 support (#1247)

Fixed

  • Removed unnecessary clipping path from solid/arrow-left-circle (#1211)
Commits

Updates @maptiler/geocoding-control from 1.4.1 to 2.1.2

Release notes

Sourced from @​maptiler/geocoding-control's releases.

v2.1.2

What's Changed

Full Changelog: maptiler/maptiler-geocoding-control@v2.1.1...v2.1.2

v2.1.1

What's Changed

Full Changelog: maptiler/maptiler-geocoding-control@v2.1.0...v2.1.1

v2.1.0

What's Changed

Full Changelog: maptiler/maptiler-geocoding-control@v2.0.1...v2.1.0

v2.0.1

What's Changed

Full Changelog: maptiler/maptiler-geocoding-control@v1.4.1...v2.0.1

Breaking changes

  • Events were reworked to be idiomatic per map library
    • Universal example for MapLibre GL, MapTiler SDK, Leaflet and Openlayers: geocodingControl.on("featureslisted", (e) => console.log(e.features));
    • For vanilla JS EventTarget API is used. Example: geocodingControl.addEventListener("response", (e) => console.log(e.detail.url));
  • zoom parameter must be now only Record<string, number> and not number which was already deprecated

... (truncated)

Commits
  • 3749cb8 fixed *.d.ts path (#81)
  • b220df3 Fixed doc of reverseGeocodingLimit, added backward compatibility of MapTile...
  • e44c888 GO-852 implemented separate options for reverse geocoding (#79)
  • 0435e1a RD-453_update-sdk-to-v3 (#75)
  • 4fac809 Added clearListOnPick and keepListOpen options; improved UX (#73)
  • da265a6 GO-672: Add new and modified icons (#70)
  • fad7659 dependencies update (#74)
  • ada0c74 Added adjustUrl function (#71)
  • 919af24 Add focus options and setReverseMode (#69)
  • ace2610 Add icon titles (#68)
  • Additional commits viewable in compare view

Updates @nextui-org/react from 2.4.8 to 2.6.11

Release notes

Sourced from @​nextui-org/react's releases.

@​nextui-org/react@​2.6.11

🚀 What's Changed

🐛 Fixes

  • Theme: Replaced the light mode background in the NextUI Pro section. #4355
  • Docs: Corrected i18n version handling in date-related components. #4430
  • Drawer: Used top-level type-only imports to prevent inline type specifier issues. #4438
  • Alert Component:
    • Marked description prop as optional.
    • Revised styles when only children are provided. #4447
  • Clipboard: Fixed incorrect Unicode whitespace handling when copying text. #4392
  • Popover:
    • Fixed initial animation direction to match fallback placement.
    • Corrected position logic for better accuracy. #4460, #4498
  • Dependencies: Updated @tanstack/react-virtual to support React 19 peer dependency. #4463
  • useImage Hook:
    • Resolved cached image flickering issue.
    • Ensured status is correctly set after hydration. #4442, #4486
  • Select & Listbox:
    • Fixed dataset handling with sections.
    • Added scroll shadow support. #4462
  • Autocomplete:
    • Cleared value when pressing the clear button.
    • Fixed prop validation not working after hover.
    • Resolved missing popover props except for content. #4458, #4452, #4496
  • Navbar: Ensured overlay is hidden when the menu is closed. #4490
  • useAriaLink: Fixed deprecation warning for onClick in Button when used as a Link. #4497

✨ Features

  • Docs Enhancements:
    • Added documentation on integrating NextUI with Laravel. #4432
    • Updated type prop in input to include the "file" type. #4444
    • Added a button to open examples in StackBlitz. #4461

🔧 Maintenance

  • Framework Installations: Updated framework installation instructions for clarity. #4410
  • Changesets: Versioned packages via GitHub Actions. #4440

This release includes essential bug fixes, new features, and documentation improvements, enhancing both the developer experience and user interface stability.

Full Changelog: Compare @​nextui-org/react v2.6.10...v2.6.11

🆕 New Contributors

@​nextui-org/react@​2.6.10

🚀 What's Changed in This Release

... (truncated)

Changelog

Sourced from @​nextui-org/react's changelog.

2.6.11

Patch Changes

  • Updated dependencies [d92468a, a43b156, 33e0418, 07780a7, a83388a, a83388a, 7c2bc4a, 0401f25, 16c57ec, 0c45fed, fb46df2]:
    • @​nextui-org/listbox@​2.3.9
    • @​nextui-org/select@​2.4.9
    • @​nextui-org/navbar@​2.2.8
    • @​nextui-org/dropdown@​2.3.9
    • @​nextui-org/popover@​2.3.9
    • @​nextui-org/drawer@​2.2.7
    • @​nextui-org/alert@​2.2.9
    • @​nextui-org/theme@​2.4.5
    • @​nextui-org/autocomplete@​2.3.9
    • @​nextui-org/avatar@​2.2.6
    • @​nextui-org/image@​2.2.5
    • @​nextui-org/breadcrumbs@​2.2.6
    • @​nextui-org/date-picker@​2.3.9
    • @​nextui-org/accordion@​2.2.7
    • @​nextui-org/badge@​2.2.5
    • @​nextui-org/button@​2.2.9
    • @​nextui-org/calendar@​2.2.9
    • @​nextui-org/card@​2.2.9
    • @​nextui-org/checkbox@​2.3.8
    • @​nextui-org/chip@​2.2.6
    • @​nextui-org/code@​2.2.6
    • @​nextui-org/date-input@​2.3.8
    • @​nextui-org/divider@​2.2.5
    • @​nextui-org/form@​2.1.8
    • @​nextui-org/input@​2.4.8
    • @​nextui-org/input-otp@​2.1.8
    • @​nextui-org/kbd@​2.2.6
    • @​nextui-org/link@​2.2.7
    • @​nextui-org/menu@​2.2.9
    • @​nextui-org/modal@​2.2.7
    • @​nextui-org/pagination@​2.2.8
    • @​nextui-org/progress@​2.2.6
    • @​nextui-org/radio@​2.3.8
    • @​nextui-org/ripple@​2.2.7
    • @​nextui-org/scroll-shadow@​2.3.5
    • @​nextui-org/skeleton@​2.2.5
    • @​nextui-org/slider@​2.4.7
    • @​nextui-org/snippet@​2.2.10
    • @​nextui-org/spacer@​2.2.6
    • @​nextui-org/spinner@​2.2.6
    • @​nextui-org/switch@​2.2.8
    • @​nextui-org/table@​2.2.8
    • @​nextui-org/tabs@​2.2.7
    • @​nextui-org/tooltip@​2.2.7
    • @​nextui-org/user@​2.2.6

... (truncated)

Commits

Updates @turf/centroid from 7.1.0 to 7.2.0

Release notes

Sourced from @​turf/centroid's releases.

v7.2.0

What's Changed

Fixes to regressions and significant pain points:

Bug fixes and new functionality:

Housekeeping and behind the scenes changes:

New Contributors

Full Changelog: Turfjs/turf@v7.1.0...v7.2.0

Commits
  • 7b0f037 v7.2.0
  • a8cbea3 Revamped content and layout of project docs (README, CONTRIBUTING, etc) (#2770)
  • d1a2c58 Reverted self intersection behavior of boolean-intersect. update tests (#2773)
  • 5a9d40d Reverted self intersection behavior for boolean-disjoint (#2772)
  • 3bbd759 Replaced polygon-clipping with polyclip-ts (#2729)
  • 8f5c407 Added bbox parameter to @​turf/interpolate (#2768)
  • bf588dd Added special cases to booleanPointOnLine for zero length lines
  • 9dc7a50 Updated README.md correcting typo in previous commit
  • 304b76b Updated README.md to clarify GeoJSON types need to be installed separately
  • e7a28da Revert self intersection behavior: line-intersect (#2742)
  • Additional commits viewable in compare view

Updates autoprefixer from 10.4.19 to 10.4.20

Release notes

Sourced from autoprefixer's releases.

10.4.20

  • Fixed fit-content prefix for Firefox.
Changelog

Sourced from autoprefixer's changelog.

10.4.20

  • Fixed fit-content prefix for Firefox.
Commits

Updates framer-motion from 11.5.6 to 11.17.0

Changelog

Sourced from framer-motion's changelog.

[11.17.0] 2024-01-10

Added

  • Added propagate to AnimatePresence. This prop allows parent exit animations to be propagated to children.

Removed

  • Removed exitBeforeEnter from AnimatePresence.

[11.16.7] 2024-01-10

Fixed

  • Fixing timelines where a string label is used as the first segment.

[11.16.6] 2024-01-10

Changed

  • More movement values like height and top are now blocked by reduced motion.

[11.16.5] 2024-01-09

Fixed

  • Fixed scroll progress being stuck at 1 when a target is 100vh.

[11.16.4] 2024-01-09

Fixed

  • Fix type of attachTimeline when skipLibCheck is disabled.

[11.16.3] 2024-01-09

Fixed

  • Checking return of press, hover, and inView callbacks before calling.

[11.16.2] 2024-01-09

Fixed

  • Restoring missing type exports.

[11.16.1] 2024-01-08

Fixed

... (truncated)

Commits

Updates maplibre-gl from 4.7.1 to 5.0.1

Release notes

Sourced from maplibre-gl's releases.

v5.0.1

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

✨ Features and improvements

🐞 Bug fixes

  • Skip control button css hover effects on touch devices (#5285)

v5.0.0

https://github.com/maplibre/maplibre-gl-js Changes since MapLibre GL JS v4.7.1:

✨ Features and improvements

  • ⚠️ Changed geometry-type to identify "Multi-" features (#4877). Use $type which has no "Multi-" support or use in expression to get the previous behavior.
  • ⚠️ StyleLayer's queryIntersectsFeature method parameters were moved to QueryIntersectsFeatureParams. (#5276) Wrap the method parameters with {} to solve this
  • ⚠️ Support setting WebGL context options on map creation (#5196). Previously supported WebGL context options like antialias, preserveDrawingBuffer and failIfMajorPerformanceCaveat must now be defined inside the canvasContextAttributes object on MapOptions.
  • ⚠️ Change the return type of on method to return a Subscription to allow for easy unsubscribe (#5080). map.on('x').on('y') => map.on('x'); map.on('y');.
  • ⚠️ Change drag rotate behavior to be around the center of the screen (#5074)
  • ⚠️ Return actual altitude from queryTerrainElevation + Pass non-translated matrices to custom layer on mercator map (#3854)
  • ⚠️ Remove unminified prod build (#4906). You'll need to use a different build.
  • Allows setting the desired WebGL version to use (#5236). You can now use contextType inside canvasContextAttributes to choose which WebGL version to use
  • Dual-Stack WebGL Runtime with WebGL2 to WebGL1 Fallback (#5198)
  • Add support for projection type expression as part of a refactoring of the transfrom and projection classes (#5139)
  • Export Event class (#5016)
  • Support Vertical Perspective projection (#5023)
  • When clustering circles and the promoteId is set to some parameter, the promoted ID is used on non-clustered features and the cluster_id is used on clustered features. Previously the ID was undefined for non-clustered features (#4899)
  • Support Terrain in Globe projection (#4976)
  • Improved performance of the coveringTiles (tile culling) function for globe (#4937)
  • Catches network fetching errors such as CORS, DNS or malformed URL as actual AJAXError to expose HTTP request details to the "error" event (maplibre/maplibre-gl-js#4822)
  • Add setVerticalFieldOfView() to public API (#4717)
  • Disable sky when using globe and blend it in when changing to mercator (#4853)
  • New GlobeControl (#4960)
  • Add support for pitch > 90 degrees (#4717)
  • Add support for camera roll angle (#4717)
  • Improve performance of queryRenderedFeatures by using JavaScript Sets to assess layer membership internally (#4777)
  • Support globe mode (#3963)
  • Merge atmosphere and sky implementation (#3888)
  • Add option to display a realistic atmosphere when using a Globe projection (#3888)

🐞 Bug fixes

  • ⚠️ Fix level of detail at high pitch angle by changing which tiles to load (#3983)
  • Fix holes at the poles when terrain is used with globe (#5232)
  • Fix geometry artifacts when globe terrain is zoomed out too much (#5232)
  • Fix center being incorrectly constrained when using globe (#5186)

... (truncated)

Changelog

Sourced from maplibre-gl's changelog.

5.0.1

✨ Features and improvements

🐞 Bug fixes

  • Skip control button css hover effects on touch devices (#5285)

5.0.0

✨ Features and improvements

  • ⚠️ Changed geometry-type to identify "Multi-" features (#4877). Use $type which has no "Multi-" support or use in expression to get the previous behavior.
  • ⚠️ StyleLayer's queryIntersectsFeature method parameters were moved to QueryIntersectsFeatureParams. (#5276) Wrap the method parameters with {} to solve this
  • ⚠️ Support setting WebGL context options on map creation (#5196). Previously supported WebGL context options like antialias, preserveDrawingBuffer and failIfMajorPerformanceCaveat must now be defined inside the canvasContextAttributes object on MapOptions.
  • ⚠️ Change the return type of on method to return a Subscription to allow for easy unsubscribe (#5080). map.on('x').on('y') => map.on('x'); map.on('y');.
  • ⚠️ Change drag rotate behavior to be around the center of the screen (#5074)
  • ⚠️ Return actual altitude from queryTerrainElevation + Pass non-translated matrices to custom layer on mercator map (#3854)
  • ⚠️ Remove unminified prod build (#4906). You'll need to use a different build.
  • Allows setting the desired WebGL version to use (#5236). You can now use contextType inside canvasContextAttributes to choose which WebGL version to use
  • Dual-Stack WebGL Runtime with WebGL2 to WebGL1 Fallback (#5198)
  • Add support for projection type expression as part of a refactoring of the transfrom and projection classes (#5139)
  • Export Event class (#5016)
  • Support Vertical Perspective projection (#5023)
  • When clustering circles and the promoteId is set to some parameter, the promoted ID is used on non-clustered features and the cluster_id is used on clustered features. Previously the ID was undefined for non-clustered features (#4899)
  • Support Terrain in Globe projection (#4976)
  • Improved performance of the coveringTiles (tile culling) function for globe (#4937)
  • Catches network fetching errors such as CORS, DNS or malformed URL as actual AJAXError to expose HTTP request details to the "error" event (maplibre/maplibre-gl-js#4822)
  • Add setVerticalFieldOfView() to public API (#4717)
  • Disable sky when using globe and blend it in when changing to mercator (#4853)
  • New GlobeControl (#4960)
  • Add support for pitch > 90 degrees (#4717)
  • Add support for camera roll angle (#4717)
  • Improve performance of queryRenderedFeatures by using JavaScript Sets to assess layer membership internally (#4777)
  • Support globe mode (#3963)
  • Merge atmosphere and sky implementation (#3888)
  • Add option to display a realistic atmosphere when using a Globe projection (#3888)

🐞 Bug fixes

  • ⚠️ Fix level of detail at high pitch angle by changing which tiles to load (#3983)
  • Fix holes at the poles when terrain is used with globe (#5232)
  • Fix geometry artifacts when globe terrain is zoomed out too much (#5232)
  • Fix center being incorrectly constrained when using globe (#5186)
  • Fix atmosphere improperly blending into the background (#5235)
  • Fix parsing wrong hash location (#5131)
  • Fix swallowing of errors (#4532)
  • Fix erroring requests not reported on error handler (#4613)

... (truncated)

Commits

Updates next from 14.2.18 to 15.1.4

Release notes

Sourced from next's releases.

v15.1.4

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

Core Changes

  • backport: force module format for virtual client-proxy (#74608)
  • Fix prerender tags when notFound is called (#74607)
  • Use provided waitUntil for pending revalidates (#74604)
  • Feature: next/image: add support for images.qualities in next.config (#74588)
  • Chore: docs: add missing search: '' on remotePatterns (#74587)
  • Chore: docs: update version history of next/image (#73923) (#74570)
  • Chore: next/image: improve imgopt api bypass detection for unsupported images (#74569)

Credits

Huge thanks to @ and @ for helping!

v15.1.3

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

Core Changes

  • Retry manifest file loading only in dev mode: #73900
  • Use shared worker for lint & typecheck steps: #74154

Credits

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

v15.1.2

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

Core Changes

Credits

Huge thanks to @​ztanner for helping!

v15.1.1

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

Core Changes

Credits

... (truncated)

Commits

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

| Package | From | To |
| --- | --- | --- |
| [@heroicons/react](https://github.com/tailwindlabs/heroicons) | `2.1.5` | `2.2.0` |
| [@maptiler/geocoding-control](https://github.com/maptiler/maptiler-geocoding-control) | `1.4.1` | `2.1.2` |
| [@nextui-org/react](https://github.com/nextui-org/nextui/tree/HEAD/packages/core/react) | `2.4.8` | `2.6.11` |
| [@turf/centroid](https://github.com/Turfjs/turf) | `7.1.0` | `7.2.0` |
| [autoprefixer](https://github.com/postcss/autoprefixer) | `10.4.19` | `10.4.20` |
| [framer-motion](https://github.com/motiondivision/motion) | `11.5.6` | `11.17.0` |
| [maplibre-gl](https://github.com/maplibre/maplibre-gl-js) | `4.7.1` | `5.0.1` |
| [next](https://github.com/vercel/next.js) | `14.2.18` | `15.1.4` |
| [pmtiles](https://github.com/protomaps/pmtiles) | `3.2.0` | `4.1.0` |
| [postcss](https://github.com/postcss/postcss) | `8.4.39` | `8.4.49` |
| [react](https://github.com/facebook/react/tree/HEAD/packages/react) | `18.3.1` | `19.0.0` |
| [@types/react](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/react) | `18.3.8` | `19.0.6` |
| [react-dom](https://github.com/facebook/react/tree/HEAD/packages/react-dom) | `18.3.1` | `19.0.0` |
| [@types/react-dom](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/react-dom) | `18.3.0` | `19.0.3` |
| [react-icons](https://github.com/react-icons/react-icons) | `5.3.0` | `5.4.0` |
| [react-map-gl](https://github.com/visgl/react-map-gl) | `7.1.7` | `7.1.8` |
| [tailwindcss](https://github.com/tailwindlabs/tailwindcss) | `3.4.13` | `3.4.17` |
| [typescript](https://github.com/microsoft/TypeScript) | `5.5.3` | `5.7.3` |
| [@semantic-release/commit-analyzer](https://github.com/semantic-release/commit-analyzer) | `13.0.0` | `13.0.1` |
| [@semantic-release/github](https://github.com/semantic-release/github) | `10.3.5` | `11.0.1` |
| [@semantic-release/release-notes-generator](https://github.com/semantic-release/release-notes-generator) | `14.0.1` | `14.0.3` |
| [@types/node](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/node) | `20.16.6` | `22.10.5` |
| [@typescript-eslint/eslint-plugin](https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/eslint-plugin) | `7.18.0` | `8.19.1` |
| [@typescript-eslint/parser](https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/parser) | `7.18.0` | `8.19.1` |
| [eslint](https://github.com/eslint/eslint) | `8.57.0` | `9.18.0` |
| [eslint-config-next](https://github.com/vercel/next.js/tree/HEAD/packages/eslint-config-next) | `14.2.13` | `15.1.4` |
| [postcss-nesting](https://github.com/csstools/postcss-plugins/tree/HEAD/plugins/postcss-nesting) | `12.1.5` | `13.0.1` |
| [postcss-preset-env](https://github.com/csstools/postcss-plugins/tree/HEAD/plugin-packs/postcss-preset-env) | `9.6.0` | `10.1.3` |
| [semantic-release](https://github.com/semantic-release/semantic-release) | `24.1.1` | `24.2.1` |



Updates `@heroicons/react` from 2.1.5 to 2.2.0
- [Release notes](https://github.com/tailwindlabs/heroicons/releases)
- [Changelog](https://github.com/tailwindlabs/heroicons/blob/master/CHANGELOG.md)
- [Commits](tailwindlabs/heroicons@v2.1.5...v2.2.0)

Updates `@maptiler/geocoding-control` from 1.4.1 to 2.1.2
- [Release notes](https://github.com/maptiler/maptiler-geocoding-control/releases)
- [Commits](maptiler/maptiler-geocoding-control@v1.4.1...v2.1.2)

Updates `@nextui-org/react` from 2.4.8 to 2.6.11
- [Release notes](https://github.com/nextui-org/nextui/releases)
- [Changelog](https://github.com/nextui-org/nextui/blob/canary/packages/core/react/CHANGELOG.md)
- [Commits](https://github.com/nextui-org/nextui/commits/@nextui-org/react@2.6.11/packages/core/react)

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

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

Updates `framer-motion` from 11.5.6 to 11.17.0
- [Changelog](https://github.com/motiondivision/motion/blob/main/CHANGELOG.md)
- [Commits](motiondivision/motion@v11.5.6...v11.17.0)

Updates `maplibre-gl` from 4.7.1 to 5.0.1
- [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@v4.7.1...v5.0.1)

Updates `next` from 14.2.18 to 15.1.4
- [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.18...v15.1.4)

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

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

Updates `react` from 18.3.1 to 19.0.0
- [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.0.0/packages/react)

Updates `@types/react` from 18.3.8 to 19.0.6
- [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.0.0
- [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.0.0/packages/react-dom)

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

Updates `react-icons` from 5.3.0 to 5.4.0
- [Release notes](https://github.com/react-icons/react-icons/releases)
- [Commits](react-icons/react-icons@v5.3.0...v5.4.0)

Updates `react-map-gl` from 7.1.7 to 7.1.8
- [Release notes](https://github.com/visgl/react-map-gl/releases)
- [Changelog](https://github.com/visgl/react-map-gl/blob/v7.1.8/CHANGELOG.md)
- [Commits](visgl/react-map-gl@v7.1.7...v7.1.8)

Updates `tailwindcss` from 3.4.13 to 3.4.17
- [Release notes](https://github.com/tailwindlabs/tailwindcss/releases)
- [Changelog](https://github.com/tailwindlabs/tailwindcss/blob/v3.4.17/CHANGELOG.md)
- [Commits](tailwindlabs/tailwindcss@v3.4.13...v3.4.17)

Updates `typescript` from 5.5.3 to 5.7.3
- [Release notes](https://github.com/microsoft/TypeScript/releases)
- [Changelog](https://github.com/microsoft/TypeScript/blob/main/azure-pipelines.release.yml)
- [Commits](microsoft/TypeScript@v5.5.3...v5.7.3)

Updates `@semantic-release/commit-analyzer` from 13.0.0 to 13.0.1
- [Release notes](https://github.com/semantic-release/commit-analyzer/releases)
- [Commits](semantic-release/commit-analyzer@v13.0.0...v13.0.1)

Updates `@semantic-release/github` from 10.3.5 to 11.0.1
- [Release notes](https://github.com/semantic-release/github/releases)
- [Commits](semantic-release/github@v10.3.5...v11.0.1)

Updates `@semantic-release/release-notes-generator` from 14.0.1 to 14.0.3
- [Release notes](https://github.com/semantic-release/release-notes-generator/releases)
- [Commits](semantic-release/release-notes-generator@v14.0.1...v14.0.3)

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

Updates `@types/react` from 18.3.8 to 19.0.6
- [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.0 to 19.0.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 7.18.0 to 8.19.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.19.1/packages/eslint-plugin)

Updates `@typescript-eslint/parser` from 7.18.0 to 8.19.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.19.1/packages/parser)

Updates `eslint` from 8.57.0 to 9.18.0
- [Release notes](https://github.com/eslint/eslint/releases)
- [Changelog](https://github.com/eslint/eslint/blob/main/CHANGELOG.md)
- [Commits](eslint/eslint@v8.57.0...v9.18.0)

Updates `eslint-config-next` from 14.2.13 to 15.1.4
- [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/v15.1.4/packages/eslint-config-next)

Updates `eslint-plugin-react` from 7.36.1 to 7.37.4
- [Release notes](https://github.com/jsx-eslint/eslint-plugin-react/releases)
- [Changelog](https://github.com/jsx-eslint/eslint-plugin-react/blob/master/CHANGELOG.md)
- [Commits](jsx-eslint/eslint-plugin-react@v7.36.1...v7.37.4)

Updates `postcss-nesting` from 12.1.5 to 13.0.1
- [Changelog](https://github.com/csstools/postcss-plugins/blob/main/plugins/postcss-nesting/CHANGELOG.md)
- [Commits](https://github.com/csstools/postcss-plugins/commits/HEAD/plugins/postcss-nesting)

Updates `postcss-preset-env` from 9.6.0 to 10.1.3
- [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.1.1 to 24.2.1
- [Release notes](https://github.com/semantic-release/semantic-release/releases)
- [Commits](semantic-release/semantic-release@v24.1.1...v24.2.1)

---
updated-dependencies:
- dependency-name: "@heroicons/react"
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: all-npm
- dependency-name: "@maptiler/geocoding-control"
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: all-npm
- dependency-name: "@nextui-org/react"
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: all-npm
- dependency-name: "@turf/centroid"
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: all-npm
- dependency-name: autoprefixer
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: all-npm
- dependency-name: framer-motion
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: all-npm
- dependency-name: maplibre-gl
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: all-npm
- dependency-name: next
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: all-npm
- dependency-name: pmtiles
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: all-npm
- dependency-name: postcss
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: all-npm
- dependency-name: react
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: all-npm
- dependency-name: "@types/react"
  dependency-type: direct:development
  update-type: version-update:semver-major
  dependency-group: all-npm
- dependency-name: react-dom
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: all-npm
- dependency-name: "@types/react-dom"
  dependency-type: direct:development
  update-type: version-update:semver-major
  dependency-group: all-npm
- dependency-name: react-icons
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: all-npm
- dependency-name: react-map-gl
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: all-npm
- dependency-name: tailwindcss
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: all-npm
- dependency-name: typescript
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: all-npm
- dependency-name: "@semantic-release/commit-analyzer"
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: all-npm
- dependency-name: "@semantic-release/github"
  dependency-type: direct:development
  update-type: version-update:semver-major
  dependency-group: all-npm
- dependency-name: "@semantic-release/release-notes-generator"
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: all-npm
- dependency-name: "@types/node"
  dependency-type: direct:development
  update-type: version-update:semver-major
  dependency-group: all-npm
- dependency-name: "@types/react"
  dependency-type: direct:development
  update-type: version-update:semver-major
  dependency-group: all-npm
- dependency-name: "@types/react-dom"
  dependency-type: direct:development
  update-type: version-update:semver-major
  dependency-group: all-npm
- dependency-name: "@typescript-eslint/eslint-plugin"
  dependency-type: direct:development
  update-type: version-update:semver-major
  dependency-group: all-npm
- dependency-name: "@typescript-eslint/parser"
  dependency-type: direct:development
  update-type: version-update:semver-major
  dependency-group: all-npm
- dependency-name: eslint
  dependency-type: direct:development
  update-type: version-update:semver-major
  dependency-group: all-npm
- dependency-name: eslint-config-next
  dependency-type: direct:development
  update-type: version-update:semver-major
  dependency-group: all-npm
- dependency-name: eslint-plugin-react
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: all-npm
- dependency-name: postcss-nesting
  dependency-type: direct:development
  update-type: version-update:semver-major
  dependency-group: all-npm
- dependency-name: postcss-preset-env
  dependency-type: direct:development
  update-type: version-update:semver-major
  dependency-group: all-npm
- dependency-name: semantic-release
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: all-npm
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot added dependencies Pull requests that update a dependency file javascript labels Jan 13, 2025
Copy link

vercel bot commented Jan 13, 2025

The latest updates on your projects. Learn more about Vercel for Git ↗︎

Name Status Preview Comments Updated (UTC)
vacant-lots-proj ❌ Failed (Inspect) Jan 13, 2025 5:19am

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.

0 participants