Skip to content

Commit

Permalink
chore(deps-dev): Bump typescript from 3.9.9 to 3.9.10 (#377)
Browse files Browse the repository at this point in the history
Bumps [typescript](https://github.com/Microsoft/TypeScript) from 3.9.9 to 3.9.10.
<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 3.9.10</h2>
<p>This release ships both an overall performance improvement, along with a mitigation for a performance regression when upgrading to Node.js 16. See <a href="https://github-redirect.dependabot.com/microsoft/TypeScript/pull/44582">the change for more details</a>.</p>
</blockquote>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a href="https://github.com/microsoft/TypeScript/commit/b7de5e3c4cd11f9bdbcb5e741125f79ec9853bfe"><code>b7de5e3</code></a> Bump version to 3.9.10 and LKG</li>
<li><a href="https://github.com/microsoft/TypeScript/commit/022bdeae984b06e1c7f77e549b2e75cf52ee3722"><code>022bdea</code></a> Backport package-lock infra changes to 3.9 (<a href="https://github-redirect.dependabot.com/Microsoft/TypeScript/issues/44608">#44608</a>)</li>
<li><a href="https://github.com/microsoft/TypeScript/commit/ebeafcfe5e78d2c02a9355ca8264edff18e5b296"><code>ebeafcf</code></a> Pass throwIfNoEntry to fs.statSync (<a href="https://github-redirect.dependabot.com/Microsoft/TypeScript/issues/41604">#41604</a>) (<a href="https://github-redirect.dependabot.com/Microsoft/TypeScript/issues/44582">#44582</a>)</li>
<li>See full diff in <a href="https://github.com/Microsoft/TypeScript/compare/v3.9.9...v3.9.10">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=3.9.9&new-version=3.9.10)](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>
  • Loading branch information
dependabot[bot] authored Jun 17, 2021
1 parent 2ef4a9f commit dbb1dfa
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -5802,9 +5802,9 @@ typedarray@^0.0.6:
integrity sha1-hnrHTjhkGHsdPUfZlqeOxciDB3c=

typescript@^3.9.5, typescript@~3.9.9:
version "3.9.9"
resolved "https://registry.yarnpkg.com/typescript/-/typescript-3.9.9.tgz#e69905c54bc0681d0518bd4d587cc6f2d0b1a674"
integrity sha512-kdMjTiekY+z/ubJCATUPlRDl39vXYiMV9iyeMuEuXZh2we6zz80uovNN2WlAxmmdE/Z/YQe+EbOEXB5RHEED3w==
version "3.9.10"
resolved "https://registry.yarnpkg.com/typescript/-/typescript-3.9.10.tgz#70f3910ac7a51ed6bef79da7800690b19bf778b8"
integrity sha512-w6fIxVE/H1PkLKcCPsFqKE7Kv7QUwhU8qQY2MueZXWx5cPZdwFupLgKK3vntcK98BtNHZtAF4LA/yl2a7k8R6Q==

uglify-js@^3.1.4:
version "3.10.1"
Expand Down

0 comments on commit dbb1dfa

Please sign in to comment.