Skip to content
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

fix(deps): update all non-major dependencies #42

Merged
merged 1 commit into from
Feb 1, 2025

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Jan 11, 2025

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
@ant-design/icons (source) 5.5.2 -> 5.6.0 age adoption passing confidence
@eslint/js (source) 9.17.0 -> 9.19.0 age adoption passing confidence
@stylistic/eslint-plugin (source) 2.12.1 -> 2.13.0 age adoption passing confidence
@tanstack/react-query (source) 5.63.0 -> 5.66.0 age adoption passing confidence
@testing-library/react 16.1.0 -> 16.2.0 age adoption passing confidence
@types/lodash (source) 4.17.14 -> 4.17.15 age adoption passing confidence
@types/node (source) 22.10.5 -> 22.13.0 age adoption passing confidence
@types/three (source) ^0.172.0 -> ^0.173.0 age adoption passing confidence
antd (source) 5.23.0 -> 5.23.3 age adoption passing confidence
eslint (source) 9.17.0 -> 9.19.0 age adoption passing confidence
eslint-plugin-react-refresh 0.4.16 -> 0.4.18 age adoption passing confidence
i18next (source) 24.2.1 -> 24.2.2 age adoption passing confidence
react-force-graph 1.45.4 -> 1.46.0 age adoption passing confidence
react-router-dom (source) 6.28.1 -> 6.29.0 age adoption passing confidence
recharts 2.15.0 -> 2.15.1 age adoption passing confidence
sass 1.83.1 -> 1.83.4 age adoption passing confidence
three (source) ^0.172.0 -> ^0.173.0 age adoption passing confidence
typescript-eslint (source) 8.19.1 -> 8.22.0 age adoption passing confidence
uuid 11.0.4 -> 11.0.5 age adoption passing confidence
vite (source) 5.4.11 -> 5.4.14 age adoption passing confidence

Release Notes

eslint/eslint (@​eslint/js)

v9.19.0

Compare Source

v9.18.0

Compare Source

eslint-stylistic/eslint-stylistic (@​stylistic/eslint-plugin)

v2.13.0

Compare Source

