Skip to content

Commit dea813b

Browse files
chore(deps-dev): Bump typescript from 4.9.3 to 4.9.4 (#3848)
Bumps [typescript](https://github.com/Microsoft/TypeScript) from 4.9.3 to 4.9.4. <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.4</h2> <p>For release notes, check out the <a href="https://devblogs.microsoft.com/typescript/announcing-typescript-4-9">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+4.9.4%22+is%3Aclosed+">fixed issues query for Typescript v4.9.4</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>Changes:</h2> <ul> <li>e2868216f637e875a74c675845625eb15dcfe9a2 Bump version to 4.9.4 and LKG.</li> <li>eb5419fc8d980859b98553586dfb5f40d811a745 Cherry-pick <a href="https://github-redirect.dependabot.com/Microsoft/TypeScript/issues/51704">#51704</a> to release 4.9 (<a href="https://github-redirect.dependabot.com/Microsoft/TypeScript/issues/51712">#51712</a>)</li> <li>b4d382b9b12460adf2da4cc0d1429cf19f8dc8be Cherry-pick changes for narrowing to tagged literal types.</li> <li>e7a02f43fce47e1a39259ada5460bcc33c8e98b5 Port of <a href="https://github-redirect.dependabot.com/Microsoft/TypeScript/issues/51626">#51626</a> and <a href="https://github-redirect.dependabot.com/Microsoft/TypeScript/issues/51689">#51689</a> to release-4.9 (<a href="https://github-redirect.dependabot.com/Microsoft/TypeScript/issues/51627">#51627</a>)</li> <li>1727912f0437a7f367d90040fc4b0b4f3efd017a Cherry-pick fix around <code>visitEachChild</code> to release-4.9. (<a href="https://github-redirect.dependabot.com/Microsoft/TypeScript/issues/51544">#51544</a>)</li> </ul> <p>This list of changes was <a href="https://typescript.visualstudio.com/cf7ac146-d525-443c-b23c-0d58337efebc/_release?releaseId=117&amp;_a=release-summary">auto generated</a>.</p> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/microsoft/TypeScript/commit/e2868216f637e875a74c675845625eb15dcfe9a2"><code>e286821</code></a> Bump version to 4.9.4 and LKG.</li> <li><a href="https://github.com/microsoft/TypeScript/commit/eb5419fc8d980859b98553586dfb5f40d811a745"><code>eb5419f</code></a> Cherry-pick <a href="https://github-redirect.dependabot.com/Microsoft/TypeScript/issues/51704">#51704</a> to release 4.9 (<a href="https://github-redirect.dependabot.com/Microsoft/TypeScript/issues/51712">#51712</a>)</li> <li><a href="https://github.com/microsoft/TypeScript/commit/b4d382b9b12460adf2da4cc0d1429cf19f8dc8be"><code>b4d382b</code></a> Cherry-pick changes for narrowing to tagged literal types.</li> <li><a href="https://github.com/microsoft/TypeScript/commit/e7a02f43fce47e1a39259ada5460bcc33c8e98b5"><code>e7a02f4</code></a> Port of <a href="https://github-redirect.dependabot.com/Microsoft/TypeScript/issues/51626">#51626</a> and <a href="https://github-redirect.dependabot.com/Microsoft/TypeScript/issues/51689">#51689</a> to release-4.9 (<a href="https://github-redirect.dependabot.com/Microsoft/TypeScript/issues/51627">#51627</a>)</li> <li><a href="https://github.com/microsoft/TypeScript/commit/1727912f0437a7f367d90040fc4b0b4f3efd017a"><code>1727912</code></a> Cherry-pick fix around <code>visitEachChild</code> to release-4.9. (<a href="https://github-redirect.dependabot.com/Microsoft/TypeScript/issues/51544">#51544</a>)</li> <li>See full diff in <a href="https://github.com/Microsoft/TypeScript/compare/v4.9.3...v4.9.4">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.3&new-version=4.9.4)](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] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 2457d26 commit dea813b

File tree

2 files changed

+24
-4
lines changed

2 files changed

+24
-4
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -94,7 +94,7 @@
9494
"rimraf": "^3.0.1",
9595
"tsconfig-paths-webpack-plugin": "^4.0.0",
9696
"turndown": "^7.0.0",
97-
"typescript": "4.9.3",
97+
"typescript": "4.9.4",
9898
"vite": "^3.0.9",
9999
"vite-plugin-istanbul": "^3.0.1"
100100
},

yarn.lock

Lines changed: 23 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -25208,7 +25208,17 @@ __metadata:
2520825208
languageName: node
2520925209
linkType: hard
2521025210

25211-
"typescript@npm:4.9.3, typescript@npm:^3 || ^4":
25211+
"typescript@npm:4.9.4":
25212+
version: 4.9.4
25213+
resolution: "typescript@npm:4.9.4"
25214+
bin:
25215+
tsc: bin/tsc
25216+
tsserver: bin/tsserver
25217+
checksum: e782fb9e0031cb258a80000f6c13530288c6d63f1177ed43f770533fdc15740d271554cdae86701c1dd2c83b082cea808b07e97fd68b38a172a83dbf9e0d0ef9
25218+
languageName: node
25219+
linkType: hard
25220+
25221+
"typescript@npm:^3 || ^4":
2521225222
version: 4.9.3
2521325223
resolution: "typescript@npm:4.9.3"
2521425224
bin:
@@ -25218,7 +25228,17 @@ __metadata:
2521825228
languageName: node
2521925229
linkType: hard
2522025230

25221-
"typescript@patch:[email protected]#~builtin<compat/typescript>, typescript@patch:typescript@^3 || ^4#~builtin<compat/typescript>":
25231+
"typescript@patch:[email protected]#~builtin<compat/typescript>":
25232+
version: 4.9.4
25233+
resolution: "typescript@patch:typescript@npm%3A4.9.4#~builtin<compat/typescript>::version=4.9.4&hash=d73830"
25234+
bin:
25235+
tsc: bin/tsc
25236+
tsserver: bin/tsserver
25237+
checksum: 37f6e2c3c5e2aa5934b85b0fddbf32eeac8b1bacf3a5b51d01946936d03f5377fe86255d4e5a4ae628fd0cd553386355ad362c57f13b4635064400f3e8e05b9d
25238+
languageName: node
25239+
linkType: hard
25240+
25241+
"typescript@patch:typescript@^3 || ^4#~builtin<compat/typescript>":
2522225242
version: 4.9.3
2522325243
resolution: "typescript@patch:typescript@npm%3A4.9.3#~builtin<compat/typescript>::version=4.9.3&hash=d73830"
2522425244
bin:
@@ -25325,7 +25345,7 @@ __metadata:
2532525345
tocbot: ^4.12.0
2532625346
tsconfig-paths-webpack-plugin: ^4.0.0
2532725347
turndown: ^7.0.0
25328-
typescript: 4.9.3
25348+
typescript: 4.9.4
2532925349
vite: ^3.0.9
2533025350
vite-plugin-istanbul: ^3.0.1
2533125351
languageName: unknown

0 commit comments

Comments
 (0)