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: resolve deprecated warning display unexpected issue in DatePicker #41753

Merged
merged 2 commits into from Apr 11, 2023

Conversation

kiner-tang
Copy link
Member

@kiner-tang kiner-tang commented Apr 11, 2023

[中文版模板 / Chinese template]

🤔 This is a ...

  • New feature
  • Bug fix
  • Site / documentation update
  • Demo update
  • Component style update
  • TypeScript definition update
  • Bundle size optimization
  • Performance optimization
  • Enhancement feature
  • Internationalization
  • Refactoring
  • Code style optimization
  • Test Case
  • Branch merge
  • Workflow
  • Other (about what?)

🔗 Related issue link

💡 Background and solution

📝 Changelog

Language Changelog
🇺🇸 English resolve deprecated warning display unexpected issue in DatePicker
🇨🇳 Chinese 解决日期选择组件异常显示废弃警告的问题

☑️ Self-Check before Merge

⚠️ Please check all items below before requesting a reviewing. ⚠️

  • Doc is updated/provided or not needed
  • Demo is updated/provided or not needed
  • TypeScript definition is updated/provided or not needed
  • Changelog is provided or not needed

🚀 Summary

🤖 Generated by Copilot at b9be030

Updated rc-picker dependency to improve date and time picker components. This was part of a larger dependency update for the project.

🔍 Walkthrough

🤖 Generated by Copilot at b9be030

  • Updated several dependencies to fix bugs and improve accessibility (link,

@github-actions
Copy link
Contributor

github-actions bot commented Apr 11, 2023

@kiner-tang kiner-tang requested a review from MadCcc April 11, 2023 10:23
@github-actions
Copy link
Contributor

github-actions bot commented Apr 11, 2023

size-limit report 📦

Path Size
./dist/antd.min.js 375.89 KB
./dist/antd-with-locales.min.js 434.81 KB

@codecov
Copy link

codecov bot commented Apr 11, 2023

Codecov Report

❗ No coverage uploaded for pull request base (master@1fc3675). Click here to learn what that means.
Patch has no changes to coverable lines.

Additional details and impacted files
@@            Coverage Diff             @@
##             master    #41753   +/-   ##
==========================================
  Coverage          ?   100.00%           
==========================================
  Files             ?       614           
  Lines             ?     10502           
  Branches          ?      2876           
==========================================
  Hits              ?     10502           
  Misses            ?         0           
  Partials          ?         0           

Help us with your feedback. Take ten seconds to tell us how you rate us. Have a feature suggestion? Share it here.

☔ View full report in Codecov by Sentry.
📢 Do you have feedback about the report comment? Let us know in this issue.

@socket-security
Copy link

New dependency changes detected. Learn more about Socket for GitHub ↗︎


👍 No new dependency issues detected in pull request

Bot Commands

To ignore an alert, reply with a comment starting with @SocketSecurity ignore followed by a space separated list of package-name@version specifiers. e.g. @SocketSecurity ignore foo@1.0.0 bar@* or ignore all packages with @SocketSecurity ignore-all

Pull request alert summary
Issue Status
Install scripts ✅ 0 issues
Native code ✅ 0 issues
Bin script shell injection ✅ 0 issues
Unresolved require ✅ 0 issues
Invalid package.json ✅ 0 issues
HTTP dependency ✅ 0 issues
Git dependency ✅ 0 issues
Potential typo squat ✅ 0 issues
Known Malware ✅ 0 issues
Telemetry ✅ 0 issues
Protestware/Troll package ✅ 0 issues

📊 Modified Dependency Overview:

🚮 Removed packages: rc-picker@3.6.0

@kiner-tang kiner-tang merged commit c0ecb3f into master Apr 11, 2023
87 checks passed
@kiner-tang kiner-tang deleted the fix-datePicker-warning branch April 11, 2023 11:27
This was referenced Apr 11, 2023
RedJue pushed a commit to RedJue/ant-design that referenced this pull request Apr 25, 2023
RedJue pushed a commit to RedJue/ant-design that referenced this pull request Apr 25, 2023
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.

使用DatePicker组件报错Warning: 'dateRender' is deprecated. Please use 'cellRender' instead.
2 participants