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

chore: merge master into feature #44682

Merged
merged 10 commits into from
Sep 7, 2023
Merged

chore: merge master into feature #44682

merged 10 commits into from
Sep 7, 2023

Conversation

MadCcc
Copy link
Member

@MadCcc MadCcc commented Sep 7, 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
🇨🇳 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 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

  • Update package version, dependencies, and pre-publish notice (link, link, link, link)
  • Replace theme import with useToken hook to optimize performance and access token values (link, link, link, link, link, link, link)
  • Annotate components with React.FC type to improve type checking and consistency (link, link, link)
  • Add resetStyle option to useStyle hook to prevent default style from being applied to Popconfirm and Popover components (link, link)
  • Add boxShadow style to searchInput style to remove default shadow effect (link)
  • Change import order to follow convention of importing React and types first, then external dependencies, then internal dependencies, and then local dependencies (link, link, link, link, link, link, link, link)
  • Access colorBgElevated value from token object instead of destructured variable (link)

github-actions bot and others added 10 commits September 5, 2023 19:26
chore: feature merge master
Signed-off-by: dally_G <511904266@qq.com>
* 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] <support@github.com>

* Update package.json

Signed-off-by: afc163 <afc163@gmail.com>

---------

Signed-off-by: dependabot[bot] <support@github.com>
Signed-off-by: afc163 <afc163@gmail.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: afc163 <afc163@gmail.com>
@stackblitz
Copy link

stackblitz bot commented Sep 7, 2023

Review PR in StackBlitz Codeflow Run & review this pull request in StackBlitz Codeflow.

@github-actions
Copy link
Contributor

github-actions bot commented Sep 7, 2023

@github-actions
Copy link
Contributor

github-actions bot commented Sep 7, 2023

Hi @MadCcc

请注意,当前 PR 是分支间的互相合并,请使用 BranchAutoMerge 标签来进行自动合并。切记不要、不要、不要使用 Squash

@socket-security
Copy link

New dependencies detected. Learn more about Socket for GitHub ↗︎

Packages Version New capabilities Transitives Size Publisher
@swc/core 1.3.82 None +11 393 MB kdy1

@argos-ci
Copy link

argos-ci bot commented Sep 7, 2023

The latest updates on your projects. Learn more about Argos notifications ↗︎

Build Status Details Updated (UTC)
default (Inspect) 📭 Waiting for screenshots - Sep 7, 2023, 7:08 AM

@codecov
Copy link

codecov bot commented Sep 7, 2023

Codecov Report

Patch coverage: 100.00% and no project coverage change.

Comparison is base (70466b0) 100.00% compared to head (ff845fe) 100.00%.

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     
Files Changed Coverage Δ
components/input/style/index.ts 100.00% <ø> (ø)
components/color-picker/ColorPicker.tsx 100.00% <100.00%> (ø)
...omponents/color-picker/components/ColorPresets.tsx 100.00% <100.00%> (ø)
components/dropdown/dropdown.tsx 100.00% <100.00%> (ø)
components/qr-code/index.tsx 100.00% <100.00%> (ø)
components/tooltip/index.tsx 100.00% <100.00%> (ø)
components/tour/index.tsx 100.00% <100.00%> (ø)
components/watermark/index.tsx 100.00% <100.00%> (ø)

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

@MadCcc MadCcc merged commit 52dc41d into feature Sep 7, 2023
123 of 126 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

6 participants