Skip to content

Conversation

@dependabot
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Nov 1, 2025

Bumps the dependencies group with 15 updates:

Package From To
@mantine/core 8.3.2 8.3.6
@mantine/hooks 8.3.2 8.3.6
maplibre-gl 5.8.0 5.10.0
react 19.1.1 19.2.0
@types/react 19.1.16 19.2.2
react-dom 19.1.1 19.2.0
@types/react-dom 19.1.9 19.2.2
react-map-gl 8.0.4 8.1.0
react-router-dom 7.9.3 7.9.5
@eslint/js 9.36.0 9.39.0
@vitejs/plugin-react 5.0.4 5.1.0
eslint 9.36.0 9.39.0
eslint-plugin-react-hooks 5.2.0 7.0.1
eslint-plugin-react-refresh 0.4.22 0.4.24
typescript-eslint 8.45.0 8.46.2

Updates @mantine/core from 8.3.2 to 8.3.6

Release notes

Sourced from @​mantine/core's releases.

8.3.6

What's Changed

  • [@mantine/charts] Add options to set curveType per series in LineChart and AreaChart components (#8403)
  • [@mantine/charts] Heatmap: Fix dates range being affected by the user timezone (#8371)
  • [@mantine/core] Chip: Allow disabling icon by setting icon={null} (#8382)
  • [@mantine/core] List: Fix unexpected padding with listStyleType="none" (#8393)
  • [@mantine/dates] TimePicker: Add option to change placeholders (#8387)
  • [@mantine/core] Checkbox: Fix data-indeterminate not being set correctly (#8385)
  • [@mantine/dates] TimePicker: Fix time being clamped incorrectly when only min or max defined
  • [@mantine/core] NumberInput: Fix zero value represented as string being transformed to empty string on blur
  • [@mantine/core] Chip: Fix incorrect size calculations for size="xs" (#8367)

New Contributors

Full Changelog: mantinedev/mantine@8.3.5...8.3.6

8.3.5

What's Changed

  • [@mantine/code-highlight] Add option to load custom shiki themes (#8356)
  • [@mantine/form] Export more types (#8357)
  • [@mantine/hooks] use-local-storage: Fix value not resetting to the default value when value is cleared from the local storage (#8361)
  • [@mantine/core] Checkbox: Fix incorrect data-indeterminate attribute removal on state change (#8363)
  • [@mantine/core] Alert: Fix invalid aria-describedby and arialabelled-by if title or children props are not used (#8345)

New Contributors

Full Changelog: mantinedev/mantine@8.3.4...8.3.5

8.3.4

What's Changed

  • [@mantine/core] Select: Allow overriding rightSection with null (#8328)
  • [@mantine/dates] Calendar: Fix incorrect props types for hasNextLevel (#8344)
  • [@mantine/core] Transition: Fix some animations being blurry (#8070, #8324)
  • [@mantine/dates] TimePicker: Fix custom amPmLabels being truncated in input and dropdown (#8336)
  • [@mantine/dates] DatePicker: Add missing multiple handling to DatePickerPreset type (#8341)

Full Changelog: mantinedev/mantine@8.3.3...8.3.4

8.3.3

What's Changed

  • [@mantine/core] Checkbox: Fix iconColor prop not working as intended in some cases (#8271)
  • [@mantine/spotlight] Add scrollareaProps to pass props down to the actions list wrapper (#8300)
  • [@mantine/core] Tabs: Fix aria-controls not being overriden by ...others (#8248)

... (truncated)

Commits
  • ba25d81 [release] Version: 8.3.6
  • 40d394a [@​mantine/core] Chip: Allow disabling icon by setting icon={null} (#8382)
  • 1f45d2b [@​mantine/core] List: Fix unexpected padding with listStyleType="none" (#8393)
  • e1239ef [@​mantine/core] Checkbox: Fix data-indeterminate not being set correctly (#8385)
  • 70bae2b [@​mantine/core] NumberInput: Fix zero value represented as string being trans...
  • 28a9098 [@​mantine/core] Chip: Fix incorrect size calculations for size="xs" (#8367)
  • 014ef1d [release] Version: 8.3.5
  • cc02ce0 [@​mantine/core] Checkbox: Fix incorrect data-indeterminate attribute removal ...
  • 4a96a5a [@​mantine/core] Alert: Fix invalid aria-describedby and arialabelled-by i...
  • f673223 [release] Version: 8.3.4
  • Additional commits viewable in compare view

Updates @mantine/hooks from 8.3.2 to 8.3.6

Release notes

Sourced from @​mantine/hooks's releases.

8.3.6

What's Changed

  • [@mantine/charts] Add options to set curveType per series in LineChart and AreaChart components (#8403)
  • [@mantine/charts] Heatmap: Fix dates range being affected by the user timezone (#8371)
  • [@mantine/core] Chip: Allow disabling icon by setting icon={null} (#8382)
  • [@mantine/core] List: Fix unexpected padding with listStyleType="none" (#8393)
  • [@mantine/dates] TimePicker: Add option to change placeholders (#8387)
  • [@mantine/core] Checkbox: Fix data-indeterminate not being set correctly (#8385)
  • [@mantine/dates] TimePicker: Fix time being clamped incorrectly when only min or max defined
  • [@mantine/core] NumberInput: Fix zero value represented as string being transformed to empty string on blur
  • [@mantine/core] Chip: Fix incorrect size calculations for size="xs" (#8367)

New Contributors

Full Changelog: mantinedev/mantine@8.3.5...8.3.6

8.3.5

What's Changed

  • [@mantine/code-highlight] Add option to load custom shiki themes (#8356)
  • [@mantine/form] Export more types (#8357)
  • [@mantine/hooks] use-local-storage: Fix value not resetting to the default value when value is cleared from the local storage (#8361)
  • [@mantine/core] Checkbox: Fix incorrect data-indeterminate attribute removal on state change (#8363)
  • [@mantine/core] Alert: Fix invalid aria-describedby and arialabelled-by if title or children props are not used (#8345)

New Contributors

Full Changelog: mantinedev/mantine@8.3.4...8.3.5

8.3.4

What's Changed

  • [@mantine/core] Select: Allow overriding rightSection with null (#8328)
  • [@mantine/dates] Calendar: Fix incorrect props types for hasNextLevel (#8344)
  • [@mantine/core] Transition: Fix some animations being blurry (#8070, #8324)
  • [@mantine/dates] TimePicker: Fix custom amPmLabels being truncated in input and dropdown (#8336)
  • [@mantine/dates] DatePicker: Add missing multiple handling to DatePickerPreset type (#8341)

Full Changelog: mantinedev/mantine@8.3.3...8.3.4

8.3.3

What's Changed

  • [@mantine/core] Checkbox: Fix iconColor prop not working as intended in some cases (#8271)
  • [@mantine/spotlight] Add scrollareaProps to pass props down to the actions list wrapper (#8300)
  • [@mantine/core] Tabs: Fix aria-controls not being overriden by ...others (#8248)

... (truncated)

Commits
  • ba25d81 [release] Version: 8.3.6
  • 014ef1d [release] Version: 8.3.5
  • 3e0fac1 [@​mantine/hooks] use-local-storage: Fix value not resetting to the default va...
  • f673223 [release] Version: 8.3.4
  • d1c4f5c [release] Version: 8.3.3
  • 55d74c1 [@​mantine/hooks] use-did-update: Fix hook not working in react strict mode (#...
  • 6778c42 [@​mantine/core] AppShell: Fix performance issues on first render (#8287)
  • See full diff in compare view

Updates maplibre-gl from 5.8.0 to 5.10.0

Release notes

Sourced from maplibre-gl's releases.

v5.10.0

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

✨ Features and improvements

  • Add time control API (setNow, restoreNow, isTimeFrozen) for deterministic rendering, enabling frame-by-frame video export and deterministic testing (6544)
  • Use styles isHidden logic in the worker by adding a new optional roundMinZoom parameter (#6547)
  • Add transformConstrain callback to the Map options to override the transform's constrain with new type TransformConstrainFunction; refactor transform constructor options to a TransformOptions object (#6484)
  • Use timeControl.now() instead of browser.now() (6573)

🐞 Bug fixes

  • Contextmenu events not blocked by scrolling (#5683
  • Mousemove events are not blocked by scrolling (#6302)
  • Dashed lines have blurry rounded caps (#6554)
  • Preserve flyTo padding when prefers-reduced-motion is enabled (#6576)
  • Fix setClusterOptions not triggering recluster when no data changes are pending (#6603)

v5.9.0

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

✨ Features and improvements

  • Improve fading - dynamic bi-directional raster cross-fading and self fading (#6469)
  • Support for usage of line-gradient together with line-dasharray (#6487)

🐞 Bug fixes

  • Added button role to marker div to fix accessibility issues with the aria-label (#6435)
  • Fix a crash on iOS when there are too many symbols to render (#6526)
Changelog

Sourced from maplibre-gl's changelog.

5.10.0

✨ Features and improvements

  • Add time control API (setNow, restoreNow, isTimeFrozen) for deterministic rendering, enabling frame-by-frame video export and deterministic testing (6544)
  • Use styles isHidden logic in the worker by adding a new optional roundMinZoom parameter (#6547)
  • Add transformConstrain callback to the Map options to override the transform's constrain with new type TransformConstrainFunction; refactor transform constructor options to a TransformOptions object (#6484)
  • Use timeControl.now() instead of browser.now() (6573)

🐞 Bug fixes

  • Contextmenu events not blocked by scrolling (#5683
  • Mousemove events are not blocked by scrolling (#6302)
  • Dashed lines have blurry rounded caps (#6554)
  • Preserve flyTo padding when prefers-reduced-motion is enabled (#6576)
  • Fix setClusterOptions not triggering recluster when no data changes are pending (#6603)

5.9.0

✨ Features and improvements

  • Improve fading - dynamic bi-directional raster cross-fading and self fading (#6469)
  • Support for usage of line-gradient together with line-dasharray (#6487)

🐞 Bug fixes

  • Added button role to marker div to fix accessibility issues with the aria-label (#6435)
  • Fix a crash on iOS when there are too many symbols to render (#6526)
Commits
  • 93634b0 Bump version to 5.10.0 (#6616)
  • cdb26fe On a flyTo call with prefers-reduced-motion set, apply the padding option (#6...
  • 32964f2 Fix cluster options with no pending data changes (#6603)
  • baa94d1 chore(deps-dev): bump devtools-protocol from 0.0.1528500 to 0.0.1532728 (#6613)
  • 5942dd1 chore(deps-dev): bump @​typescript-eslint/eslint-plugin (#6614)
  • cc1909d chore(deps-dev): bump @​types/node from 24.8.1 to 24.9.1 (#6612)
  • 1d41106 Fix broken example link (#6604)
  • 4aa5084 Fix broken image link in README for example 'Animate a series of images' (#6602)
  • 0983bec chore(deps): bump ggilder/codecoverage (#6600)
  • 540a4c9 chore(deps): bump github/codeql-action from 3.30.6 to 4.30.9 (#6599)
  • Additional commits viewable in compare view

Updates react from 19.1.1 to 19.2.0

Release notes

Sourced from react's releases.

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

React DOM

... (truncated)

Changelog

Sourced from react's changelog.

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:
  • 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

React DOM

... (truncated)

Commits

Updates @types/react from 19.1.16 to 19.2.2

Commits

Updates react-dom from 19.1.1 to 19.2.0

Release notes

Sourced from react-dom's releases.

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

React DOM

... (truncated)

Changelog

Sourced from react-dom's changelog.

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:
  • 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

React DOM

... (truncated)

Commits

Updates @types/react-dom from 19.1.9 to 19.2.2

Commits

Updates react-map-gl from 8.0.4 to 8.1.0

Release notes

Sourced from react-map-gl's releases.

v8.1.0

The core logic in the Mapbox GL JS wrapper has been rewritten to use Proxy to intercept camera updates. We expect the new approach to improve camera synchronization between the native controller and React props when terrain and/or non-mercator projections are used. See more backgrounds in #2514.

The Maplibre wrapper is unaffected by this change.

v8.1.0-alpha.2

  • wrap jumpTo as internal update (#2516)

v8.1.0-alpha.1

  • feat(mapbox): Replace shadow transform with proxied approach (#2514)
Changelog

Sourced from react-map-gl's changelog.

CHANGELOG

Version 8.1

v8.1.0-alpha.2 (Apr 9, 2025)

  • wrap jumpTo as internal update (#2516)

v8.1.0-alpha.1 (Mar 28, 2025)

  • feat(mapbox): Replace shadow transform with proxied approach (#2514)

Version 8.0

v8.0.0-beta.1 (Jan 31, 2025)

  • feat: remove RTLTextPlugin default for MapLibre (#2480)

v8.0.0-alpha.2 (Jan 27, 2025)

  • Migrate to monorepo (#2459)

Version 7.2

7.2.0-beta.1 (Sep 12, 2023)

Bumps the dependencies group with 15 updates:

| Package | From | To |
| --- | --- | --- |
| [@mantine/core](https://github.com/mantinedev/mantine/tree/HEAD/packages/@mantine/core) | `8.3.2` | `8.3.6` |
| [@mantine/hooks](https://github.com/mantinedev/mantine/tree/HEAD/packages/@mantine/hooks) | `8.3.2` | `8.3.6` |
| [maplibre-gl](https://github.com/maplibre/maplibre-gl-js) | `5.8.0` | `5.10.0` |
| [react](https://github.com/facebook/react/tree/HEAD/packages/react) | `19.1.1` | `19.2.0` |
| [@types/react](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/react) | `19.1.16` | `19.2.2` |
| [react-dom](https://github.com/facebook/react/tree/HEAD/packages/react-dom) | `19.1.1` | `19.2.0` |
| [@types/react-dom](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/react-dom) | `19.1.9` | `19.2.2` |
| [react-map-gl](https://github.com/visgl/react-map-gl) | `8.0.4` | `8.1.0` |
| [react-router-dom](https://github.com/remix-run/react-router/tree/HEAD/packages/react-router-dom) | `7.9.3` | `7.9.5` |
| [@eslint/js](https://github.com/eslint/eslint/tree/HEAD/packages/js) | `9.36.0` | `9.39.0` |
| [@vitejs/plugin-react](https://github.com/vitejs/vite-plugin-react/tree/HEAD/packages/plugin-react) | `5.0.4` | `5.1.0` |
| [eslint](https://github.com/eslint/eslint) | `9.36.0` | `9.39.0` |
| [eslint-plugin-react-hooks](https://github.com/facebook/react/tree/HEAD/packages/eslint-plugin-react-hooks) | `5.2.0` | `7.0.1` |
| [eslint-plugin-react-refresh](https://github.com/ArnaudBarre/eslint-plugin-react-refresh) | `0.4.22` | `0.4.24` |
| [typescript-eslint](https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/typescript-eslint) | `8.45.0` | `8.46.2` |


Updates `@mantine/core` from 8.3.2 to 8.3.6
- [Release notes](https://github.com/mantinedev/mantine/releases)
- [Changelog](https://github.com/mantinedev/mantine/blob/master/CHANGELOG.md)
- [Commits](https://github.com/mantinedev/mantine/commits/8.3.6/packages/@mantine/core)

Updates `@mantine/hooks` from 8.3.2 to 8.3.6
- [Release notes](https://github.com/mantinedev/mantine/releases)
- [Changelog](https://github.com/mantinedev/mantine/blob/master/CHANGELOG.md)
- [Commits](https://github.com/mantinedev/mantine/commits/8.3.6/packages/@mantine/hooks)

Updates `maplibre-gl` from 5.8.0 to 5.10.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.8.0...v5.10.0)

Updates `react` from 19.1.1 to 19.2.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.2.0/packages/react)

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

Updates `react-dom` from 19.1.1 to 19.2.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.2.0/packages/react-dom)

Updates `@types/react-dom` from 19.1.9 to 19.2.2
- [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 `react-router-dom` from 7.9.3 to 7.9.5
- [Release notes](https://github.com/remix-run/react-router/releases)
- [Changelog](https://github.com/remix-run/react-router/blob/main/packages/react-router-dom/CHANGELOG.md)
- [Commits](https://github.com/remix-run/react-router/commits/react-router-dom@7.9.5/packages/react-router-dom)

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

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

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

Updates `@vitejs/plugin-react` from 5.0.4 to 5.1.0
- [Release notes](https://github.com/vitejs/vite-plugin-react/releases)
- [Changelog](https://github.com/vitejs/vite-plugin-react/blob/main/packages/plugin-react/CHANGELOG.md)
- [Commits](https://github.com/vitejs/vite-plugin-react/commits/plugin-react@5.1.0/packages/plugin-react)

Updates `eslint` from 9.36.0 to 9.39.0
- [Release notes](https://github.com/eslint/eslint/releases)
- [Commits](eslint/eslint@v9.36.0...v9.39.0)

Updates `eslint-plugin-react-hooks` from 5.2.0 to 7.0.1
- [Release notes](https://github.com/facebook/react/releases)
- [Changelog](https://github.com/facebook/react/blob/main/packages/eslint-plugin-react-hooks/CHANGELOG.md)
- [Commits](https://github.com/facebook/react/commits/HEAD/packages/eslint-plugin-react-hooks)

Updates `eslint-plugin-react-refresh` from 0.4.22 to 0.4.24
- [Release notes](https://github.com/ArnaudBarre/eslint-plugin-react-refresh/releases)
- [Changelog](https://github.com/ArnaudBarre/eslint-plugin-react-refresh/blob/main/CHANGELOG.md)
- [Commits](ArnaudBarre/eslint-plugin-react-refresh@v0.4.22...v0.4.24)

Updates `typescript-eslint` from 8.45.0 to 8.46.2
- [Release notes](https://github.com/typescript-eslint/typescript-eslint/releases)
- [Changelog](https://github.com/typescript-eslint/typescript-eslint/blob/main/packages/typescript-eslint/CHANGELOG.md)
- [Commits](https://github.com/typescript-eslint/typescript-eslint/commits/v8.46.2/packages/typescript-eslint)

---
updated-dependencies:
- dependency-name: "@mantine/core"
  dependency-version: 8.3.6
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: dependencies
- dependency-name: "@mantine/hooks"
  dependency-version: 8.3.6
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: dependencies
- dependency-name: maplibre-gl
  dependency-version: 5.10.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: dependencies
- dependency-name: react
  dependency-version: 19.2.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: dependencies
- dependency-name: "@types/react"
  dependency-version: 19.2.2
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: dependencies
- dependency-name: react-dom
  dependency-version: 19.2.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: dependencies
- dependency-name: "@types/react-dom"
  dependency-version: 19.2.2
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: dependencies
- dependency-name: react-map-gl
  dependency-version: 8.1.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: dependencies
- dependency-name: react-router-dom
  dependency-version: 7.9.5
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: dependencies
- dependency-name: "@eslint/js"
  dependency-version: 9.39.0
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: dependencies
- dependency-name: "@types/react"
  dependency-version: 19.2.2
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: dependencies
- dependency-name: "@types/react-dom"
  dependency-version: 19.2.2
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: dependencies
- dependency-name: "@vitejs/plugin-react"
  dependency-version: 5.1.0
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: dependencies
- dependency-name: eslint
  dependency-version: 9.39.0
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: dependencies
- dependency-name: eslint-plugin-react-hooks
  dependency-version: 7.0.1
  dependency-type: direct:development
  update-type: version-update:semver-major
  dependency-group: dependencies
- dependency-name: eslint-plugin-react-refresh
  dependency-version: 0.4.24
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: dependencies
- dependency-name: typescript-eslint
  dependency-version: 8.46.2
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: dependencies
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot added dependencies Pull requests that update a dependency file javascript Pull requests that update Javascript code labels Nov 1, 2025
@josxha josxha merged commit 53f801a into main Nov 1, 2025
1 check passed
@josxha josxha deleted the dependabot/npm_and_yarn/dependencies-0c39c12caf branch November 1, 2025 08:06
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 javascript Pull requests that update Javascript code

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants