-
Notifications
You must be signed in to change notification settings - Fork 508
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
Bump typescript from 4.9.5 to 5.0.2 #1282
Conversation
Bumps [typescript](https://github.com/Microsoft/TypeScript) from 4.9.5 to 5.0.2. - [Release notes](https://github.com/Microsoft/TypeScript/releases) - [Commits](microsoft/TypeScript@v4.9.5...v5.0.2) --- updated-dependencies: - dependency-name: typescript dependency-type: direct:development update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com>
Codecov ReportPatch coverage has no change and project coverage change:
Additional details and impacted files@@ Coverage Diff @@
## main #1282 +/- ##
==========================================
- Coverage 95.57% 95.43% -0.15%
==========================================
Files 244 244
Lines 7753 7753
Branches 2016 2016
==========================================
- Hits 7410 7399 -11
- Misses 343 354 +11 see 1 file with indirect coverage changes Help us with your feedback. Take ten seconds to tell us how you rate us. Have a feature suggestion? Share it here. ☔ View full report in Codecov by Sentry. |
@mszabo-wikia do we want to merge this, or will it mess up other upgrades that are still needed? |
Looks like the list of breaking changes isn't massive so this should be okay as the checks are passing. |
Thanks, I will merge. I wish we'd fix these flaky tests that always mess up the coverage and prevent auto-merge. |
If codecov is only needed for the coverage threshold feature, we could test if Jest's own |
Codecov is indeed used to track changes in the overall threshold (and possibly investigating changes when needed). I don't know about Jest - I am sure it can compute coverage, but part of the CI check is to compare coverage of the PR with coverage in the main branch (which is usually stored on Codecov servers rather than re-computed as part of the PR). |
Bumps [typescript](https://github.com/Microsoft/TypeScript) from 4.9.5 to 5.0.2. <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/Microsoft/TypeScript/releases">typescript's releases</a>.</em></p> <blockquote> <h2>TypeScript 5.0</h2> <p>For release notes, check out the <a href="https://devblogs.microsoft.com/typescript/announcing-typescript-5-0/">release announcement</a>.</p> <p>For new features, check out the <a href="">What's new in TypeScript v5.0.2</a>.</p> <p>For the complete list of fixed issues, check out the</p> <ul> <li><a href="https://github.com/Microsoft/TypeScript/issues?utf8=%E2%9C%93&q=is%3Aissue+milestone%3A%22TypeScript+5.0.0%22+is%3Aclosed+">fixed issues query for Typescript v5.0.0 (Beta)</a>.</li> <li><a href="https://github.com/Microsoft/TypeScript/issues?utf8=%E2%9C%93&q=is%3Aissue+milestone%3A%22TypeScript+5.0.1%22+is%3Aclosed+">fixed issues query for Typescript v5.0.1 (RC)</a>.</li> <li><a href="https://github.com/Microsoft/TypeScript/issues?utf8=%E2%9C%93&q=is%3Aissue+milestone%3A%22TypeScript+5.0.2%22+is%3Aclosed+">fixed issues query for Typescript v5.0.2 (Stable)</a>.</li> </ul> <p>Downloads are available on:</p> <ul> <li><a href="https://www.npmjs.com/package/typescript">npm</a></li> <li><a href="https://www.nuget.org/packages/Microsoft.TypeScript.MSBuild">NuGet package</a></li> </ul> <h2>TypeScript 5.0 RC</h2> <p>For release notes, check out the <a href="https://devblogs.microsoft.com/typescript/announcing-typescript-5-0-rc/">release announcement</a>.</p> <h2>TypeScript 5.0 Beta</h2> <p>For release notes, check out the <a href="https://devblogs.microsoft.com/typescript/announcing-typescript-5-0-beta/">release announcement</a>.</p> <p>For the complete list of fixed issues, check out the</p> <ul> <li><a href="https://github.com/Microsoft/TypeScript/issues?utf8=%E2%9C%93&q=is%3Aissue+milestone%3A%22TypeScript+5.0.0%22+is%3Aclosed+">fixed issues query for Typescript v5.0-beta</a>.</li> </ul> <p>Downloads are available on:</p> <ul> <li><a href="https://www.npmjs.com/package/typescript">npm</a></li> <li><a href="https://www.nuget.org/packages/Microsoft.TypeScript.MSBuild">NuGet package</a></li> </ul> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/microsoft/TypeScript/commit/3ec598c947cdcda4349f7f8615d6344c9673235f"><code>3ec598c</code></a> Update LKG</li> <li><a href="https://github.com/microsoft/TypeScript/commit/0e765ac48d833c18d70d7baf7254d0b6409f47bc"><code>0e765ac</code></a> 🤖 Pick PR <a href="https://redirect.github.com/Microsoft/TypeScript/issues/53268">#53268</a> (fix(53204): Bug: __runInitializers(...) into release-5.0 (#...</li> <li><a href="https://github.com/microsoft/TypeScript/commit/cb69c8a717820c9873170e55108dab77f8a086bf"><code>cb69c8a</code></a> Update LKG</li> <li><a href="https://github.com/microsoft/TypeScript/commit/d97bb67c0a52b5a48067c7ada1d1a587b3d36d39"><code>d97bb67</code></a> 🤖 Pick PR <a href="https://redirect.github.com/Microsoft/TypeScript/issues/53174">#53174</a> (Remove old references to Node v4, s...) into release-5.0 (#...</li> <li><a href="https://github.com/microsoft/TypeScript/commit/6e598742e7dad35ea04b04209ee14651787cc3b6"><code>6e59874</code></a> 🤖 Pick PR <a href="https://redirect.github.com/Microsoft/TypeScript/issues/53240">#53240</a> (Allow 'verbatimModuleSyntax' with t...) into release-5.0 (#...</li> <li><a href="https://github.com/microsoft/TypeScript/commit/9a8badd238a12db762c6f332fe41092521866bb2"><code>9a8badd</code></a> Bump version to 5.0.2 and LKG</li> <li><a href="https://github.com/microsoft/TypeScript/commit/a5484aebf87cfe2d51747d77fcde780111c8556c"><code>a5484ae</code></a> 🤖 Pick PR <a href="https://redirect.github.com/Microsoft/TypeScript/issues/53139">#53139</a> (Make ModuleResolutionKind.Node10 ch...) into release-5.0 (#...</li> <li><a href="https://github.com/microsoft/TypeScript/commit/23455b4aab1a6a30acd8fa381eb6d980e158f6bd"><code>23455b4</code></a> Cherry-pick <a href="https://redirect.github.com/Microsoft/TypeScript/issues/52993">#52993</a> to release-5.0 (<a href="https://redirect.github.com/Microsoft/TypeScript/issues/53142">#53142</a>)</li> <li><a href="https://github.com/microsoft/TypeScript/commit/f7f44da0649c6c4037065c7c3377136771c0c057"><code>f7f44da</code></a> 🤖 Pick PR <a href="https://redirect.github.com/Microsoft/TypeScript/issues/53183">#53183</a> (Set package.json minimum to Node 12...) into release-5.0 (#...</li> <li><a href="https://github.com/microsoft/TypeScript/commit/4d4227adc4bb6e083796afa2b1f9f43e6b58516d"><code>4d4227a</code></a> Pin dependencies in <code>release-5.0</code> (<a href="https://redirect.github.com/Microsoft/TypeScript/issues/53126">#53126</a>)</li> <li>Additional commits viewable in <a href="https://github.com/Microsoft/TypeScript/compare/v4.9.5...v5.0.2">compare view</a></li> </ul> </details> <br /> [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=typescript&package-manager=npm_and_yarn&previous-version=4.9.5&new-version=5.0.2)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores) Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting `@dependabot rebase`. [//]: # (dependabot-automerge-start) [//]: # (dependabot-automerge-end) --- <details> <summary>Dependabot commands and options</summary> <br /> You can trigger Dependabot actions by commenting on this PR: - `@dependabot rebase` will rebase this PR - `@dependabot recreate` will recreate this PR, overwriting any edits that have been made to it - `@dependabot merge` will merge this PR after your CI passes on it - `@dependabot squash and merge` will squash and merge this PR after your CI passes on it - `@dependabot cancel merge` will cancel a previously requested merge and block automerging - `@dependabot reopen` will reopen this PR if it is closed - `@dependabot close` will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually - `@dependabot ignore this major version` will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this minor version` will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this dependency` will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself) </details> Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Bumps typescript from 4.9.5 to 5.0.2.
Release notes
Sourced from typescript's releases.
Commits
3ec598c
Update LKG0e765ac
🤖 Pick PR #53268 (fix(53204): Bug: __runInitializers(...) into release-5.0 (#...cb69c8a
Update LKGd97bb67
🤖 Pick PR #53174 (Remove old references to Node v4, s...) into release-5.0 (#...6e59874
🤖 Pick PR #53240 (Allow 'verbatimModuleSyntax' with t...) into release-5.0 (#...9a8badd
Bump version to 5.0.2 and LKGa5484ae
🤖 Pick PR #53139 (Make ModuleResolutionKind.Node10 ch...) into release-5.0 (#...23455b4
Cherry-pick #52993 to release-5.0 (#53142)f7f44da
🤖 Pick PR #53183 (Set package.json minimum to Node 12...) into release-5.0 (#...4d4227a
Pin dependencies inrelease-5.0
(#53126)Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting
@dependabot rebase
.Dependabot commands and options
You can trigger Dependabot actions by commenting on this PR:
@dependabot rebase
will rebase this PR@dependabot recreate
will recreate this PR, overwriting any edits that have been made to it@dependabot merge
will merge this PR after your CI passes on it@dependabot squash and merge
will squash and merge this PR after your CI passes on it@dependabot cancel merge
will cancel a previously requested merge and block automerging@dependabot reopen
will reopen this PR if it is closed@dependabot close
will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually@dependabot ignore this major version
will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)@dependabot ignore this minor version
will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)@dependabot ignore this dependency
will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)