[Snyk] Upgrade xterm from 4.18.0 to 4.19.0 #2
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
This PR was automatically created by Snyk using the credentials of a real user.
![snyk-top-banner](https://github.com/andygongea/OWASP-Benchmark/assets/818805/c518c423-16fe-447e-b67f-ad5a49b5d123)
Snyk has created this PR to upgrade xterm from 4.18.0 to 4.19.0.
ℹ️ 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 68 versions ahead of your current version.
The recommended version was released on 2 years ago.
Release notes
Package name: xterm
🚀 Features
minimumContrastRatio
option isn't met when#FFFFFF
is reached it will try moving it towards#000000
. This can cause somewhat unexpected results by changing explicitly styled whites to blacks for example but it's really good for accessibility.#rgb
,#rgba
,rgb(r, g, b)
andrgba(r, g, b, a)
color formats (#3815, #3819, #3823) via @ ChaseKnowlden, @ TyriarselectionBackground
is now supported in the DOM renderer (#3839) via @ TyriarITerminalOptions.customGlyphs
is enabled (#3856, #3862, #3866) via @ TyriarThis has multiple benefits:
ITerminalOptions.lineHeight
is taken into account when rendering the glyph📦 API
overviewRulerOptions
property to a decoration'sIDecorationOptions
and it will automatically show up in the overview ruler.ITerminalOptions.overviewRulerWidth
.selectionForeground
theme color, when set this will use a static color for selections (#3813) via @ Tyriar🐞 Bug fixes
Terminal.clear
(#3671, #3868) via @ meganroggeonSelectionChange
whenTerminal.select
is called (#3805) via @ Tyriar📝 Documentation and internal improvements
getOption
/setOption
withoptions
(#3667) via @ childrentimescrollback
is0
(#3678) via @ silamon🎉 New real-world use cases
📥 Addons
xterm-addon-search
.xterm-find-active-result-decoration
(#3802) via @ Tyriarxterm-addon-serialize
xterm-addon-web-links
urlRegex
in public API (#3719) via @ LuckyGeckxterm-addon-webgl
🤝 Compatible addon versions
xterm-addon-attach@0.6.0
xterm-addon-fit@0.5.0
xterm-addon-ligatures@0.5.3
xterm-addon-search@0.9.0
xterm-addon-serialize@0.7.0
xterm-addon-unicode11@0.3.0
xterm-addon-web-links@0.6.0
xterm-addon-webgl@0.12.0
🌐 Website
}
,|
and~
in the demo (xtermjs/xtermjs.org#175) via @ MOBUMIN📦 API
Support buffer decorations (