Bump xterm from 5.1.0 to 5.2.0 in /client #17

Merged
dependabot[bot] merged 1 commits from dependabot/npm_and_yarn/client/xterm-5.2.0 into main 2023-06-10 00:12:35 +00:00
dependabot[bot] commented 2023-06-09 01:20:31 +00:00 (Migrated from github.com)

Bumps xterm from 5.1.0 to 5.2.0.

Release notes

Sourced from xterm's releases.

5.2.0

🚀 Features

📦 API

  • Improved Windows workarounds with the new windowsPty option (#4539) via @​Tyriar

    const term = new Terminal({
      windowsPty: {
        backend: 'conpty',
        buildNumber: 19000
      }
    });
    

🐞 Bug fixes

📝 Documentation and internal improvements

... (truncated)

Commits

Dependabot compatibility score

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 commands and options

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)
Bumps [xterm](https://github.com/xtermjs/xterm.js) from 5.1.0 to 5.2.0. <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/xtermjs/xterm.js/releases">xterm's releases</a>.</em></p> <blockquote> <h2>5.2.0</h2> <h2>🚀 Features</h2> <ul> <li>Support for the overline attribute SGR 53/55 (<a href="https://redirect.github.com/xtermjs/xterm.js/issues/4526">#4526</a>, <a href="https://redirect.github.com/xtermjs/xterm.js/issues/4532">#4532</a>) via <a href="https://github.com/Tyriar"><code>@​Tyriar</code></a></li> </ul> <h3>📦 API</h3> <ul> <li> <p>Improved Windows workarounds with the new windowsPty option (<a href="https://redirect.github.com/xtermjs/xterm.js/issues/4539">#4539</a>) via <a href="https://github.com/Tyriar"><code>@​Tyriar</code></a></p> <pre lang="ts"><code>const term = new Terminal({ windowsPty: { backend: 'conpty', buildNumber: 19000 } }); </code></pre> </li> </ul> <h2>🐞 Bug fixes</h2> <ul> <li>Fix performance issue related to hovering links (<a href="https://redirect.github.com/xtermjs/xterm.js/issues/4341">#4341</a>) via <a href="https://github.com/Tyriar"><code>@​Tyriar</code></a></li> <li>Fix exception by validating rows are correct when rendering (<a href="https://redirect.github.com/xtermjs/xterm.js/issues/4346">#4346</a>) via <a href="https://github.com/Tyriar"><code>@​Tyriar</code></a></li> <li>Improve rendering of dotted underline (<a href="https://redirect.github.com/xtermjs/xterm.js/issues/4350">#4350</a>) via <a href="https://github.com/Tyriar"><code>@​Tyriar</code></a></li> <li>Invalidate links after resizing (<a href="https://redirect.github.com/xtermjs/xterm.js/issues/4358">#4358</a>) via <a href="https://github.com/Tyriar"><code>@​Tyriar</code></a></li> <li>Fix texture atlas exception thrown when changing options (<a href="https://redirect.github.com/xtermjs/xterm.js/issues/4390">#4390</a>) via <a href="https://github.com/Tyriar"><code>@​Tyriar</code></a></li> <li>Show hollow cursor when unfocused, regardless of cursor type (<a href="https://redirect.github.com/xtermjs/xterm.js/issues/4443">#4443</a>) via <a href="https://github.com/tisilent"><code>@​tisilent</code></a></li> <li>Fix out of sync link underlines after resizing on Windows (<a href="https://redirect.github.com/xtermjs/xterm.js/issues/4458">#4458</a>) via <a href="https://github.com/Tyriar"><code>@​Tyriar</code></a></li> <li>Fix a lifecycle issue with decorations (<a href="https://redirect.github.com/xtermjs/xterm.js/issues/4465">#4465</a>) via <a href="https://github.com/Tyriar"><code>@​Tyriar</code></a></li> <li>Rerender in the DOM renderer after options change (<a href="https://redirect.github.com/xtermjs/xterm.js/issues/4475">#4475</a>) via <a href="https://github.com/kelvinhammond"><code>@​kelvinhammond</code></a></li> <li>Fix DECRQM reports and add DECBKM (<a href="https://redirect.github.com/xtermjs/xterm.js/issues/4478">#4478</a>) via <a href="https://github.com/jerch"><code>@​jerch</code></a></li> <li>Fix links not working when using a screen reader (<a href="https://redirect.github.com/xtermjs/xterm.js/issues/4491">#4491</a>) via <a href="https://github.com/jerch"><code>@​jerch</code></a></li> <li>Ensure decorations in the top layer render on top of decorations in the bottom layer (<a href="https://redirect.github.com/xtermjs/xterm.js/issues/4516">#4516</a>) via <a href="https://github.com/jeanp413"><code>@​jeanp413</code></a></li> <li>Avoid triggering a reflow while rendering search decorations (<a href="https://redirect.github.com/xtermjs/xterm.js/issues/4521">#4521</a>) via <a href="https://github.com/jeanp413"><code>@​jeanp413</code></a></li> <li>Don't apply dim to background color (<a href="https://redirect.github.com/xtermjs/xterm.js/issues/4525">#4525</a>) via <a href="https://github.com/Tyriar"><code>@​Tyriar</code></a></li> <li>Fix exception and performance issue when rendering link underlines (<a href="https://redirect.github.com/xtermjs/xterm.js/issues/4546">#4546</a>) via <a href="https://github.com/jerch"><code>@​jerch</code></a></li> </ul> <h2>📝 Documentation and internal improvements</h2> <ul> <li>Remove unused buffer code (<a href="https://redirect.github.com/xtermjs/xterm.js/issues/4335">#4335</a>) via <a href="https://github.com/jerch"><code>@​jerch</code></a></li> <li>Explore a different accessibility view (<a href="https://redirect.github.com/xtermjs/xterm.js/issues/4340">#4340</a>, <a href="https://redirect.github.com/xtermjs/xterm.js/issues/4375">#4375</a>, <a href="https://redirect.github.com/xtermjs/xterm.js/issues/4376">#4376</a>, <a href="https://redirect.github.com/xtermjs/xterm.js/issues/4377">#4377</a>, <a href="https://redirect.github.com/xtermjs/xterm.js/issues/4381">#4381</a>, <a href="https://redirect.github.com/xtermjs/xterm.js/issues/4382">#4382</a>, <a href="https://redirect.github.com/xtermjs/xterm.js/issues/4383">#4383</a>, <a href="https://redirect.github.com/xtermjs/xterm.js/issues/4389">#4389</a>, <a href="https://redirect.github.com/xtermjs/xterm.js/issues/4395">#4395</a>, <a href="https://redirect.github.com/xtermjs/xterm.js/issues/4398">#4398</a>, <a href="https://redirect.github.com/xtermjs/xterm.js/issues/4400">#4400</a>, <a href="https://redirect.github.com/xtermjs/xterm.js/issues/4402">#4402</a>, <a href="https://redirect.github.com/xtermjs/xterm.js/issues/4406">#4406</a>, <a href="https://redirect.github.com/xtermjs/xterm.js/issues/4413">#4413</a>, <a href="https://redirect.github.com/xtermjs/xterm.js/issues/4427">#4427</a>, <a href="https://redirect.github.com/xtermjs/xterm.js/issues/4536">#4536</a>) via <a href="https://github.com/meganrogge"><code>@​meganrogge</code></a>, <a href="https://github.com/Tyriar"><code>@​Tyriar</code></a></li> <li>Update CI containers to Ubuntu 20.04 (<a href="https://redirect.github.com/xtermjs/xterm.js/issues/4347">#4347</a>) via <a href="https://github.com/silamon"><code>@​silamon</code></a></li> <li>Update CI containers to use Node 18 (<a href="https://redirect.github.com/xtermjs/xterm.js/issues/4542">#4542</a>) via <a href="https://github.com/silamon"><code>@​silamon</code></a> 4542</li> <li>Remove unused imports (<a href="https://redirect.github.com/xtermjs/xterm.js/issues/4361">#4361</a>) via <a href="https://github.com/Eugeny"><code>@​Eugeny</code></a></li> <li>Replace dom helper with HTMLElement.remove() (<a href="https://redirect.github.com/xtermjs/xterm.js/issues/4364">#4364</a>) via <a href="https://github.com/Tyriar"><code>@​Tyriar</code></a></li> <li>Show proper parameter hints when calling createInstance (<a href="https://redirect.github.com/xtermjs/xterm.js/issues/4393">#4393</a>) via <a href="https://github.com/Tyriar"><code>@​Tyriar</code></a></li> <li>Correct registerMarker API docs (<a href="https://redirect.github.com/xtermjs/xterm.js/issues/4464">#4464</a>) via <a href="https://github.com/Tyriar"><code>@​Tyriar</code></a></li> <li>Add FAQ to new issue report (<a href="https://redirect.github.com/xtermjs/xterm.js/issues/4512">#4512</a>) via <a href="https://github.com/Tyriar"><code>@​Tyriar</code></a></li> <li>Fix buffer corruption for utf8 transport in demo (<a href="https://redirect.github.com/xtermjs/xterm.js/issues/4527">#4527</a>) via <a href="https://github.com/jerch"><code>@​jerch</code></a></li> </ul> <!-- raw HTML omitted --> </blockquote> <p>... (truncated)</p> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/xtermjs/xterm.js/commit/cc1089e9437a607664a644b4ddd33c4a90555cda"><code>cc1089e</code></a> Merge pull request <a href="https://redirect.github.com/xtermjs/xterm.js/issues/4549">#4549</a> from Tyriar/r5_2_0</li> <li><a href="https://github.com/xtermjs/xterm.js/commit/47c21df83d9f019a8413c969fc7f17a0eba01465"><code>47c21df</code></a> v5.2.0</li> <li><a href="https://github.com/xtermjs/xterm.js/commit/380e6805e8fb38e63cf20dbf1c27fb82e8f470dd"><code>380e680</code></a> Merge pull request <a href="https://redirect.github.com/xtermjs/xterm.js/issues/4539">#4539</a> from Tyriar/tyriar/windowsPty</li> <li><a href="https://github.com/xtermjs/xterm.js/commit/9f424833d64477fee76d34b333b20040b4506ca3"><code>9f42483</code></a> Merge pull request <a href="https://redirect.github.com/xtermjs/xterm.js/issues/4546">#4546</a> from jerch/fix_4545</li> <li><a href="https://github.com/xtermjs/xterm.js/commit/90ccc815cb1349875fefc17fbffd20c2629be8cf"><code>90ccc81</code></a> more verbose comments to get the idea of the code</li> <li><a href="https://github.com/xtermjs/xterm.js/commit/8de7bd5850c0ebed3cc9c25178a387f9952ccb00"><code>8de7bd5</code></a> rename lneX to maxY</li> <li><a href="https://github.com/xtermjs/xterm.js/commit/9fed8e2a3a250e04734a1b2fa8cb03868504af54"><code>9fed8e2</code></a> defensive underline event coords handling in DOM renderer</li> <li><a href="https://github.com/xtermjs/xterm.js/commit/118915c1f7de2a0f0f158e45889c90868fec09ce"><code>118915c</code></a> Merge pull request <a href="https://redirect.github.com/xtermjs/xterm.js/issues/4542">#4542</a> from silamon/node18</li> <li><a href="https://github.com/xtermjs/xterm.js/commit/fca593d93be28f1cde9756f749ac0ae1f6e0bb3d"><code>fca593d</code></a> Fix unit testing (headless)</li> <li><a href="https://github.com/xtermjs/xterm.js/commit/3376ee2f853f9265d6e50bd79d87ff9480805e62"><code>3376ee2</code></a> Node 18</li> <li>Additional commits viewable in <a href="https://github.com/xtermjs/xterm.js/compare/5.1.0...5.2.0">compare view</a></li> </ul> </details> <br /> [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=xterm&package-manager=npm_and_yarn&previous-version=5.1.0&new-version=5.2.0)](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>
cloudflare-workers-and-pages[bot] commented 2023-06-09 01:20:33 +00:00 (Migrated from github.com)

Deploying with  Cloudflare Pages  Cloudflare Pages

Latest commit: 79f5f68
Status:   Deploy successful!
Preview URL: https://75d5f7bd.powertools.pages.dev
Branch Preview URL: https://dependabot-npm-and-yarn-clie-qtz0.powertools.pages.dev

View logs

## Deploying with &nbsp;<a href="https://pages.dev"><img alt="Cloudflare Pages" src="https://user-images.githubusercontent.com/23264/106598434-9e719e00-654f-11eb-9e59-6167043cfa01.png" width="16"></a> &nbsp;Cloudflare Pages <table><tr><td><strong>Latest commit:</strong> </td><td> <code>79f5f68</code> </td></tr> <tr><td><strong>Status:</strong></td><td>&nbsp;✅&nbsp; Deploy successful!</td></tr> <tr><td><strong>Preview URL:</strong></td><td> <a href='https://75d5f7bd.powertools.pages.dev'>https://75d5f7bd.powertools.pages.dev</a> </td></tr> <tr><td><strong>Branch Preview URL:</strong></td><td> <a href='https://dependabot-npm-and-yarn-clie-qtz0.powertools.pages.dev'>https://dependabot-npm-and-yarn-clie-qtz0.powertools.pages.dev</a> </td></tr> </table> [View logs](https://dash.cloudflare.com/?to=/:account/pages/view/powertools/75d5f7bd-4c51-462a-a390-847dc786dca4)
This repo is archived. You cannot comment on pull requests.
No description provided.