mirror of
https://github.com/elastic/kibana.git
synced 2025-04-24 01:38:56 -04:00
Update @elastic/kibana-cloud-security-posture dependencies (main) (#201291)
This PR contains the following updates: | Package | Type | Update | Change | |---|---|---|---| | [@mswjs/http-middleware](https://mswjs.io) ([source](https://togithub.com/mswjs/http-middleware)) | devDependencies | patch | [`^0.10.1` -> `^0.10.2`](https://renovatebot.com/diffs/npm/@mswjs%2fhttp-middleware/0.10.1/0.10.2) | | [@types/byte-size](https://togithub.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/byte-size) ([source](https://togithub.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/byte-size)) | devDependencies | patch | [`^8.1.0` -> `^8.1.2`](https://renovatebot.com/diffs/npm/@types%2fbyte-size/8.1.0/8.1.2) | | [byte-size](https://togithub.com/75lb/byte-size) | dependencies | major | [`^8.1.0` -> `^9.0.1`](https://renovatebot.com/diffs/npm/byte-size/8.1.0/9.0.1) | | [msw](https://mswjs.io) ([source](https://togithub.com/mswjs/msw)) | devDependencies | minor | [`^2.4.12` -> `^2.7.0`](https://renovatebot.com/diffs/npm/msw/2.5.2/2.7.0) | | [xterm](https://togithub.com/xtermjs/xterm.js) | dependencies | minor | [`^5.1.0` -> `^5.3.0`](https://renovatebot.com/diffs/npm/xterm/5.1.0/5.3.0) | --- ### Release Notes <details> <summary>mswjs/http-middleware (@​mswjs/http-middleware)</summary> ### [`v0.10.2`](https://togithub.com/mswjs/http-middleware/releases/tag/v0.10.2) [Compare Source](https://togithub.com/mswjs/http-middleware/compare/v0.10.1...v0.10.2) #### v0.10.2 (2024-10-25) ##### Bug Fixes - consume undisturbed request stream as-is ([#​39](https://togithub.com/mswjs/http-middleware/issues/39)) ([`13cee76`](13cee76e5a
)) [@​c0per](https://togithub.com/c0per) [@​LeBenLeBen](https://togithub.com/LeBenLeBen) [@​kettanaito](https://togithub.com/kettanaito) </details> <details> <summary>75lb/byte-size (byte-size)</summary> ### [`v9.0.1`](https://togithub.com/75lb/byte-size/compare/v9.0.0...v9.0.1) [Compare Source](https://togithub.com/75lb/byte-size/compare/v9.0.0...v9.0.1) ### [`v9.0.0`](https://togithub.com/75lb/byte-size/releases/tag/v9.0.0) [Compare Source](https://togithub.com/75lb/byte-size/compare/v8.2.1...v9.0.0) Whether this is a breaking change or not is debatable so it has been released as a major version just in case. #### Non-breaking change since v8.2.1 These changes affect the output only, there are no changes to the API or minimum supported Node version (still v12.17). - Fixed an issue where precision and Intl formatting was not applied to small numbers. [#​15](https://togithub.com/75lb/byte-size/issues/15) - Removed [minimumFractionDigits](https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/Intl/NumberFormat/NumberFormat#minimumfractiondigits) from unit number formatting. This removes superfluous precision, some examples: - `byteSize(1000).toString()` now returns `1 kB` instead of `1.0 kB`, removing the superfluous one decimal place of precision. - `byteSize(1500000, { precision: 5 }).toString()` now returns `1.5 MB` instead of `1.50000 MB`, again removing superfluous precision. - However, `byteSize(1500010, { precision: 5 }).toString()` will return `1.50001 MB` as there is meaningful, non-zero precision to display. ### [`v8.2.1`](https://togithub.com/75lb/byte-size/compare/v8.2.0...v8.2.1) [Compare Source](https://togithub.com/75lb/byte-size/compare/v8.2.0...v8.2.1) ### [`v8.2.0`](https://togithub.com/75lb/byte-size/compare/v8.1.1...v8.2.0) [Compare Source](https://togithub.com/75lb/byte-size/compare/v8.1.1...v8.2.0) ### [`v8.1.1`](https://togithub.com/75lb/byte-size/compare/v8.1.0...v8.1.1) [Compare Source](https://togithub.com/75lb/byte-size/compare/v8.1.0...v8.1.1) </details> <details> <summary>mswjs/msw (msw)</summary> ### [`v2.7.0`](https://togithub.com/mswjs/msw/releases/tag/v2.7.0) [Compare Source](https://togithub.com/mswjs/msw/compare/v2.6.9...v2.7.0) #### v2.7.0 (2024-12-17) ##### Features - use `picocolors` instead of `chalk` ([#​2377](https://togithub.com/mswjs/msw/issues/2377)) ([`85bdd82`](85bdd82dfe
)) [@​Namchee](https://togithub.com/Namchee) [@​kettanaito](https://togithub.com/kettanaito) ### [`v2.6.9`](https://togithub.com/mswjs/msw/releases/tag/v2.6.9) [Compare Source](https://togithub.com/mswjs/msw/compare/v2.6.8...v2.6.9) #### v2.6.9 (2024-12-16) ##### Bug Fixes - support `SharedArrayBuffer` in `HttpResponse.arrayBuffer` ([#​2389](https://togithub.com/mswjs/msw/issues/2389)) ([`41f00e1`](41f00e1a67
)) [@​danilofuchs](https://togithub.com/danilofuchs) [@​kettanaito](https://togithub.com/kettanaito) ### [`v2.6.8`](https://togithub.com/mswjs/msw/releases/tag/v2.6.8) [Compare Source](https://togithub.com/mswjs/msw/compare/v2.6.7...v2.6.8) #### v2.6.8 (2024-12-07) ##### Bug Fixes - **setupServer:** reapply interception after calling `server.listen()` after `server.close()` ([#​2383](https://togithub.com/mswjs/msw/issues/2383)) ([`00da9ca`](00da9cad42
)) [@​kettanaito](https://togithub.com/kettanaito) ### [`v2.6.7`](https://togithub.com/mswjs/msw/releases/tag/v2.6.7) [Compare Source](https://togithub.com/mswjs/msw/compare/v2.6.6...v2.6.7) #### v2.6.7 (2024-12-06) ##### Bug Fixes - **setupWorker:** correctly delete internal `accept` header on passthrough ([#​2375](https://togithub.com/mswjs/msw/issues/2375)) ([`3f40055`](3f40055b1d
)) [@​smouillour](https://togithub.com/smouillour) [@​kettanaito](https://togithub.com/kettanaito) ### [`v2.6.6`](https://togithub.com/mswjs/msw/releases/tag/v2.6.6) [Compare Source](https://togithub.com/mswjs/msw/compare/v2.6.5...v2.6.6) #### v2.6.6 (2024-11-22) ##### Bug Fixes - **types:** support optional path parameters ([#​2368](https://togithub.com/mswjs/msw/issues/2368)) ([`3b7b776`](3b7b776e8c
)) [@​kettanaito](https://togithub.com/kettanaito) ### [`v2.6.5`](https://togithub.com/mswjs/msw/releases/tag/v2.6.5) [Compare Source](https://togithub.com/mswjs/msw/compare/v2.6.4...v2.6.5) #### v2.6.5 (2024-11-16) ##### Bug Fixes - support non-configurable responses ([#​2360](https://togithub.com/mswjs/msw/issues/2360)) ([`5bf3e3b`](5bf3e3bf5f
)) [@​kettanaito](https://togithub.com/kettanaito) ### [`v2.6.4`](https://togithub.com/mswjs/msw/releases/tag/v2.6.4) [Compare Source](https://togithub.com/mswjs/msw/compare/v2.6.3...v2.6.4) #### v2.6.4 (2024-11-10) ##### Bug Fixes - prevent infinite loop when bypassing `sendBeacon()` requests ([#​2353](https://togithub.com/mswjs/msw/issues/2353)) ([`2fa98c3`](2fa98c327a
)) [@​kettanaito](https://togithub.com/kettanaito) - remove the internal bypass request header before performing the request as-is in Node.js ([#​2353](https://togithub.com/mswjs/msw/issues/2353)) ([`2fa98c3`](2fa98c327a
)) [@​kettanaito](https://togithub.com/kettanaito) ### [`v2.6.3`](https://togithub.com/mswjs/msw/releases/tag/v2.6.3) [Compare Source](https://togithub.com/mswjs/msw/compare/v2.6.2...v2.6.3) #### v2.6.3 (2024-11-10) ##### Bug Fixes - **handleRequest:** remove `transformResponse` option ([#​2351](https://togithub.com/mswjs/msw/issues/2351)) ([`74c4a3a`](74c4a3a899
)) [@​kettanaito](https://togithub.com/kettanaito) ### [`v2.6.2`](https://togithub.com/mswjs/msw/releases/tag/v2.6.2) [Compare Source](https://togithub.com/mswjs/msw/compare/v2.6.1...v2.6.2) #### v2.6.2 (2024-11-07) ##### Bug Fixes - update `@bundled-es-modules/cookie` to 2.0.1 ([#​2312](https://togithub.com/mswjs/msw/issues/2312)) ([`c134352`](c134352e82
)) [@​kettanaito](https://togithub.com/kettanaito) ### [`v2.6.1`](https://togithub.com/mswjs/msw/releases/tag/v2.6.1) [Compare Source](https://togithub.com/mswjs/msw/compare/v2.6.0...v2.6.1) #### v2.6.1 (2024-11-06) ##### Bug Fixes - prevent `instanceof` handler check failures between different MSW versions ([#​2349](https://togithub.com/mswjs/msw/issues/2349)) ([`28d26bd`](28d26bd7fa
)) [@​kettanaito](https://togithub.com/kettanaito) ### [`v2.6.0`](https://togithub.com/mswjs/msw/releases/tag/v2.6.0) [Compare Source](https://togithub.com/mswjs/msw/compare/v2.5.2...v2.6.0) #### v2.6.0 (2024-10-29) ##### Features - support mocking WebSocket APIs ([#​2011](https://togithub.com/mswjs/msw/issues/2011)) ([`ae786f5`](ae786f59eb
)) [@​kettanaito](https://togithub.com/kettanaito) [@​DanielleHuisman](https://togithub.com/DanielleHuisman) </details> <details> <summary>xtermjs/xterm.js (xterm)</summary> ### [`v5.3.0`](https://togithub.com/xtermjs/xterm.js/releases/tag/5.3.0) [Compare Source](https://togithub.com/xtermjs/xterm.js/compare/5.2.1...5.3.0) #### 🚀 Features - The default DOM-based renderer is significantly faster now ([#​4605](https://togithub.com/xtermjs/xterm.js/issues/4605), [#​4631](https://togithub.com/xtermjs/xterm.js/issues/4631), [#​4651](https://togithub.com/xtermjs/xterm.js/issues/4651), [#​4662](https://togithub.com/xtermjs/xterm.js/issues/4662), [#​4681](https://togithub.com/xtermjs/xterm.js/issues/4681), [#​4754](https://togithub.com/xtermjs/xterm.js/issues/4754)) via [@​jerch](https://togithub.com/jerch), [@​Tyriar](https://togithub.com/Tyriar), [@​PerBothner](https://togithub.com/PerBothner), [@​tisilent](https://togithub.com/tisilent) - The smooth scroll feature now affects `scrollLines`, `scrollPages`,`scrollToLine`, `scrollToTop` and `scrollToBottom` ([#​4482](https://togithub.com/xtermjs/xterm.js/issues/4482), [#​4714](https://togithub.com/xtermjs/xterm.js/issues/4714)) via [@​tisilent](https://togithub.com/tisilent), [@​Tyriar](https://togithub.com/Tyriar) - `minimumContrastRatio` now applies 50% of the contrast ratio to dimmed text ([#​4672](https://togithub.com/xtermjs/xterm.js/issues/4672)) via [@​Tyrira](https://togithub.com/Tyrira) ##### 📦 API - There's a new `trace` log level ([#​4687](https://togithub.com/xtermjs/xterm.js/issues/4687), 4709) via [@​Tyriar](https://togithub.com/Tyriar) ```ts const term = new Terminal({ logLevel: 'trace' }); ``` - New `logger` delegate option ([#​4563](https://togithub.com/xtermjs/xterm.js/issues/4563), [#​4564](https://togithub.com/xtermjs/xterm.js/issues/4564)) via [@​Tyriar](https://togithub.com/Tyriar). This new API allows the embedder to define the logging behavior, instead of always using to `console` ```ts const term = new Terminal({ logger: { trace: (e, args) => console.log('trace: ', e, args), debug: (e, args) => console.log('debug: ', e, args), info: (e, args) => console.log('info: ', e, args), warn: (e, args) => console.log('warn: ', e, args), error: (e, args) => console.log('error: ', e, args) } }); ``` - New `ignoreBracketedPasteMode` option that allows explicitly disabling bracketed paste mode, regardless of whether the shell enables it or not ([#​4636](https://togithub.com/xtermjs/xterm.js/issues/4636)) via [@​Tyriar](https://togithub.com/Tyriar) ```ts const term = new Terminal({ ignoreBracketedPasteMode: true }); ``` - New `cursorInactiveStyle` option ([#​4657](https://togithub.com/xtermjs/xterm.js/issues/4657)) via [@​tisilent](https://togithub.com/tisilent) ```ts const term = new Terminal({ cursorInactiveStyle: 'none' }); ``` #### 🐞 Bug fixes - Fix character size being affected by CSS transformations ([#​4366](https://togithub.com/xtermjs/xterm.js/issues/4366)) via [@​arekouzounian](https://togithub.com/arekouzounian) - Fix mouse tracking behavior ([#​4583](https://togithub.com/xtermjs/xterm.js/issues/4583)) via [@​jerch](https://togithub.com/jerch) - Improve rendering of the DOM renderer's underline cursor ([#​4584](https://togithub.com/xtermjs/xterm.js/issues/4584)) via [@​dlech](https://togithub.com/dlech) - Fix issues in the accessibility tree ([#​4637](https://togithub.com/xtermjs/xterm.js/issues/4637)) via [@​meganrogge](https://togithub.com/meganrogge) - Fix reset and clear leaving viewport in a bad state ([#​4638](https://togithub.com/xtermjs/xterm.js/issues/4638)) via [@​Tyriar](https://togithub.com/Tyriar) - Fix API facade memory leaks ([#​4655](https://togithub.com/xtermjs/xterm.js/issues/4655)) via [@​Tyriar](https://togithub.com/Tyriar) - Fix memory leak in cursor blink state manager ([#​4659](https://togithub.com/xtermjs/xterm.js/issues/4659)) via [@​SvanT](https://togithub.com/SvanT) - Fix inverse rendering when a transparent foreground is used ([#​4667](https://togithub.com/xtermjs/xterm.js/issues/4667)) via [@​Dennnnny](https://togithub.com/Dennnnny) - Fix disposing of decorations ([#​4671](https://togithub.com/xtermjs/xterm.js/issues/4671)) via [@​Tyriar](https://togithub.com/Tyriar) - Render selection background consistently in the DOM renderer ([#​4673](https://togithub.com/xtermjs/xterm.js/issues/4673)) via [@​Tyriar](https://togithub.com/Tyriar) - Improve rendering of powerline circle line custom glyph ([#​4729](https://togithub.com/xtermjs/xterm.js/issues/4729)) via [@​tisilent](https://togithub.com/tisilent) - Improve texture atlas utilization and fix glyph corruption when merging ([#​4732](https://togithub.com/xtermjs/xterm.js/issues/4732)) via [@​Tyriar](https://togithub.com/Tyriar) #### 📝 Documentation and internal improvements - Improve safety of log service ([#​4565](https://togithub.com/xtermjs/xterm.js/issues/4565)) via [@​Tyriar](https://togithub.com/Tyriar) - Exploring use of `CSSStyleSheet` web API ([#​4611](https://togithub.com/xtermjs/xterm.js/issues/4611), #[#​4619](https://togithub.com/xtermjs/xterm.js/issues/4619), [#​4678](https://togithub.com/xtermjs/xterm.js/issues/4678), [#​4680](https://togithub.com/xtermjs/xterm.js/issues/4680)) via [@​SimonSiefke](https://togithub.com/SimonSiefke), [@​Tyriar](https://togithub.com/Tyriar) - Update TypeScript to 5.1.6 ([#​4612](https://togithub.com/xtermjs/xterm.js/issues/4612)) via [@​SimonSiefke](https://togithub.com/SimonSiefke) - Mention discussions in CONTRIBUTING.md ([#​4617](https://togithub.com/xtermjs/xterm.js/issues/4617)) via [@​Tyriar](https://togithub.com/Tyriar) - Improve type safety of ColorIndex ([#​4618](https://togithub.com/xtermjs/xterm.js/issues/4618)) via [@​Tyriar](https://togithub.com/Tyriar) - Fix demo light theme cursor colors ([#​4626](https://togithub.com/xtermjs/xterm.js/issues/4626)) via [@​Tyriar](https://togithub.com/Tyriar) - Add nvmrc using node 16 ([#​4666](https://togithub.com/xtermjs/xterm.js/issues/4666)) via [@​Tyriar](https://togithub.com/Tyriar) - Restrict comments to 100 characters ([#​4668](https://togithub.com/xtermjs/xterm.js/issues/4668)) via [@​Tyriar](https://togithub.com/Tyriar) - Lint API xterm.d.ts file ([#​4669](https://togithub.com/xtermjs/xterm.js/issues/4669), [#​4677](https://togithub.com/xtermjs/xterm.js/issues/4677)) via [@​Tyriar](https://togithub.com/Tyriar) - General clean up ([#​4676](https://togithub.com/xtermjs/xterm.js/issues/4676), [#​4683](https://togithub.com/xtermjs/xterm.js/issues/4683), [#​4688](https://togithub.com/xtermjs/xterm.js/issues/4688), [#​4689](https://togithub.com/xtermjs/xterm.js/issues/4689), [#​4733](https://togithub.com/xtermjs/xterm.js/issues/4733)) via [@​Tyriar](https://togithub.com/Tyriar) - Reduce repetition with internal terminal types and inherit docs from API ([#​4679](https://togithub.com/xtermjs/xterm.js/issues/4679)) via [@​Tyriar](https://togithub.com/Tyriar) - Improve lifecycle of WebLinksAddon.api, test all country tlds ([#​4691](https://togithub.com/xtermjs/xterm.js/issues/4691)) via [@​Tyriar](https://togithub.com/Tyriar) - Stub out all CSI api tests ([#​4692](https://togithub.com/xtermjs/xterm.js/issues/4692)) via [@​Tyriar](https://togithub.com/Tyriar) - Migrate to GitHub Actions and speed up CI ([#​4693](https://togithub.com/xtermjs/xterm.js/issues/4693), [#​4697](https://togithub.com/xtermjs/xterm.js/issues/4697), [#​4698](https://togithub.com/xtermjs/xterm.js/issues/4698), [#​4699](https://togithub.com/xtermjs/xterm.js/issues/4699), [#​4700](https://togithub.com/xtermjs/xterm.js/issues/4700), [#​4710](https://togithub.com/xtermjs/xterm.js/issues/4710), [#​4712](https://togithub.com/xtermjs/xterm.js/issues/4712), [#​4715](https://togithub.com/xtermjs/xterm.js/issues/4715), [#​4716](https://togithub.com/xtermjs/xterm.js/issues/4716), [#​4734](https://togithub.com/xtermjs/xterm.js/issues/4734)) via [@​Tyriar](https://togithub.com/Tyriar) - Fix spaces in bce demo ([#​4694](https://togithub.com/xtermjs/xterm.js/issues/4694)) via [@​jerch](https://togithub.com/jerch) - Add automatic resize to demo ([#​4695](https://togithub.com/xtermjs/xterm.js/issues/4695)) via [@​PerBothner](https://togithub.com/PerBothner) - Add no unused variables lint warning ([#​4718](https://togithub.com/xtermjs/xterm.js/issues/4718)) via [@​Tyriar](https://togithub.com/Tyriar) - Fix demo warnings ([#​4721](https://togithub.com/xtermjs/xterm.js/issues/4721), [#​4722](https://togithub.com/xtermjs/xterm.js/issues/4722)) via [@​Tyriar](https://togithub.com/Tyriar) - Adopt `@ts-check` in JS files ([#​4723](https://togithub.com/xtermjs/xterm.js/issues/4723), [#​4724](https://togithub.com/xtermjs/xterm.js/issues/4724)) via [@​Tyriar](https://togithub.com/Tyriar) - Warn on eslint rule `@typescript-eslint/no-useless-constructor` ([#​4725](https://togithub.com/xtermjs/xterm.js/issues/4725)) via [@​Tyriar](https://togithub.com/Tyriar) - Warn on eslint rule `@typescript-eslint/no-confusing-void-expression` ([#​4726](https://togithub.com/xtermjs/xterm.js/issues/4726)) via [@​Tyriar](https://togithub.com/Tyriar) - Start migration to `@playwright/test` as the integration test runner ([#​4735](https://togithub.com/xtermjs/xterm.js/issues/4735)) via [@​Tyriar](https://togithub.com/Tyriar) #### 🎉 New real-world use cases - cloudtutor.io ([#​4570](https://togithub.com/xtermjs/xterm.js/issues/4570)) via [@​naufalafif](https://togithub.com/naufalafif) - Helix Editor Playground ([#​4585](https://togithub.com/xtermjs/xterm.js/issues/4585)) via [@​tomgroenwoldt](https://togithub.com/tomgroenwoldt) - Coder ([#​4595](https://togithub.com/xtermjs/xterm.js/issues/4595)) via [@​matifali](https://togithub.com/matifali) *** #### 📥 Addons ##### xterm-addon-canvas - Add getRasterizedGlyph null and undefined check ([#​4596](https://togithub.com/xtermjs/xterm.js/issues/4596)) via [@​lewis-sanchez](https://togithub.com/lewis-sanchez) - Fix various underlines by rendering them upwards ([#​4648](https://togithub.com/xtermjs/xterm.js/issues/4648), [#​4664](https://togithub.com/xtermjs/xterm.js/issues/4664)) via [@​tisilent](https://togithub.com/tisilent) ##### xterm-addon-image - The images addon has been merged into the main repository ([#​4577](https://togithub.com/xtermjs/xterm.js/issues/4577), [#​4727](https://togithub.com/xtermjs/xterm.js/issues/4727)) via [@​jerch](https://togithub.com/jerch) ##### xterm-addon-ligatures - Enable the ligatures addon on Electron ([#​4387](https://togithub.com/xtermjs/xterm.js/issues/4387)) via [@​LabhanshAgrawal](https://togithub.com/LabhanshAgrawal) ##### xterm-addon-serialize - Fallback to default ANSIcolors when running xterm-headless ([#​4348](https://togithub.com/xtermjs/xterm.js/issues/4348)) via [@​silamon](https://togithub.com/silamon) ##### xterm-addon-webgl - Render the cursor in the WebGL canvas ([#​4568](https://togithub.com/xtermjs/xterm.js/issues/4568)) via [@​xzfc](https://togithub.com/xzfc) #### 🤝 Compatible addon versions | Addon | Version | --- | --- | `xterm-addon-attach` | `0.9.0` | `xterm-addon-canvas` | `0.5.0` | `xterm-addon-fit` | `0.8.0` | `xterm-addon-image` | `0.5.0` | `xterm-addon-ligatures` | `0.7.0` | `xterm-addon-search` | `0.13.0` | `xterm-addon-serialize` | `0.11.0` | `xterm-addon-unicode11` | `0.6.0` | `xterm-addon-web-links` | `0.9.0` | `xterm-addon-webgl` | `0.16.0` *** #### 🌐 Website Pull from https://github.com/xtermjs/xtermjs.org/pulls?q=is%3Apr+sort%3Aupdated-desc+is%3Aclosed ### [`v5.2.1`](https://togithub.com/xtermjs/xterm.js/releases/tag/5.2.1) [Compare Source](https://togithub.com/xtermjs/xterm.js/compare/5.2.0...5.2.1) #### 🐞 Bug fixes - Fix NPEs on buffer line and windowsPty option ([#​4551](https://togithub.com/xtermjs/xterm.js/issues/4551)) via [@​Tyriar](https://togithub.com/Tyriar) ### [`v5.2.0`](https://togithub.com/xtermjs/xterm.js/releases/tag/5.2.0) [Compare Source](https://togithub.com/xtermjs/xterm.js/compare/5.1.0...5.2.0) #### 🚀 Features - Support for the overline attribute SGR 53/55 ([#​4526](https://togithub.com/xtermjs/xterm.js/issues/4526), [#​4532](https://togithub.com/xtermjs/xterm.js/issues/4532)) via [@​Tyriar](https://togithub.com/Tyriar) ##### 📦 API - Improved Windows workarounds with the new windowsPty option ([#​4539](https://togithub.com/xtermjs/xterm.js/issues/4539)) via [@​Tyriar](https://togithub.com/Tyriar) ```ts const term = new Terminal({ windowsPty: { backend: 'conpty', buildNumber: 19000 } }); ``` #### 🐞 Bug fixes - Fix performance issue related to hovering links ([#​4341](https://togithub.com/xtermjs/xterm.js/issues/4341)) via [@​Tyriar](https://togithub.com/Tyriar) - Fix exception by validating rows are correct when rendering ([#​4346](https://togithub.com/xtermjs/xterm.js/issues/4346)) via [@​Tyriar](https://togithub.com/Tyriar) - Improve rendering of dotted underline ([#​4350](https://togithub.com/xtermjs/xterm.js/issues/4350)) via [@​Tyriar](https://togithub.com/Tyriar) - Invalidate links after resizing ([#​4358](https://togithub.com/xtermjs/xterm.js/issues/4358)) via [@​Tyriar](https://togithub.com/Tyriar) - Fix texture atlas exception thrown when changing options ([#​4390](https://togithub.com/xtermjs/xterm.js/issues/4390)) via [@​Tyriar](https://togithub.com/Tyriar) - Show hollow cursor when unfocused, regardless of cursor type ([#​4443](https://togithub.com/xtermjs/xterm.js/issues/4443)) via [@​tisilent](https://togithub.com/tisilent) - Fix out of sync link underlines after resizing on Windows ([#​4458](https://togithub.com/xtermjs/xterm.js/issues/4458)) via [@​Tyriar](https://togithub.com/Tyriar) - Fix a lifecycle issue with decorations ([#​4465](https://togithub.com/xtermjs/xterm.js/issues/4465)) via [@​Tyriar](https://togithub.com/Tyriar) - Rerender in the DOM renderer after options change ([#​4475](https://togithub.com/xtermjs/xterm.js/issues/4475)) via [@​kelvinhammond](https://togithub.com/kelvinhammond) - Fix DECRQM reports and add DECBKM ([#​4478](https://togithub.com/xtermjs/xterm.js/issues/4478)) via [@​jerch](https://togithub.com/jerch) - Fix links not working when using a screen reader ([#​4491](https://togithub.com/xtermjs/xterm.js/issues/4491)) via [@​jerch](https://togithub.com/jerch) - Ensure decorations in the top layer render on top of decorations in the bottom layer ([#​4516](https://togithub.com/xtermjs/xterm.js/issues/4516)) via [@​jeanp413](https://togithub.com/jeanp413) - Avoid triggering a reflow while rendering search decorations ([#​4521](https://togithub.com/xtermjs/xterm.js/issues/4521)) via [@​jeanp413](https://togithub.com/jeanp413) - Don't apply dim to background color ([#​4525](https://togithub.com/xtermjs/xterm.js/issues/4525)) via [@​Tyriar](https://togithub.com/Tyriar) - Fix exception and performance issue when rendering link underlines ([#​4546](https://togithub.com/xtermjs/xterm.js/issues/4546)) via [@​jerch](https://togithub.com/jerch) #### 📝 Documentation and internal improvements - Remove unused buffer code ([#​4335](https://togithub.com/xtermjs/xterm.js/issues/4335)) via [@​jerch](https://togithub.com/jerch) - Explore a different accessibility view ([#​4340](https://togithub.com/xtermjs/xterm.js/issues/4340), [#​4375](https://togithub.com/xtermjs/xterm.js/issues/4375), [#​4376](https://togithub.com/xtermjs/xterm.js/issues/4376), [#​4377](https://togithub.com/xtermjs/xterm.js/issues/4377), [#​4381](https://togithub.com/xtermjs/xterm.js/issues/4381), [#​4382](https://togithub.com/xtermjs/xterm.js/issues/4382), [#​4383](https://togithub.com/xtermjs/xterm.js/issues/4383), [#​4389](https://togithub.com/xtermjs/xterm.js/issues/4389), [#​4395](https://togithub.com/xtermjs/xterm.js/issues/4395), [#​4398](https://togithub.com/xtermjs/xterm.js/issues/4398), [#​4400](https://togithub.com/xtermjs/xterm.js/issues/4400), [#​4402](https://togithub.com/xtermjs/xterm.js/issues/4402), [#​4406](https://togithub.com/xtermjs/xterm.js/issues/4406), [#​4413](https://togithub.com/xtermjs/xterm.js/issues/4413), [#​4427](https://togithub.com/xtermjs/xterm.js/issues/4427), [#​4536](https://togithub.com/xtermjs/xterm.js/issues/4536)) via [@​meganrogge](https://togithub.com/meganrogge), [@​Tyriar](https://togithub.com/Tyriar) - Update CI containers to Ubuntu 20.04 ([#​4347](https://togithub.com/xtermjs/xterm.js/issues/4347)) via [@​silamon](https://togithub.com/silamon) - Update CI containers to use Node 18 ([#​4542](https://togithub.com/xtermjs/xterm.js/issues/4542)) via [@​silamon](https://togithub.com/silamon) 4542 - Remove unused imports ([#​4361](https://togithub.com/xtermjs/xterm.js/issues/4361)) via [@​Eugeny](https://togithub.com/Eugeny) - Replace dom helper with HTMLElement.remove() ([#​4364](https://togithub.com/xtermjs/xterm.js/issues/4364)) via [@​Tyriar](https://togithub.com/Tyriar) - Show proper parameter hints when calling createInstance ([#​4393](https://togithub.com/xtermjs/xterm.js/issues/4393)) via [@​Tyriar](https://togithub.com/Tyriar) - Correct registerMarker API docs ([#​4464](https://togithub.com/xtermjs/xterm.js/issues/4464)) via [@​Tyriar](https://togithub.com/Tyriar) - Add FAQ to new issue report ([#​4512](https://togithub.com/xtermjs/xterm.js/issues/4512)) via [@​Tyriar](https://togithub.com/Tyriar) - Fix buffer corruption for utf8 transport in demo ([#​4527](https://togithub.com/xtermjs/xterm.js/issues/4527)) via [@​jerch](https://togithub.com/jerch) #### ⚠️ Deprecations - `windowsMode` has been deprecated in favor of `windowsPty` ```ts // Before 5.2 term = new Terminal({ windowsMode: true }); // After 5.2 term = new Terminal({ windowsPty: { backend: 'conpty', buildNumber: 19000 } }); ``` #### 🎉 New real-world use cases - graSSHopper ([#​4356](https://togithub.com/xtermjs/xterm.js/issues/4356)) via [@​Coding-Kiwi](https://togithub.com/Coding-Kiwi) - DomTerm ([#​4456](https://togithub.com/xtermjs/xterm.js/issues/4456)) via [@​Tyriar](https://togithub.com/Tyriar) *** #### 📥 Addons ##### xterm-addon-canvas - Fix rendering of underline on wide characters ([#​4352](https://togithub.com/xtermjs/xterm.js/issues/4352)) via [@​Tyriar](https://togithub.com/Tyriar) - Update selection properly after changing themes ([#​4353](https://togithub.com/xtermjs/xterm.js/issues/4353)) via [@​Tyriar](https://togithub.com/Tyriar) - Update selection properly after a resize ([#​4355](https://togithub.com/xtermjs/xterm.js/issues/4355)) via [@​Tyriar](https://togithub.com/Tyriar) - Correct cell background color after clearing formatting ([#​4438](https://togithub.com/xtermjs/xterm.js/issues/4438)) via [@​jerch](https://togithub.com/jerch) - Fix rendering of 0xE0BB and 0xE0BF powerline symbols ([#​4451](https://togithub.com/xtermjs/xterm.js/issues/4451)) via [@​Starwort](https://togithub.com/Starwort) - Fix rendering of cursor leaving artifacts on Firefox ([#​4500](https://togithub.com/xtermjs/xterm.js/issues/4500)) via [@​Tyriar](https://togithub.com/Tyriar) - Disallow glyphs to exceed texture atlas size ([#​4508](https://togithub.com/xtermjs/xterm.js/issues/4508)) via [@​Tyriar](https://togithub.com/Tyriar) - Don't apply dim to background color ([#​4525](https://togithub.com/xtermjs/xterm.js/issues/4525)) via [@​Tyriar](https://togithub.com/Tyriar) - Fix blacked out content ([#​4533](https://togithub.com/xtermjs/xterm.js/issues/4533)) via [@​Tyriar](https://togithub.com/Tyriar) ##### xterm-addon-search - Improve search behavior when there are > 1000 results ([#​4504](https://togithub.com/xtermjs/xterm.js/issues/4504)) via [@​jeanp413](https://togithub.com/jeanp413) ##### xterm-addon-webgl - Fix rendering of underline on wide characters ([#​4352](https://togithub.com/xtermjs/xterm.js/issues/4352)) via [@​Tyriar](https://togithub.com/Tyriar) - Fix loadCell exception ([#​4403](https://togithub.com/xtermjs/xterm.js/issues/4403)) via [@​meganrogge](https://togithub.com/meganrogge) - Fix rendering of 0xE0BB and 0xE0BF powerline symbols ([#​4451](https://togithub.com/xtermjs/xterm.js/issues/4451)) via [@​Starwort](https://togithub.com/Starwort) - Fix rendering of cursor leaving artifacts on Firefox ([#​4500](https://togithub.com/xtermjs/xterm.js/issues/4500)) via [@​Tyriar](https://togithub.com/Tyriar) - Disallow glyphs to exceed texture atlas size ([#​4508](https://togithub.com/xtermjs/xterm.js/issues/4508)) via [@​Tyriar](https://togithub.com/Tyriar) - Don't apply dim to background color ([#​4525](https://togithub.com/xtermjs/xterm.js/issues/4525)) via [@​Tyriar](https://togithub.com/Tyriar) - Fix blacked out content ([#​4530](https://togithub.com/xtermjs/xterm.js/issues/4530)) via [@​jerch](https://togithub.com/jerch) #### 🤝 Compatible addon versions - `xterm-addon-attach@...` - `xterm-addon-fit@...` - `xterm-addon-ligatures@...` - `xterm-addon-search@...` - `xterm-addon-serialize@...` - `xterm-addon-unicode11@​...` - `xterm-addon-web-links@...` - `xterm-addon-webgl@...` </details> --- ### Configuration 📅 **Schedule**: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined). 🚦 **Automerge**: Disabled by config. Please merge this manually once you are satisfied. ♻ **Rebasing**: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox. 👻 **Immortal**: This PR will be recreated if closed unmerged. Get [config help](https://togithub.com/renovatebot/renovate/discussions) if that's undesired. --- - [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check this box --- This PR has been generated by [Renovate Bot](https://togithub.com/renovatebot/renovate). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzNy40MjUuMSIsInVwZGF0ZWRJblZlciI6IjM3LjQyNS4xIiwidGFyZ2V0QnJhbmNoIjoibWFpbiIsImxhYmVscyI6WyJUZWFtOkNsb3VkIFNlY3VyaXR5IiwiYmFja3BvcnQ6YWxsLW9wZW4iLCJyZWxlYXNlX25vdGU6c2tpcCJdfQ==--> --------- Co-authored-by: elastic-renovate-prod[bot] <174716857+elastic-renovate-prod[bot]@users.noreply.github.com> Co-authored-by: Maxim Kholod <maxim.kholod@elastic.co> Co-authored-by: Paulo Silva <paulo.henrique@elastic.co>
This commit is contained in:
parent
ba8d83a14c
commit
9f5656c13d
2 changed files with 24 additions and 29 deletions
10
package.json
10
package.json
|
@ -1080,7 +1080,7 @@
|
|||
"blurhash": "^2.0.1",
|
||||
"borc": "3.0.0",
|
||||
"brok": "^6.0.0",
|
||||
"byte-size": "^8.1.0",
|
||||
"byte-size": "^9.0.1",
|
||||
"cacheable-lookup": "6",
|
||||
"camelcase-keys": "7.0.2",
|
||||
"canvg": "^3.0.9",
|
||||
|
@ -1293,7 +1293,7 @@
|
|||
"xml2js": "^0.5.0",
|
||||
"xstate": "^4.38.2",
|
||||
"xstate5": "npm:xstate@^5.18.1",
|
||||
"xterm": "^5.1.0",
|
||||
"xterm": "^5.3.0",
|
||||
"yaml": "^2.5.1",
|
||||
"yauzl": "^2.10.0",
|
||||
"yazl": "^2.5.1",
|
||||
|
@ -1526,7 +1526,7 @@
|
|||
"@kbn/whereis-pkg-cli": "link:packages/kbn-whereis-pkg-cli",
|
||||
"@kbn/yarn-lock-validator": "link:packages/kbn-yarn-lock-validator",
|
||||
"@mapbox/vector-tile": "1.3.1",
|
||||
"@mswjs/http-middleware": "^0.10.1",
|
||||
"@mswjs/http-middleware": "0.10.1",
|
||||
"@octokit/rest": "^17.11.2",
|
||||
"@parcel/watcher": "^2.1.0",
|
||||
"@playwright/test": "1.49.0",
|
||||
|
@ -1560,7 +1560,7 @@
|
|||
"@types/async": "^3.2.24",
|
||||
"@types/aws4": "^1.5.0",
|
||||
"@types/base64-js": "^1.2.5",
|
||||
"@types/byte-size": "^8.1.0",
|
||||
"@types/byte-size": "^8.1.2",
|
||||
"@types/chance": "^1.0.0",
|
||||
"@types/chroma-js": "^2.1.0",
|
||||
"@types/chromedriver": "^81.0.5",
|
||||
|
@ -1795,7 +1795,7 @@
|
|||
"mochawesome-merge": "^4.3.0",
|
||||
"mock-fs": "^5.1.2",
|
||||
"ms-chromium-edge-driver": "^0.5.1",
|
||||
"msw": "^2.4.12",
|
||||
"msw": "~2.5.2",
|
||||
"mutation-observer": "^1.0.3",
|
||||
"native-hdr-histogram": "^1.0.0",
|
||||
"nock": "12.0.3",
|
||||
|
|
43
yarn.lock
43
yarn.lock
|
@ -2011,11 +2011,11 @@
|
|||
integrity sha512-cwwGvLGqvoaOZmoP5+i4v/rbW+rHkguvTehuZyM2p/xpmaNSdT2h3B7kHw33aiffv35t1XrYHIkdJSEkSEMJuA==
|
||||
|
||||
"@bundled-es-modules/cookie@^2.0.0":
|
||||
version "2.0.0"
|
||||
resolved "https://registry.yarnpkg.com/@bundled-es-modules/cookie/-/cookie-2.0.0.tgz#c3b82703969a61cf6a46e959a012b2c257f6b164"
|
||||
integrity sha512-Or6YHg/kamKHpxULAdSqhGqnWFneIXu1NKvvfBBzKGwpVsYuFIQ5aBPHDnnoR3ghW1nvSkALd+EF9iMtY7Vjxw==
|
||||
version "2.0.1"
|
||||
resolved "https://registry.yarnpkg.com/@bundled-es-modules/cookie/-/cookie-2.0.1.tgz#b41376af6a06b3e32a15241d927b840a9b4de507"
|
||||
integrity sha512-8o+5fRPLNbjbdGRRmJj3h6Hh1AQJf2dk3qQ/5ZFb+PXkRNiSoMGGUKlsgLfrxneb72axVJyIYji64E2+nNfYyw==
|
||||
dependencies:
|
||||
cookie "^0.5.0"
|
||||
cookie "^0.7.2"
|
||||
|
||||
"@bundled-es-modules/statuses@^1.0.1":
|
||||
version "1.0.1"
|
||||
|
@ -8543,7 +8543,7 @@
|
|||
resolved "https://registry.yarnpkg.com/@msgpackr-extract/msgpackr-extract-win32-x64/-/msgpackr-extract-win32-x64-3.0.2.tgz#0f164b726869f71da3c594171df5ebc1c4b0a407"
|
||||
integrity sha512-O+6Gs8UeDbyFpbSh2CPEz/UOrrdWPTBYNblZK5CxxLisYt4kGX3Sc+czffFonyjiGSq3jWLwJS/CCJc7tBr4sQ==
|
||||
|
||||
"@mswjs/http-middleware@^0.10.1":
|
||||
"@mswjs/http-middleware@0.10.1":
|
||||
version "0.10.1"
|
||||
resolved "https://registry.yarnpkg.com/@mswjs/http-middleware/-/http-middleware-0.10.1.tgz#7ff38c5398ba01efe98e16a0da24d612ffd69ccc"
|
||||
integrity sha512-I58RDHXzwKjMjaSO7aV7X0zUzbAvUEEDYsL9+I6Ro0zF5LgjnNdpZoMufG/WoYEenhDCgv7K+HMpLxGuhlfjKA==
|
||||
|
@ -11299,10 +11299,10 @@
|
|||
resolved "https://registry.yarnpkg.com/@types/braces/-/braces-3.0.0.tgz#7da1c0d44ff1c7eb660a36ec078ea61ba7eb42cb"
|
||||
integrity sha512-TbH79tcyi9FHwbyboOKeRachRq63mSuWYXOflsNO9ZyE5ClQ/JaozNKl+aWUq87qPNsXasXxi2AbgfwIJ+8GQw==
|
||||
|
||||
"@types/byte-size@^8.1.0":
|
||||
version "8.1.0"
|
||||
resolved "https://registry.yarnpkg.com/@types/byte-size/-/byte-size-8.1.0.tgz#013a3995d1ff2d85ad27da0801029f13328bd91b"
|
||||
integrity sha512-LCIlZh8vyx+I2fgRycE1D34c33QDppYY6quBYYoaOpQ1nGhJ/avSP2VlrAefVotjJxgSk6WkKo0rTcCJwGG7vA==
|
||||
"@types/byte-size@^8.1.2":
|
||||
version "8.1.2"
|
||||
resolved "https://registry.yarnpkg.com/@types/byte-size/-/byte-size-8.1.2.tgz#abb3d70ab62c400d8753bed1ff2aa315ef9ff7f5"
|
||||
integrity sha512-jGyVzYu6avI8yuqQCNTZd65tzI8HZrLjKX9sdMqZrGWVlNChu0rf6p368oVEDCYJe5BMx2Ov04tD1wqtgTwGSA==
|
||||
|
||||
"@types/cacheable-request@^6.0.1":
|
||||
version "6.0.1"
|
||||
|
@ -14836,10 +14836,10 @@ builtin-status-codes@^3.0.0:
|
|||
resolved "https://registry.yarnpkg.com/builtin-status-codes/-/builtin-status-codes-3.0.0.tgz#85982878e21b98e1c66425e03d0174788f569ee8"
|
||||
integrity sha1-hZgoeOIbmOHGZCXgPQF0eI9Wnug=
|
||||
|
||||
byte-size@^8.1.0:
|
||||
version "8.1.0"
|
||||
resolved "https://registry.yarnpkg.com/byte-size/-/byte-size-8.1.0.tgz#6353d0bc14ab7a69abcefbf11f8db0145a862cb5"
|
||||
integrity sha512-FkgMTAg44I0JtEaUAvuZTtU2a2YDmBRbQxdsQNSMtLCjhG0hMcF5b1IMN9UjSCJaU4nvlj/GER7B9sI4nKdCgA==
|
||||
byte-size@^9.0.1:
|
||||
version "9.0.1"
|
||||
resolved "https://registry.yarnpkg.com/byte-size/-/byte-size-9.0.1.tgz#7014b9f0e11ea732a8f2c21bef1cb8a78c6c55ff"
|
||||
integrity sha512-YLe9x3rabBrcI0cueCdLS2l5ONUKywcRpTs02B8KP9/Cimhj7o3ZccGrPnRvcbyHMbb7W79/3MUJl7iGgTXKEw==
|
||||
|
||||
bytes@3.0.0:
|
||||
version "3.0.0"
|
||||
|
@ -15947,12 +15947,7 @@ cookie@0.7.1:
|
|||
resolved "https://registry.yarnpkg.com/cookie/-/cookie-0.7.1.tgz#2f73c42142d5d5cf71310a74fc4ae61670e5dbc9"
|
||||
integrity sha512-6DnInpx7SJ2AK3+CTUE/ZM0vWTUboZCegxhC2xiIydHR9jNuTAASBrfEpHhiGOZw/nX51bHt6YQl8jsGo4y/0w==
|
||||
|
||||
cookie@^0.5.0:
|
||||
version "0.5.0"
|
||||
resolved "https://registry.yarnpkg.com/cookie/-/cookie-0.5.0.tgz#d1f5d71adec6558c58f389987c366aa47e994f8b"
|
||||
integrity sha512-YZ3GUyn/o8gfKJlnlX7g7xq4gyO6OSuhGPKaaGssGB2qgDUS0gPgtTvoyZLTt9Ab6dC4hfc9dV5arkvc/OCmrw==
|
||||
|
||||
cookie@^0.7.1:
|
||||
cookie@^0.7.1, cookie@^0.7.2:
|
||||
version "0.7.2"
|
||||
resolved "https://registry.yarnpkg.com/cookie/-/cookie-0.7.2.tgz#556369c472a2ba910f2979891b526b3436237ed7"
|
||||
integrity sha512-yki5XnKuf750l50uGTllt6kKILY4nQ1eNIQatoXEByZ5dWgnKqbnqmTrBE5B4N7lrMJKQ2ytWMiTO2o0v6Ew/w==
|
||||
|
@ -24807,7 +24802,7 @@ msgpackr@^1.9.9:
|
|||
optionalDependencies:
|
||||
msgpackr-extract "^3.0.2"
|
||||
|
||||
msw@^2.4.12:
|
||||
msw@~2.5.2:
|
||||
version "2.5.2"
|
||||
resolved "https://registry.yarnpkg.com/msw/-/msw-2.5.2.tgz#dfce10b68dbabc2d5dafeb6d7fb82c3c7073a4d1"
|
||||
integrity sha512-eBsFgU30NYtrfC62XzS1rdAzFK+Br0zKU4ORqD9Qliq86362DWZyPiD6FLfMgy0Ktik83DPTXmqPMz2bqwmJdA==
|
||||
|
@ -33621,10 +33616,10 @@ xtend@~2.1.1:
|
|||
dependencies:
|
||||
object-keys "~0.4.0"
|
||||
|
||||
xterm@^5.1.0:
|
||||
version "5.1.0"
|
||||
resolved "https://registry.yarnpkg.com/xterm/-/xterm-5.1.0.tgz#3e160d60e6801c864b55adf19171c49d2ff2b4fc"
|
||||
integrity sha512-LovENH4WDzpwynj+OTkLyZgJPeDom9Gra4DMlGAgz6pZhIDCQ+YuO7yfwanY+gVbn/mmZIStNOnVRU/ikQuAEQ==
|
||||
xterm@^5.3.0:
|
||||
version "5.3.0"
|
||||
resolved "https://registry.yarnpkg.com/xterm/-/xterm-5.3.0.tgz#867daf9cc826f3d45b5377320aabd996cb0fce46"
|
||||
integrity sha512-8QqjlekLUFTrU6x7xck1MsPzPA571K5zNqWm0M0oroYEWVOptZ0+ubQSkQ3uxIEhcIHRujJy6emDWX4A7qyFzg==
|
||||
|
||||
y18n@^3.2.0:
|
||||
version "3.2.2"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue