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

Bump typescript from 4.9.5 to 5.0.2 #1282

Merged
merged 1 commit into from
Mar 17, 2023

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Mar 17, 2023

Bumps typescript from 4.9.5 to 5.0.2.

Release notes

Sourced from typescript's releases.

TypeScript 5.0

For release notes, check out the release announcement.

For new features, check out the What's new in TypeScript v5.0.2.

For the complete list of fixed issues, check out the

Downloads are available on:

TypeScript 5.0 RC

For release notes, check out the release announcement.

TypeScript 5.0 Beta

For release notes, check out the release announcement.

For the complete list of fixed issues, check out the

Downloads are available on:

Commits
  • 3ec598c Update LKG
  • 0e765ac 🤖 Pick PR #53268 (fix(53204): Bug: __runInitializers(...) into release-5.0 (#...
  • cb69c8a Update LKG
  • d97bb67 🤖 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 LKG
  • a5484ae 🤖 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 in release-5.0 (#53126)
  • Additional commits viewable in compare view

Dependabot compatibility score

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)

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>
@dependabot dependabot bot added dependencies javascript Pull requests that update Javascript code labels Mar 17, 2023
@codecov
Copy link

codecov bot commented Mar 17, 2023

Codecov Report

Patch coverage has no change and project coverage change: -0.15 ⚠️

Comparison is base (7e78ccc) 95.57% compared to head (7b411a9) 95.43%.

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.
📢 Do you have feedback about the report comment? Let us know in this issue.

@yurishkuro
Copy link
Member

@mszabo-wikia do we want to merge this, or will it mess up other upgrades that are still needed?

@mszabo-wikia
Copy link
Contributor

Looks like the list of breaking changes isn't massive so this should be okay as the checks are passing.

@yurishkuro
Copy link
Member

Thanks, I will merge. I wish we'd fix these flaky tests that always mess up the coverage and prevent auto-merge.

@yurishkuro yurishkuro merged commit e2c513f into main Mar 17, 2023
@dependabot dependabot bot deleted the dependabot/npm_and_yarn/typescript-5.0.2 branch March 17, 2023 15:10
@mszabo-wikia
Copy link
Contributor

If codecov is only needed for the coverage threshold feature, we could test if Jest's own coverageThreshold is more stable: https://jestjs.io/docs/configuration/#coveragethreshold-object

@yurishkuro
Copy link
Member

yurishkuro commented Mar 17, 2023

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).

Binrix pushed a commit to Binrix/jaeger-ui that referenced this pull request Apr 18, 2023
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&amp;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&amp;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&amp;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&amp;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>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
javascript Pull requests that update Javascript code
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants