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

ProComponents 3.0 开发 #8179

Open
wants to merge 53 commits into
base: master
Choose a base branch
from
Open

ProComponents 3.0 开发 #8179

wants to merge 53 commits into from

Conversation

chenshuai2144
Copy link
Contributor

ref #8178

Copy link

github-actions bot commented Feb 21, 2024

⚡️ Deploying PR Preview...

Copy link

codecov bot commented Feb 21, 2024

Codecov Report

Attention: Patch coverage is 95.72650% with 5 lines in your changes missing coverage. Please review.

Project coverage is 97.57%. Comparing base (9d1ccd6) to head (cb80e0c).
Report is 30 commits behind head on master.

Current head cb80e0c differs from pull request most recent head 4a8f063

Please upload reports for the commit 4a8f063 to get more accurate results.

Files Patch % Lines
...ackages/utils/src/transformKeySubmitValue/index.ts 93.22% 3 Missing and 1 partial ⚠️
packages/provider/src/useStyle/index.ts 66.66% 1 Missing ⚠️
Additional details and impacted files
@@            Coverage Diff             @@
##           master    #8179      +/-   ##
==========================================
+ Coverage   97.26%   97.57%   +0.31%     
==========================================
  Files         303      298       -5     
  Lines        9573     9336     -237     
  Branches     3551     3433     -118     
==========================================
- Hits         9311     9110     -201     
+ Misses        236      199      -37     
- Partials       26       27       +1     

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

Copy link

socket-security bot commented Feb 23, 2024

👍 Dependency issues cleared. Learn more about Socket for GitHub ↗︎

This PR previously contained dependency changes with security issues that have been resolved, removed, or ignored.

View full report↗︎

Copy link

socket-security bot commented Apr 21, 2024

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

Package New capabilities Transitives Size Publisher
npm/@testing-library/[email protected] environment +1 578 kB testing-library-bot
npm/@vitest/[email protected] environment +14 5.62 MB vitestbot
npm/@vitest/[email protected] Transitive: environment +2 1.11 MB vitestbot

🚮 Removed packages: npm/@testing-library/[email protected], npm/[email protected]

View full report↗︎

{
text: dataValue as React.ReactNode,
...props,
mode: mode || 'read',

Check warning

Code scanning / CodeQL

Useless conditional Warning

This use of variable 'mode' always evaluates to true.
{
text: dataValue as React.ReactNode,
...props,
mode: mode || 'read',

Check warning

Code scanning / CodeQL

Useless conditional Warning

This use of variable 'mode' always evaluates to true.
@chenshuai2144
Copy link
Contributor Author

renderFormItem 修改为 formItemRender

@@ -48,7 +49,11 @@
});

expect(valueFn).toHaveBeenCalledWith(['111']);
<<<<<<< HEAD

Check notice

Code scanning / CodeQL

Syntax error Note test

Error: Merge conflict marker encountered.
@@ -48,7 +49,11 @@
});

expect(valueFn).toHaveBeenCalledWith(['111']);
<<<<<<< HEAD
expect(valueFn).toHaveBeenCalledTimes(1);
=======

Check notice

Code scanning / CodeQL

Syntax error Note test

Error: Merge conflict marker encountered.
expect(valueFn).toBeCalledTimes(1);
>>>>>>> master

Check notice

Code scanning / CodeQL

Syntax error Note test

Error: Merge conflict marker encountered.
@@ -96,7 +101,11 @@
});

expect(valueFn).toHaveBeenCalledWith(['111']);
<<<<<<< HEAD

Check notice

Code scanning / CodeQL

Syntax error Note test

Error: Merge conflict marker encountered.
@@ -96,7 +101,11 @@
});

expect(valueFn).toHaveBeenCalledWith(['111']);
<<<<<<< HEAD
expect(valueFn).toHaveBeenCalledTimes(1);
=======

Check notice

Code scanning / CodeQL

Syntax error Note test

Error: Merge conflict marker encountered.
expect(valueFn).toBeCalledTimes(1);
>>>>>>> master

Check notice

Code scanning / CodeQL

Syntax error Note test

Error: Merge conflict marker encountered.
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.

1 participant