Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Bump the minor-and-patch group with 6 updates (#221)
Bumps the minor-and-patch group with 6 updates: | Package | From | To | | --- | --- | --- | | [@grpc/grpc-js](https://github.com/grpc/grpc-node) | `1.11.1` | `1.11.2` | | [@types/node](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/node) | `22.5.3` | `22.5.4` | | [@typescript-eslint/eslint-plugin](https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/eslint-plugin) | `8.4.0` | `8.5.0` | | [@typescript-eslint/parser](https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/parser) | `8.4.0` | `8.5.0` | | [eslint-plugin-jest](https://github.com/jest-community/eslint-plugin-jest) | `28.8.2` | `28.8.3` | | [typescript](https://github.com/microsoft/TypeScript) | `5.5.4` | `5.6.2` | Updates `@grpc/grpc-js` from 1.11.1 to 1.11.2 <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/grpc/grpc-node/releases"><code>@grpc/grpc-js</code>'s releases</a>.</em></p> <blockquote> <h2><code>@grpc/grpc-js</code> 1.11.2</h2> <ul> <li>Fix client crash on receiving a custom error code (<a href="https://redirect.github.com/grpc/grpc-node/issues/2801">#2801</a> contributed by <a href="https://github.com/hastom"><code>@hastom</code></a>)</li> <li>Report connection errors more consistently (<a href="https://redirect.github.com/grpc/grpc-node/issues/2808">#2808</a>)</li> <li>Avoid computing the channel constructor trace log when that tracer is not enabled (<a href="https://redirect.github.com/grpc/grpc-node/issues/2817">#2817</a> contributed by <a href="https://github.com/ygalbel"><code>@ygalbel</code></a>)</li> </ul> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/grpc/grpc-node/commit/0c5ab9876bcaddd666e72ff4121026c643b3e2eb"><code>0c5ab98</code></a> Merge pull request <a href="https://redirect.github.com/grpc/grpc-node/issues/2803">#2803</a> from murgatroid99/grpc-js_1.11.2</li> <li><a href="https://github.com/grpc/grpc-node/commit/bb4496b48249779be58121a2c6a406c990228371"><code>bb4496b</code></a> Merge pull request <a href="https://redirect.github.com/grpc/grpc-node/issues/2817">#2817</a> from ygalbel/tracer-slow</li> <li><a href="https://github.com/grpc/grpc-node/commit/90e472e4a139fc8cd6714dffca188e633013e381"><code>90e472e</code></a> made the call to trace to be called only when tracer is enabled</li> <li><a href="https://github.com/grpc/grpc-node/commit/c63bdae8da336c85aaa1892f384f2d861b655e19"><code>c63bdae</code></a> Merge pull request <a href="https://redirect.github.com/grpc/grpc-node/issues/2808">#2808</a> from murgatroid99/grpc-js_transport_error_reporting</li> <li><a href="https://github.com/grpc/grpc-node/commit/d409311bf2e9cfa3e4dee1ac68086c18338d206e"><code>d409311</code></a> grpc-js: Report session error events instead of waiting for close</li> <li><a href="https://github.com/grpc/grpc-node/commit/b763f98e07a344db9358d3315f02bc05784c5b19"><code>b763f98</code></a> grpc-js: Bump to 1.11.2</li> <li><a href="https://github.com/grpc/grpc-node/commit/f5ea6ce271bd385bf21411995667b4d7126e5b94"><code>f5ea6ce</code></a> Merge pull request <a href="https://redirect.github.com/grpc/grpc-node/issues/2801">#2801</a> from hastom/master</li> <li><a href="https://github.com/grpc/grpc-node/commit/33073d0db2d05e79d26022f00def47f26335b131"><code>33073d0</code></a> Fix test case</li> <li><a href="https://github.com/grpc/grpc-node/commit/15d422d5bb35d4108973494433cead7539cabd0a"><code>15d422d</code></a> Fix client crash on custom error code</li> <li>See full diff in <a href="https://github.com/grpc/grpc-node/compare/@grpc/[email protected]...@grpc/[email protected]">compare view</a></li> </ul> </details> <br /> Updates `@types/node` from 22.5.3 to 22.5.4 <details> <summary>Commits</summary> <ul> <li>See full diff in <a href="https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/node">compare view</a></li> </ul> </details> <br /> Updates `@typescript-eslint/eslint-plugin` from 8.4.0 to 8.5.0 <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/typescript-eslint/typescript-eslint/releases"><code>@typescript-eslint/eslint-plugin</code>'s releases</a>.</em></p> <blockquote> <h2>v8.5.0</h2> <h2>8.5.0 (2024-09-09)</h2> <h3>🚀 Features</h3> <ul> <li><strong>eslint-plugin:</strong> [no-duplicate-type-constituents] prevent unnecessary <code>| undefined</code> for optional parameters (<a href="https://redirect.github.com/typescript-eslint/typescript-eslint/pull/9479">#9479</a>)</li> <li><strong>eslint-plugin:</strong> [no-unsafe-argument] differentiate error types (<a href="https://redirect.github.com/typescript-eslint/typescript-eslint/pull/9920">#9920</a>)</li> <li><strong>typescript-estree:</strong> default projectService.defaultProject to 'tsconfig.json' (<a href="https://redirect.github.com/typescript-eslint/typescript-eslint/pull/9893">#9893</a>)</li> </ul> <h3>🩹 Fixes</h3> <ul> <li><strong>deps:</strong> update dependency prism-react-renderer to v2.4.0 (<a href="https://redirect.github.com/typescript-eslint/typescript-eslint/pull/9943">#9943</a>)</li> <li><strong>eslint-plugin:</strong> [no-unnecessary-type-assertion] fix TSNonNullExpression fixer (<a href="https://redirect.github.com/typescript-eslint/typescript-eslint/pull/9898">#9898</a>)</li> <li><strong>eslint-plugin:</strong> [no-misused-promises] handle static method (<a href="https://redirect.github.com/typescript-eslint/typescript-eslint/pull/9951">#9951</a>)</li> <li><strong>eslint-plugin:</strong> [no-unnecessary-type-parameters] fix AST quick path scope analysis (<a href="https://redirect.github.com/typescript-eslint/typescript-eslint/pull/9900">#9900</a>)</li> <li><strong>eslint-plugin:</strong> [consistent-type-assertions] access parser services lazily (<a href="https://redirect.github.com/typescript-eslint/typescript-eslint/pull/9921">#9921</a>)</li> </ul> <h3>❤️ Thank You</h3> <ul> <li>Abraham Guo</li> <li>Josh Goldberg ✨</li> <li>Kirk Waiblinger <a href="https://github.com/kirkwaiblinger"><code>@kirkwaiblinger</code></a></li> <li>YeonJuan <a href="https://github.com/yeonjuan"><code>@yeonjuan</code></a></li> </ul> <p>You can read about our <a href="https://main--typescript-eslint.netlify.app/users/versioning">versioning strategy</a> and <a href="https://main--typescript-eslint.netlify.app/users/releases">releases</a> on our website.</p> </blockquote> </details> <details> <summary>Changelog</summary> <p><em>Sourced from <a href="https://github.com/typescript-eslint/typescript-eslint/blob/main/packages/eslint-plugin/CHANGELOG.md"><code>@typescript-eslint/eslint-plugin</code>'s changelog</a>.</em></p> <blockquote> <h2>8.5.0 (2024-09-09)</h2> <h3>🚀 Features</h3> <ul> <li> <p><strong>eslint-plugin:</strong> [no-duplicate-type-constituents] prevent unnecessary `</p> </li> <li> <p><strong>eslint-plugin:</strong> [no-unsafe-argument] differentiate error types</p> </li> </ul> <h3>🩹 Fixes</h3> <ul> <li> <p><strong>eslint-plugin:</strong> [no-unnecessary-type-assertion] fix TSNonNullExpression fixer</p> </li> <li> <p><strong>eslint-plugin:</strong> [no-misused-promises] handle static method</p> </li> <li> <p><strong>eslint-plugin:</strong> [no-unnecessary-type-parameters] fix AST quick path scope analysis</p> </li> <li> <p><strong>eslint-plugin:</strong> [consistent-type-assertions] access parser services lazily</p> </li> </ul> <h3>❤️ Thank You</h3> <ul> <li>f44da958e</li> <li>Josh Goldberg ✨</li> <li>Kirk Waiblinger</li> <li>YeonJuan</li> </ul> <p>You can read about our <a href="https://main--typescript-eslint.netlify.app/users/versioning">versioning strategy</a> and <a href="https://main--typescript-eslint.netlify.app/users/releases">releases</a> on our website.</p> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/typescript-eslint/typescript-eslint/commit/4d31ebe71ac26612a129ac4be98692b11387145e"><code>4d31ebe</code></a> chore(release): publish 8.5.0</li> <li><a href="https://github.com/typescript-eslint/typescript-eslint/commit/918bdf467694857cc343d5e7b384827c3ddc738c"><code>918bdf4</code></a> fix(eslint-plugin): [consistent-type-assertions] access parser services lazil...</li> <li><a href="https://github.com/typescript-eslint/typescript-eslint/commit/4f6a97bc92a258ecd6d772b528c9d636e6f61a24"><code>4f6a97b</code></a> fix(eslint-plugin): [no-unnecessary-type-parameters] fix AST quick path scope...</li> <li><a href="https://github.com/typescript-eslint/typescript-eslint/commit/dbcade8d30121022fb1fd19b3b7cb793ada8e1cb"><code>dbcade8</code></a> docs: [no-floating-promises] add MDN link regarding void operator (<a href="https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/eslint-plugin/issues/9953">#9953</a>)</li> <li><a href="https://github.com/typescript-eslint/typescript-eslint/commit/ead85a3e4de7bcbbda27672a62e1d5cff06aa7bb"><code>ead85a3</code></a> fix(eslint-plugin): [no-misused-promises] handle static method (<a href="https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/eslint-plugin/issues/9951">#9951</a>)</li> <li><a href="https://github.com/typescript-eslint/typescript-eslint/commit/c49b91fad3b9663153491fdc86265578c14096d8"><code>c49b91f</code></a> feat(eslint-plugin): [no-unsafe-argument] differentiate error types (<a href="https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/eslint-plugin/issues/9920">#9920</a>)</li> <li><a href="https://github.com/typescript-eslint/typescript-eslint/commit/04d1bd05830835eeefcda03316b328f46c7e8e81"><code>04d1bd0</code></a> docs: mark allowRuleToRunWithoutStrictNullChecksIKnowWhatIAmDoing options as ...</li> <li><a href="https://github.com/typescript-eslint/typescript-eslint/commit/cafed6df463a92ac7bdd94cee9bb4220f79a19f3"><code>cafed6d</code></a> chore: enable <code>unicorn/prefer-array-some</code> (<a href="https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/eslint-plugin/issues/9932">#9932</a>)</li> <li><a href="https://github.com/typescript-eslint/typescript-eslint/commit/bee8c9df739264740b1eb7b49acfc289b29cbba1"><code>bee8c9d</code></a> chore: enable unicorn/prefer-spread (<a href="https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/eslint-plugin/issues/9834">#9834</a>)</li> <li><a href="https://github.com/typescript-eslint/typescript-eslint/commit/fe2a16e495a8352e8703b5570427d67f5e9d84f3"><code>fe2a16e</code></a> fix(eslint-plugin): [no-unnecessary-type-assertion] fix TSNonNullExpression f...</li> <li>Additional commits viewable in <a href="https://github.com/typescript-eslint/typescript-eslint/commits/v8.5.0/packages/eslint-plugin">compare view</a></li> </ul> </details> <br /> Updates `@typescript-eslint/parser` from 8.4.0 to 8.5.0 <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/typescript-eslint/typescript-eslint/releases"><code>@typescript-eslint/parser</code>'s releases</a>.</em></p> <blockquote> <h2>v8.5.0</h2> <h2>8.5.0 (2024-09-09)</h2> <h3>🚀 Features</h3> <ul> <li><strong>eslint-plugin:</strong> [no-duplicate-type-constituents] prevent unnecessary <code>| undefined</code> for optional parameters (<a href="https://redirect.github.com/typescript-eslint/typescript-eslint/pull/9479">#9479</a>)</li> <li><strong>eslint-plugin:</strong> [no-unsafe-argument] differentiate error types (<a href="https://redirect.github.com/typescript-eslint/typescript-eslint/pull/9920">#9920</a>)</li> <li><strong>typescript-estree:</strong> default projectService.defaultProject to 'tsconfig.json' (<a href="https://redirect.github.com/typescript-eslint/typescript-eslint/pull/9893">#9893</a>)</li> </ul> <h3>🩹 Fixes</h3> <ul> <li><strong>deps:</strong> update dependency prism-react-renderer to v2.4.0 (<a href="https://redirect.github.com/typescript-eslint/typescript-eslint/pull/9943">#9943</a>)</li> <li><strong>eslint-plugin:</strong> [no-unnecessary-type-assertion] fix TSNonNullExpression fixer (<a href="https://redirect.github.com/typescript-eslint/typescript-eslint/pull/9898">#9898</a>)</li> <li><strong>eslint-plugin:</strong> [no-misused-promises] handle static method (<a href="https://redirect.github.com/typescript-eslint/typescript-eslint/pull/9951">#9951</a>)</li> <li><strong>eslint-plugin:</strong> [no-unnecessary-type-parameters] fix AST quick path scope analysis (<a href="https://redirect.github.com/typescript-eslint/typescript-eslint/pull/9900">#9900</a>)</li> <li><strong>eslint-plugin:</strong> [consistent-type-assertions] access parser services lazily (<a href="https://redirect.github.com/typescript-eslint/typescript-eslint/pull/9921">#9921</a>)</li> </ul> <h3>❤️ Thank You</h3> <ul> <li>Abraham Guo</li> <li>Josh Goldberg ✨</li> <li>Kirk Waiblinger <a href="https://github.com/kirkwaiblinger"><code>@kirkwaiblinger</code></a></li> <li>YeonJuan <a href="https://github.com/yeonjuan"><code>@yeonjuan</code></a></li> </ul> <p>You can read about our <a href="https://main--typescript-eslint.netlify.app/users/versioning">versioning strategy</a> and <a href="https://main--typescript-eslint.netlify.app/users/releases">releases</a> on our website.</p> </blockquote> </details> <details> <summary>Changelog</summary> <p><em>Sourced from <a href="https://github.com/typescript-eslint/typescript-eslint/blob/main/packages/parser/CHANGELOG.md"><code>@typescript-eslint/parser</code>'s changelog</a>.</em></p> <blockquote> <h2>8.5.0 (2024-09-09)</h2> <p>This was a version bump only for parser to align it with other projects, there were no code changes.</p> <p>You can read about our <a href="https://main--typescript-eslint.netlify.app/users/versioning">versioning strategy</a> and <a href="https://main--typescript-eslint.netlify.app/users/releases">releases</a> on our website.</p> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/typescript-eslint/typescript-eslint/commit/4d31ebe71ac26612a129ac4be98692b11387145e"><code>4d31ebe</code></a> chore(release): publish 8.5.0</li> <li><a href="https://github.com/typescript-eslint/typescript-eslint/commit/4bc801e542e4accd644b65514a7b7355874f7a96"><code>4bc801e</code></a> chore: enable unicorn/no-array-reduce (<a href="https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/parser/issues/9640">#9640</a>)</li> <li>See full diff in <a href="https://github.com/typescript-eslint/typescript-eslint/commits/v8.5.0/packages/parser">compare view</a></li> </ul> </details> <br /> Updates `eslint-plugin-jest` from 28.8.2 to 28.8.3 <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/jest-community/eslint-plugin-jest/releases">eslint-plugin-jest's releases</a>.</em></p> <blockquote> <h2>v28.8.3</h2> <h2><a href="https://github.com/jest-community/eslint-plugin-jest/compare/v28.8.2...v28.8.3">28.8.3</a> (2024-09-04)</h2> <h3>Bug Fixes</h3> <ul> <li><strong>prefer-importing-jest-globals:</strong> don't add imports in the middle of statements (<a href="https://redirect.github.com/jest-community/eslint-plugin-jest/issues/1645">#1645</a>) (<a href="https://github.com/jest-community/eslint-plugin-jest/commit/9c4197c91fa96d7991acba8eac4fca909f28f8d0">9c4197c</a>)</li> </ul> </blockquote> </details> <details> <summary>Changelog</summary> <p><em>Sourced from <a href="https://github.com/jest-community/eslint-plugin-jest/blob/main/CHANGELOG.md">eslint-plugin-jest's changelog</a>.</em></p> <blockquote> <h2><a href="https://github.com/jest-community/eslint-plugin-jest/compare/v28.8.2...v28.8.3">28.8.3</a> (2024-09-04)</h2> <h3>Bug Fixes</h3> <ul> <li><strong>prefer-importing-jest-globals:</strong> don't add imports in the middle of statements (<a href="https://redirect.github.com/jest-community/eslint-plugin-jest/issues/1645">#1645</a>) (<a href="https://github.com/jest-community/eslint-plugin-jest/commit/9c4197c91fa96d7991acba8eac4fca909f28f8d0">9c4197c</a>)</li> </ul> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/jest-community/eslint-plugin-jest/commit/497a5008ff6314511c100430bf728a624b694ab4"><code>497a500</code></a> chore(release): 28.8.3 [skip ci]</li> <li><a href="https://github.com/jest-community/eslint-plugin-jest/commit/9c4197c91fa96d7991acba8eac4fca909f28f8d0"><code>9c4197c</code></a> fix(prefer-importing-jest-globals): don't add imports in the middle of statem...</li> <li>See full diff in <a href="https://github.com/jest-community/eslint-plugin-jest/compare/v28.8.2...v28.8.3">compare view</a></li> </ul> </details> <br /> Updates `typescript` from 5.5.4 to 5.6.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.6</h2> <p>For release notes, check out the <a href="https://devblogs.microsoft.com/typescript/announcing-typescript-5-6/">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=milestone%3A%22TypeScript+5.6.0%22+is%3Aclosed+">fixed issues query for Typescript 5.6.0 (Beta)</a>.</li> <li><a href="https://github.com/Microsoft/TypeScript/issues?utf8=%E2%9C%93&q=milestone%3A%22TypeScript+5.6.1%22+is%3Aclosed+">fixed issues query for Typescript 5.6.1 (RC)</a>.</li> <li><a href="https://github.com/Microsoft/TypeScript/issues?utf8=%E2%9C%93&q=milestone%3A%22TypeScript+5.6.2%22+is%3Aclosed+">fixed issues query for Typescript 5.6.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.6 RC</h2> <p>For release notes, check out the <a href="https://devblogs.microsoft.com/typescript/announcing-typescript-5-6-rc/">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&milestone%3A%22TypeScript+5.6.1%22+is%3Aclosed+">fixed issues query for TypeScript v5.6.1 (RC)</a>.</li> <li><a href="https://github.com/Microsoft/TypeScript/issues?utf8=%E2%9C%93&milestone%3A%22TypeScript+5.6.0%22+is%3Aclosed+">fixed issues query for TypeScript v5.6.0 (Beta)</a>.</li> </ul> <p>Downloads are available on:</p> <ul> <li><a href="https://www.npmjs.com/package/typescript">npm</a></li> </ul> <h2>TypeScript 5.6 Beta</h2> <p>For release notes, check out the <a href="https://devblogs.microsoft.com/typescript/announcing-typescript-5-6-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=milestone%3A%22TypeScript+5.6.0%22+is%3Aclosed+">fixed issues query for Typescript 5.6.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/a7e3374f13327483fbe94e32806d65785b0b6cda"><code>a7e3374</code></a> Bump version to 5.6.2 and LKG</li> <li><a href="https://github.com/microsoft/TypeScript/commit/20633579fcf88f6b61774349740de4841d2b8b5c"><code>2063357</code></a> 🤖 Pick PR <a href="https://redirect.github.com/microsoft/TypeScript/issues/59708">#59708</a> (LEGO: Pull request from lego/hb_537...) into release-5.6 (#...</li> <li><a href="https://github.com/microsoft/TypeScript/commit/4fe7e41ea1a92ecbd59119666be2d60164785391"><code>4fe7e41</code></a> 🤖 Pick PR <a href="https://redirect.github.com/microsoft/TypeScript/issues/59670">#59670</a> (fix(59649): ts Move to a new file d...) into release-5.6 (#...</li> <li><a href="https://github.com/microsoft/TypeScript/commit/1a03e5340ae0b83ce1b1f743763625f89e92ca91"><code>1a03e53</code></a> 🤖 Pick PR <a href="https://redirect.github.com/microsoft/TypeScript/issues/59761">#59761</a> (<code>this</code> can be nullish) into release-5.6 (<a href="https://redirect.github.com/microsoft/TypeScript/issues/59762">#59762</a>)</li> <li><a href="https://github.com/microsoft/TypeScript/commit/6212132b835145b1a8fd49982680ac668caf3ddc"><code>6212132</code></a> Update LKG</li> <li><a href="https://github.com/microsoft/TypeScript/commit/bbb5faf7e749df52adafdcd37c09ac7fff30ddaf"><code>bbb5faf</code></a> 🤖 Pick PR <a href="https://redirect.github.com/microsoft/TypeScript/issues/59542">#59542</a> (Fixing delay caused in vscode due t...) into release-5.6 (#...</li> <li><a href="https://github.com/microsoft/TypeScript/commit/e6914a558775bd3ba3dc5567877604a0864b9338"><code>e6914a5</code></a> Bump version to 5.6.1-rc and LKG</li> <li><a href="https://github.com/microsoft/TypeScript/commit/34121c42b638e973f28b438b0513796a37585448"><code>34121c4</code></a> Update LKG</li> <li><a href="https://github.com/microsoft/TypeScript/commit/2a30c2a8f0408b32c8c7ff88f0bf1c6a32e67704"><code>2a30c2a</code></a> Merge remote-tracking branch 'origin/main' into release-5.6</li> <li><a href="https://github.com/microsoft/TypeScript/commit/936a79bbb58f82b173f6b644974995851b9b479e"><code>936a79b</code></a> Expose TypeChecker. getAwaitedType to public (<a href="https://redirect.github.com/microsoft/TypeScript/issues/59268">#59268</a>)</li> <li>Additional commits viewable in <a href="https://github.com/microsoft/TypeScript/compare/v5.5.4...v5.6.2">compare view</a></li> </ul> </details> <br /> You can trigger a rebase of this PR 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 show <dependency name> ignore conditions` will show all of the ignore conditions of the specified dependency - `@dependabot ignore <dependency name> major version` will close this group update PR and stop Dependabot creating any more for the specific dependency's major version (unless you unignore this specific dependency's major version or upgrade to it yourself) - `@dependabot ignore <dependency name> minor version` will close this group update PR and stop Dependabot creating any more for the specific dependency's minor version (unless you unignore this specific dependency's minor version or upgrade to it yourself) - `@dependabot ignore <dependency name>` will close this group update PR and stop Dependabot creating any more for the specific dependency (unless you unignore this specific dependency or upgrade to it yourself) - `@dependabot unignore <dependency name>` will remove all of the ignore conditions of the specified dependency - `@dependabot unignore <dependency name> <ignore condition>` will remove the ignore condition of the specified dependency and ignore conditions </details> Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
- Loading branch information