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

pkg: Update all non-major dependencies #3064

Merged
merged 1 commit into from
May 16, 2024
Merged

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented May 16, 2024

Mend Renovate

This PR contains the following updates:

Package Change Age Adoption Passing Confidence Type Update
@data-client/endpoint (source) 0.12.6 -> 0.12.7 age adoption passing confidence dependencies patch
@data-client/graphql (source) 0.12.6 -> 0.12.7 age adoption passing confidence dependencies patch
@data-client/rest (source) 0.12.6 -> 0.12.7 age adoption passing confidence dependencies patch
@types/node (source) 20.12.11 -> 20.12.12 age adoption passing confidence devDependencies patch
@types/node (source) 20.12.11 -> 20.12.12 age adoption passing confidence dependencies patch
antd (source) 5.17.0 -> 5.17.2 age adoption passing confidence dependencies patch
cimg/node 22.1 -> 22.2 age adoption passing confidence docker minor

Release Notes

reactive/data-client (@​data-client/endpoint)

v0.12.7

Compare Source

Patch Changes
  • 4bc9145 Thanks @​ntucker! - Improve readability of Collection generics by naming DefaultArgs

  • #​3063 2080c87 Thanks @​ntucker! - Polymorphic (Union) types should still denormalize when handling passthrough (non-normalized) data

    When denormalizing non-normalized (like return of ctrl.fetch), it is still expected to handle
    all steps like constructing class instances if possible. However, to do this for Polymorphic
    types we need to fallback to using part of the normalize process to find out which schema
    to use for the remainder of denormalization.

  • 4bc9145 Thanks @​ntucker! - Add docstrings to schema constructors

reactive/data-client (@​data-client/graphql)

v0.12.7

Compare Source

Patch Changes
  • #​3063 2080c87 Thanks @​ntucker! - Polymorphic (Union) types should still denormalize when handling passthrough (non-normalized) data

    When denormalizing non-normalized (like return of ctrl.fetch), it is still expected to handle
    all steps like constructing class instances if possible. However, to do this for Polymorphic
    types we need to fallback to using part of the normalize process to find out which schema
    to use for the remainder of denormalization.

  • Updated dependencies [4bc9145, 2080c87, 4bc9145]:

reactive/data-client (@​data-client/rest)

v0.12.7

Compare Source

Patch Changes
  • 4bc9145 Thanks @​ntucker! - Improve readability of Collection generics by naming DefaultArgs

  • #​3063 2080c87 Thanks @​ntucker! - Polymorphic (Union) types should still denormalize when handling passthrough (non-normalized) data

    When denormalizing non-normalized (like return of ctrl.fetch), it is still expected to handle
    all steps like constructing class instances if possible. However, to do this for Polymorphic
    types we need to fallback to using part of the normalize process to find out which schema
    to use for the remainder of denormalization.

  • 4bc9145 Thanks @​ntucker! - Add docstrings to schema constructors

  • bf1f9bb Thanks @​ntucker! - Add docstrings to RestGenerics, ResourceGenerics, and RestEndpointOptions members

  • Updated dependencies [4bc9145, 2080c87, 4bc9145]:

ant-design/ant-design (antd)

v5.17.2

Compare Source

  • 🐞 MISC: Fix lib bundle mistake deps on the es module which break the build progress. #​48914

  • 🐞 MISC: 修复 lib 产物错误引入 es 依赖导致构建错误的问题。#​48914

v5.17.1

Compare Source

  • 🐞 Optimize the internal logic of the Form, fix the problem that antd takes too long time to build in Next.js. react-component/async-validator#9
  • 🐞 Fix visually not centered when Tooltip content is only one character. #​48890 @​kiner-tang
  • Button
    • 🐞 Fix hover and active styles not differentiating when Button type="text"and type="danger" are used together. #​48876 @​LonelySnowman
  • Fix issue where some components throw findDOMNode warnings
  • 💄 Add className to internal component Spin given by Drawer to prevent internal Spin styles from overriding user-passed Spin styles. #​48857 @​li-jia-nan
  • 💄 Fix missing bottom border when Card size="small". #​48787 @​wanpan11
  • 🐞 Fix AutoComplete tagRender not working for maxTag and clicking on an edge triggering unexpected closure of the layer. #​48798
  • RTL
    • 💄 Fix Button's missing icon order and margins under RTL. #​48821
  • TypeScript

  • 🐞 优化 Form 组件底层逻辑,修复了 antd 在 Next.js 中构建时间太长的问题。react-component/async-validator#9
  • 🐞 修复 Tooltip 内容只有一个字符时视觉不居中的问题。#​48890 @​kiner-tang
  • Button
    • 🐞 修复 Button type="text"type="danger" 同时使用时 hover 和 active 样式没有区分的问题。#​48876 @​LonelySnowman
  • 修复部分组件抛出 findDOMNode 警告的问题
  • 💄 给 Drawer 的内部组件 Spin 添加 className,防止内部 Spin 样式覆盖用户传入的 Spin 样式。#​48857 @​li-jia-nan
  • 💄 修复 Card size="small" 时下边框丢失的问题。#​48787 @​wanpan11
  • 🐞 AutoComplete 修复 tagRender 对 maxTag 无效的问题和点击边缘会触发弹层意外关闭的问题。#​48798
  • RTL
    • 💄 修复 Button 在 RTL 下的图标顺序和边距缺失问题。#​48821
  • TypeScript

Configuration

📅 Schedule: Branch creation - At any time (no schedule defined), 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 has been generated by Mend Renovate. View repository job log here.

Copy link

changeset-bot bot commented May 16, 2024

⚠️ No Changeset found

Latest commit: c29d6b8

Merging this PR will not cause a version bump for any packages. If these changes should not result in a new version, you're good to go. If these changes should result in a version bump, you need to add a changeset.

This PR includes no changesets

When changesets are added to this PR, you'll see the packages that this PR includes changesets for and the associated semver types

Click here to learn what changesets are, and how to add one.

Click here if you're a maintainer who wants to add a changeset to this PR

Copy link

codecov bot commented May 16, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 98.49%. Comparing base (b21f388) to head (c29d6b8).

Additional details and impacted files
@@           Coverage Diff           @@
##           master    #3064   +/-   ##
=======================================
  Coverage   98.49%   98.49%           
=======================================
  Files         122      122           
  Lines        2199     2199           
  Branches      451      451           
=======================================
  Hits         2166     2166           
  Misses         21       21           
  Partials       12       12           

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

@renovate renovate bot force-pushed the renovate/all-minor-patch branch from 29c1a89 to c29d6b8 Compare May 16, 2024 22:11
@ntucker ntucker enabled auto-merge May 16, 2024 22:13
@ntucker ntucker added this pull request to the merge queue May 16, 2024
Merged via the queue into master with commit b4de63b May 16, 2024
22 checks passed
@ntucker ntucker deleted the renovate/all-minor-patch branch May 16, 2024 22:22
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.

None yet

1 participant