Skip to content

Conversation

@dependabot
Copy link
Contributor

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

Bumps the dependencies group with 14 updates:

Package From To
@mantine/core 8.2.8 8.3.2
@mantine/hooks 8.2.8 8.3.2
@tabler/icons-react 3.34.1 3.35.0
maplibre-gl 5.7.0 5.8.0
react-router-dom 7.8.2 7.9.3
@eslint/js 9.34.0 9.36.0
@types/react 19.1.12 19.1.16
@vitejs/plugin-react 5.0.2 5.0.4
eslint 9.34.0 9.36.0
eslint-plugin-react-refresh 0.4.20 0.4.22
globals 16.3.0 16.4.0
typescript 5.9.2 5.9.3
typescript-eslint 8.41.0 8.45.0
vite 7.1.3 7.1.7

Updates @mantine/core from 8.2.8 to 8.3.2

Release notes

Sourced from @​mantine/core's releases.

8.3.2

What's Changed

  • [@mantine/dates] Fix getDayProps not including types for data-* attributes (#8275)
  • [@mantine/date] DateInput: Fix allowDeselect not allowing to clear the input value with Backspace key (#8229)
  • [@mantine/date] DateInput: Fix allowDeselect not allowing to clear the input value with Backspace key
  • [@mantine/charts] Heatmap: Fix months displaying as splitted even if splitMonths is not set
  • [@mantine/hooks] use-click-outside: Pass event object as an argument to the callback function (#8282)
  • [@mantine/core] NavLink: Fix passed onClick/onKeyDown preventing expand/collapse of child nodes (#8294)
  • [@mantine/hooks] use-window-scroll: Limit number of state updates with requestAnimationFrame (#8287)
  • [@mantine/dates] TimePicker: Fix page scrolling to the top on keyboard navigation (#8237)
  • [@mantine/core] Menu: Add missing onChange type to Menu.Sub (#8292)
  • [@mantine/core] List: Fix nested list items overflowing parent list container (#8269)
  • [@mantine/core] Input: Fix alignment of right section with clear button (#8254)
  • [@mantine/form] Fix nodenext resolutions (#8260)
  • [@mantine/spotlight] Improve group label encoding logic (#8264)

New Contributors

Full Changelog: mantinedev/mantine@8.3.1...8.3.2

8.3.1

What's new

  • [@mantine/hooks] use-scroll-spy: Fix scroll events not being reassigned when scrollHost changes (#8251)
  • [@mantine/modals] Update updateModal to include types for confirm modal
  • [@mantine/core] Tabs: Allow overriding aria attributes with ...others
  • [@mantine/core] Select: Fix clear button overlaying selected option (#8249)
  • [@mantine/core] Combobox: Update focusTarget handler to correctly handle missing DOM node (#8185)
  • [@mantine/core] ColorPicker: Fix unexpected margin-top (#8247)
  • [@mantine/core] Allow specifying generic component in default props in the theme object (#8188)
  • [@mantine/form] Fix incorrect type of matchesField validator (#8201)
  • [@mantine/modals] Fix data-* attributes triggering type error (#8217)
  • [@mantine/dates] DateInput: Fix allowDeselect prop not working (#8229)
  • [@mantine/charts] Fix long tooltip names overflowing on the series color swatch in the tooltip (#8230)

8.3.0 🔥

View changelog with demos on mantine.dev website

MiniCalendar component

New MiniCalendar component:

</tr></table> 

... (truncated)

Commits
  • 81e38bc [release] Version: 8.3.2
  • 4da14fa [@​mantine/core] NavLink: Fix passed onClick/onKeyDown preventing expand/col...
  • 1fb952f [@​mantine/core] Menu: Add missing onChange type to Menu.Sub (#8292)
  • a6808db [@​mantine/core] List: Fix nested list items overflowing parent list container...
  • 724135a [@​mantine/core] Input: Fix alignment of right section with clear button (#8254)
  • ece602c [release] Version: 8.3.1
  • 3055c2c [@​mantine/core] Tabs: Allow overriding aria attributes with ...others
  • 259851d [@​mantine/core] Select: Fix clear button overlaying selected option (#8249)
  • 07d5b0f [@​mantine/core] Combobox: Update focusTarget handler to correctly handle mi...
  • 9e2fd61 [@​mantine/core] ColorPicker: Fix unexpected margin-top (#8247)
  • Additional commits viewable in compare view

Updates @mantine/hooks from 8.2.8 to 8.3.2

Release notes

Sourced from @​mantine/hooks's releases.

8.3.2

What's Changed

  • [@mantine/dates] Fix getDayProps not including types for data-* attributes (#8275)
  • [@mantine/date] DateInput: Fix allowDeselect not allowing to clear the input value with Backspace key (#8229)
  • [@mantine/date] DateInput: Fix allowDeselect not allowing to clear the input value with Backspace key
  • [@mantine/charts] Heatmap: Fix months displaying as splitted even if splitMonths is not set
  • [@mantine/hooks] use-click-outside: Pass event object as an argument to the callback function (#8282)
  • [@mantine/core] NavLink: Fix passed onClick/onKeyDown preventing expand/collapse of child nodes (#8294)
  • [@mantine/hooks] use-window-scroll: Limit number of state updates with requestAnimationFrame (#8287)
  • [@mantine/dates] TimePicker: Fix page scrolling to the top on keyboard navigation (#8237)
  • [@mantine/core] Menu: Add missing onChange type to Menu.Sub (#8292)
  • [@mantine/core] List: Fix nested list items overflowing parent list container (#8269)
  • [@mantine/core] Input: Fix alignment of right section with clear button (#8254)
  • [@mantine/form] Fix nodenext resolutions (#8260)
  • [@mantine/spotlight] Improve group label encoding logic (#8264)

New Contributors

Full Changelog: mantinedev/mantine@8.3.1...8.3.2

8.3.1

What's new

  • [@mantine/hooks] use-scroll-spy: Fix scroll events not being reassigned when scrollHost changes (#8251)
  • [@mantine/modals] Update updateModal to include types for confirm modal
  • [@mantine/core] Tabs: Allow overriding aria attributes with ...others
  • [@mantine/core] Select: Fix clear button overlaying selected option (#8249)
  • [@mantine/core] Combobox: Update focusTarget handler to correctly handle missing DOM node (#8185)
  • [@mantine/core] ColorPicker: Fix unexpected margin-top (#8247)
  • [@mantine/core] Allow specifying generic component in default props in the theme object (#8188)
  • [@mantine/form] Fix incorrect type of matchesField validator (#8201)
  • [@mantine/modals] Fix data-* attributes triggering type error (#8217)
  • [@mantine/dates] DateInput: Fix allowDeselect prop not working (#8229)
  • [@mantine/charts] Fix long tooltip names overflowing on the series color swatch in the tooltip (#8230)

8.3.0 🔥

View changelog with demos on mantine.dev website

MiniCalendar component

New MiniCalendar component:

</tr></table> 

... (truncated)

Commits
  • 81e38bc [release] Version: 8.3.2
  • f14884c [@​mantine/hooks] use-click-outside: Pass event object as an argument to the c...
  • f0cf4cf [refactor] Remove unnecessary mounted cleanup from use-did-update (#8285)
  • 9f0d670 [@​mantine/hooks] use-window-scroll: Limit number of state updates with `reque...
  • ece602c [release] Version: 8.3.1
  • 9493362 [@​mantine/hooks] use-scroll-spy: Fix scroll events not being reassigned when ...
  • 081c992 [release] Version: 8.3.0
  • 4184ab7 Merge branch master into 8.3
  • ef65f29 Merge branch master int 8.3
  • e827380 [core] Update tiptap to v3, change tsconfig resolution to bundler
  • Additional commits viewable in compare view

Updates @tabler/icons-react from 3.34.1 to 3.35.0

Release notes

Sourced from @​tabler/icons-react's releases.

Release 3.55.0

18 new icons:

  • filled/device-gamepad
  • filled/file-dollar
  • filled/file-euro
  • filled/file-music
  • filled/file-pencil
  • filled/file-scissors
  • filled/file-settings
  • filled/file-signal
  • filled/file-time
  • filled/file-unknown
  • filled/file-upload
  • filled/file-vector
  • filled/files
  • filled/registered
  • filled/video-minus
  • filled/video-plus
  • filled/writing-sign
  • filled/writing
Commits

Updates maplibre-gl from 5.7.0 to 5.8.0

Release notes

Sourced from maplibre-gl's releases.

v5.8.0

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

✨ Features and improvements

  • Enable documentation admonitions in Material for MkDocs. (#6455)
  • Switch MapEventType from type to interface to allow declaration merging (#6436)
  • Implement data-driven styling support for line-dasharray (#5812)

🐞 Bug fixes

  • Fix raster flickering when using terrain 3D and optimize terrain logic.
  • Fix issue where parent tiles are retained when deeper descendant tiles already cover the missing ideal tile. (#6442)
  • Fix an issue when GeolocateControl fires outofmaxbounds event with trackUserLocation disabled (#6464)
  • Fix an issue with globe+terrain "zooming" in when dragging towards the poles (#6470)
  • Fix integer overflow in symbol placement (#6476)

v5.7.3

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

✨ Features and improvements

🐞 Bug fixes

  • Fix case where retain loaded children does not retain uppermost loaded children (#6399)
  • Fix an issue with spread operator that caused issues in Angular and esbuild (#6438)

v5.7.2

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

🐞 Bug fixes

  • Fix _updateRetainedTiles checking for children when children length is 1 overscaled tile "child" (#6388)
  • Fix evaluating global-state for layers added after loading style (#6361)
  • Change the pathway for passing global-state object from Style to expression to fix a hack that was introduced in previous versions (#6366)
  • Fix triggering load and idle events when source TileJSON fails to load (#5430)
  • Fix mouse events on heatmap features (#714)

v5.7.1

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

🐞 Bug fixes

  • Fix accuracy circle on locate user control (#5432)
  • Fix evaluating global-state in paint ...-pattern properties (6301)
  • Fix pan moving in the wrong direction when map is pitched (#6111)

... (truncated)

Changelog

Sourced from maplibre-gl's changelog.

5.8.0

✨ Features and improvements

  • Enable documentation admonitions in Material for MkDocs. (#6455)
  • Switch MapEventType from type to interface to allow declaration merging (#6436)
  • Implement data-driven styling support for line-dasharray (#5812)

🐞 Bug fixes

  • Fix raster flickering when using terrain 3D and optimize terrain logic.
  • Fix issue where parent tiles are retained when deeper descendant tiles already cover the missing ideal tile. (#6442)
  • Fix an issue when GeolocateControl fires outofmaxbounds event with trackUserLocation disabled (#6464)
  • Fix an issue with globe+terrain "zooming" in when dragging towards the poles (#6470)
  • Fix integer overflow in symbol placement (#6476)

5.7.3

🐞 Bug fixes

  • Fix case where retain loaded children does not retain uppermost loaded children (#6399)
  • Fix an issue with spread operator that caused issues in Angular and esbuild (#6438)

5.7.2

🐞 Bug fixes

  • Fix _updateRetainedTiles checking for children when children length is 1 overscaled tile "child" (#6388)
  • Fix evaluating global-state for layers added after loading style (#6361)
  • Change the pathway for passing global-state object from Style to expression to fix a hack that was introduced in previous versions (#6366)
  • Fix triggering load and idle events when source TileJSON fails to load (#5430)
  • Fix mouse events on heatmap features (#714)

5.7.1

🐞 Bug fixes

  • Fix accuracy circle on locate user control (#5432)
  • Fix evaluating global-state in paint ...-pattern properties (#6301)
  • Fix pan moving in the wrong direction when map is pitched (#6111)
  • Fix evaluation of text-color when using format within step (#5833)
  • Fix regression in mergeSourceDiffs: handle add/remove/removeAll (#6342)
  • Fix evaluating global-state in layout properties icon-size and text-size (#6308)
Commits
  • f71040d Bump version to 5.8.0 (#6480)
  • 30caaed Switch MapEventType from type to interface to allow declaration merging (#6...
  • 2bf105a chore(deps-dev): bump eslint from 9.35.0 to 9.36.0 (#6452)
  • 18aee5b Fix negative index due to integer overflow in symbol placement (#6476)
  • 99a1a6f chore(deps-dev): bump @​types/react from 19.1.13 to 19.1.14 (#6477)
  • 48182a5 chore(deps): bump github/codeql-action from 3.30.3 to 3.30.5 (#6479)
  • 11ffeb6 chore(deps-dev): bump rollup from 4.52.2 to 4.52.3 (#6478)
  • 3f804b8 chore(deps-dev): bump pretty-bytes from 7.0.1 to 7.1.0 (#6456)
  • 52c14c2 chore(deps-dev): bump @​vitest/eslint-plugin in the vitest group (#6475)
  • 1af195e chore(deps-dev): bump puppeteer from 24.22.0 to 24.22.3 (#6474)
  • Additional commits viewable in compare view

Updates react-router-dom from 7.8.2 to 7.9.3

Release notes

Sourced from react-router-dom's releases.

react-router-dom-v5-compat@6.4.0-pre.15

Patch Changes

  • Updated dependencies
    • react-router@6.4.0-pre.15
    • react-router-dom@6.4.0-pre.15

react-router-dom-v5-compat@6.4.0-pre.11

Patch Changes

  • Updated dependencies
    • react-router@6.4.0-pre.11
    • react-router-dom@6.4.0-pre.11

react-router-dom-v5-compat@6.4.0-pre.10

Patch Changes

  • Updated dependencies
    • react-router@6.4.0-pre.10
    • react-router-dom@6.4.0-pre.10
Changelog

Sourced from react-router-dom's changelog.

7.9.3

Patch Changes

  • Updated dependencies:
    • react-router@7.9.3

7.9.2

Patch Changes

  • Updated dependencies:
    • react-router@7.9.2

7.9.1

Patch Changes

  • Updated dependencies:
    • react-router@7.9.1

7.9.0

Patch Changes

  • Updated dependencies:
    • react-router@7.9.0
Commits

Updates @eslint/js from 9.34.0 to 9.36.0

Release notes

Sourced from @​eslint/js's releases.

v9.36.0

Features

  • 47afcf6 feat: correct preserve-caught-error edge cases (#20109) (Francesco Trotta)

Bug Fixes

  • 75b74d8 fix: add missing rule option types (#20127) (ntnyq)
  • 1c0d850 fix: update eslint-all.js to use Object.freeze for rules object (#20116) (루밀LuMir)
  • 7d61b7f fix: add missing scope types to Scope.type (#20110) (Pixel998)
  • 7a670c3 fix: correct rule option typings in rules.d.ts (#20084) (Pixel998)

Documentation

  • b73ab12 docs: update examples to use defineConfig (#20131) (sethamus)
  • 31d9392 docs: fix typos (#20118) (Pixel998)
  • c7f861b docs: Update README (GitHub Actions Bot)
  • 6b0c08b docs: Update README (GitHub Actions Bot)
  • 91f97c5 docs: Update README (GitHub Actions Bot)

Chores

  • 12411e8 chore: upgrade @​eslint/js@​9.36.0 (#20139) (Milos Djermanovic)
  • 488cba6 chore: package.json update for @​eslint/js release (Jenkins)
  • bac82a2 ci: simplify renovate configuration (#19907) (唯然)
  • c00bb37 ci: bump actions/labeler from 5 to 6 (#20090) (dependabot[bot])
  • fee751d refactor: use defaultOptions in rules (#20121) (Pixel998)
  • 1ace67d chore: update example to use defineConfig (#20111) (루밀LuMir)
  • 4821963 test: add missing loc information to error objects in rule tests (#20112) (루밀LuMir)
  • b42c42e chore: disallow use of deprecated type property in core rule tests (#20094) (Milos Djermanovic)
  • 7bb498d test: remove deprecated type property from core rule tests (#20093) (Pixel998)
  • e10cf2a ci: bump actions/setup-node from 4 to 5 (#20089) (dependabot[bot])
  • 5cb0ce4 refactor: use meta.defaultOptions in preserve-caught-error (#20080) (Pixel998)
  • f9f7cb5 chore: package.json update for eslint-config-eslint release (Jenkins)
  • 81764b2 chore: update eslint peer dependency in eslint-config-eslint (#20079) (Milos Djermanovic)

v9.35.0

Features

  • 42761fa feat: implement suggestions for no-empty-function (#20057) (jaymarvelz)
  • 102f444 feat: implement suggestions for no-empty-static-block (#20056) (jaymarvelz)
  • e51ffff feat: add preserve-caught-error rule (#19913) (Amnish Singh Arora)

Bug Fixes

  • 10e7ae2 fix: update uncloneable options error message (#20059) (soda-sorcery)
  • bfa4601 fix: ignore empty switch statements with comments in no-empty rule (#20045) (jaymarvelz)
  • dfd11de fix: add before and after to test case types (#20049) (Francesco Trotta)
  • dabbe95 fix: correct types for no-restricted-imports rule (#20034) (Milos Djermanovic)
  • ea789c7 fix: no-loss-of-precision false positive with uppercase exponent (#20032) (sethamus)

Documentation

  • d265515 docs: improve phrasing - "if" → "even if" from getting-started section (#20074) (jjangga0214)
  • a355a0e docs: invert comparison logic for example in no-var doc page (#20064) (OTonGitHub)
  • 5082fc2 docs: Update README (GitHub Actions Bot)
  • 99cfd7e docs: add missing "the" in rule deprecation docs (#20050) (Josh Goldberg ✨)

... (truncated)

Changelog

Sourced from @​eslint/js's changelog.

v9.36.0 - September 19, 2025

  • 12411e8 chore: upgrade @​eslint/js@​9.36.0 (#20139) (Milos Djermanovic)
  • 488cba6 chore: package.json update for @​eslint/js release (Jenkins)
  • b73ab12 docs: update examples to use defineConfig (#20131) (sethamus)
  • 47afcf6 feat: correct preserve-caught-error edge cases (#20109) (Francesco Trotta)
  • 75b74d8 fix: add missing rule option types (#20127) (ntnyq)
  • bac82a2 ci: simplify renovate configuration (#19907) (唯然)
  • 1c0d850 fix: update eslint-all.js to use Object.freeze for rules object (#20116) (루밀LuMir)
  • c00bb37 ci: bump actions/labeler from 5 to 6 (#20090) (dependabot[bot])
  • fee751d refactor: use defaultOptions in rules (#20121) (Pixel998)
  • 31d9392 docs: fix typos (#20118) (Pixel998)
  • 7d61b7f fix: add missing scope types to Scope.type (#20110) (Pixel998)
  • 1ace67d chore: update example to use defineConfig (#20111) (루밀LuMir)
  • 4821963 test: add missing loc information to error objects in rule tests (#20112) (루밀LuMir)
  • c7f861b docs: Update README (GitHub Actions Bot)
  • 6b0c08b docs: Update README (GitHub Actions Bot)
  • 7a670c3 fix: correct rule option typings in rules.d.ts (#20084) (Pixel998)
  • b42c42e chore: disallow use of deprecated type property in core rule tests (#20094) (Milos Djermanovic)
  • 7bb498d test: remove deprecated type property from core rule tests (#20093) (Pixel998)
  • 91f97c5 docs: Update README (GitHub Actions Bot)
  • e10cf2a ci: bump actions/setup-node from 4 to 5 (#20089) (dependabot[bot])
  • 5cb0ce4 refactor: use meta.defaultOptions in preserve-caught-error (#20080) (Pixel998)
  • f9f7cb5 chore: package.json update for eslint-config-eslint release (Jenkins)
  • 81764b2 chore: update eslint peer dependency in eslint-config-eslint (#20079) (Milos Djermanovic)

v9.35.0 - September 5, 2025

  • da87f2f chore: upgrade @​eslint/js@​9.35.0 (#20077) (Milos Djermanovic)
  • af2a087 chore: package.json update for @​eslint/js release (Jenkins)
  • d265515 docs: improve phrasing - "if" → "even if" from getting-started section (#20074) (jjangga0214)
  • 7055764 test: remove tests/lib/eslint/eslint.config.js (#20065) (Milos Djermanovic)
  • 10e7ae2 fix: update uncloneable options error message (#20059) (soda-sorcery)
  • 42761fa feat: implement suggestions for no-empty-function (#20057) (jaymarvelz)
  • 102f444 feat: implement suggestions for no-empty-static-block (#20056) (jaymarvelz)
  • 84ffb96 chore: update @eslint-community/eslint-utils (#20069) (Francesco Trotta)
  • a355a0e docs: invert comparison logic for example in no-var doc page (#20064) (OTonGitHub)
  • e51ffff feat: add preserve-caught-error rule (#19913) (Amnish Singh Arora)
  • 5082fc2 docs: Update README (GitHub Actions Bot)
  • d5ef939 refactor: remove deprecated context.parserOptions usage across rules (#20060) (sethamus)
  • 1b3881d chore: remove redundant word (#20058) (pxwanglu)
  • 99cfd7e docs: add missing "the" in rule deprecation docs (#20050) (Josh Goldberg ✨)
  • bfa4601 fix: ignore empty switch statements with comments in no-empty rule (#20045) (jaymarvelz)
  • dfd11de fix: add before and after to test case types (#20049) (Francesco Trotta)
  • 6ad8973 docs: update --no-ignore and --ignore-pattern documentation (#20036) (Francesco Trotta)
  • dabbe95 fix: correct types for no-restricted-imports rule (#20034) (Milos Djermanovic)
  • 8033b19 docs: add documentation for --no-config-lookup (#20033) (Francesco Trotta)
  • ea789c7 fix: no-loss-of-precision false positive with uppercase exponent (#20032) (sethamus)
Commits
  • 488cba6 chore: package.json update for @​eslint/js release
  • 1c0d850 fix: update eslint-all.js to use Object.freeze for rules object (#20116)
  • af2a087 chore: package.json update for @​eslint/js release
  • 84ffb96 chore: update @eslint-community/eslint-utils (#20069)
  • See full diff in compare view

Updates @types/react from 19.1.12 to 19.1.16

Commits

Updates @vitejs/plugin-react from 5.0.2 to 5.0.4

Release notes

Sourced from @​vitejs/plugin-react's releases.

plugin-react@5.0.4

Perf: use native refresh wrapper plugin in rolldown-vite (#881)

plugin-react@5.0.3

HMR did not work for components imported with queries with rolldown-vite (#872)

Perf: simplify refresh wrapper generation (#835)

Changelog

Sourced from @​vitejs/plugin-react's changelog.

5.0.4 (2025-09-27)

Perf: use native refresh wrapper plugin in rolldown-vite (#881)

5.0.3 (2025-09-17)

HMR did not work for components imported with queries with rolldown-vite (#872)

Perf: simplify refresh wrapper generation (#835)

Commits
  • 450d7df release: plugin-react@5.0.4
  • 8638845 feat(react): full bundle mode compat (#882)
  • bd1487d perf(react): use native refresh wrapper plugin in rolldown-vite (#881)
  • 80df894 docs: remove disableOxcRecommendation from plugin-react readme (#880)
  • 608f266 chore(deps): update all non-major dependencies (#879)
  • 3c2ebf8 fix(deps): update all non-major dependencies (#851)

Bumps the dependencies group with 14 updates:

| Package | From | To |
| --- | --- | --- |
| [@mantine/core](https://github.com/mantinedev/mantine/tree/HEAD/packages/@mantine/core) | `8.2.8` | `8.3.2` |
| [@mantine/hooks](https://github.com/mantinedev/mantine/tree/HEAD/packages/@mantine/hooks) | `8.2.8` | `8.3.2` |
| [@tabler/icons-react](https://github.com/tabler/tabler-icons/tree/HEAD/packages/icons-react) | `3.34.1` | `3.35.0` |
| [maplibre-gl](https://github.com/maplibre/maplibre-gl-js) | `5.7.0` | `5.8.0` |
| [react-router-dom](https://github.com/remix-run/react-router/tree/HEAD/packages/react-router-dom) | `7.8.2` | `7.9.3` |
| [@eslint/js](https://github.com/eslint/eslint/tree/HEAD/packages/js) | `9.34.0` | `9.36.0` |
| [@types/react](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/react) | `19.1.12` | `19.1.16` |
| [@vitejs/plugin-react](https://github.com/vitejs/vite-plugin-react/tree/HEAD/packages/plugin-react) | `5.0.2` | `5.0.4` |
| [eslint](https://github.com/eslint/eslint) | `9.34.0` | `9.36.0` |
| [eslint-plugin-react-refresh](https://github.com/ArnaudBarre/eslint-plugin-react-refresh) | `0.4.20` | `0.4.22` |
| [globals](https://github.com/sindresorhus/globals) | `16.3.0` | `16.4.0` |
| [typescript](https://github.com/microsoft/TypeScript) | `5.9.2` | `5.9.3` |
| [typescript-eslint](https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/typescript-eslint) | `8.41.0` | `8.45.0` |
| [vite](https://github.com/vitejs/vite/tree/HEAD/packages/vite) | `7.1.3` | `7.1.7` |


Updates `@mantine/core` from 8.2.8 to 8.3.2
- [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.2/packages/@mantine/core)

Updates `@mantine/hooks` from 8.2.8 to 8.3.2
- [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.2/packages/@mantine/hooks)

Updates `@tabler/icons-react` from 3.34.1 to 3.35.0
- [Release notes](https://github.com/tabler/tabler-icons/releases)
- [Commits](https://github.com/tabler/tabler-icons/commits/v3.35.0/packages/icons-react)

Updates `maplibre-gl` from 5.7.0 to 5.8.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.7.0...v5.8.0)

Updates `react-router-dom` from 7.8.2 to 7.9.3
- [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.3/packages/react-router-dom)

Updates `@eslint/js` from 9.34.0 to 9.36.0
- [Release notes](https://github.com/eslint/eslint/releases)
- [Changelog](https://github.com/eslint/eslint/blob/main/CHANGELOG.md)
- [Commits](https://github.com/eslint/eslint/commits/v9.36.0/packages/js)

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

Updates `@vitejs/plugin-react` from 5.0.2 to 5.0.4
- [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.0.4/packages/plugin-react)

Updates `eslint` from 9.34.0 to 9.36.0
- [Release notes](https://github.com/eslint/eslint/releases)
- [Changelog](https://github.com/eslint/eslint/blob/main/CHANGELOG.md)
- [Commits](eslint/eslint@v9.34.0...v9.36.0)

Updates `eslint-plugin-react-refresh` from 0.4.20 to 0.4.22
- [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.20...v0.4.22)

Updates `globals` from 16.3.0 to 16.4.0
- [Release notes](https://github.com/sindresorhus/globals/releases)
- [Commits](sindresorhus/globals@v16.3.0...v16.4.0)

Updates `typescript` from 5.9.2 to 5.9.3
- [Release notes](https://github.com/microsoft/TypeScript/releases)
- [Changelog](https://github.com/microsoft/TypeScript/blob/main/azure-pipelines.release-publish.yml)
- [Commits](microsoft/TypeScript@v5.9.2...v5.9.3)

Updates `typescript-eslint` from 8.41.0 to 8.45.0
- [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.45.0/packages/typescript-eslint)

Updates `vite` from 7.1.3 to 7.1.7
- [Release notes](https://github.com/vitejs/vite/releases)
- [Changelog](https://github.com/vitejs/vite/blob/main/packages/vite/CHANGELOG.md)
- [Commits](https://github.com/vitejs/vite/commits/v7.1.7/packages/vite)

---
updated-dependencies:
- dependency-name: "@mantine/core"
  dependency-version: 8.3.2
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: dependencies
- dependency-name: "@mantine/hooks"
  dependency-version: 8.3.2
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: dependencies
- dependency-name: "@tabler/icons-react"
  dependency-version: 3.35.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: dependencies
- dependency-name: maplibre-gl
  dependency-version: 5.8.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: dependencies
- dependency-name: react-router-dom
  dependency-version: 7.9.3
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: dependencies
- dependency-name: "@eslint/js"
  dependency-version: 9.36.0
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: dependencies
- dependency-name: "@types/react"
  dependency-version: 19.1.16
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: dependencies
- dependency-name: "@vitejs/plugin-react"
  dependency-version: 5.0.4
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: dependencies
- dependency-name: eslint
  dependency-version: 9.36.0
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: dependencies
- dependency-name: eslint-plugin-react-refresh
  dependency-version: 0.4.22
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: dependencies
- dependency-name: globals
  dependency-version: 16.4.0
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: dependencies
- dependency-name: typescript
  dependency-version: 5.9.3
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: dependencies
- dependency-name: typescript-eslint
  dependency-version: 8.45.0
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: dependencies
- dependency-name: vite
  dependency-version: 7.1.7
  dependency-type: direct:development
  update-type: version-update:semver-patch
  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 Oct 1, 2025
@josxha josxha merged commit 0b70598 into main Oct 5, 2025
1 check passed
@josxha josxha deleted the dependabot/npm_and_yarn/dependencies-61cb637ad3 branch October 5, 2025 21:38
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