Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[Snyk] Upgrade xterm from 4.5.0 to 4.11.0 #8

Merged
merged 1 commit into from
Jun 19, 2021

Conversation

snyk-bot
Copy link

Snyk has created this PR to upgrade xterm from 4.5.0 to 4.11.0.

merge advice
ℹ️ 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.


  • The recommended version is 185 versions ahead of your current version.
  • The recommended version was released a month ago, on 2021-03-09.
Release notes
Package name: xterm
  • 4.11.0 - 2021-03-09

    🚀 Features

    📦 API

    🐞 Bug fixes

    📝 Documentation and internal improvements

    🎉 New real-world use cases

    📥 Addons

    xterm-addon-serialize

    xterm-addon-webgl

    • Properly render when resizing or writing if a selection exists (#3232) via @ jeanp413

    🤝 Compatible addon versions

    • xterm-addon-attach@0.6.0
    • xterm-addon-fit@0.5.0
    • xterm-addon-ligatures@0.4.0
    • xterm-addon-search@0.8.0
    • xterm-addon-serialize@0.5.0
    • xterm-addon-unicode11@0.2.0
    • xterm-addon-web-links@0.4.0
    • xterm-addon-webgl@0.10.0
  • 4.11.0-beta.4 - 2021-02-16
  • 4.11.0-beta.3 - 2021-02-05
  • 4.11.0-beta.2 - 2021-02-01
  • 4.11.0-beta.1 - 2021-02-01
  • 4.10.0 - 2021-01-29
    Read more
  • 4.10.0-beta.51 - 2021-01-23
  • 4.10.0-beta.50 - 2021-01-23
  • 4.10.0-beta.49 - 2021-01-23
  • 4.10.0-beta.48 - 2021-01-22
  • 4.10.0-beta.47 - 2021-01-22
  • 4.10.0-beta.46 - 2021-01-19
  • 4.10.0-beta.45 - 2021-01-15
  • 4.10.0-beta.44 - 2021-01-11
  • 4.10.0-beta.43 - 2021-01-11
  • 4.10.0-beta.42 - 2021-01-11
  • 4.10.0-beta.41 - 2021-01-08
  • 4.10.0-beta.40 - 2021-01-08
  • 4.10.0-beta.39 - 2021-01-06
  • 4.10.0-beta.38 - 2021-01-05
  • 4.10.0-beta.37 - 2021-01-04
  • 4.10.0-beta.36 - 2021-01-02
  • 4.10.0-beta.35 - 2020-11-24
  • 4.10.0-beta.34 - 2020-11-11
  • 4.10.0-beta.33 - 2020-11-10
  • 4.10.0-beta.32 - 2020-11-10
  • 4.10.0-beta.31 - 2020-11-05
  • 4.10.0-beta.30 - 2020-11-04
  • 4.10.0-beta.29 - 2020-11-03
  • 4.10.0-beta.28 - 2020-11-02
  • 4.10.0-beta.27 - 2020-10-30
  • 4.10.0-beta.26 - 2020-10-30
  • 4.10.0-beta.25 - 2020-10-29
  • 4.10.0-beta.24 - 2020-10-29
  • 4.10.0-beta.23 - 2020-10-29
  • 4.10.0-beta.22 - 2020-10-28
  • 4.10.0-beta.21 - 2020-10-28
  • 4.10.0-beta.20 - 2020-10-28
  • 4.10.0-beta.19 - 2020-10-25
  • 4.10.0-beta.18 - 2020-10-24
  • 4.10.0-beta.17 - 2020-10-24
  • 4.10.0-beta.16 - 2020-10-24
  • 4.10.0-beta.15 - 2020-10-24
  • 4.10.0-beta.14 - 2020-10-24
  • 4.10.0-beta.13 - 2020-10-24
  • 4.10.0-beta.12 - 2020-10-24
  • 4.10.0-beta.11 - 2020-10-24
  • 4.10.0-beta.10 - 2020-10-24
  • 4.10.0-beta.9 - 2020-09-28
  • 4.10.0-beta.8 - 2020-09-28
  • 4.10.0-beta.7 - 2020-09-26
  • 4.10.0-beta.6 - 2020-09-21
  • 4.10.0-beta.5 - 2020-09-21
  • 4.10.0-beta.4 - 2020-09-15
  • 4.10.0-beta.3 - 2020-09-14
  • 4.10.0-beta.2 - 2020-09-10
  • 4.10.0-beta.1 - 2020-09-09
  • 4.9.0 - 2020-09-08

    📦 API

    • Add number support to fontWeight and fontWeightBold options (#3062) via @ IllusionMH, this now matches the types that the CSS style supports.
    • Support optional dispose function on ILink (#3073) via @ Tyriar, this allows consumers to be notified when links are no longer needed which was difficult to observe before.

    🐞 Bug fixes

    • Fix renderer pausing when Terminal.open is called during an animation (#3008) via @ andrew-schlackman
    • Use document role instead of list for the terminal (#3020) via @ Tyriar
    • Constructor options are now validated just like when using setOption (#3064) via @ IllusionMH
    • Fix rendering of multi-line selection when only top row is visible (#3081) via @ Tyriar
    • Fix first/last line of selection sometimes not rendering with the canvas renderer (#3082) via @ Tyriar

    📝 Documentation and internal improvements

    🛑 Breaking changes

    • getOption('fontWeight') and getOption('fontWeightBold') now returns string | number instead of string:
      // before 4.9.0
      const weight: string = term.getOption('fontWeight');
      

      // after 4.9.0
      const weight: string | number = term.getOption('fontWeight');


      This change accepted as the impact on consumers should be minimal due to the low usage of the API.

    🎉 New real-world use cases


    📥 Addons

    xterm-addon-serialize

    xterm-addon-webgl

    • Expose WebglAddon.clearTextureAtlas API (#3075) via @ Tyriar, this is useful to completely clear the atlas when corruption may have happened (eg. when canvas textures are lost after system sleep/resume).
    • Fix rendering of multi-line selection when only top row is visible (#3081) via @ Tyriar

    🤝 Compatible addon versions

    • xterm-addon-attach@0.6.0
    • xterm-addon-fit@0.4.0
    • xterm-addon-ligatures@0.3.0 (this addon may have issues)
    • xterm-addon-search@0.7.0
    • xterm-addon-serialize@0.4.0
    • xterm-addon-unicode11@0.2.0
    • xterm-addon-web-links@0.4.0
    • xterm-addon-webgl@0.9.0
  • 4.9.0-beta.33 - 2020-09-08
  • 4.9.0-beta.32 - 2020-09-08
  • 4.9.0-beta.31 - 2020-09-07
  • 4.9.0-beta.30 - 2020-09-07
  • 4.9.0-beta.29 - 2020-09-07
  • 4.9.0-beta.28 - 2020-09-07
  • 4.9.0-beta.27 - 2020-09-07
  • 4.9.0-beta.26 - 2020-09-07
  • 4.9.0-beta.25 - 2020-09-06
  • 4.9.0-beta.24 - 2020-09-05
  • 4.9.0-beta.23 - 2020-09-04
  • 4.9.0-beta.22 - 2020-09-02
  • 4.9.0-beta.21 - 2020-08-31
  • 4.9.0-beta.20 - 2020-08-31
  • 4.9.0-beta.19 - 2020-08-29
  • 4.9.0-beta.18 - 2020-08-24
  • 4.9.0-beta.17 - 2020-08-13
  • 4.9.0-beta.16 - 2020-08-12
  • 4.9.0-beta.15 - 2020-08-10
  • 4.9.0-beta.14 - 2020-08-03
  • 4.9.0-beta.13 - 2020-08-01
  • 4.9.0-beta.12 - 2020-07-31
  • 4.9.0-beta.11 - 2020-07-30
  • 4.9.0-beta.10 - 2020-07-30
  • 4.9.0-beta.9 - 2020-07-29
  • 4.9.0-beta.8 - 2020-07-29
  • 4.9.0-beta.7 - 2020-07-27
  • 4.9.0-beta.6 - 2020-07-24
  • 4.9.0-beta.5 - 2020-07-17
  • 4.9.0-beta.4 - 2020-07-16
  • 4.9.0-beta.3 - 2020-07-15
  • 4.9.0-beta.2 - 2020-07-13
  • 4.9.0-beta.1 - 2020-07-10
  • 4.8.1 - 2020-07-10

    🐞 Bug fixes

  • 4.8.0 - 2020-07-10

    🐞 Bug fixes

    📝 Documentation and internal improvements


    🤝 Compatible addon versions

    • xterm-addon-attach@0.6.0
    • xterm-addon-fit@0.4.0
    • xterm-addon-ligatures@0.3.0 (this addon may have issues)
    • xterm-addon-search@0.7.0
    • xterm-addon-serialize@0.3.0
    • xterm-addon-unicode11@0.2.0
    • xterm-addon-web-links@0.4.0
    • xterm-addon-webgl@0.8.0
  • 4.8.0-beta.12 - 2020-07-10
  • 4.8.0-beta.11 - 2020-07-10
  • 4.8.0-beta.10 - 2020-07-10
  • 4.8.0-beta.9 - 2020-07-09
  • 4.8.0-beta.8 - 2020-07-08
  • 4.8.0-beta.7 - 2020-07-07
  • 4.8.0-beta.6 - 2020-07-07
  • 4.8.0-beta.5 - 2020-07-07
  • 4.8.0-beta.4 - 2020-07-01
  • 4.8.0-beta.3 - 2020-06-30
  • 4.8.0-beta.2 - 2020-06-26
  • 4.8.0-beta.1 - 2020-06-19
  • 4.7.0 - 2020-06-11
    Read more
  • 4.7.0-beta.25 - 2020-06-11
  • 4.7.0-beta.24 - 2020-06-11
  • 4.7.0-beta.23 - 2020-06-11
  • 4.7.0-beta.22 - 2020-06-05
  • 4.7.0-beta.21 - 2020-06-05
  • 4.7.0-beta.20 - 2020-06-04
  • 4.7.0-beta.19 - 2020-06-04
  • 4.7.0-beta.18 - 2020-06-04
  • 4.7.0-beta.17 - 2020-06-02
  • 4.7.0-beta.16 - 2020-06-02
  • 4.7.0-beta.15 - 2020-06-01
  • 4.7.0-beta.14 - 2020-06-01
  • 4.7.0-beta.13 - 2020-05-29
  • 4.7.0-beta.12 - 2020-05-27
  • 4.7.0-beta.11 - 2020-05-27
  • 4.7.0-beta.10 - 2020-05-26
  • 4.7.0-beta.9 - 2020-05-26
  • 4.7.0-beta.8 - 2020-05-26
  • 4.7.0-beta.7 - 2020-05-20
  • 4.7.0-beta.6 - 2020-05-19
  • 4.7.0-beta.5 - 2020-05-19
  • 4.7.0-beta.4 - 2020-05-18
  • 4.7.0-beta.3 - 2020-05-15
  • 4.7.0-beta.2 - 2020-05-15
  • 4.7.0-beta.1 - 2020-05-14
  • 4.6.0 - 2020-05-13
    Read more
  • 4.6.0-beta.53 - 2020-05-13
  • 4.6.0-beta.52 - 2020-05-13
  • 4.6.0-beta.51 - 2020-05-12
  • 4.6.0-beta.50 - 2020-05-12
  • 4.6.0-beta.49 - 2020-05-12
  • 4.6.0-beta.48 - 2020-05-11
  • 4.6.0-beta.47 - 2020-05-11
  • 4.6.0-beta.46 - 2020-05-08
  • 4.6.0-beta.45 - 2020-05-07
  • 4.6.0-beta.44 - 2020-05-06
  • 4.6.0-beta.43 - 2020-05-06
  • 4.6.0-beta.42 - 2020-05-06
  • 4.6.0-beta.41 - 2020-05-05
  • 4.6.0-beta.40 - 2020-05-05
  • 4.6.0-beta.39 - 2020-05-05
  • 4.6.0-beta.38 - 2020-05-03
  • 4.6.0-beta.37 - 2020-05-03
  • 4.6.0-beta.36 - 2020-05-03
  • 4.6.0-beta.35 - 2020-05-03
  • 4.6.0-beta.34 - 2020-05-03
  • 4.6.0-beta.33 - 2020-05-02
  • 4.6.0-beta.32 - 2020-04-30
  • 4.6.0-beta.31 - 2020-04-28
  • 4.6.0-beta.30 - 2020-04-28
  • 4.6.0-beta.29 - 2020-04-27
  • 4.6.0-beta.28 - 2020-04-27
  • 4.6.0-beta.27 - 2020-04-26
  • 4.6.0-beta.26 - 2020-04-26
  • 4.6.0-beta.25 - 2020-04-26
  • 4.6.0-beta.24 - 2020-04-25
  • 4.6.0-beta.23 - 2020-04-25
  • 4.6.0-beta.22 - 2020-04-24
  • 4.6.0-beta.21 - 2020-04-22
  • 4.6.0-beta.20 - 2020-04-22
  • 4.6.0-beta.19 - 2020-04-21
  • 4.6.0-beta.18 - 2020-04-21
  • 4.6.0-beta.17 - 2020-04-20
  • 4.6.0-beta.16 - 2020-04-20
  • 4.6.0-beta.15 - 2020-04-19
  • 4.6.0-beta.14 - 2020-04-19
  • 4.6.0-beta.13 - 2020-04-18
  • 4.6.0-beta.12 - 2020-04-18
  • 4.6.0-beta.11 - 2020-04-15
  • 4.6.0-beta.10 - 2020-04-15
  • 4.6.0-beta.9 - 2020-04-14
  • 4.6.0-beta.8 - 2020-04-14
  • 4.6.0-beta.7 - 2020-04-14
  • 4.6.0-beta.6 - 2020-04-14
  • 4.6.0-beta.5 - 2020-04-13
  • 4.6.0-beta.4 - 2020-04-11
  • 4.6.0-beta.3 - 2020-04-11
  • 4.6.0-beta.2 - 2020-04-11
  • 4.6.0-beta.1 - 2020-04-10
  • 4.5.0 - 2020-04-10
    Read more
from xterm GitHub release notes
Commit messages
Package name: xterm

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

@performance-testing-bot
Copy link

Unable to locate .performanceTestingBot config file

@RonSherfey RonSherfey merged commit 6651dcc into develop Jun 19, 2021
@RonSherfey RonSherfey deleted the snyk-upgrade-e43621a73f25de38439f12d2441369f6 branch June 19, 2021 15:04
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants