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: bump ts to 4.8 #3654

Merged
merged 2 commits into from Sep 9, 2022
Merged

chore: bump ts to 4.8 #3654

merged 2 commits into from Sep 9, 2022

Conversation

Sepush
Copy link
Collaborator

@Sepush Sepush commented Sep 1, 2022

Signed-off-by: Sepush sepush@outlook.com

TypeScript(from 4.7) now enforces stricter checks that the given type is actually an object. As a result, values with the types unknown and never (and more rarely, just bare null and undefined) can no longer be spread into JSX elements.
https://www.typescriptlang.org/docs/handbook/release-notes/typescript-4-7.html#stricter-spread-checks-in-jsx

Unconstrained Generics No Longer Assignable to {}
https://devblogs.microsoft.com/typescript/announcing-typescript-4-8-beta/#unconstrained-generics-no-longer-assignable-to

Signed-off-by: Sepush <sepush@outlook.com>
@vercel
Copy link

vercel bot commented Sep 1, 2022

The latest updates on your projects. Learn more about Vercel for Git ↗︎

Name Status Preview Updated
naive-ui ✅ Ready (Inspect) Visit Preview Sep 9, 2022 at 11:03AM (UTC)

@Sepush Sepush temporarily deployed to test September 1, 2022 07:58 Inactive
@Sepush Sepush temporarily deployed to test September 1, 2022 07:58 Inactive
@Sepush
Copy link
Collaborator Author

Sepush commented Sep 1, 2022

4.8 is available but have some issue(have been fixed but did not realse) vuejs/core#6554

@codecov-commenter
Copy link

Codecov Report

Merging #3654 (baac7c7) into main (1217865) will decrease coverage by 0.00%.
The diff coverage is n/a.

@@            Coverage Diff             @@
##             main    #3654      +/-   ##
==========================================
- Coverage   62.91%   62.91%   -0.01%     
==========================================
  Files        1058     1058              
  Lines       22002    22002              
  Branches     5746     5746              
==========================================
- Hits        13843    13842       -1     
+ Misses       6667     6665       -2     
- Partials     1492     1495       +3     
Impacted Files Coverage Δ
src/ellipsis/src/Ellipsis.tsx 82.43% <ø> (ø)
src/date-picker/src/panel/daterange.tsx 60.97% <0.00%> (-2.44%) ⬇️
src/date-picker/src/panel/datetimerange.tsx 56.86% <0.00%> (-1.97%) ⬇️
src/calendar/src/Calendar.tsx 83.52% <0.00%> (+1.17%) ⬆️

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

Signed-off-by: Sepush <sepush@outlook.com>
@Sepush Sepush temporarily deployed to test September 9, 2022 10:57 Inactive
@Sepush Sepush temporarily deployed to test September 9, 2022 10:57 Inactive
@Sepush Sepush changed the title chore: bump ts to 4.7 chore: bump ts to 4.8 Sep 9, 2022
@Sepush Sepush merged commit 4e3fba1 into tusen-ai:main Sep 9, 2022
@Sepush Sepush deleted the ts branch September 9, 2022 11:50
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.

None yet

3 participants