build(deps): bump the vtadmin-npm group in /web/vtadmin with 7 updates#20035
Closed
dependabot[bot] wants to merge 3 commits into
Closed
build(deps): bump the vtadmin-npm group in /web/vtadmin with 7 updates#20035dependabot[bot] wants to merge 3 commits into
dependabot[bot] wants to merge 3 commits into
Conversation
Bumps the vtadmin-npm group in /web/vtadmin with 7 updates: | Package | From | To | | --- | --- | --- | | [@tanstack/react-query](https://github.com/TanStack/query/tree/HEAD/packages/react-query) | `5.96.1` | `5.96.2` | | [react-router-dom](https://github.com/remix-run/react-router/tree/HEAD/packages/react-router-dom) | `7.13.2` | `7.14.0` | | [sass](https://github.com/sass/dart-sass) | `1.98.0` | `1.99.0` | | [@eslint/js](https://github.com/eslint/eslint/tree/HEAD/packages/js) | `9.39.4` | `10.0.1` | | [@types/node](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/node) | `25.5.0` | `25.5.2` | | [eslint](https://github.com/eslint/eslint) | `9.39.4` | `10.2.0` | | [vite-plugin-svgr](https://github.com/pd4d10/vite-plugin-svgr) | `5.0.0` | `5.2.0` | Updates `@tanstack/react-query` from 5.96.1 to 5.96.2 - [Release notes](https://github.com/TanStack/query/releases) - [Changelog](https://github.com/TanStack/query/blob/main/packages/react-query/CHANGELOG.md) - [Commits](https://github.com/TanStack/query/commits/@tanstack/react-query@5.96.2/packages/react-query) Updates `react-router-dom` from 7.13.2 to 7.14.0 - [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.14.0/packages/react-router-dom) Updates `sass` from 1.98.0 to 1.99.0 - [Release notes](https://github.com/sass/dart-sass/releases) - [Changelog](https://github.com/sass/dart-sass/blob/main/CHANGELOG.md) - [Commits](sass/dart-sass@1.98.0...1.99.0) Updates `@eslint/js` from 9.39.4 to 10.0.1 - [Release notes](https://github.com/eslint/eslint/releases) - [Commits](https://github.com/eslint/eslint/commits/v10.0.1/packages/js) Updates `@types/node` from 25.5.0 to 25.5.2 - [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases) - [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/node) Updates `eslint` from 9.39.4 to 10.2.0 - [Release notes](https://github.com/eslint/eslint/releases) - [Commits](eslint/eslint@v9.39.4...v10.2.0) Updates `vite-plugin-svgr` from 5.0.0 to 5.2.0 - [Release notes](https://github.com/pd4d10/vite-plugin-svgr/releases) - [Commits](pd4d10/vite-plugin-svgr@v5.0.0...v5.2.0) --- updated-dependencies: - dependency-name: "@tanstack/react-query" dependency-version: 5.96.2 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: vtadmin-npm - dependency-name: react-router-dom dependency-version: 7.14.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: vtadmin-npm - dependency-name: sass dependency-version: 1.99.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: vtadmin-npm - dependency-name: "@eslint/js" dependency-version: 10.0.1 dependency-type: direct:development update-type: version-update:semver-major dependency-group: vtadmin-npm - dependency-name: "@types/node" dependency-version: 25.5.2 dependency-type: direct:development update-type: version-update:semver-patch dependency-group: vtadmin-npm - dependency-name: eslint dependency-version: 10.2.0 dependency-type: direct:development update-type: version-update:semver-major dependency-group: vtadmin-npm - dependency-name: vite-plugin-svgr dependency-version: 5.2.0 dependency-type: direct:development update-type: version-update:semver-minor dependency-group: vtadmin-npm ... Signed-off-by: dependabot[bot] <support@github.com>
Contributor
Review ChecklistHello reviewers! 👋 Please follow this checklist when reviewing this Pull Request. General
Tests
Documentation
New flags
If a workflow is added or modified:
Backward compatibility
|
eslint-plugin-jsx-a11y@6.10.2 only lists eslint peer support up to ^9, so the bump to eslint@^10 from the vtadmin-npm dependabot group breaks npm ci across build, lint, unit-tests, and the lite Docker images. Revert eslint and @eslint/js to ^9.39.4 and regenerate the lockfile; the other 5 upgrades in the group are unaffected. Co-Authored-By: Claude Opus 4.7 <noreply@anthropic.com> Signed-off-by: Tim Vaillancourt <tim@timvaillancourt.com>
timvaillancourt
approved these changes
May 11, 2026
Contributor
There was a problem hiding this comment.
Pull request overview
This PR updates dependency versions for the web/vtadmin frontend (vtadmin’s npm workspace), aligning the app with newer releases of key runtime/build packages.
Changes:
- Bump
@tanstack/react-queryto^5.96.2 - Bump
react-router-domto^7.14.0andsassto^1.99.0 - Bump tooling/types dependencies including
@types/nodeandvite-plugin-svgr
Comments suppressed due to low confidence (1)
web/vtadmin/package.json:86
- The PR title/description claims this group update includes
@eslint/jsand eslint bumps (to 10.x), but package.json still pins both to ^9.39.4. Either update these devDependencies as described, or adjust the PR metadata to match the actual changes being made.
"@testing-library/user-event": "^14.2.0",
"@types/lodash-es": "^4.17.4",
"@types/node": "^25.5.2",
"@types/react": "^19.2.14",
"@types/react-dom": "^19.2.3",
"@vitejs/plugin-react": "^6.0.1",
"autoprefixer": "^10.4.27",
"cross-fetch": "^4.1.0",
"eslint": "^9.39.4",
Comment on lines
12
to
14
| "@headlessui/react": "^2.2.9", | ||
| "@tanstack/react-query": "^5.64.4", | ||
| "@tanstack/react-query": "^5.96.2", | ||
| "@types/d3": "^7.4.3", |
The upgraded eslint-plugin-react-hooks adds a `static-components` rule that flags components declared inside render. Move SuccessState and FailState to module scope and pass their previously-closed-over values as props. Signed-off-by: Tim Vaillancourt <tim@timvaillancourt.com>
Contributor
|
cc @joshmgross |
joshmgross
reviewed
May 11, 2026
| "@testing-library/user-event": "^14.2.0", | ||
| "@types/lodash-es": "^4.17.4", | ||
| "@types/node": "^25.5.0", | ||
| "@types/node": "^25.5.2", |
Contributor
There was a problem hiding this comment.
Ideally @types/node matches the minimum major version of Node we're using
vitess/web/vtadmin/package.json
Line 7 in e2e08e8
Contributor
Author
|
Looks like these dependencies are updatable in another way, so this is no longer needed. |
auto-merge was automatically disabled
May 12, 2026 23:52
Pull request was closed
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Bumps the vtadmin-npm group in /web/vtadmin with 7 updates:
5.96.15.96.27.13.27.14.01.98.01.99.09.39.410.0.125.5.025.5.29.39.410.2.05.0.05.2.0Updates
@tanstack/react-queryfrom 5.96.1 to 5.96.2Changelog
Sourced from @tanstack/react-query's changelog.
Commits
5ca721fci: Version Packages (#10379)Updates
react-router-domfrom 7.13.2 to 7.14.0Changelog
Sourced from react-router-dom's changelog.
Commits
e31077bchore: Update version for release (#14945)6683e85chore: Update version for release (pre) (#14943)Updates
sassfrom 1.98.0 to 1.99.0Release notes
Sourced from sass's releases.
Changelog
Sourced from sass's changelog.
Commits
83c39feSupport the top-level parent selector (#2758)ec85871Bump EndBug/add-and-commit from 9 to 10 (#2756)a604acd[Function Name] Implement changes (#2731)Updates
@eslint/jsfrom 9.39.4 to 10.0.1Release notes
Sourced from @eslint/js's releases.
... (truncated)
Commits
84fb885chore: package.json update for@eslint/jsrelease1f66734chore: addeslinttopeerDependenciesof@eslint/js(#20467)f3fbc2fchore: set@eslint/jsversion to 10.0.0 to skip releasing it (#20466)b4b3127chore: package.json update for@eslint/jsrelease0b14059chore: package.json update for@eslint/jsreleasefa31a60feat!: addnameto configs (#20015)1e2cad5chore: package.json update for@eslint/jsrelease454a292feat!: updateeslint:recommendedconfiguration (#20210)c6358c3feat!: Require Node.js^20.19.0 || ^22.13.0 || >=24(#20160)Updates
@types/nodefrom 25.5.0 to 25.5.2Commits
Updates
eslintfrom 9.39.4 to 10.2.0Release notes
Sourced from eslint's releases.
... (truncated)
Commits
000128c10.2.01988fadBuild: changelog update for 10.2.0542cb3efix: update first-party dependencies (#20714)a2af743docs: addlanguageto configuration objects (#20712)845f23fdocs: Update README5fbcf59docs: removesourceTypefrom ts playground link (#20477)8702a47docs: Update READMEddeadeddocs: Update README8120e30refactor: extract no unmodified loop condition (#20679)46e8469chore: update dependency markdownlint-cli2 to ^0.22.0 (#20697)Updates
vite-plugin-svgrfrom 5.0.0 to 5.2.0Release notes
Sourced from vite-plugin-svgr's releases.
Commits
8ff69f45.2.0dfbcb3bbuild: export cjs entry as callable default127eea3chore: upgrade toolchain dependencies765a674build: make TypeScript root dirs explicit9c0bdcaci: add publint workflow1b19812build: switch to tsdown for dual-module output0605cf75.1.0f598866test: fix TypeScript typings8aadc43perf: lazy load SVGR dependencies0ca4f6bfix: correct OxcTransformOptions type to expose jsx options (#144)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 rebasewill rebase this PR@dependabot recreatewill recreate this PR, overwriting any edits that have been made to it@dependabot show <dependency name> ignore conditionswill show all of the ignore conditions of the specified dependency@dependabot ignore <dependency name> major versionwill 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 versionwill 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