Skip to content

chore(deps): bump the js-patch group in /ui with 10 updates #3802

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

Closed

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Apr 6, 2025

Bumps the js-patch group in /ui with 10 updates:

Package From To
@tanstack/react-query 5.71.0 5.71.10
@xyflow/react 12.5.1 12.5.4
antd 5.24.5 5.24.6
recharts 2.15.1 2.15.2
@eslint/compat 1.2.7 1.2.8
@tanstack/react-query-devtools 5.71.0 5.71.10
eslint-plugin-prettier 5.2.5 5.2.6
eslint-plugin-react 7.37.4 7.37.5
typescript 5.8.2 5.8.3
vite 6.2.4 6.2.5

Updates @tanstack/react-query from 5.71.0 to 5.71.10

Release notes

Sourced from @​tanstack/react-query's releases.

v5.71.10

Version 5.71.10 - 4/4/25, 12:44 PM

Changes

Refactor

  • query-core: remove double negative (#8952) (d2768d3) by novice0840

Docs

  • fix contributing link (#8954) (9556576) by marcelas5

Packages

  • @​tanstack/query-core@​5.71.10
  • @​tanstack/query-broadcast-client-experimental@​5.71.10
  • @​tanstack/query-persist-client-core@​5.71.10
  • @​tanstack/query-sync-storage-persister@​5.71.10
  • @​tanstack/react-query@​5.71.10
  • @​tanstack/react-query-devtools@​5.71.10
  • @​tanstack/react-query-persist-client@​5.71.10
  • @​tanstack/react-query-next-experimental@​5.71.10
  • @​tanstack/solid-query@​5.71.10
  • @​tanstack/solid-query-devtools@​5.71.10
  • @​tanstack/solid-query-persist-client@​5.71.10
  • @​tanstack/svelte-query@​5.71.10
  • @​tanstack/svelte-query-devtools@​5.71.10
  • @​tanstack/svelte-query-persist-client@​5.71.10
  • @​tanstack/vue-query@​5.71.10
  • @​tanstack/vue-query-devtools@​5.71.10
  • @​tanstack/angular-query-experimental@​5.71.10
  • @​tanstack/query-async-storage-persister@​5.71.10
  • @​tanstack/angular-query-devtools-experimental@​5.71.10

v5.71.9

Version 5.71.9 - 4/3/25, 9:57 PM

Changes

Fix

  • solid-query: deprecate create in favor of use, and add full docs (#8950) (d040eaa) by Birk Skyum

Packages

  • @​tanstack/solid-query@​5.71.9
  • @​tanstack/solid-query-persist-client@​5.71.9
  • @​tanstack/solid-query-devtools@​5.71.9

... (truncated)

Commits
  • 1bf2df6 release: v5.71.10
  • 0972942 release: v5.71.5
  • 8b1eff1 chore(deps): replace dependency npm-run-all with npm-run-all2 ^5.0.0 (#8602)
  • 64368bf release: v5.71.3
  • 8e27629 update devDeps to vite 6 (#8896)
  • 4be5740 test(react-query): resolve ESLint typescript-eslint/require-await warnings (#...
  • 78c8a0c test(react-query): resolve ESLint typescript-eslint/require-await warnings (#...
  • 815ff24 test(react-query): resolve ESLint typescript-eslint/require-await warnings (#...
  • 4117d68 test(react-query): resolve ESLint typescript-eslint/require-await warnings (#...
  • 3799d87 test(react-query): resolve ESLint typescript-eslint/require-await warnings (#...
  • Additional commits viewable in compare view

Updates @xyflow/react from 12.5.1 to 12.5.4

Release notes

Sourced from @​xyflow/react's releases.

@​xyflow/react@​12.5.4

Patch Changes

@​xyflow/react@​12.5.3

Patch Changes

@​xyflow/react@​12.5.2

Patch Changes

Changelog

Sourced from @​xyflow/react's changelog.

12.5.4

Patch Changes

12.5.3

Patch Changes

12.5.2

Patch Changes

Commits

Updates antd from 5.24.5 to 5.24.6

Release notes

Sourced from antd's releases.

5.24.6

  • 🐞 Fix Modal show loading with async call, still can close with click outer space. #53227 @​jin19980928
  • 🐞 Fix when Table size is small, the theme config will take effect on the sub Pagination. #52829 @​Can-Chen

  • 🐞 修复 Modal 通过异步方法显示 loading 态时,点击外侧仍能触发关闭的问题。#53227 @​jin19980928
  • 🐞 修复 Table 在 sizesmall 时,主题配置 Pagination 无效的问题。#52829 @​Can-Chen
Changelog

Sourced from antd's changelog.

5.24.6

2025-04-01

  • 🐞 Fix Modal show loading with async call, still can close with click outer space. #53227 @​jin19980928
  • 🐞 Fix when Table size is small, the theme config will take effect on the sub Pagination. #52829 @​Can-Chen
Commits

Updates recharts from 2.15.1 to 2.15.2

Release notes

Sourced from recharts's releases.

v2.15.2

What's Changed

Few bugfixes and bug fix backports for 2.x

Fix

New Contributors

Full Changelog: recharts/recharts@v2.15.1...v2.15.2

Commits

Updates @eslint/compat from 1.2.7 to 1.2.8

Release notes

Sourced from @​eslint/compat's releases.

compat: v1.2.8

1.2.8 (2025-04-01)

Dependencies

  • The following workspace dependencies were updated
    • devDependencies
      • @​eslint/core bumped from ^0.12.0 to ^0.13.0
Commits

Updates @tanstack/react-query-devtools from 5.71.0 to 5.71.10

Release notes

Sourced from @​tanstack/react-query-devtools's releases.

v5.71.10

Version 5.71.10 - 4/4/25, 12:44 PM

Changes

Refactor

  • query-core: remove double negative (#8952) (d2768d3) by novice0840

Docs

  • fix contributing link (#8954) (9556576) by marcelas5

Packages

  • @​tanstack/query-core@​5.71.10
  • @​tanstack/query-broadcast-client-experimental@​5.71.10
  • @​tanstack/query-persist-client-core@​5.71.10
  • @​tanstack/query-sync-storage-persister@​5.71.10
  • @​tanstack/react-query@​5.71.10
  • @​tanstack/react-query-devtools@​5.71.10
  • @​tanstack/react-query-persist-client@​5.71.10
  • @​tanstack/react-query-next-experimental@​5.71.10
  • @​tanstack/solid-query@​5.71.10
  • @​tanstack/solid-query-devtools@​5.71.10
  • @​tanstack/solid-query-persist-client@​5.71.10
  • @​tanstack/svelte-query@​5.71.10
  • @​tanstack/svelte-query-devtools@​5.71.10
  • @​tanstack/svelte-query-persist-client@​5.71.10
  • @​tanstack/vue-query@​5.71.10
  • @​tanstack/vue-query-devtools@​5.71.10
  • @​tanstack/angular-query-experimental@​5.71.10
  • @​tanstack/query-async-storage-persister@​5.71.10
  • @​tanstack/angular-query-devtools-experimental@​5.71.10

v5.71.9

Version 5.71.9 - 4/3/25, 9:57 PM

Changes

Fix

  • solid-query: deprecate create in favor of use, and add full docs (#8950) (d040eaa) by Birk Skyum

Packages

  • @​tanstack/solid-query@​5.71.9
  • @​tanstack/solid-query-persist-client@​5.71.9
  • @​tanstack/solid-query-devtools@​5.71.9

... (truncated)

Commits

Updates eslint-plugin-prettier from 5.2.5 to 5.2.6

Release notes

Sourced from eslint-plugin-prettier's releases.

v5.2.6

Patch Changes

Changelog

Sourced from eslint-plugin-prettier's changelog.

5.2.6

Patch Changes

Commits

Updates eslint-plugin-react from 7.37.4 to 7.37.5

Release notes

Sourced from eslint-plugin-react's releases.

v7.37.5

Fixed

  • [no-unknown-property]: allow shadow root attrs on \<template> (#3912[] @​ljharb)
  • [prop-types]: support ComponentPropsWithRef from a namespace import (#3651[] @​corydeppen)
  • [jsx-no-constructed-context-values]: detect constructed context values in React 19 <Context> usage (#3910[] @​TildaDares)
  • [no-unknown-property]: allow transform-origin on rect (#3914[] @​ljharb)

Changed

#3651: jsx-eslint/eslint-plugin-react#3651 #3909: jsx-eslint/eslint-plugin-react#3909 #3910: jsx-eslint/eslint-plugin-react#3910 #3912: jsx-eslint/eslint-plugin-react#3912 #3914: jsx-eslint/eslint-plugin-react#3914 [button-has-type]: docs/rules/button-has-type.md [jsx-no-constructed-context-values]: docs/rules/jsx-no-constructed-context-values.md [no-unknown-property]: docs/rules/no-unknown-property.md [prop-types]: docs/rules/prop-types.md

Changelog

Sourced from eslint-plugin-react's changelog.

7.37.5 - 2025.04.03

Fixed

  • [no-unknown-property]: allow shadow root attrs on \<template> (#3912[] @​ljharb)
  • [prop-types]: support ComponentPropsWithRef from a namespace import (#3651[] @​corydeppen)
  • [jsx-no-constructed-context-values]: detect constructed context values in React 19 <Context> usage (#3910[] @​TildaDares)
  • [no-unknown-property]: allow transform-origin on rect (#3914[] @​ljharb)

Changed

#3914: jsx-eslint/eslint-plugin-react#3914 #3912: jsx-eslint/eslint-plugin-react#3912 #3910: jsx-eslint/eslint-plugin-react#3910 #3909: jsx-eslint/eslint-plugin-react#3909 #3651: jsx-eslint/eslint-plugin-react#3651

Commits
  • 2c98b83 Update CHANGELOG and bump version
  • 2f64dea [Fix] no-unknown-property: allow transform-origin on rect
  • 2428618 [Fix] jsx-no-constructed-context-values: detect constructed context values ...
  • 60b7316 [Tests] prop-types: use proper spacing/semis, button type
  • 90a00b9 [Fix] prop-types: support ComponentPropsWithRef from a namespace import
  • 3fd9b92 [Fix] no-unknown-property: allow shadow root attrs on \<template>
  • addad46 [Deps] update object.entries
  • 98a31f8 [Dev Deps] update @babel/core, @babel/eslint-parser
  • 7eb6ca9 [Docs] button-has-type: clean up phrasing
  • See full diff in compare view

Updates typescript from 5.8.2 to 5.8.3

Commits

Updates vite from 6.2.4 to 6.2.5

Release notes

Sourced from vite's releases.

v6.2.5

Please refer to CHANGELOG.md for details.

Changelog

Sourced from vite's changelog.

6.2.5 (2025-04-03)

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 merge will merge this PR after your CI passes on it
  • @dependabot squash and merge will squash and merge this PR after your CI passes on it
  • @dependabot cancel merge will cancel a previously requested merge and block automerging
  • @dependabot reopen will reopen this PR if it is closed
  • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
  • @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

Bumps the js-patch group in /ui with 10 updates:

| Package | From | To |
| --- | --- | --- |
| [@tanstack/react-query](https://github.com/TanStack/query/tree/HEAD/packages/react-query) | `5.71.0` | `5.71.10` |
| [@xyflow/react](https://github.com/xyflow/xyflow/tree/HEAD/packages/react) | `12.5.1` | `12.5.4` |
| [antd](https://github.com/ant-design/ant-design) | `5.24.5` | `5.24.6` |
| [recharts](https://github.com/recharts/recharts) | `2.15.1` | `2.15.2` |
| [@eslint/compat](https://github.com/eslint/rewrite) | `1.2.7` | `1.2.8` |
| [@tanstack/react-query-devtools](https://github.com/TanStack/query/tree/HEAD/packages/react-query-devtools) | `5.71.0` | `5.71.10` |
| [eslint-plugin-prettier](https://github.com/prettier/eslint-plugin-prettier) | `5.2.5` | `5.2.6` |
| [eslint-plugin-react](https://github.com/jsx-eslint/eslint-plugin-react) | `7.37.4` | `7.37.5` |
| [typescript](https://github.com/microsoft/TypeScript) | `5.8.2` | `5.8.3` |
| [vite](https://github.com/vitejs/vite/tree/HEAD/packages/vite) | `6.2.4` | `6.2.5` |


Updates `@tanstack/react-query` from 5.71.0 to 5.71.10
- [Release notes](https://github.com/TanStack/query/releases)
- [Commits](https://github.com/TanStack/query/commits/v5.71.10/packages/react-query)

Updates `@xyflow/react` from 12.5.1 to 12.5.4
- [Release notes](https://github.com/xyflow/xyflow/releases)
- [Changelog](https://github.com/xyflow/xyflow/blob/main/packages/react/CHANGELOG.md)
- [Commits](https://github.com/xyflow/xyflow/commits/@xyflow/[email protected]/packages/react)

Updates `antd` from 5.24.5 to 5.24.6
- [Release notes](https://github.com/ant-design/ant-design/releases)
- [Changelog](https://github.com/ant-design/ant-design/blob/master/CHANGELOG.en-US.md)
- [Commits](ant-design/ant-design@5.24.5...5.24.6)

Updates `recharts` from 2.15.1 to 2.15.2
- [Release notes](https://github.com/recharts/recharts/releases)
- [Changelog](https://github.com/recharts/recharts/blob/3.x/CHANGELOG.md)
- [Commits](recharts/recharts@v2.15.1...v2.15.2)

Updates `@eslint/compat` from 1.2.7 to 1.2.8
- [Release notes](https://github.com/eslint/rewrite/releases)
- [Changelog](https://github.com/eslint/rewrite/blob/main/release-please-config.json)
- [Commits](eslint/rewrite@compat-v1.2.7...compat-v1.2.8)

Updates `@tanstack/react-query-devtools` from 5.71.0 to 5.71.10
- [Release notes](https://github.com/TanStack/query/releases)
- [Commits](https://github.com/TanStack/query/commits/v5.71.10/packages/react-query-devtools)

Updates `eslint-plugin-prettier` from 5.2.5 to 5.2.6
- [Release notes](https://github.com/prettier/eslint-plugin-prettier/releases)
- [Changelog](https://github.com/prettier/eslint-plugin-prettier/blob/main/CHANGELOG.md)
- [Commits](prettier/eslint-plugin-prettier@v5.2.5...v5.2.6)

Updates `eslint-plugin-react` from 7.37.4 to 7.37.5
- [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.37.4...v7.37.5)

Updates `typescript` from 5.8.2 to 5.8.3
- [Release notes](https://github.com/microsoft/TypeScript/releases)
- [Changelog](https://github.com/microsoft/TypeScript/blob/main/azure-pipelines.release-publish.yml)
- [Commits](https://github.com/microsoft/TypeScript/commits)

Updates `vite` from 6.2.4 to 6.2.5
- [Release notes](https://github.com/vitejs/vite/releases)
- [Changelog](https://github.com/vitejs/vite/blob/v6.2.5/packages/vite/CHANGELOG.md)
- [Commits](https://github.com/vitejs/vite/commits/v6.2.5/packages/vite)

---
updated-dependencies:
- dependency-name: "@tanstack/react-query"
  dependency-version: 5.71.10
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: js-patch
- dependency-name: "@xyflow/react"
  dependency-version: 12.5.4
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: js-patch
- dependency-name: antd
  dependency-version: 5.24.6
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: js-patch
- dependency-name: recharts
  dependency-version: 2.15.2
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: js-patch
- dependency-name: "@eslint/compat"
  dependency-version: 1.2.8
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: js-patch
- dependency-name: "@tanstack/react-query-devtools"
  dependency-version: 5.71.10
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: js-patch
- dependency-name: eslint-plugin-prettier
  dependency-version: 5.2.6
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: js-patch
- dependency-name: eslint-plugin-react
  dependency-version: 7.37.5
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: js-patch
- dependency-name: typescript
  dependency-version: 5.8.3
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: js-patch
- dependency-name: vite
  dependency-version: 6.2.5
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: js-patch
...

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot added dependencies Pull requests that update a dependency file javascript Pull requests that update Javascript code labels Apr 6, 2025
@dependabot dependabot bot requested a review from a team as a code owner April 6, 2025 05:26
Copy link

netlify bot commented Apr 6, 2025

Deploy Preview for docs-kargo-io canceled.

Name Link
🔨 Latest commit a5a0f48
🔍 Latest deploy log https://app.netlify.com/sites/docs-kargo-io/deploys/67f21099e4fa500008d65a54

@krancour krancour added this to the v1.5.0 milestone Apr 7, 2025
Copy link
Contributor Author

dependabot bot commented on behalf of github Apr 9, 2025

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

@dependabot dependabot bot closed this Apr 9, 2025
@dependabot dependabot bot deleted the dependabot/npm_and_yarn/ui/js-patch-09fcdbf6dc branch April 9, 2025 01:59
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