Skip to content

build(deps): bump the npm-gui group in /gui with 3 updates#67

Closed
dependabot[bot] wants to merge 1 commit intomainfrom
dependabot/npm_and_yarn/gui/npm-gui-6b08564042
Closed

build(deps): bump the npm-gui group in /gui with 3 updates#67
dependabot[bot] wants to merge 1 commit intomainfrom
dependabot/npm_and_yarn/gui/npm-gui-6b08564042

Conversation

@dependabot
Copy link
Copy Markdown
Contributor

@dependabot dependabot bot commented on behalf of github Mar 13, 2026

Bumps the npm-gui group in /gui with 3 updates: material-icon-theme, recharts and @tanstack/router-generator.

Updates material-icon-theme from 5.31.0 to 5.32.0

Release notes

Sourced from material-icon-theme's releases.

v5.32.0

compare changes

🚀 Enhancements

  • Italian translations (#3329)
  • icons: Extend Gemini folder icon mapping to gemini and gemini-ai (#3334)
  • Include agent,agents folder in folder_robot in name (#3336)
  • icons: Add redux and redux-reducer folder icon support (#3335)
  • Update oxc, vite and vitest new icons (#3320)
  • -components: As components (#3338)
  • Assign Storybook icon to .stories.vue file extensions (#3341)
  • Enhance oxlint config support (#3353)
  • Include benches folder in the folder-benchmark for Rust's conventional benchmark directory (#3356)
  • Update Traditional Chinese translations (#3363)
  • icon: Add macaulay2 icon (#3349)
  • icon: Add typedoc icon (#3360)
  • Add the proxy folder name setting (#3355)
  • Add icon for .toon files (#3365)
  • icon: Add form-folder icon (#3352)
  • Support icons for hidden biome config files (#3372)

🩹 Fixes

  • feat: Include outputs folder in folder_dist name (#3322)
  • tasks: Change task type from 'bun' to 'shell' for build and test commands (036a3a4e)

❤️ Contributors

Changelog

Sourced from material-icon-theme's changelog.

v5.32.0

compare changes

🚀 Enhancements

  • Italian translations (#3329)
  • icons: Extend Gemini folder icon mapping to gemini and gemini-ai (#3334)
  • Include agent,agents folder in folder_robot in name (#3336)
  • icons: Add redux and redux-reducer folder icon support (#3335)
  • Update oxc, vite and vitest new icons (#3320)
  • -components: As components (#3338)
  • Assign Storybook icon to .stories.vue file extensions (#3341)
  • Enhance oxlint config support (#3353)
  • Include benches folder in the folder-benchmark for Rust's conventional benchmark directory (#3356)
  • Update Traditional Chinese translations (#3363)
  • icon: Add macaulay2 icon (#3349)
  • icon: Add typedoc icon (#3360)
  • Add the proxy folder name setting (#3355)
  • Add icon for .toon files (#3365)
  • icon: Add form-folder icon (#3352)
  • Support icons for hidden biome config files (#3372)

🩹 Fixes

  • feat: Include outputs folder in folder_dist name (#3322)
  • tasks: Change task type from 'bun' to 'shell' for build and test commands (036a3a4e)

❤️ Contributors

Commits
  • a6b4e9b chore(release): v5.32.0
  • 6221e42 feat: support icons for hidden biome config files (#3372)
  • 68959cd chore(deps): update actions/attest-build-provenance action to v4.1.0 (#3371)
  • c65218e feat(icon): add form-folder icon (#3352)
  • 768ccbe chore(deps): update actions/attest-build-provenance action to v4 (#3368)
  • 53a46a7 feat: add icon for .toon files (#3365)
  • 036a3a4 fix(tasks): change task type from 'bun' to 'shell' for build and test commands
  • 5715274 feat: Add the proxy folder name setting (#3355)
  • 943b778 feat(icon): add typedoc icon (#3360)
  • 6e8da9c feat(icon): add macaulay2 icon (#3349)
  • Additional commits viewable in compare view

Updates recharts from 3.7.0 to 3.8.0

Release notes

Sourced from recharts's releases.

v3.8.0

What's Changed

We added generics to our data and dataKey props and now you can have your charts validated by TypeScript. See the full guide here: https://recharts.github.io/en-US/guide/typescript/

We are releasing new helper functions and hooks that will allow you to precisely target mouse interactions, and convert coordinates. See the guide here: https://recharts.github.io/en-US/guide/coordinateSystems/

And new functions and hooks:

getRelativeCoordinate - converts mouse events to pixel positions

Convert Data → Pixels:

useXAxisScale - returns a function to convert X data values to pixel positions useYAxisScale - returns a function to convert Y data values to pixel positions useCartesianScale - convenience hook for converting both at once

Pixels → Data:

useXAxisInverseScale - returns a function to convert pixel X to the closest data value useYAxisInverseScale - returns a function to convert pixel Y to the closest data value useXAxisInverseTickSnapScale - returns a function to convert pixel X to the closest axis tick useYAxisInverseTickSnapScale - returns a function to convert pixel Y to the closest axis tick

Accessing Ticks:

useXAxisTicks - returns the calculated ticks of an X-axis useYAxisTicks - returns the calculated ticks of a Y-axis

Feat

Fix

... (truncated)

Commits
  • a1044db chore(deps-dev): bump the storybook group across 1 directory with 7 updates (...
  • 2001a72 chore(deps-dev): bump @​types/node from 24.11.0 to 24.12.0 (#7102)
  • 0ce01f0 chore(deps-dev): bump eslint-plugin-storybook from 9.1.19 to 9.1.20 (#7103)
  • 0e0542f [Docs] fix(HighlightAndZoomLineChart): improve zoom area validation and add c...
  • 609ca4f [Docs] New router, add links to hooks (#7099)
  • d33f529 chore(deps-dev): bump marked from 17.0.3 to 17.0.4 (#7098)
  • 1c71ab6 chore(deps): bump es-toolkit from 1.45.0 to 1.45.1 (#7087)
  • 907bab2 chore(deps-dev): bump terser-webpack-plugin from 5.3.16 to 5.3.17 (#7088)
  • c527fb2 chore(deps-dev): bump webpack from 5.105.3 to 5.105.4 (#7089)
  • 473d55c New feature - typed charts helper (#7071)
  • Additional commits viewable in compare view

Updates @tanstack/router-generator from 1.164.0 to 1.166.7

Release notes

Sourced from @​tanstack/router-generator's releases.

v1.166.7

Version 1.166.7 - 3/10/26, 7:24 PM

Changes

Fix

  • router-core: null prototype input/output objects (#6882) (dadf7e9) by @​Sheraff

Chore

  • eslint: remove package-level unused-vars overrides (#6782) (d306d58) by @​Sheraff

Packages

  • @​tanstack/router-core@​1.166.7
  • @​tanstack/solid-router@​1.166.7
  • @​tanstack/react-router@​1.166.7
  • @​tanstack/vue-router@​1.166.7
  • @​tanstack/solid-router-ssr-query@​1.166.7
  • @​tanstack/react-router-ssr-query@​1.166.7
  • @​tanstack/vue-router-ssr-query@​1.166.7
  • @​tanstack/router-ssr-query-core@​1.166.7
  • @​tanstack/zod-adapter@​1.166.7
  • @​tanstack/valibot-adapter@​1.166.7
  • @​tanstack/arktype-adapter@​1.166.7
  • @​tanstack/router-devtools@​1.166.7
  • @​tanstack/solid-router-devtools@​1.166.7
  • @​tanstack/react-router-devtools@​1.166.7
  • @​tanstack/vue-router-devtools@​1.166.7
  • @​tanstack/router-devtools-core@​1.166.7
  • @​tanstack/router-generator@​1.166.7
  • @​tanstack/router-cli@​1.166.7
  • @​tanstack/router-plugin@​1.166.7
  • @​tanstack/router-vite-plugin@​1.166.7
  • @​tanstack/solid-start@​1.166.7
  • @​tanstack/solid-start-client@​1.166.7
  • @​tanstack/solid-start-server@​1.166.7
  • @​tanstack/vue-start@​1.166.7
  • @​tanstack/vue-start-client@​1.166.7
  • @​tanstack/vue-start-server@​1.166.7
  • @​tanstack/start-client-core@​1.166.7
  • @​tanstack/start-server-core@​1.166.7
  • @​tanstack/start-storage-context@​1.166.7
  • @​tanstack/react-start@​1.166.7
  • @​tanstack/react-start-client@​1.166.7
  • @​tanstack/react-start-server@​1.166.7
  • @​tanstack/start-plugin-core@​1.166.7
  • @​tanstack/start-static-server-functions@​1.166.7

... (truncated)

Commits

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @dependabot ignore <dependency name> major version will close this group update PR and stop Dependabot creating any more for the specific dependency's major version (unless you unignore this specific dependency's major version or upgrade to it yourself)
  • @dependabot ignore <dependency name> minor version will close this group update PR and stop Dependabot creating any more for the specific dependency's minor version (unless you unignore this specific dependency's minor version or upgrade to it yourself)
  • @dependabot ignore <dependency name> will close this group update PR and stop Dependabot creating any more for the specific dependency (unless you unignore this specific dependency or upgrade to it yourself)
  • @dependabot unignore <dependency name> will remove all of the ignore conditions of the specified dependency
  • @dependabot unignore <dependency name> <ignore condition> will remove the ignore condition of the specified dependency and ignore conditions

@dependabot @github
Copy link
Copy Markdown
Contributor Author

dependabot bot commented on behalf of github Mar 13, 2026

Labels

The following labels could not be found: dependencies, javascript. Please create them before Dependabot can add them to a pull request.

Please fix the above issues or remove invalid values from dependabot.yml.

@dependabot dependabot bot requested a review from TrueNine as a code owner March 13, 2026 22:49
@dependabot dependabot bot force-pushed the dependabot/npm_and_yarn/gui/npm-gui-6b08564042 branch from c3581dc to 0ceebc5 Compare March 16, 2026 01:13
Bumps the npm-gui group in /gui with 3 updates: [material-icon-theme](https://github.com/material-extensions/vscode-material-icon-theme), [recharts](https://github.com/recharts/recharts) and [@tanstack/router-generator](https://github.com/TanStack/router/tree/HEAD/packages/router-generator).


Updates `material-icon-theme` from 5.31.0 to 5.32.0
- [Release notes](https://github.com/material-extensions/vscode-material-icon-theme/releases)
- [Changelog](https://github.com/material-extensions/vscode-material-icon-theme/blob/main/CHANGELOG.md)
- [Commits](material-extensions/vscode-material-icon-theme@v5.31.0...v5.32.0)

Updates `recharts` from 3.7.0 to 3.8.0
- [Release notes](https://github.com/recharts/recharts/releases)
- [Changelog](https://github.com/recharts/recharts/blob/main/CHANGELOG.md)
- [Commits](recharts/recharts@v3.7.0...v3.8.0)

Updates `@tanstack/router-generator` from 1.164.0 to 1.166.7
- [Release notes](https://github.com/TanStack/router/releases)
- [Commits](https://github.com/TanStack/router/commits/v1.166.7/packages/router-generator)

---
updated-dependencies:
- dependency-name: material-icon-theme
  dependency-version: 5.32.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: npm-gui
- dependency-name: recharts
  dependency-version: 3.8.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: npm-gui
- dependency-name: "@tanstack/router-generator"
  dependency-version: 1.166.7
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: npm-gui
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot force-pushed the dependabot/npm_and_yarn/gui/npm-gui-6b08564042 branch from 0ceebc5 to 129d650 Compare March 18, 2026 09:20
@dependabot @github
Copy link
Copy Markdown
Contributor Author

dependabot bot commented on behalf of github Mar 21, 2026

Looks like these dependencies are no longer updatable, so this is no longer needed.

@dependabot dependabot bot closed this Mar 21, 2026
@dependabot dependabot bot deleted the dependabot/npm_and_yarn/gui/npm-gui-6b08564042 branch March 21, 2026 20:51
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants