InDieTasten / b0tnet

ASCII/Console/Text Hacking Adventure
https://b0tnet.indietasten.net/
MIT License
3 stars 0 forks source link

[Snyk] Upgrade xterm from 4.15.0 to 4.16.0 #70

Closed snyk-bot closed 2 years ago

snyk-bot commented 2 years ago

Snyk has created this PR to upgrade xterm from 4.15.0 to 4.16.0.

merge advice :information_source: Keep your dependencies up-to-date. This makes it easier to fix existing vulnerabilities and to more quickly identify and fix newly disclosed vulnerabilities when they affect your project.


Release notes
Package name: xterm
  • 4.16.0 - 2021-12-22

    Make sure you update your xterm.css file if you have your own copy as there were some changes made there (#3579).

    🚀 Features

    • Add support for OSC 4/10/11/2 which enables programs to set and report colors within the terminal (#3524) via @ jerch

    📦 API

    • Set multiple options through the Terminal.options API (#3546, #3586) via @ silamon
      // before
      term.setOption('rendererType', 'dom');
      term.setOption('fontSize', 12);
      
      // after
      term.options = {
        rendererType: 'dom',
        fontSize: 12
      };
    • The link provider API is no longer marked as experimental (#3587) via @ Tyriar

    🐞 Bug fixes

    • Prevent duplicate IME input on Linux (#3535) via @ Eugeny
    • Clear line wrapped status on EL 2 (erase all in line) (#3536) via @ silamon
    • Allow shift+wheel to bubble up the DOM (#3551) via @ Tyriar
    • Fix canvas renderer color changes (#3553) via @ jerch
    • Prevent character joiners that throw from taking down whole terminal (#3565) via @ LabhanshAgrawal
    • Add tabIndex to the accessibility tree element to enable screen reader browse mode (#3572) via @ Tyriar
    • Fix keystroke being ignored on US intl keyboard layouts after entering quotes (#3574) via @ Tyriar
    • Take terminal padding into account when determining link area (#3580) via @ Tyriar
    • Don't include trailing EOL when selecting multiple lines that end at the right edge (#3583) via @ Tyriar

    📝 Documentation and internal improvements

    • Fix issues reported by the putout linter (#3538) via @ coderaiser
    • Fix unexpected error in incremental compiles (#3560) via @ silamon
    • Mark IKeyboardEvent.keyCode as deprecated (#3582) via @ Tyriar
    • Improve debug logging of parsing data to include a character code array (#3588) via @ Tyriar

    🎉 New real-world use cases


    📥 Addons

    xterm-addon-search

    • Fix length calculation of wide unicode characters (#3236) via @ gera2ld

    xterm-addon-web-links

    xterm-addon-webgl

    🤝 Compatible addon versions

    • xterm-addon-attach@0.6.0
    • xterm-addon-fit@0.5.0
    • xterm-addon-ligatures@0.5.1
    • xterm-addon-search@0.8.2
    • xterm-addon-serialize@0.6.1
    • xterm-addon-unicode11@...
    • xterm-addon-web-links@0.5.0
    • xterm-addon-webgl@0.11.4

    🌐 Website

  • 4.16.0-beta.16 - 2021-12-22
  • 4.16.0-beta.15 - 2021-12-22
  • 4.16.0-beta.14 - 2021-12-22
  • 4.16.0-beta.13 - 2021-12-22
  • 4.16.0-beta.12 - 2021-12-21
  • 4.16.0-beta.11 - 2021-12-21
  • 4.16.0-beta.10 - 2021-12-21
  • 4.16.0-beta.9 - 2021-12-20
  • 4.16.0-beta.8 - 2021-12-20
  • 4.16.0-beta.7 - 2021-12-17
  • 4.16.0-beta.6 - 2021-12-17
  • 4.16.0-beta.5 - 2021-12-10
  • 4.16.0-beta.4 - 2021-11-24
  • 4.16.0-beta.3 - 2021-11-21
  • 4.16.0-beta.2 - 2021-11-09
  • 4.16.0-beta.1 - 2021-11-08
  • 4.15.0 - 2021-11-05
    Read more
from xterm GitHub release notes
Commit messages
Package name: xterm
  • 10e4d07 Merge pull request #3589 from Tyriar/v4_16
  • 35c2d1a v4.16.0
  • 86ad519 Merge pull request #3588 from Tyriar/3505
  • 9a3ee49 Log characters as a code array when parsing data as well
  • 3da594a Merge pull request #3587 from Tyriar/3493
  • 72308b4 Make link provider API stable
  • c22b3a9 Merge pull request #3236 from gera2ld/master
  • f685360 Add docs to line cache entry items
  • 0fcd870 Name line cache entry type
  • 8d2e432 Merge branch 'master' into master
  • ae6f575 Merge pull request #3524 from jerch/osc_colors
  • 086ca58 Comment tweaks
  • e635b3d Merge remote-tracking branch 'upstream/master' into pr/jerch/3524
  • df548e1 Merge pull request #3586 from Tyriar/3585
  • 13b8c78 Fix demo
  • 3cc9994 Merge remote-tracking branch 'upstream/master' into pr/jerch/3524
  • d95d4b7 Merge pull request #3583 from Tyriar/3552
  • d261c3b Merge branch 'master' into 3552
  • 8c94c97 Don't include trailing EOL when selecting multiple lines
  • 46c316b Merge pull request #3546 from silamon/options2
  • 7535d2e Move options test to Terminal.api.ts
  • 6cc1708 Merge branch 'master' into options2
  • e623672 Merge pull request #3536 from silamon/isWrappedEraseInBufferline
  • 006e0b7 Merge branch 'master' into isWrappedEraseInBufferline
Compare

Note: You are seeing this because you or someone else with access to this repository has authorized Snyk to open upgrade PRs.

For more information:

🧐 View latest project report

🛠 Adjust upgrade PR settings

🔕 Ignore this dependency or unsubscribe from future upgrade PRs