Closed renovate[bot] closed 10 months ago
115 testsβ Β±0βββ115 :white_check_mark: Β±0βββ2s :stopwatch: -3s β40 suites Β±0βββββ0 :zzz: Β±0β ββ1 filesββ Β±0βββββ0 :x: Β±0β
Results for commit b0d4297d.βΒ± Comparison against base commit 98360ade.
Package | Line Rate | Branch Rate | Complexity | Health |
---|---|---|---|---|
src | 100% | 100% | 0 | β |
src.atoms.Icons | 100% | 100% | 0 | β |
src.atoms.Toggle | 100% | 100% | 0 | β |
src.components | 100% | 100% | 0 | β |
src.components.ColorModeSwitcher | 100% | 100% | 0 | β |
src.components.CookieConsent | 100% | 100% | 0 | β |
src.components.CookieYes | 100% | 100% | 0 | β |
src.components.ExposeAppConfig | 100% | 100% | 0 | β |
src.components.GoogleAnalytics | 100% | 100% | 0 | β |
src.components.Hello | 100% | 100% | 0 | β |
src.components.Hotjar | 100% | 100% | 0 | β |
src.components.Login | 100% | 100% | 0 | β |
src.components.Logout | 100% | 100% | 0 | β |
src.components.Posthog | 100% | 100% | 0 | β |
src.hooks | 100% | 100% | 0 | β |
src.i18n | 100% | 100% | 0 | β |
src.routes | 100% | 100% | 0 | β |
src.utils | 100% | 100% | 0 | β |
Summary | 100% (1270 / 1270) | 100% (129 / 129) | 0 | β |
Duplications detection: Found 0 exact clones with 0(0%) duplicated lines in 57 (3 formats) files.
Format | Files analyzed | Total lines | Total tokens | Clones found | Duplicated lines | Duplicated tokens |
---|---|---|---|---|---|---|
javascript | 15 | 136 | 1547 | 0 | 0 (0%) | 0 (0%) |
tsx | 26 | 929 | 8459 | 0 | 0 (0%) | 0 (0%) |
typescript | 16 | 387 | 3125 | 0 | 0 (0%) | 0 (0%) |
Total: | 57 | 1452 | 13131 | 0 | 0 (0%) | 0 (0%) |
:tada: This PR is included in version 3.1.209 :tada:
The release is available on GitHub release
Your semantic-release bot :package::rocket:
This PR contains the following updates:
23.2.0
->24.0.0
Release Notes
jsdom/jsdom (jsdom)
### [`v24.0.0`](https://togithub.com/jsdom/jsdom/blob/HEAD/Changelog.md#2400) [Compare Source](https://togithub.com/jsdom/jsdom/compare/23.2.0...24.0.0) This release reverts our selector engine back to [`nwsapi`](https://www.npmjs.com/nwsapi). As discussed in [#3659](https://togithub.com/jsdom/jsdom/issues/3659), the performance regressions from [`@asamuzakjp/dom-selector`](https://www.npmjs.com/package/@asamuzakjp/dom-selector) turned out to be higher than anticipated. In the future, we can revisit `@asamuzakjp/dom-selector` after it reaches `nwsapi`'s performance on the [two real-world benchmarks provided by the community](https://togithub.com/jsdom/jsdom/issues/3659#issuecomment-1890852609). Since reverting to `nwsapi` causes several functionality regressions, e.g. removing `:has()` support, we've decided to make this a major version. Additionally: - Small fixes to edge-case behavior of the following properties: `input.maxLength`, `input.minLength`, `input.size`, `progress.max`, `tableCell.colSpan`, `tableCell.rowSpan`, `tableCol.span`, `textArea.cols`, `textArea.maxLength`, `textArea.minLength`, `textArea.rows`.Configuration
π Schedule: Branch creation - " *" (UTC), Automerge - At any time (no schedule defined).
π¦ Automerge: Enabled.
β» Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.
π Ignore: Close this PR and you won't be reminded about this update again.
This PR has been generated by Mend Renovate. View repository job log here.