Bump typescript from 4.9.4 to 4.9.5 in /js/js-flipper (#4501)
Summary: Bumps [typescript](https://github.com/Microsoft/TypeScript) from 4.9.4 to 4.9.5. <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 4.9.5</h2> <p>For release notes, check out the <a href="https://devblogs.microsoft.com/typescript/announcing-typescript-4-9/">release announcement</a>.</p> <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>Changes:</h2> <ul> <li>69e88ef5513a81acf69ec78f4af1f927da0d0584 Port ignore deprecations to 4.9 (<a href="https://github-redirect.dependabot.com/Microsoft/TypeScript/issues/52419">#52419</a>)</li> <li>daf4e817a18def96b70ac34703b158ff0e6d58df Port timestamp fix to 4.9 (<a href="https://github-redirect.dependabot.com/Microsoft/TypeScript/issues/52426">#52426</a>)</li> </ul> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="ccf3d3c5f9"><code>ccf3d3c</code></a> Bump version to '4.9.5' and LKG.</li> <li><a href="69e88ef551"><code>69e88ef</code></a> Port ignore deprecations to 4.9 (<a href="https://github-redirect.dependabot.com/Microsoft/TypeScript/issues/52419">#52419</a>)</li> <li><a href="daf4e817a1"><code>daf4e81</code></a> Port timestamp fix to 4.9 (<a href="https://github-redirect.dependabot.com/Microsoft/TypeScript/issues/52426">#52426</a>)</li> <li>See full diff in <a href="https://github.com/Microsoft/TypeScript/compare/v4.9.4...v4.9.5">compare view</a></li> </ul> </details> <br /> [](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> Pull Request resolved: https://github.com/facebook/flipper/pull/4501 Reviewed By: mweststrate Differential Revision: D43305308 Pulled By: ivanmisuno fbshipit-source-id: e5baee48bdf5ebf962c59c172703f16e14429a02
This commit is contained in:
committed by
Facebook GitHub Bot
parent
066994fa13
commit
cdec35d45b
@@ -3955,9 +3955,9 @@ type-fest@^0.21.3:
|
||||
integrity sha512-t0rzBq87m3fVcduHDUFhKmyyX+9eo6WQjZvf51Ea/M0Q7+T374Jp1aUiyUl0GKxp8M/OETVHSDvmkyPgvX+X2w==
|
||||
|
||||
typescript@^4.9.4:
|
||||
version "4.9.4"
|
||||
resolved "https://registry.yarnpkg.com/typescript/-/typescript-4.9.4.tgz#a2a3d2756c079abda241d75f149df9d561091e78"
|
||||
integrity sha512-Uz+dTXYzxXXbsFpM86Wh3dKCxrQqUcVMxwU54orwlJjOpO3ao8L7j5lH+dWfTwgCwIuM9GQ2kvVotzYJMXTBZg==
|
||||
version "4.9.5"
|
||||
resolved "https://registry.yarnpkg.com/typescript/-/typescript-4.9.5.tgz#095979f9bcc0d09da324d58d03ce8f8374cbe65a"
|
||||
integrity sha512-1FXk9E2Hm+QzZQ7z+McJiHL4NW1F2EzMu9Nq9i3zAaGqibafqYwCVU6WyWAuyQRRzOlxou8xZSyXLEN8oKj24g==
|
||||
|
||||
unbox-primitive@^1.0.2:
|
||||
version "1.0.2"
|
||||
|
||||
Reference in New Issue
Block a user