VS Code's 'Organize imports' executable from command line
Bumps [ts-morph](https://github.com/dsherret/ts-morph) from 15.0.0 to 17.0.1. <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/dsherret/ts-morph/releases">ts-morph's releases</a>.</em></p> <blockquote> <h2>17.0.1</h2> <ul> <li>fix: revert rollup from v3 to v2 to fix build (<code>esModuleInterop: true</code> had no effect) <a href="https://github-redirect.dependabot.com/dsherret/ts-morph/issues/1358">#1358</a></li> </ul> <h2>17.0.0</h2> <h3>Bug Fixes</h3> <ul> <li>getOverloads for a class method should take into account if static (<a href="https://github-redirect.dependabot.com/dsherret/ts-morph/issues/1337">#1337</a>) (<a href="https://github.com/dsherret/ts-morph/commit/f927d01">f927d01</a>), closes <a href="https://github-redirect.dependabot.com/dsherret/ts-morph/issues/1298">#1298</a></li> <li>ImportEqualsDeclaration should be exportable (<a href="https://github-redirect.dependabot.com/dsherret/ts-morph/issues/1336">#1336</a>) (<a href="https://github.com/dsherret/ts-morph/commit/7680bae">7680bae</a>)</li> <li>named import/export specifier structures were missing isTypeOnly (<a href="https://github-redirect.dependabot.com/dsherret/ts-morph/issues/1347">#1347</a>) (<a href="https://github.com/dsherret/ts-morph/commit/6b88a0b">6b88a0b</a>)</li> </ul> <h3>Features</h3> <ul> <li>allow providing custom error messages to <code>OrThrow</code> methods (<a href="https://github-redirect.dependabot.com/dsherret/ts-morph/issues/1327">#1327</a>) (<a href="https://github.com/dsherret/ts-morph/commit/05916d3">05916d3</a>) - Thanks <a href="https://github.com/jantimon"><code>@jantimon</code></a>!</li> <li>upgrade to TS 4.9 (<a href="https://github-redirect.dependabot.com/dsherret/ts-morph/issues/1354">#1354</a>) (<a href="https://github.com/dsherret/ts-morph/commit/e334437">e334437</a>)</li> </ul> <h3>BREAKING CHANGES</h3> <ul> <li>Upgraded to TS 4.9</li> </ul> <h2>16.0.0</h2> <h3>Features</h3> <ul> <li>add <code>Type#isNever()</code> (<a href="https://github.com/dsherret/ts-morph/commit/ac0db0d">ac0db0d</a>), closes <a href="https://github-redirect.dependabot.com/dsherret/ts-morph/issues/1303">#1303</a></li> <li>add <code>Type#isReadonlyArray()</code> and <code>Type#isArray()</code> also includes readonly arrays (<a href="https://github.com/dsherret/ts-morph/commit/f1d5c43">f1d5c43</a>), closes <a href="https://github-redirect.dependabot.com/dsherret/ts-morph/issues/1306">#1306</a> <a href="https://github-redirect.dependabot.com/dsherret/ts-morph/issues/1305">#1305</a></li> <li>upgrade to TS 4.8 (<a href="https://github-redirect.dependabot.com/dsherret/ts-morph/issues/1316">#1316</a>) (<a href="https://github.com/dsherret/ts-morph/commit/8a87a1b">8a87a1b</a>)</li> </ul> <h3>BREAKING CHANGES</h3> <ul> <li>Upgraded to TS 4.8</li> <li>Decorators are now modifiers due to TS 4.8</li> <li><code>ts.createX</code> functions seem almost completely deprecated in TS 4.8, so make sure to update your code to use the <code>traversal.context.createX</code> functions instead</li> <li><code>Type#isArray()</code> returns true for readonly arrays</li> </ul> <h2>15.1.0</h2> <h3>Bug Fixes</h3> <ul> <li><code>DocumentSpan</code> should attempt to load the source file if it's not loaded yet (<a href="https://github-redirect.dependabot.com/dsherret/ts-morph/issues/1291">#1291</a>) (<a href="https://github.com/dsherret/ts-morph/commit/1eda69c">1eda69c</a>)</li> <li>Included symlinked directories when reading a directory (<a href="https://github-redirect.dependabot.com/dsherret/ts-morph/issues/1290">#1290</a>) (<a href="https://github.com/dsherret/ts-morph/commit/f1b4ea2">f1b4ea2</a>)</li> </ul> <h3>Features</h3> <ul> <li>Add <code>Symbol#isOptional</code> method (<a href="https://github-redirect.dependabot.com/dsherret/ts-morph/issues/1285">#1285</a>) (<a href="https://github.com/dsherret/ts-morph/commit/c7f3512">c7f3512</a>)</li> <li>Add <code>Type#isTemplateLiteral</code> method (<a href="https://github-redirect.dependabot.com/dsherret/ts-morph/issues/1288">#1288</a>) (<a href="https://github.com/dsherret/ts-morph/commit/284a7fd">284a7fd</a>)</li> </ul> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/dsherret/ts-morph/commit/48b797dc37f1a8862ad92e8aac89e578c2c2cde7"><code>48b797d</code></a> 17.0.1 (<a href="https://github-redirect.dependabot.com/dsherret/ts-morph/issues/1359">#1359</a>)</li> <li><a href="https://github.com/dsherret/ts-morph/commit/5c544a2d94475bf65c501763cfda75a0f00cf215"><code>5c544a2</code></a> fix: revert rollup from v3 to v2 to fix <code>esModuleInterop: true</code> (<a href="https://github-redirect.dependabot.com/dsherret/ts-morph/issues/1358">#1358</a>)</li> <li><a href="https://github.com/dsherret/ts-morph/commit/1009672cb4376a1a7a0ca7e6ba8979d2b5fee3fd"><code>1009672</code></a> chore: upgrade internal ts-morph to 17.0.0 (<a href="https://github-redirect.dependabot.com/dsherret/ts-morph/issues/1356">#1356</a>)</li> <li><a href="https://github.com/dsherret/ts-morph/commit/a583f58234030e67250891074dc6a7278bd9be63"><code>a583f58</code></a> 17.0.0</li> <li><a href="https://github.com/dsherret/ts-morph/commit/05916d3635bfe174b2c296aa35f2092d071530d3"><code>05916d3</code></a> feat: allow providing custom error messages to <code>OrThrow</code> methods (<a href="https://github-redirect.dependabot.com/dsherret/ts-morph/issues/1327">#1327</a>)</li> <li><a href="https://github.com/dsherret/ts-morph/commit/e334437108b54dc690c3a814f93b1c696bf4f8f0"><code>e334437</code></a> feat: upgrade to TS 4.9 (<a href="https://github-redirect.dependabot.com/dsherret/ts-morph/issues/1354">#1354</a>)</li> <li><a href="https://github.com/dsherret/ts-morph/commit/3d64776079d5e07d0c9f16f2dda776c605580e14"><code>3d64776</code></a> chore: fix 2 typos in declaration names (<a href="https://github-redirect.dependabot.com/dsherret/ts-morph/issues/1352">#1352</a>)</li> <li><a href="https://github.com/dsherret/ts-morph/commit/6b88a0b2dd84b0f22709092c67b5d2a5bc3ed3da"><code>6b88a0b</code></a> fix: named import/export specifier structures were missing isTypeOnly (<a href="https://github-redirect.dependabot.com/dsherret/ts-morph/issues/1347">#1347</a>)</li> <li><a href="https://github.com/dsherret/ts-morph/commit/f927d01b347b14a667df0334ea974e7133a963d0"><code>f927d01</code></a> fix: getOverloads for a class method should take into account if static (<a href="https://github-redirect.dependabot.com/dsherret/ts-morph/issues/1337">#1337</a>)</li> <li><a href="https://github.com/dsherret/ts-morph/commit/7680bae927889ed3ae461b3321ab175d01e3e3a5"><code>7680bae</code></a> fix: ImportEqualsDeclaration should be exportable (<a href="https://github-redirect.dependabot.com/dsherret/ts-morph/issues/1336">#1336</a>)</li> <li>Additional commits viewable in <a href="https://github.com/dsherret/ts-morph/compare/15.0.0...17.0.1">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>
This issue appears to be discussing a feature request or bug report related to the repository. Based on the content, it seems to be still under discussion. The issue was opened by dependabot[bot] and has received 0 comments.