Features
Bug Fixes
  • indent-binary-ops: correctly handle TypeAliasDeclaration (#​647) (ca2aabc)
  • indent-binary-ops: indent on multiline assignment (#​644) (d708587)
Documentation
Chores
  • replace deprecated isSpaceBetweenTokens with isSpaceBetween (#​646) (6da7c42)
TanStack/query (@​tanstack/react-query)

v5.66.0

Compare Source

Version 5.66.0 - 1/31/25, 9:05 AM

Changes

Feat
  • core: add client to queryFunctionContext (#​8599) (f86eb7e) by Dominik Dorfmeister
Docs
  • Add OpenAPI Qraft React to the list of community projects (#​8588) (a507400) by Alex Batalov

Packages

v5.65.1

Compare Source

Version 5.65.1 - 1/28/25, 8:59 AM

Changes

Fix

Packages

v5.65.0

Compare Source

Version 5.65.0 - 1/27/25, 4:19 PM

Changes

Feat
  • types: type narrowing for isPlaceholderData (#​8586) (2399bb0) by Dominik Dorfmeister
Chore
  • composite monorepo (#​8560) (97f5544) by Dominik Dorfmeister
  • deps: update dependency vite to v5.4.12 [security] (#​8563) (4a0a129) by renovate[bot]
Ci
Docs

Packages

v5.64.2

Compare Source

Version 5.64.2 - 1/19/25, 8:45 AM

Changes

Fix
  • react-query: add missing subscribed option to UseInfiniteQueryOptions (#​8546) (3e3fba9) by Seyed Mohammad Asadi
Chore
  • deps: replace rimraf with premove (#​8532) (f04dd19) by Lachlan Collins

Packages

v5.64.1

Compare Source

Version 5.64.1 - 1/13/25, 1:23 PM

Changes
Fix
Packages

v5.64.0

Compare Source

Version 5.64.0 - 1/11/25, 6:59 PM

Changes
Feat
Docs
Packages
testing-library/react-testing-library (@​testing-library/react)

v16.2.0

Compare Source

Features
ant-design/ant-design (antd)

v5.23.3

Compare Source

Last version of the Dragon Year, Happy Chinese New Year! 🐲


龙年最后一版,祝各位新春愉快!🐲

v5.23.2

Compare Source

  • 🐞 Fix Space.Compact throwing Should not use more than one & in a selector warning. #​52489
  • 💄 Fix the Layout switching sidebar button style was lost. #​52477
  • 💄 Fix the scroll bar height is not 0 when the first row of the virtual scroll Table is collapsed. #​52447 @​LeeSSHH
  • 💄 Fix the last item in Descriptions did not correctly fill the remaining space. #​52410 @​anyuxuan
  • 💄 Fix extra margin for the last item in Radio. #​52433
  • 💄 Fix the Input/Mentions clear button padding was incorrect. #​52407 @​ustcfury
  • 💄 Fix rounded corners of addonAfter in Input compact mode. #​52490 @​DDDDD12138
  • 💄 Fix Menu.Item links were still clickable and lacked disabled styles when in disabled state. #​52402 @​aojunhao123
  • TypeScript

  • 🐞 修复 Space.Compact 抛出 Should not use more than one & in a selector 警告信息的问题。#​52489
  • 💄 修复 Layout 切换侧边栏按钮样式丢失的问题。#​52477
  • 💄 修复 Table 收起虚拟滚动表格第一行时滚动条高度不为 0 的问题。#​52447 @​LeeSSHH
  • 💄 修复 Descriptions 最后一项未正确填充满剩余空间的问题。#​52410 @​anyuxuan
  • 💄 修复 Radio.Group 最后一项多余 margin 的问题。#​52433
  • 💄 修复 Input/Mentions 清除按钮 padding 不正确的问题。#​52407 @​ustcfury
  • 💄 修复 Input 紧凑模式中 addonAfter 的圆角问题。#​52490 @​DDDDD12138
  • 💄 修复 Menu.Item 在禁用状态下链接仍可点击且缺少禁用样式的问题。#​52402 @​aojunhao123
  • TypeScript

v5.23.1

Compare Source


eslint/eslint (eslint)

v9.19.0

Compare Source

v9.18.0

Compare Source

ArnaudBarre/eslint-plugin-react-refresh (eslint-plugin-react-refresh)

v0.4.18

Compare Source

ESM/CJS interop is the worth that happend to this ecosystem, this is all I have to say.

v0.4.17

Compare Source

  • Fix detection of local components to not generate warning on for variable inside JSX files that follow React component naming (fixes #​75)
  • Update types to not require extra unnecessary .default property access under TS node16 module resolution (fixes #​70)
i18next/i18next (i18next)

v24.2.2

Compare Source

  • fix: Interpolation fails with arrays (TypeError) and doesn't work with objects in defaultValue 1829
vasturiano/react-force-graph (react-force-graph)

v1.46.0

Compare Source

v1.45.5

Compare Source

remix-run/react-router (react-router-dom)

v6.29.0

Compare Source

v6.28.2

Compare Source

recharts/recharts (recharts)

v2.15.1

Compare Source

What's Changed

Quick patch release, nothing crazy going on here.

In the meantime please help us test recharts 3.0 alpha https://github.com/recharts/recharts/issues/5445 🚀

Fix

Configuration

📅 Schedule: Branch creation - "every weekend" (UTC), Automerge - At any time (no schedule defined).

🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.

Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.

👻 Immortal: This PR will be recreated if closed unmerged. Get config help if that's undesired.


  • If you want to rebase/retry this PR, check this box

This PR was generated by Mend Renovate. View the repository job log.

@renovate renovate bot force-pushed the renovate/all-minor-patch branch 10 times, most recently from b65170e to d1f4757 Compare January 16, 2025 17:35
@renovate renovate bot force-pushed the renovate/all-minor-patch branch 10 times, most recently from d29a6c7 to 87b32bc Compare January 24, 2025 20:28
@renovate renovate bot force-pushed the renovate/all-minor-patch branch 6 times, most recently from 26ed344 to 6bb6dbf Compare January 31, 2025 10:08
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from 6bb6dbf to 0f5ae74 Compare January 31, 2025 21:51
@TomPlum TomPlum merged commit b35728b into release Feb 1, 2025
@TomPlum TomPlum deleted the renovate/all-minor-patch branch February 1, 2025 15:15
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.

1 participant