dependabot[bot] opened a new pull request, #20981:
URL: https://github.com/apache/superset/pull/20981

   Bumps [ts-node](https://github.com/TypeStrong/ts-node) from 9.1.1 to 10.9.1.
   <details>
   <summary>Release notes</summary>
   <p><em>Sourced from <a 
href="https://github.com/TypeStrong/ts-node/releases";>ts-node's 
releases</a>.</em></p>
   <blockquote>
   <h2>v10.9.1</h2>
   <p><strong>Fixed</strong></p>
   <ul>
   <li>Workaround nodejs bug introduced in 18.6.0 (<a 
href="https://github-redirect.dependabot.com/TypeStrong/ts-node/issues/1838";>#1838</a>)
 <a href="https://github.com/cspotcode";><code>@​cspotcode</code></a>
   <ul>
   <li>Only affects projects on node &gt;=18.6.0 using <code>--esm</code></li>
   <li>Older versions of node and projects without <code>--esm</code> are 
unaffected</li>
   </ul>
   </li>
   </ul>
   <p><a 
href="https://github.com/TypeStrong/ts-node/compare/v10.9.0...v10.9.1";>https://github.com/TypeStrong/ts-node/compare/v10.9.0...v10.9.1</a>
   <a 
href="https://github.com/TypeStrong/ts-node/milestone/18?closed=1";>https://github.com/TypeStrong/ts-node/milestone/18?closed=1</a></p>
   <h2>v10.9.0</h2>
   <p><strong>Added</strong></p>
   <ul>
   <li><code>--project</code> accepts path to a directory containing a 
<code>tsconfig.json</code> (<a 
href="https://github-redirect.dependabot.com/TypeStrong/ts-node/issues/1829";>#1829</a>,
 <a 
href="https://github-redirect.dependabot.com/TypeStrong/ts-node/issues/1830";>#1830</a>)
 <a href="https://github.com/cspotcode";><code>@​cspotcode</code></a>
   <ul>
   <li>previously it required an explicit filename</li>
   </ul>
   </li>
   <li>Added helpful error message when swc version is too old to support our 
configuration (<a 
href="https://github-redirect.dependabot.com/TypeStrong/ts-node/issues/1802";>#1802</a>)
 <a href="https://github.com/cspotcode";><code>@​cspotcode</code></a></li>
   <li>Added <code>experimentalTsImportSpecifiers</code> option which allows 
using voluntary <code>.ts</code> file extensions in import specifiers 
(undocumented except for <a 
href="https://typestrong.org/ts-node/api/interfaces/CreateOptions.html#experimentalTsImportSpecifiers";>API
 docs</a>) (<a 
href="https://github-redirect.dependabot.com/TypeStrong/ts-node/issues/1815";>#1815</a>)
 <a href="https://github.com/cspotcode";><code>@​cspotcode</code></a></li>
   </ul>
   <p><strong>Fixed</strong></p>
   <ul>
   <li>Fixed bug where <code>child_process.fork()</code> would erroneously 
execute the parent's entrypoint script, not the intended child script (<a 
href="https://github-redirect.dependabot.com/TypeStrong/ts-node/issues/1812";>#1812</a>,
 <a 
href="https://github-redirect.dependabot.com/TypeStrong/ts-node/issues/1814";>#1814</a>)
 <a href="https://github.com/devversion";><code>@​devversion</code></a></li>
   <li>Fixed support for jsx modes <code>&quot;react-jsx&quot;</code> and 
<code>&quot;react-jsxdev&quot;</code> in swc transpiler (<a 
href="https://github-redirect.dependabot.com/TypeStrong/ts-node/issues/1800";>#1800</a>,
 <a 
href="https://github-redirect.dependabot.com/TypeStrong/ts-node/issues/1802";>#1802</a>)
 <a href="https://github.com/cspotcode";><code>@​cspotcode</code></a></li>
   <li>Fixed support for import assertions in swc transpiler (<a 
href="https://github-redirect.dependabot.com/TypeStrong/ts-node/issues/1817";>#1817</a>,
 <a 
href="https://github-redirect.dependabot.com/TypeStrong/ts-node/issues/1802";>#1802</a>)
 <a href="https://github.com/cspotcode";><code>@​cspotcode</code></a></li>
   <li>Fixed bug where calling <code>repl.evalCode()</code> with code not 
ending in a newline would not update the typechecker accordingly (<a 
href="https://github-redirect.dependabot.com/TypeStrong/ts-node/issues/1764";>#1764</a>,
 <a 
href="https://github-redirect.dependabot.com/TypeStrong/ts-node/issues/1824";>#1824</a>)
 <a href="https://github.com/cspotcode";><code>@​cspotcode</code></a></li>
   </ul>
   <p><a 
href="https://github.com/TypeStrong/ts-node/compare/v10.8.2...v10.9.0";>https://github.com/TypeStrong/ts-node/compare/v10.8.2...v10.9.0</a>
   <a 
href="https://github.com/TypeStrong/ts-node/milestone/16?closed=1";>https://github.com/TypeStrong/ts-node/milestone/16?closed=1</a></p>
   <h2>v10.8.2</h2>
   <p><strong>Fixed</strong></p>
   <ul>
   <li>Revert &quot;Use file URL for source map paths&quot; (<a 
href="https://github-redirect.dependabot.com/TypeStrong/ts-node/issues/1821";>#1821</a>)
 <a href="https://github.com/cspotcode";><code>@​cspotcode</code></a>
   <ul>
   <li>Fixes <a 
href="https://github-redirect.dependabot.com/TypeStrong/ts-node/issues/1790";>#1790</a>:
 ts-node 10.8.1 regression where <code>nyc</code> code coverage reports had 
incorrect paths</li>
   <li>Fixes <a 
href="https://github-redirect.dependabot.com/TypeStrong/ts-node/issues/1797";>#1797</a>:
 ts-node 10.8.1 regression where breakpoints did not hit in VSCode 
debugging</li>
   </ul>
   </li>
   <li>Allow JSON imports in node 16.15 and up (<a 
href="https://github-redirect.dependabot.com/TypeStrong/ts-node/issues/1792";>#1792</a>)
 <a href="https://github.com/queengooborg";><code>@​queengooborg</code></a>
   <ul>
   <li>JSON imports were already supported in v17.5 and up</li>
   <li>this change extends support to &gt;=16.15.0,&lt;17.0.0</li>
   <li>These version ranges match vanilla node's support for JSON imports</li>
   </ul>
   </li>
   </ul>
   <p><a 
href="https://github.com/TypeStrong/ts-node/compare/v10.8.1...v10.8.2";>https://github.com/TypeStrong/ts-node/compare/v10.8.1...v10.8.2</a>
   <a 
href="https://github.com/TypeStrong/ts-node/milestone/15?closed=1";>https://github.com/TypeStrong/ts-node/milestone/15?closed=1</a></p>
   <h2>v10.8.1</h2>
   <p><strong>Fixed</strong></p>
   <ul>
   <li>Fixed <a 
href="https://github-redirect.dependabot.com/TypeStrong/ts-node/issues/1769";>#1769</a>:
 source URLs in source map cache were malformed on Windows, affecting code 
coverage reports (<a 
href="https://github-redirect.dependabot.com/TypeStrong/ts-node/issues/1769";>#1769</a>,
 <a 
href="https://github-redirect.dependabot.com/TypeStrong/ts-node/issues/1771";>#1771</a>)
 <a href="https://github.com/PaperStrike";><code>@​PaperStrike</code></a></li>
   <li>Fixed <a 
href="https://github-redirect.dependabot.com/TypeStrong/ts-node/issues/1778";>#1778</a>:
 typechecker was erronously resolving imports from ESM files as if they were 
from CJS files (<a 
href="https://github-redirect.dependabot.com/TypeStrong/ts-node/issues/1778";>#1778</a>,
 <a 
href="https://github-redirect.dependabot.com/TypeStrong/ts-node/issues/1782";>#1782</a>)
 <a href="https://github.com/cspotcode";><code>@​cspotcode</code></a></li>
   </ul>
   <p><a 
href="https://github.com/TypeStrong/ts-node/compare/v10.8.0...v10.8.1";>https://github.com/TypeStrong/ts-node/compare/v10.8.0...v10.8.1</a>
   <a 
href="https://github.com/TypeStrong/ts-node/milestone/14";>https://github.com/TypeStrong/ts-node/milestone/14</a></p>
   <!-- raw HTML omitted -->
   </blockquote>
   <p>... (truncated)</p>
   </details>
   <details>
   <summary>Commits</summary>
   <ul>
   <li><a 
href="https://github.com/TypeStrong/ts-node/commit/0e0da590b3c104ee515ae7b603c29d3d87620ce5";><code>0e0da59</code></a>
 10.9.1</li>
   <li><a 
href="https://github.com/TypeStrong/ts-node/commit/c02af136b062574081d355a768ceddd3b0bb1903";><code>c02af13</code></a>
 Attempt workaround for node regression (<a 
href="https://github-redirect.dependabot.com/TypeStrong/ts-node/issues/1838";>#1838</a>)</li>
   <li><a 
href="https://github.com/TypeStrong/ts-node/commit/11424e06ac360c4aea26f94e1bacaa3b74b7e57f";><code>11424e0</code></a>
 10.9.0</li>
   <li><a 
href="https://github.com/TypeStrong/ts-node/commit/7e41cb7c312d159c518d0ab37eee581d54c792d3";><code>7e41cb7</code></a>
 fix jsdoc typo</li>
   <li><a 
href="https://github.com/TypeStrong/ts-node/commit/b30ad7e9a1527c673ec2426fe02477c4c85eb036";><code>b30ad7e</code></a>
 update api report</li>
   <li><a 
href="https://github.com/TypeStrong/ts-node/commit/ee3e37ad52f7a87ebeb3e40ca19bdb8b1548ec6f";><code>ee3e37a</code></a>
 rebuild readme</li>
   <li><a 
href="https://github.com/TypeStrong/ts-node/commit/604b2aa7bba341351ac43c8d042a4843632ea8bf";><code>604b2aa</code></a>
 docs tweak ugh</li>
   <li><a 
href="https://github.com/TypeStrong/ts-node/commit/3333005f43ef32c13eedc6d4deec4db9b7b4501a";><code>3333005</code></a>
 Update performance.md (<a 
href="https://github-redirect.dependabot.com/TypeStrong/ts-node/issues/1837";>#1837</a>)</li>
   <li><a 
href="https://github.com/TypeStrong/ts-node/commit/32d07e2b2fcbaab97c11e71ee5fc3a79fc20c802";><code>32d07e2</code></a>
 Fix ESM node processes being unable to fork into other scripts (<a 
href="https://github-redirect.dependabot.com/TypeStrong/ts-node/issues/1814";>#1814</a>)</li>
   <li><a 
href="https://github.com/TypeStrong/ts-node/commit/86b63bfde7b6ed234f55420d4d20c1e691075e53";><code>86b63bf</code></a>
 try adding config to ignore formatting commits in blame view (<a 
href="https://github-redirect.dependabot.com/TypeStrong/ts-node/issues/1835";>#1835</a>)</li>
   <li>Additional commits viewable in <a 
href="https://github.com/TypeStrong/ts-node/compare/v9.1.1...v10.9.1";>compare 
view</a></li>
   </ul>
   </details>
   <br />
   
   
   [![Dependabot compatibility 
score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=ts-node&package-manager=npm_and_yarn&previous-version=9.1.1&new-version=10.9.1)](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 is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to