adobe / htlengine

An HTL (Sightly) Interpreter/Compiler for Node.js
Apache License 2.0
47 stars 20 forks source link

chore(deps): update external fixes #516

Closed renovate[bot] closed 8 months ago

renovate[bot] commented 8 months ago

Mend Renovate

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
c8 9.0.0 -> 9.1.0 age adoption passing confidence
jsdom 23.1.0 -> 23.2.0 age adoption passing confidence

Release Notes

bcoe/c8 (c8) ### [`v9.1.0`](https://togithub.com/bcoe/c8/blob/HEAD/CHANGELOG.md#910-2024-01-11) [Compare Source](https://togithub.com/bcoe/c8/compare/v9.0.0...v9.1.0) ##### Features - support passing reporter options from config ([#​459](https://togithub.com/bcoe/c8/issues/459)) ([88db5db](https://togithub.com/bcoe/c8/commit/88db5db56ece1686b02af7ce3b5480653069b975)) ##### Bug Fixes - **refactor:** remove stale check for createDynamicModule ([5e18365](https://togithub.com/bcoe/c8/commit/5e18365b1507682a3d7873b17ebeb6f963b251cb))
jsdom/jsdom (jsdom) ### [`v23.2.0`](https://togithub.com/jsdom/jsdom/blob/HEAD/Changelog.md#2320) [Compare Source](https://togithub.com/jsdom/jsdom/compare/23.1.0...23.2.0) This release switches our CSS selector engine from [`nwsapi`](https://www.npmjs.com/nwsapi) to [`@asamuzakjp/dom-selector`](@​asamuzakjp/dom-selector). The new engine is more actively maintained, and supports many new selectors: see [the package's documentation](https://togithub.com/asamuzaK/domSelector#supported-css-selectors) for the full list. It also works better with shadow trees. There is a potential of a performance regression due to this change. In our stress test benchmark, which runs most of [these 273 selectors](https://togithub.com/jsdom/jsdom/blob/908f27d4e348502a9068f0b335a8518d050ef872/benchmark/selectors/sizzle-speed/selectors.large.css) against [this 128 KiB document](https://togithub.com/jsdom/jsdom/blob/908f27d4e348502a9068f0b335a8518d050ef872/benchmark/selectors/sizzle-speed/selector.html), the new engine completes the benchmark only 0.25x as fast. However, we're hopeful that in more moderate usage this will not be a significant issue. Any help speeding up `@asamuzakjp/dom-selector` is appreciated, and feel free to open an issue if this has had a significant impact on your project.

Configuration

📅 Schedule: Branch creation - "after 2pm on Saturday" in timezone Europe/Zurich, Automerge - At any time (no schedule defined).

🚦 Automerge: Enabled.

Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.

👻 Immortal: This PR will be recreated if closed unmerged. Get config help if that's undesired.



This PR has been generated by Mend Renovate. View repository job log here.

github-actions[bot] commented 8 months ago

This PR will trigger no release when merged.

codecov[bot] commented 8 months ago

Codecov Report

All modified and coverable lines are covered by tests :white_check_mark:

Comparison is base (e34523f) 95.18% compared to head (8356f6e) 95.18%.

Additional details and impacted files ```diff @@ Coverage Diff @@ ## main #516 +/- ## ======================================= Coverage 95.18% 95.18% ======================================= Files 89 89 Lines 7255 7255 ======================================= Hits 6906 6906 Misses 349 349 ```

:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.

github-actions[bot] commented 7 months ago

:tada: This PR is included in version 6.4.20 :tada:

The release is available on:

Your semantic-release bot :package::rocket: