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

Update antd to version 4.24.15 #7505

Merged
merged 11 commits into from
Jan 15, 2024
Merged

Update antd to version 4.24.15 #7505

merged 11 commits into from
Jan 15, 2024

Conversation

hotzenklotz
Copy link
Member

@hotzenklotz hotzenklotz commented Dec 15, 2023

PR upgrades antd to latest 4.x release as a prerequisite to antd 5. The changelog between the current 4.24.8 and 4.24.15 version is rather unremarkable and did not hint at any major changes. https://4x.ant.design/changelog

I tested most admin view and the tracing interface by clicking around and monkey testing. Nothing came up.

URL of deployed dev instance (used for testing):

  • https://___.webknossos.xyz

Steps to test:

  • Monkey test

Issues:


(Please delete unneeded items, merge only when none are left open)

@hotzenklotz hotzenklotz self-assigned this Dec 15, 2023
@@ -239,7 +239,8 @@
},
"resolutions": {
"**/mini-store": "^1.1.0",
"**/redux": "3.7.2"
"**/redux": "3.7.2",
"**/rc-tree": "^5.7.12"
Copy link
Member Author

@hotzenklotz hotzenklotz Jan 2, 2024

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

For some reason, there were several versions of rc-tree, including older ones, being imported by yarn. That leads to typescript errors are necessitates this fix.

See als Slack conversion for reference: https://scm.slack.com/archives/C5AKLAV0B/p1704200386030179

This can likely be remove in antd5.

@hotzenklotz hotzenklotz mentioned this pull request Jan 2, 2024
12 tasks
@hotzenklotz hotzenklotz marked this pull request as ready for review January 4, 2024 15:08
@@ -231,6 +233,7 @@ function ToolRadioButton({
<RadioButtonWithTooltip
title={`${name} – ${description}`}
disabledTitle={`${name} – ${disabledExplanation}`}
onOpenChange={onOpenChange}
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I think, the two line changes in ToolRadioButton shouldn't be necessary or are they?

Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Yes, you are right, sensei.

Copy link
Member

@philippotto philippotto left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

looks solid :)

@hotzenklotz hotzenklotz enabled auto-merge (squash) January 9, 2024 12:54
@hotzenklotz hotzenklotz enabled auto-merge (squash) January 9, 2024 13:42
@hotzenklotz hotzenklotz merged commit 05891c2 into master Jan 15, 2024
2 checks passed
@hotzenklotz hotzenklotz deleted the antd-4.24.15 branch January 15, 2024 16:59
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants