-
-
Notifications
You must be signed in to change notification settings - Fork 944
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(deps)!: update dependency typescript to v5 #1953
Conversation
f197bdc
to
ef4d4af
Compare
I assume this is currently just blocked by because it currently cannot extract something for the docs |
ef4d4af
to
a6696ec
Compare
This might be blocked by #1952 as well and might need some manual updating as well. |
Are you sure? |
I did. The lint step is failing. Prettier requests some formatting to be applied to imports. We also have to update the test snapshots. |
Ah I see, I checked just the test CIs not the linting step. But yes, somehow via the TS v5 <-> prettier changed 👀 |
Well from the diff it looks like it just sorts the imports alphabetically, so it might not be actually blocking, but something that might change again with future updates. Since it doesnt hurt, should we do the required steps to merge this PR? Are you interested or should I do it? |
I will try it :) |
Okay, lets wait a bit so the eslint + prettier ecosystem can stabilize itself All these components need to be working with each other, and instead of hard trying from our side to push this, we can maybe just wait a week or two and come back until all these developers and contributors had a bit of time to keep up :) |
32c66a2
to
f00fd20
Compare
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## next #1953 +/- ##
========================================
Coverage 99.56% 99.57%
========================================
Files 2807 2807
Lines 250525 250526 +1
Branches 1149 742 -407
========================================
+ Hits 249447 249466 +19
- Misses 1050 1060 +10
+ Partials 28 0 -28
|
FFR: Refering to |
decb83e
to
3a83f30
Compare
We need to add a |
Edited/Blocked NotificationRenovate will not automatically rebase this PR, because it does not recognize the last commit author and assumes somebody else may have edited the PR. You can manually request rebase by checking the rebase/retry box above. ⚠ Warning: custom changes will be lost. |
This PR contains the following updates:
~4.9.5
->~5.3.3
Release Notes
Microsoft/TypeScript (typescript)
v5.3.3
: TypeScript 5.3.3Compare Source
For release notes, check out the release announcement.
For the complete list of fixed issues, check out the
Downloads are available on:
v5.3.2
: TypeScript 5.3Compare Source
For release notes, check out the release announcement.
For the complete list of fixed issues, check out the
Downloads are available on:
v5.2.2
: TypeScript 5.2Compare Source
For release notes, check out the release announcement.
For the complete list of fixed issues, check out the
Downloads are available on:
v5.1.6
: TypeScript 5.1.6Compare Source
For release notes, check out the release announcement.
For the complete list of fixed issues, check out the
Downloads are available on npm
v5.1.5
: TypeScript 5.1.5Compare Source
For release notes, check out the release announcement.
For the complete list of fixed issues, check out the
Downloads are available on:
v5.1.3
: TypeScript 5.1.3Compare Source
For release notes, check out the release announcement.
For the complete list of fixed issues, check out the
Downloads are available on:
v5.0.4
: TypeScript 5.0.4Compare Source
For release notes, check out the release announcement.
For the complete list of fixed issues, check out the
Downloads are available on:
v5.0.3
: TypeScript 5.0.3Compare Source
For release notes, check out the release announcement.
For the complete list of fixed issues, check out the
Downloads are available on:
v5.0.2
: TypeScript 5.0Compare Source
For release notes, check out the release announcement.
For the complete list of fixed issues, check out the
Downloads are available on:
Configuration
📅 Schedule: Branch creation - "before 4am on Monday" (UTC), Automerge - At any time (no schedule defined).
🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.
♻ Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.
🔕 Ignore: Close this PR and you won't be reminded about this update again.
This PR has been generated by Mend Renovate. View repository job log here.