-
-
Notifications
You must be signed in to change notification settings - Fork 50.6k
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
chore: merge master into feature #44682
Conversation
chore: feature merge master
Signed-off-by: dally_G <[email protected]>
* chore(deps-dev): bump size-limit from 8.2.6 to 9.0.0 Bumps [size-limit](https://github.com/ai/size-limit) from 8.2.6 to 9.0.0. - [Changelog](https://github.com/ai/size-limit/blob/main/CHANGELOG.md) - [Commits](ai/size-limit@8.2.6...9.0.0) --- updated-dependencies: - dependency-name: size-limit dependency-type: direct:development update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <[email protected]> * Update package.json Signed-off-by: afc163 <[email protected]> --------- Signed-off-by: dependabot[bot] <[email protected]> Signed-off-by: afc163 <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: afc163 <[email protected]>
Fix merge conflicting
Run & review this pull request in StackBlitz Codeflow. |
Hi @MadCcc。 请注意,当前 PR 是分支间的互相合并,请使用 |
New dependencies detected. Learn more about Socket for GitHub ↗︎
|
The latest updates on your projects. Learn more about Argos notifications ↗︎
|
25d7f5e
to
70466b0
Compare
Codecov ReportPatch coverage:
Additional details and impacted files@@ Coverage Diff @@
## feature #44682 +/- ##
=========================================
Coverage 100.00% 100.00%
=========================================
Files 680 680
Lines 11419 11417 -2
Branches 3073 3073
=========================================
- Hits 11419 11417 -2
☔ View full report in Codecov by Sentry. |
[中文版模板 / Chinese template]
🤔 This is a ...
🔗 Related issue link
💡 Background and solution
📝 Changelog
☑️ Self-Check before Merge
🚀 Summary
🤖 Generated by Copilot at ff845fe
This pull request refactors several components to use the
useToken
hook for accessing theme values and to follow consistent import order and style conventions. It also updates the package version and dependencies, optimizes the file size, and adds some minor style and notification enhancements.🔍 Walkthrough
🤖 Generated by Copilot at ff845fe
theme
import withuseToken
hook to optimize performance and access token values (link, link, link, link, link, link, link)React.FC
type to improve type checking and consistency (link, link, link)resetStyle
option touseStyle
hook to prevent default style from being applied toPopconfirm
andPopover
components (link, link)boxShadow
style tosearchInput
style to remove default shadow effect (link)colorBgElevated
value fromtoken
object instead of destructured variable (link)