Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: dubzzz/fast-check
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v3.23.2
Choose a base ref
...
head repository: dubzzz/fast-check
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v4.0.0
Choose a head ref

Commits on Dec 14, 2024

  1. Copy the full SHA
    184c795 View commit details
  2. ⬆️ Update dependency @microsoft/api-extractor to ^7.48.1 (#5529)

    This PR contains the following updates:
    
    | Package | Change | Age | Adoption | Passing | Confidence |
    |---|---|---|---|---|---|
    | [@microsoft/api-extractor](https://api-extractor.com)
    ([source](https://redirect.github.com/microsoft/rushstack/tree/HEAD/apps/api-extractor))
    | [`^7.48.0` ->
    `^7.48.1`](https://renovatebot.com/diffs/npm/@microsoft%2fapi-extractor/7.48.0/7.48.1)
    |
    [![age](https://developer.mend.io/api/mc/badges/age/npm/@microsoft%2fapi-extractor/7.48.1?slim=true)](https://docs.renovatebot.com/merge-confidence/)
    |
    [![adoption](https://developer.mend.io/api/mc/badges/adoption/npm/@microsoft%2fapi-extractor/7.48.1?slim=true)](https://docs.renovatebot.com/merge-confidence/)
    |
    [![passing](https://developer.mend.io/api/mc/badges/compatibility/npm/@microsoft%2fapi-extractor/7.48.0/7.48.1?slim=true)](https://docs.renovatebot.com/merge-confidence/)
    |
    [![confidence](https://developer.mend.io/api/mc/badges/confidence/npm/@microsoft%2fapi-extractor/7.48.0/7.48.1?slim=true)](https://docs.renovatebot.com/merge-confidence/)
    |
    
    ---
    
    ### Release Notes
    
    <details>
    <summary>microsoft/rushstack (@&#8203;microsoft/api-extractor)</summary>
    
    ###
    [`v7.48.1`](https://redirect.github.com/microsoft/rushstack/blob/HEAD/apps/api-extractor/CHANGELOG.md#7481)
    
    [Compare
    Source](https://redirect.github.com/microsoft/rushstack/compare/@microsoft/api-extractor_v7.48.0...@microsoft/api-extractor_v7.48.1)
    
    Sat, 14 Dec 2024 01:11:07 GMT
    
    *Version update only*
    
    </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.
    
    🔕 **Ignore**: Close this PR and you won't be reminded about this update
    again.
    
    ---
    
    - [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check
    this box
    
    ---
    
    This PR was generated by [Mend Renovate](https://mend.io/renovate/).
    View the [repository job
    log](https://developer.mend.io/github/dubzzz/fast-check).
    
    <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzOS41OC4xIiwidXBkYXRlZEluVmVyIjoiMzkuNTguMSIsInRhcmdldEJyYW5jaCI6Im1haW4iLCJsYWJlbHMiOlsiZGVwZW5kZW5jaWVzIl19-->
    
    Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
    renovate[bot] authored Dec 14, 2024
    Copy the full SHA
    332a066 View commit details
  3. ⬆️ Update dependency typedoc to ^0.27.5 (#5530)

    This PR contains the following updates:
    
    | Package | Change | Age | Adoption | Passing | Confidence |
    |---|---|---|---|---|---|
    | [typedoc](https://typedoc.org)
    ([source](https://redirect.github.com/TypeStrong/TypeDoc)) | [`^0.27.4`
    -> `^0.27.5`](https://renovatebot.com/diffs/npm/typedoc/0.27.4/0.27.5) |
    [![age](https://developer.mend.io/api/mc/badges/age/npm/typedoc/0.27.5?slim=true)](https://docs.renovatebot.com/merge-confidence/)
    |
    [![adoption](https://developer.mend.io/api/mc/badges/adoption/npm/typedoc/0.27.5?slim=true)](https://docs.renovatebot.com/merge-confidence/)
    |
    [![passing](https://developer.mend.io/api/mc/badges/compatibility/npm/typedoc/0.27.4/0.27.5?slim=true)](https://docs.renovatebot.com/merge-confidence/)
    |
    [![confidence](https://developer.mend.io/api/mc/badges/confidence/npm/typedoc/0.27.4/0.27.5?slim=true)](https://docs.renovatebot.com/merge-confidence/)
    |
    
    ---
    
    ### Release Notes
    
    <details>
    <summary>TypeStrong/TypeDoc (typedoc)</summary>
    
    ###
    [`v0.27.5`](https://redirect.github.com/TypeStrong/TypeDoc/blob/HEAD/CHANGELOG.md#v0275-2024-12-14)
    
    [Compare
    Source](https://redirect.github.com/TypeStrong/TypeDoc/compare/v0.27.4...v0.27.5)
    
    ##### Bug Fixes
    
    - Possibly Breaking: TypeDoc will no longer render anchors within the
    page for
        deeply nested properties. This only affects links to properties of
    properties of types, which did not have a clickable link exposed so are
    unlikely to have been linked to. Furthermore, these links were not
    always
    created by TypeDoc, only being created if all parent properties
    contained
    comments,
    [#&#8203;2808](https://redirect.github.com/TypeStrong/TypeDoc/issues/2808).
    - TypeDoc will now warn if a property which does not have a URL within
    the
    rendered document and the parent property/page will be linked to
    instead,
    
    [#&#8203;2808](https://redirect.github.com/TypeStrong/TypeDoc/issues/2808).
    These warnings can be disabled with the `validation.rewrittenLink`
        option.
    - Fix restoration of groups/categories including documents,
    [#&#8203;2801](https://redirect.github.com/TypeStrong/TypeDoc/issues/2801).
    - Fixed missed relative paths within markdown link references in
    documents.
    -   Improved handling of incomplete inline code blocks within markdown.
    - Direct `https://` links under the `hostedBaseUrl` option's URL will no
    longer be treated as external,
    [#&#8203;2809](https://redirect.github.com/TypeStrong/TypeDoc/issues/2809).
    
    ##### Thanks!
    
    -   [@&#8203;SacDeNoeuds](https://redirect.github.com/SacDeNoeuds)
    
    </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.
    
    🔕 **Ignore**: Close this PR and you won't be reminded about this update
    again.
    
    ---
    
    - [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check
    this box
    
    ---
    
    This PR was generated by [Mend Renovate](https://mend.io/renovate/).
    View the [repository job
    log](https://developer.mend.io/github/dubzzz/fast-check).
    
    <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzOS41OC4xIiwidXBkYXRlZEluVmVyIjoiMzkuNTguMSIsInRhcmdldEJyYW5jaCI6Im1haW4iLCJsYWJlbHMiOlsiZGVwZW5kZW5jaWVzIl19-->
    
    Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
    renovate[bot] authored Dec 14, 2024
    Copy the full SHA
    e9fe38d View commit details
  4. 📝 Do not display success count (#5531)

    We used to display the number of success for each day of our Advent of
    PBT. Unfortunately the service we have been trying on is missing lots of
    points as it tends to timeout on a regular basis. As such it makes it
    not really usable.
    
    I prefer not showing this stat this year. Maybe I could find an
    alternative for my next advent.
    dubzzz authored Dec 14, 2024
    Copy the full SHA
    67f45d3 View commit details

Commits on Dec 15, 2024

  1. Copy the full SHA
    dc1bc20 View commit details
  2. Copy the full SHA
    9cece8b View commit details

Commits on Dec 16, 2024

  1. Copy the full SHA
    5f80677 View commit details
  2. ⬆️ Update dependency pkg-pr-new to ^0.0.39 (#5534)

    This PR contains the following updates:
    
    | Package | Change | Age | Adoption | Passing | Confidence |
    |---|---|---|---|---|---|
    | [pkg-pr-new](https://redirect.github.com/stackblitz-labs/pkg.pr.new)
    ([source](https://redirect.github.com/stackblitz-labs/pkg.pr.new/tree/HEAD/packages/cli))
    | [`^0.0.37` ->
    `^0.0.39`](https://renovatebot.com/diffs/npm/pkg-pr-new/0.0.37/0.0.39) |
    [![age](https://developer.mend.io/api/mc/badges/age/npm/pkg-pr-new/0.0.39?slim=true)](https://docs.renovatebot.com/merge-confidence/)
    |
    [![adoption](https://developer.mend.io/api/mc/badges/adoption/npm/pkg-pr-new/0.0.39?slim=true)](https://docs.renovatebot.com/merge-confidence/)
    |
    [![passing](https://developer.mend.io/api/mc/badges/compatibility/npm/pkg-pr-new/0.0.37/0.0.39?slim=true)](https://docs.renovatebot.com/merge-confidence/)
    |
    [![confidence](https://developer.mend.io/api/mc/badges/confidence/npm/pkg-pr-new/0.0.37/0.0.39?slim=true)](https://docs.renovatebot.com/merge-confidence/)
    |
    
    ---
    
    ### Release Notes
    
    <details>
    <summary>stackblitz-labs/pkg.pr.new (pkg-pr-new)</summary>
    
    ###
    [`v0.0.39`](https://redirect.github.com/stackblitz-labs/pkg.pr.new/compare/v0.0.38...v0.0.39)
    
    [Compare
    Source](https://redirect.github.com/stackblitz-labs/pkg.pr.new/compare/v0.0.38...v0.0.39)
    
    ###
    [`v0.0.38`](https://redirect.github.com/stackblitz-labs/pkg.pr.new/compare/v0.0.37...v0.0.38)
    
    [Compare
    Source](https://redirect.github.com/stackblitz-labs/pkg.pr.new/compare/v0.0.37...v0.0.38)
    
    </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.
    
    🔕 **Ignore**: Close this PR and you won't be reminded about this update
    again.
    
    ---
    
    - [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check
    this box
    
    ---
    
    This PR was generated by [Mend Renovate](https://mend.io/renovate/).
    View the [repository job
    log](https://developer.mend.io/github/dubzzz/fast-check).
    
    <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzOS42OS4zIiwidXBkYXRlZEluVmVyIjoiMzkuNjkuMyIsInRhcmdldEJyYW5jaCI6Im1haW4iLCJsYWJlbHMiOlsiZGVwZW5kZW5jaWVzIl19-->
    
    Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
    renovate[bot] authored Dec 16, 2024
    Copy the full SHA
    1a53c7b View commit details

Commits on Dec 17, 2024

  1. Copy the full SHA
    bcf7db1 View commit details
  2. ⬆️ Update dependency replace-in-file to ^8.3.0 (#5537)

    This PR contains the following updates:
    
    | Package | Change | Age | Adoption | Passing | Confidence |
    |---|---|---|---|---|---|
    |
    [replace-in-file](https://redirect.github.com/adamreisnz/replace-in-file)
    | [`^8.2.0` ->
    `^8.3.0`](https://renovatebot.com/diffs/npm/replace-in-file/8.2.0/8.3.0)
    |
    [![age](https://developer.mend.io/api/mc/badges/age/npm/replace-in-file/8.3.0?slim=true)](https://docs.renovatebot.com/merge-confidence/)
    |
    [![adoption](https://developer.mend.io/api/mc/badges/adoption/npm/replace-in-file/8.3.0?slim=true)](https://docs.renovatebot.com/merge-confidence/)
    |
    [![passing](https://developer.mend.io/api/mc/badges/compatibility/npm/replace-in-file/8.2.0/8.3.0?slim=true)](https://docs.renovatebot.com/merge-confidence/)
    |
    [![confidence](https://developer.mend.io/api/mc/badges/confidence/npm/replace-in-file/8.2.0/8.3.0?slim=true)](https://docs.renovatebot.com/merge-confidence/)
    |
    
    ---
    
    ### Release Notes
    
    <details>
    <summary>adamreisnz/replace-in-file (replace-in-file)</summary>
    
    ###
    [`v8.3.0`](https://redirect.github.com/adamreisnz/replace-in-file/compare/fc5af6d35f046a9d70d68795a89c0afbca4511a2...e9f4f16fbb136fc45e8e5dfab4c7cb319f028bda)
    
    [Compare
    Source](https://redirect.github.com/adamreisnz/replace-in-file/compare/fc5af6d35f046a9d70d68795a89c0afbca4511a2...e9f4f16fbb136fc45e8e5dfab4c7cb319f028bda)
    
    </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.
    
    🔕 **Ignore**: Close this PR and you won't be reminded about this update
    again.
    
    ---
    
    - [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check
    this box
    
    ---
    
    This PR was generated by [Mend Renovate](https://mend.io/renovate/).
    View the [repository job
    log](https://developer.mend.io/github/dubzzz/fast-check).
    
    <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzOS42OS4zIiwidXBkYXRlZEluVmVyIjoiMzkuNjkuMyIsInRhcmdldEJyYW5jaCI6Im1haW4iLCJsYWJlbHMiOlsiZGVwZW5kZW5jaWVzIl19-->
    
    Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
    renovate[bot] authored Dec 17, 2024
    Copy the full SHA
    255ff34 View commit details
  3. ⬆️ Update typescript-eslint monorepo to ^8.18.1 (#5535)

    This PR contains the following updates:
    
    | Package | Change | Age | Adoption | Passing | Confidence |
    |---|---|---|---|---|---|
    |
    [@typescript-eslint/utils](https://typescript-eslint.io/packages/utils)
    ([source](https://redirect.github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/utils))
    | [`^8.18.0` ->
    `^8.18.1`](https://renovatebot.com/diffs/npm/@typescript-eslint%2futils/8.18.0/8.18.1)
    |
    [![age](https://developer.mend.io/api/mc/badges/age/npm/@typescript-eslint%2futils/8.18.1?slim=true)](https://docs.renovatebot.com/merge-confidence/)
    |
    [![adoption](https://developer.mend.io/api/mc/badges/adoption/npm/@typescript-eslint%2futils/8.18.1?slim=true)](https://docs.renovatebot.com/merge-confidence/)
    |
    [![passing](https://developer.mend.io/api/mc/badges/compatibility/npm/@typescript-eslint%2futils/8.18.0/8.18.1?slim=true)](https://docs.renovatebot.com/merge-confidence/)
    |
    [![confidence](https://developer.mend.io/api/mc/badges/confidence/npm/@typescript-eslint%2futils/8.18.0/8.18.1?slim=true)](https://docs.renovatebot.com/merge-confidence/)
    |
    |
    [typescript-eslint](https://typescript-eslint.io/packages/typescript-eslint)
    ([source](https://redirect.github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/typescript-eslint))
    | [`^8.18.0` ->
    `^8.18.1`](https://renovatebot.com/diffs/npm/typescript-eslint/8.18.0/8.18.1)
    |
    [![age](https://developer.mend.io/api/mc/badges/age/npm/typescript-eslint/8.18.1?slim=true)](https://docs.renovatebot.com/merge-confidence/)
    |
    [![adoption](https://developer.mend.io/api/mc/badges/adoption/npm/typescript-eslint/8.18.1?slim=true)](https://docs.renovatebot.com/merge-confidence/)
    |
    [![passing](https://developer.mend.io/api/mc/badges/compatibility/npm/typescript-eslint/8.18.0/8.18.1?slim=true)](https://docs.renovatebot.com/merge-confidence/)
    |
    [![confidence](https://developer.mend.io/api/mc/badges/confidence/npm/typescript-eslint/8.18.0/8.18.1?slim=true)](https://docs.renovatebot.com/merge-confidence/)
    |
    
    ---
    
    ### Release Notes
    
    <details>
    <summary>typescript-eslint/typescript-eslint
    (@&#8203;typescript-eslint/utils)</summary>
    
    ###
    [`v8.18.1`](https://redirect.github.com/typescript-eslint/typescript-eslint/blob/HEAD/packages/utils/CHANGELOG.md#8181-2024-12-16)
    
    [Compare
    Source](https://redirect.github.com/typescript-eslint/typescript-eslint/compare/v8.18.0...v8.18.1)
    
    This was a version bump only for utils to align it with other projects,
    there were no code changes.
    
    You can read about our [versioning
    strategy](https://main--typescript-eslint.netlify.app/users/versioning)
    and
    [releases](https://main--typescript-eslint.netlify.app/users/releases)
    on our website.
    
    </details>
    
    <details>
    <summary>typescript-eslint/typescript-eslint
    (typescript-eslint)</summary>
    
    ###
    [`v8.18.1`](https://redirect.github.com/typescript-eslint/typescript-eslint/blob/HEAD/packages/typescript-eslint/CHANGELOG.md#8181-2024-12-16)
    
    [Compare
    Source](https://redirect.github.com/typescript-eslint/typescript-eslint/compare/v8.18.0...v8.18.1)
    
    This was a version bump only for typescript-eslint to align it with
    other projects, there were no code changes.
    
    You can read about our [versioning
    strategy](https://main--typescript-eslint.netlify.app/users/versioning)
    and
    [releases](https://main--typescript-eslint.netlify.app/users/releases)
    on our website.
    
    </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.
    
    🔕 **Ignore**: Close this PR and you won't be reminded about these
    updates again.
    
    ---
    
    - [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check
    this box
    
    ---
    
    This PR was generated by [Mend Renovate](https://mend.io/renovate/).
    View the [repository job
    log](https://developer.mend.io/github/dubzzz/fast-check).
    
    <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzOS42OS4zIiwidXBkYXRlZEluVmVyIjoiMzkuNjkuMyIsInRhcmdldEJyYW5jaCI6Im1haW4iLCJsYWJlbHMiOlsiZGVwZW5kZW5jaWVzIl19-->
    
    Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
    renovate[bot] authored Dec 17, 2024
    Copy the full SHA
    a277fab View commit details
  4. ⬆️ Update dependency @npmcli/arborist to v9 (#5536)

    This PR contains the following updates:
    
    | Package | Change | Age | Adoption | Passing | Confidence |
    |---|---|---|---|---|---|
    | [@npmcli/arborist](https://redirect.github.com/npm/cli)
    ([source](https://redirect.github.com/npm/cli/tree/HEAD/workspaces/arborist))
    | [`^8.0.0` ->
    `^9.0.0`](https://renovatebot.com/diffs/npm/@npmcli%2farborist/8.0.0/9.0.0)
    |
    [![age](https://developer.mend.io/api/mc/badges/age/npm/@npmcli%2farborist/9.0.0?slim=true)](https://docs.renovatebot.com/merge-confidence/)
    |
    [![adoption](https://developer.mend.io/api/mc/badges/adoption/npm/@npmcli%2farborist/9.0.0?slim=true)](https://docs.renovatebot.com/merge-confidence/)
    |
    [![passing](https://developer.mend.io/api/mc/badges/compatibility/npm/@npmcli%2farborist/8.0.0/9.0.0?slim=true)](https://docs.renovatebot.com/merge-confidence/)
    |
    [![confidence](https://developer.mend.io/api/mc/badges/confidence/npm/@npmcli%2farborist/8.0.0/9.0.0?slim=true)](https://docs.renovatebot.com/merge-confidence/)
    |
    
    ---
    
    ### Release Notes
    
    <details>
    <summary>npm/cli (@&#8203;npmcli/arborist)</summary>
    
    ###
    [`v9.0.0`](https://redirect.github.com/npm/cli/blob/HEAD/workspaces/arborist/CHANGELOG.md#900-2024-12-16)
    
    [Compare
    Source](https://redirect.github.com/npm/cli/compare/v8.0.0...v9.0.0)
    
    ##### Features
    
    -
    [`a7bfc6d`](https://redirect.github.com/npm/cli/commit/a7bfc6df76882996ebb834dbca785fdf33b8c50d)
    [#&#8203;7972](https://redirect.github.com/npm/cli/pull/7972) trigger
    release process
    ([#&#8203;7972](https://redirect.github.com/npm/cli/issues/7972))
    ([@&#8203;wraithgar](https://redirect.github.com/wraithgar))
    
    ##### Chores
    
    -
    [`a07f4e0`](https://redirect.github.com/npm/cli/commit/a07f4e0d921f640be6aa87736debd550ec478f89)
    [#&#8203;7976](https://redirect.github.com/npm/cli/pull/7976)
    `@npmcli/template-oss@4.23.6`
    ([@&#8203;wraithgar](https://redirect.github.com/wraithgar))
    
    </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.
    
    🔕 **Ignore**: Close this PR and you won't be reminded about this update
    again.
    
    ---
    
    - [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check
    this box
    
    ---
    
    This PR was generated by [Mend Renovate](https://mend.io/renovate/).
    View the [repository job
    log](https://developer.mend.io/github/dubzzz/fast-check).
    
    <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzOS42OS4zIiwidXBkYXRlZEluVmVyIjoiMzkuNjkuMyIsInRhcmdldEJyYW5jaCI6Im1haW4iLCJsYWJlbHMiOlsiZGVwZW5kZW5jaWVzIl19-->
    
    ---------
    
    Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
    Co-authored-by: Nicolas DUBIEN <github@dubien.org>
    renovate[bot] and dubzzz authored Dec 17, 2024
    Copy the full SHA
    129fa7a View commit details

Commits on Dec 18, 2024

  1. Copy the full SHA
    e6cd9e3 View commit details
  2. Copy the full SHA
    28f92ab View commit details
  3. Copy the full SHA
    e00bcfa View commit details
  4. ⬆️ Update dependency @types/react to ^19.0.2 (#5546)

    This PR contains the following updates:
    
    | Package | Change | Age | Adoption | Passing | Confidence |
    |---|---|---|---|---|---|
    |
    [@types/react](https://redirect.github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/react)
    ([source](https://redirect.github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/react))
    | [`^19.0.1` ->
    `^19.0.2`](https://renovatebot.com/diffs/npm/@types%2freact/19.0.1/19.0.2)
    |
    [![age](https://developer.mend.io/api/mc/badges/age/npm/@types%2freact/19.0.2?slim=true)](https://docs.renovatebot.com/merge-confidence/)
    |
    [![adoption](https://developer.mend.io/api/mc/badges/adoption/npm/@types%2freact/19.0.2?slim=true)](https://docs.renovatebot.com/merge-confidence/)
    |
    [![passing](https://developer.mend.io/api/mc/badges/compatibility/npm/@types%2freact/19.0.1/19.0.2?slim=true)](https://docs.renovatebot.com/merge-confidence/)
    |
    [![confidence](https://developer.mend.io/api/mc/badges/confidence/npm/@types%2freact/19.0.1/19.0.2?slim=true)](https://docs.renovatebot.com/merge-confidence/)
    |
    
    ---
    
    ### 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.
    
    🔕 **Ignore**: Close this PR and you won't be reminded about this update
    again.
    
    ---
    
    - [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check
    this box
    
    ---
    
    This PR was generated by [Mend Renovate](https://mend.io/renovate/).
    View the [repository job
    log](https://developer.mend.io/github/dubzzz/fast-check).
    
    <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzOS43Mi41IiwidXBkYXRlZEluVmVyIjoiMzkuNzIuNSIsInRhcmdldEJyYW5jaCI6Im1haW4iLCJsYWJlbHMiOlsiZGVwZW5kZW5jaWVzIl19-->
    
    Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
    renovate[bot] authored Dec 18, 2024
    Copy the full SHA
    8a1cbd0 View commit details
  5. ⬆️ Update codecov/codecov-action action to v5.1.2 (#5545)

    This PR contains the following updates:
    
    | Package | Type | Update | Change |
    |---|---|---|---|
    |
    [codecov/codecov-action](https://redirect.github.com/codecov/codecov-action)
    | action | patch | `v5.1.1` -> `v5.1.2` |
    
    ---
    
    ### Release Notes
    
    <details>
    <summary>codecov/codecov-action (codecov/codecov-action)</summary>
    
    ###
    [`v5.1.2`](https://redirect.github.com/codecov/codecov-action/blob/HEAD/CHANGELOG.md#v512)
    
    [Compare
    Source](https://redirect.github.com/codecov/codecov-action/compare/v5.1.1...v5.1.2)
    
    ##### What's Changed
    
    - fix: update statment by
    [@&#8203;thomasrockhu-codecov](https://redirect.github.com/thomasrockhu-codecov)
    in
    [https://github.com/codecov/codecov-action/pull/1726](https://redirect.github.com/codecov/codecov-action/pull/1726)
    - fix: update action script by
    [@&#8203;thomasrockhu-codecov](https://redirect.github.com/thomasrockhu-codecov)
    in
    [https://github.com/codecov/codecov-action/pull/1725](https://redirect.github.com/codecov/codecov-action/pull/1725)
    - fix: prevent oidc on tokenless due to permissioning by
    [@&#8203;thomasrockhu-codecov](https://redirect.github.com/thomasrockhu-codecov)
    in
    [https://github.com/codecov/codecov-action/pull/1724](https://redirect.github.com/codecov/codecov-action/pull/1724)
    - chore(release): wrapper-0.0.31 by
    [@&#8203;app/codecov-releaser-app](https://redirect.github.com/app/codecov-releaser-app)
    in
    [https://github.com/codecov/codecov-action/pull/1723](https://redirect.github.com/codecov/codecov-action/pull/1723)
    - Put quotes around `${{ inputs.token }}` in `action.yml` by
    [@&#8203;jwodder](https://redirect.github.com/jwodder) in
    [https://github.com/codecov/codecov-action/pull/1721](https://redirect.github.com/codecov/codecov-action/pull/1721)
    - build(deps): bump github/codeql-action from 3.27.6 to 3.27.9 by
    [@&#8203;app/dependabot](https://redirect.github.com/app/dependabot) in
    [https://github.com/codecov/codecov-action/pull/1722](https://redirect.github.com/codecov/codecov-action/pull/1722)
    - Remove mistake from options table by
    [@&#8203;Acconut](https://redirect.github.com/Acconut) in
    [https://github.com/codecov/codecov-action/pull/1718](https://redirect.github.com/codecov/codecov-action/pull/1718)
    - build(deps): bump github/codeql-action from 3.27.5 to 3.27.6 by
    [@&#8203;app/dependabot](https://redirect.github.com/app/dependabot) in
    [https://github.com/codecov/codecov-action/pull/1717](https://redirect.github.com/codecov/codecov-action/pull/1717)
    
    **Full Changelog**:
    https://github.com/codecov/codecov-action/compare/v5.1.1..v5.1.2
    
    </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.
    
    🔕 **Ignore**: Close this PR and you won't be reminded about this update
    again.
    
    ---
    
    - [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check
    this box
    
    ---
    
    This PR was generated by [Mend Renovate](https://mend.io/renovate/).
    View the [repository job
    log](https://developer.mend.io/github/dubzzz/fast-check).
    
    <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzOS43Mi41IiwidXBkYXRlZEluVmVyIjoiMzkuNzIuNSIsInRhcmdldEJyYW5jaCI6Im1haW4iLCJsYWJlbHMiOlsiZGVwZW5kZW5jaWVzIl19-->
    
    Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
    renovate[bot] authored Dec 18, 2024
    Copy the full SHA
    2f6f58c View commit details
  6. ⬆️ Update dependency globals to ^15.14.0 (#5544)

    This PR contains the following updates:
    
    | Package | Change | Age | Adoption | Passing | Confidence |
    |---|---|---|---|---|---|
    | [globals](https://redirect.github.com/sindresorhus/globals) |
    [`^15.13.0` ->
    `^15.14.0`](https://renovatebot.com/diffs/npm/globals/15.13.0/15.14.0) |
    [![age](https://developer.mend.io/api/mc/badges/age/npm/globals/15.14.0?slim=true)](https://docs.renovatebot.com/merge-confidence/)
    |
    [![adoption](https://developer.mend.io/api/mc/badges/adoption/npm/globals/15.14.0?slim=true)](https://docs.renovatebot.com/merge-confidence/)
    |
    [![passing](https://developer.mend.io/api/mc/badges/compatibility/npm/globals/15.13.0/15.14.0?slim=true)](https://docs.renovatebot.com/merge-confidence/)
    |
    [![confidence](https://developer.mend.io/api/mc/badges/confidence/npm/globals/15.13.0/15.14.0?slim=true)](https://docs.renovatebot.com/merge-confidence/)
    |
    
    ---
    
    ### Release Notes
    
    <details>
    <summary>sindresorhus/globals (globals)</summary>
    
    ###
    [`v15.14.0`](https://redirect.github.com/sindresorhus/globals/compare/v15.13.0...48c7b51a8fb284142f88fe34ada7558c0531c44f)
    
    [Compare
    Source](https://redirect.github.com/sindresorhus/globals/compare/v15.13.0...v15.14.0)
    
    </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.
    
    🔕 **Ignore**: Close this PR and you won't be reminded about this update
    again.
    
    ---
    
    - [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check
    this box
    
    ---
    
    This PR was generated by [Mend Renovate](https://mend.io/renovate/).
    View the [repository job
    log](https://developer.mend.io/github/dubzzz/fast-check).
    
    <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzOS43Mi41IiwidXBkYXRlZEluVmVyIjoiMzkuNzIuNSIsInRhcmdldEJyYW5jaCI6Im1haW4iLCJsYWJlbHMiOlsiZGVwZW5kZW5jaWVzIl19-->
    
    Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
    renovate[bot] authored Dec 18, 2024
    Copy the full SHA
    7a20fc7 View commit details
  7. ⬆️ Update dependency @changesets/cli to ^2.27.11 (#5541)

    This PR contains the following updates:
    
    | Package | Change | Age | Adoption | Passing | Confidence |
    |---|---|---|---|---|---|
    |
    [@changesets/cli](https://redirect.github.com/changesets/changesets/tree/main#readme)
    ([source](https://redirect.github.com/changesets/changesets)) |
    [`^2.27.10` ->
    `^2.27.11`](https://renovatebot.com/diffs/npm/@changesets%2fcli/2.27.10/2.27.11)
    |
    [![age](https://developer.mend.io/api/mc/badges/age/npm/@changesets%2fcli/2.27.11?slim=true)](https://docs.renovatebot.com/merge-confidence/)
    |
    [![adoption](https://developer.mend.io/api/mc/badges/adoption/npm/@changesets%2fcli/2.27.11?slim=true)](https://docs.renovatebot.com/merge-confidence/)
    |
    [![passing](https://developer.mend.io/api/mc/badges/compatibility/npm/@changesets%2fcli/2.27.10/2.27.11?slim=true)](https://docs.renovatebot.com/merge-confidence/)
    |
    [![confidence](https://developer.mend.io/api/mc/badges/confidence/npm/@changesets%2fcli/2.27.10/2.27.11?slim=true)](https://docs.renovatebot.com/merge-confidence/)
    |
    
    ---
    
    ### Release Notes
    
    <details>
    <summary>changesets/changesets (@&#8203;changesets/cli)</summary>
    
    ###
    [`v2.27.11`](https://redirect.github.com/changesets/changesets/releases/tag/%40changesets/cli%402.27.11)
    
    [Compare
    Source](https://redirect.github.com/changesets/changesets/compare/@changesets/cli@2.27.10...@changesets/cli@2.27.11)
    
    ##### Patch Changes
    
    - Updated dependencies
    \[[`f0270f6`](https://redirect.github.com/changesets/changesets/commit/f0270f69793ddb6865f2510d334864b093cb10e3)]:
    -
    [@&#8203;changesets/config](https://redirect.github.com/changesets/config)[@&#8203;3](https://redirect.github.com/3).0.5
    -
    [@&#8203;changesets/apply-release-plan](https://redirect.github.com/changesets/apply-release-plan)[@&#8203;7](https://redirect.github.com/7).0.7
    -
    [@&#8203;changesets/get-release-plan](https://redirect.github.com/changesets/get-release-plan)[@&#8203;4](https://redirect.github.com/4).0.6
    
    </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.
    
    🔕 **Ignore**: Close this PR and you won't be reminded about this update
    again.
    
    ---
    
    - [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check
    this box
    
    ---
    
    This PR was generated by [Mend Renovate](https://mend.io/renovate/).
    View the [repository job
    log](https://developer.mend.io/github/dubzzz/fast-check).
    
    <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzOS43Mi4yIiwidXBkYXRlZEluVmVyIjoiMzkuNzIuMiIsInRhcmdldEJyYW5jaCI6Im1haW4iLCJsYWJlbHMiOlsiZGVwZW5kZW5jaWVzIl19-->
    
    Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
    renovate[bot] authored Dec 18, 2024
    Copy the full SHA
    a9b42ff View commit details
  8. ⬆️ Update actions/upload-artifact action to v4.5.0 (#5538)

    This PR contains the following updates:
    
    | Package | Type | Update | Change |
    |---|---|---|---|
    |
    [actions/upload-artifact](https://redirect.github.com/actions/upload-artifact)
    | action | minor | `v4.4.3` -> `v4.5.0` |
    
    ---
    
    ### Release Notes
    
    <details>
    <summary>actions/upload-artifact (actions/upload-artifact)</summary>
    
    ###
    [`v4.5.0`](https://redirect.github.com/actions/upload-artifact/compare/v4.4.3...v4.5.0)
    
    [Compare
    Source](https://redirect.github.com/actions/upload-artifact/compare/v4.4.3...v4.5.0)
    
    </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.
    
    🔕 **Ignore**: Close this PR and you won't be reminded about this update
    again.
    
    ---
    
    - [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check
    this box
    
    ---
    
    This PR was generated by [Mend Renovate](https://mend.io/renovate/).
    View the [repository job
    log](https://developer.mend.io/github/dubzzz/fast-check).
    
    <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzOS43Mi4yIiwidXBkYXRlZEluVmVyIjoiMzkuNzIuMiIsInRhcmdldEJyYW5jaCI6Im1haW4iLCJsYWJlbHMiOlsiZGVwZW5kZW5jaWVzIl19-->
    
    Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
    renovate[bot] authored Dec 18, 2024
    Copy the full SHA
    51c46eb View commit details

Commits on Dec 19, 2024

  1. Copy the full SHA
    ff31ffc View commit details
  2. Copy the full SHA
    5330649 View commit details

Commits on Dec 20, 2024

  1. Copy the full SHA
    7734cda View commit details
  2. Copy the full SHA
    fc25b7a View commit details
  3. Copy the full SHA
    2339969 View commit details
  4. Copy the full SHA
    4cfa933 View commit details
  5. ⬆️ Update dependency vite to ^6.0.5 (#5548)

    This PR contains the following updates:
    
    | Package | Change | Age | Adoption | Passing | Confidence |
    |---|---|---|---|---|---|
    | [vite](https://vite.dev)
    ([source](https://redirect.github.com/vitejs/vite/tree/HEAD/packages/vite))
    | [`^6.0.3` ->
    `^6.0.5`](https://renovatebot.com/diffs/npm/vite/6.0.3/6.0.5) |
    [![age](https://developer.mend.io/api/mc/badges/age/npm/vite/6.0.5?slim=true)](https://docs.renovatebot.com/merge-confidence/)
    |
    [![adoption](https://developer.mend.io/api/mc/badges/adoption/npm/vite/6.0.5?slim=true)](https://docs.renovatebot.com/merge-confidence/)
    |
    [![passing](https://developer.mend.io/api/mc/badges/compatibility/npm/vite/6.0.3/6.0.5?slim=true)](https://docs.renovatebot.com/merge-confidence/)
    |
    [![confidence](https://developer.mend.io/api/mc/badges/confidence/npm/vite/6.0.3/6.0.5?slim=true)](https://docs.renovatebot.com/merge-confidence/)
    |
    
    ---
    
    ### Release Notes
    
    <details>
    <summary>vitejs/vite (vite)</summary>
    
    ###
    [`v6.0.5`](https://redirect.github.com/vitejs/vite/blob/HEAD/packages/vite/CHANGELOG.md#small605-2024-12-20-small)
    
    [Compare
    Source](https://redirect.github.com/vitejs/vite/compare/v6.0.4...v6.0.5)
    
    - fix: esbuild regression (pin to 0.24.0)
    ([#&#8203;19027](https://redirect.github.com/vitejs/vite/issues/19027))
    ([4359e0d](https://redirect.github.com/vitejs/vite/commit/4359e0d5b33afd6259a4dcef787cc2670e963126)),
    closes
    [#&#8203;19027](https://redirect.github.com/vitejs/vite/issues/19027)
    
    ###
    [`v6.0.4`](https://redirect.github.com/vitejs/vite/blob/HEAD/packages/vite/CHANGELOG.md#small604-2024-12-19-small)
    
    [Compare
    Source](https://redirect.github.com/vitejs/vite/compare/v6.0.3...v6.0.4)
    
    - fix: `this.resolve` skipSelf should not skip for different `id` or
    `import`
    ([#&#8203;18903](https://redirect.github.com/vitejs/vite/issues/18903))
    ([4727320](https://redirect.github.com/vitejs/vite/commit/472732057cb2273908e1fca8aa7dc18a7e1f7c74)),
    closes
    [#&#8203;18903](https://redirect.github.com/vitejs/vite/issues/18903)
    - fix: fallback terser to main thread when function options are used
    ([#&#8203;18987](https://redirect.github.com/vitejs/vite/issues/18987))
    ([12b612d](https://redirect.github.com/vitejs/vite/commit/12b612d8be2a18456fd94a2f0291d32d1ffb29d4)),
    closes
    [#&#8203;18987](https://redirect.github.com/vitejs/vite/issues/18987)
    - fix: merge client and ssr values for `pluginContainer.getModuleInfo`
    ([#&#8203;18895](https://redirect.github.com/vitejs/vite/issues/18895))
    ([258cdd6](https://redirect.github.com/vitejs/vite/commit/258cdd637d1ee80a3c4571685135e89fe283f3a6)),
    closes
    [#&#8203;18895](https://redirect.github.com/vitejs/vite/issues/18895)
    - fix(css): escape double quotes in `url()` when lightningcss is used
    ([#&#8203;18997](https://redirect.github.com/vitejs/vite/issues/18997))
    ([3734f80](https://redirect.github.com/vitejs/vite/commit/3734f8099e3922c189497ce404fe7ff2f8929ae1)),
    closes
    [#&#8203;18997](https://redirect.github.com/vitejs/vite/issues/18997)
    - fix(css): root relative import in sass modern API on Windows
    ([#&#8203;18945](https://redirect.github.com/vitejs/vite/issues/18945))
    ([c4b532c](https://redirect.github.com/vitejs/vite/commit/c4b532cc900bf988073583511f57bd581755d5e3)),
    closes
    [#&#8203;18945](https://redirect.github.com/vitejs/vite/issues/18945)
    - fix(css): skip non css in custom sass importer
    ([#&#8203;18970](https://redirect.github.com/vitejs/vite/issues/18970))
    ([21680bd](https://redirect.github.com/vitejs/vite/commit/21680bdf9ca7c12f677136b56e47f46469db8be2)),
    closes
    [#&#8203;18970](https://redirect.github.com/vitejs/vite/issues/18970)
    - fix(deps): update all non-major dependencies
    ([#&#8203;18967](https://redirect.github.com/vitejs/vite/issues/18967))
    ([d88d000](https://redirect.github.com/vitejs/vite/commit/d88d0004a8e891ca6026d356695e0b319caa7fce)),
    closes
    [#&#8203;18967](https://redirect.github.com/vitejs/vite/issues/18967)
    - fix(deps): update all non-major dependencies
    ([#&#8203;18996](https://redirect.github.com/vitejs/vite/issues/18996))
    ([2b4f115](https://redirect.github.com/vitejs/vite/commit/2b4f115129fb3fbd730a92078acb724f8527b7f7)),
    closes
    [#&#8203;18996](https://redirect.github.com/vitejs/vite/issues/18996)
    - fix(optimizer): keep NODE_ENV as-is when keepProcessEnv is `true`
    ([#&#8203;18899](https://redirect.github.com/vitejs/vite/issues/18899))
    ([8a6bb4e](https://redirect.github.com/vitejs/vite/commit/8a6bb4e11d5c1b61511ae1e5ed3ae3c65a33b2dc)),
    closes
    [#&#8203;18899](https://redirect.github.com/vitejs/vite/issues/18899)
    - fix(ssr): recreate ssrCompatModuleRunner on restart
    ([#&#8203;18973](https://redirect.github.com/vitejs/vite/issues/18973))
    ([7d6dd5d](https://redirect.github.com/vitejs/vite/commit/7d6dd5d1d655d173668192509f63ac4ebf7af299)),
    closes
    [#&#8203;18973](https://redirect.github.com/vitejs/vite/issues/18973)
    - chore: better validation error message for dts build
    ([#&#8203;18948](https://redirect.github.com/vitejs/vite/issues/18948))
    ([63b82f1](https://redirect.github.com/vitejs/vite/commit/63b82f1e29a00d06a82144fd03ea8d6eff114290)),
    closes
    [#&#8203;18948](https://redirect.github.com/vitejs/vite/issues/18948)
    - chore(deps): update all non-major dependencies
    ([#&#8203;18916](https://redirect.github.com/vitejs/vite/issues/18916))
    ([ef7a6a3](https://redirect.github.com/vitejs/vite/commit/ef7a6a35e6827b92445e5a0c2c0022616efc80dd)),
    closes
    [#&#8203;18916](https://redirect.github.com/vitejs/vite/issues/18916)
    - chore(deps): update dependency
    [@&#8203;rollup/plugin-node-resolve](https://redirect.github.com/rollup/plugin-node-resolve)
    to v16
    ([#&#8203;18968](https://redirect.github.com/vitejs/vite/issues/18968))
    ([62fad6d](https://redirect.github.com/vitejs/vite/commit/62fad6d79f83daf916dde866909a2a3dd0c79583)),
    closes
    [#&#8203;18968](https://redirect.github.com/vitejs/vite/issues/18968)
    - refactor: make internal invoke event to use the same interface with
    `handleInvoke`
    ([#&#8203;18902](https://redirect.github.com/vitejs/vite/issues/18902))
    ([27f691b](https://redirect.github.com/vitejs/vite/commit/27f691b0c7dca2259108fe6b79583b459429bf7f)),
    closes
    [#&#8203;18902](https://redirect.github.com/vitejs/vite/issues/18902)
    - refactor: simplify manifest plugin code
    ([#&#8203;18890](https://redirect.github.com/vitejs/vite/issues/18890))
    ([1bfe21b](https://redirect.github.com/vitejs/vite/commit/1bfe21b9440f318c940f90e425a18588595225fd)),
    closes
    [#&#8203;18890](https://redirect.github.com/vitejs/vite/issues/18890)
    - test: test `ModuleRunnerTransport` `invoke` API
    ([#&#8203;18865](https://redirect.github.com/vitejs/vite/issues/18865))
    ([e5f5301](https://redirect.github.com/vitejs/vite/commit/e5f5301924b775837b2a1253c37f76555bce3e3e)),
    closes
    [#&#8203;18865](https://redirect.github.com/vitejs/vite/issues/18865)
    - test: test output hash changes
    ([#&#8203;18898](https://redirect.github.com/vitejs/vite/issues/18898))
    ([bfbb130](https://redirect.github.com/vitejs/vite/commit/bfbb130fccefbe7e3880f09defb4fceacce39481)),
    closes
    [#&#8203;18898](https://redirect.github.com/vitejs/vite/issues/18898)
    
    </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.
    
    🔕 **Ignore**: Close this PR and you won't be reminded about this update
    again.
    
    ---
    
    - [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check
    this box
    
    ---
    
    This PR was generated by [Mend Renovate](https://mend.io/renovate/).
    View the [repository job
    log](https://developer.mend.io/github/dubzzz/fast-check).
    
    <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzOS43Mi41IiwidXBkYXRlZEluVmVyIjoiMzkuNzIuNSIsInRhcmdldEJyYW5jaCI6Im1haW4iLCJsYWJlbHMiOlsiZGVwZW5kZW5jaWVzIl19-->
    
    Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
    renovate[bot] authored Dec 20, 2024
    Copy the full SHA
    3a9dddc View commit details
  6. ⬆️ Update github/codeql-action action to v3.28.0 (#5556)

    This PR contains the following updates:
    
    | Package | Type | Update | Change |
    |---|---|---|---|
    |
    [github/codeql-action](https://redirect.github.com/github/codeql-action)
    | action | minor | `v3.27.9` -> `v3.28.0` |
    
    ---
    
    ### Release Notes
    
    <details>
    <summary>github/codeql-action (github/codeql-action)</summary>
    
    ###
    [`v3.28.0`](https://redirect.github.com/github/codeql-action/compare/v3.27.9...v3.28.0)
    
    [Compare
    Source](https://redirect.github.com/github/codeql-action/compare/v3.27.9...v3.28.0)
    
    </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.
    
    🔕 **Ignore**: Close this PR and you won't be reminded about this update
    again.
    
    ---
    
    - [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check
    this box
    
    ---
    
    This PR was generated by [Mend Renovate](https://mend.io/renovate/).
    View the [repository job
    log](https://developer.mend.io/github/dubzzz/fast-check).
    
    <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzOS43Mi41IiwidXBkYXRlZEluVmVyIjoiMzkuNzIuNSIsInRhcmdldEJyYW5jaCI6Im1haW4iLCJsYWJlbHMiOlsiZGVwZW5kZW5jaWVzIl19-->
    
    Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
    renovate[bot] authored Dec 20, 2024
    Copy the full SHA
    dfabc8a View commit details

Commits on Dec 21, 2024

  1. Copy the full SHA
    75a539a View commit details

Commits on Dec 22, 2024

  1. Copy the full SHA
    b394202 View commit details
  2. Copy the full SHA
    bf498f4 View commit details

Commits on Dec 23, 2024

  1. Copy the full SHA
    a1e1b43 View commit details
  2. ⬆️ Update typescript-eslint monorepo to ^8.18.2 (#5559)

    This PR contains the following updates:
    
    | Package | Change | Age | Adoption | Passing | Confidence |
    |---|---|---|---|---|---|
    |
    [@typescript-eslint/utils](https://typescript-eslint.io/packages/utils)
    ([source](https://redirect.github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/utils))
    | [`^8.18.1` ->
    `^8.18.2`](https://renovatebot.com/diffs/npm/@typescript-eslint%2futils/8.18.1/8.18.2)
    |
    [![age](https://developer.mend.io/api/mc/badges/age/npm/@typescript-eslint%2futils/8.18.2?slim=true)](https://docs.renovatebot.com/merge-confidence/)
    |
    [![adoption](https://developer.mend.io/api/mc/badges/adoption/npm/@typescript-eslint%2futils/8.18.2?slim=true)](https://docs.renovatebot.com/merge-confidence/)
    |
    [![passing](https://developer.mend.io/api/mc/badges/compatibility/npm/@typescript-eslint%2futils/8.18.1/8.18.2?slim=true)](https://docs.renovatebot.com/merge-confidence/)
    |
    [![confidence](https://developer.mend.io/api/mc/badges/confidence/npm/@typescript-eslint%2futils/8.18.1/8.18.2?slim=true)](https://docs.renovatebot.com/merge-confidence/)
    |
    |
    [typescript-eslint](https://typescript-eslint.io/packages/typescript-eslint)
    ([source](https://redirect.github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/typescript-eslint))
    | [`^8.18.1` ->
    `^8.18.2`](https://renovatebot.com/diffs/npm/typescript-eslint/8.18.1/8.18.2)
    |
    [![age](https://developer.mend.io/api/mc/badges/age/npm/typescript-eslint/8.18.2?slim=true)](https://docs.renovatebot.com/merge-confidence/)
    |
    [![adoption](https://developer.mend.io/api/mc/badges/adoption/npm/typescript-eslint/8.18.2?slim=true)](https://docs.renovatebot.com/merge-confidence/)
    |
    [![passing](https://developer.mend.io/api/mc/badges/compatibility/npm/typescript-eslint/8.18.1/8.18.2?slim=true)](https://docs.renovatebot.com/merge-confidence/)
    |
    [![confidence](https://developer.mend.io/api/mc/badges/confidence/npm/typescript-eslint/8.18.1/8.18.2?slim=true)](https://docs.renovatebot.com/merge-confidence/)
    |
    
    ---
    
    ### Release Notes
    
    <details>
    <summary>typescript-eslint/typescript-eslint
    (@&#8203;typescript-eslint/utils)</summary>
    
    ###
    [`v8.18.2`](https://redirect.github.com/typescript-eslint/typescript-eslint/blob/HEAD/packages/utils/CHANGELOG.md#8182-2024-12-23)
    
    [Compare
    Source](https://redirect.github.com/typescript-eslint/typescript-eslint/compare/v8.18.1...v8.18.2)
    
    This was a version bump only for utils to align it with other projects,
    there were no code changes.
    
    You can read about our [versioning
    strategy](https://main--typescript-eslint.netlify.app/users/versioning)
    and
    [releases](https://main--typescript-eslint.netlify.app/users/releases)
    on our website.
    
    </details>
    
    <details>
    <summary>typescript-eslint/typescript-eslint
    (typescript-eslint)</summary>
    
    ###
    [`v8.18.2`](https://redirect.github.com/typescript-eslint/typescript-eslint/blob/HEAD/packages/typescript-eslint/CHANGELOG.md#8182-2024-12-23)
    
    [Compare
    Source](https://redirect.github.com/typescript-eslint/typescript-eslint/compare/v8.18.1...v8.18.2)
    
    ##### 🩹 Fixes
    
    - **typescript-eslint:** export types so that declarations can be named
    for dts files
    ([#&#8203;10513](https://redirect.github.com/typescript-eslint/typescript-eslint/pull/10513))
    
    ##### ❤️ Thank You
    
    - Brad Zacher
    [@&#8203;bradzacher](https://redirect.github.com/bradzacher)
    
    You can read about our [versioning
    strategy](https://main--typescript-eslint.netlify.app/users/versioning)
    and
    [releases](https://main--typescript-eslint.netlify.app/users/releases)
    on our website.
    
    </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.
    
    🔕 **Ignore**: Close this PR and you won't be reminded about these
    updates again.
    
    ---
    
    - [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check
    this box
    
    ---
    
    This PR was generated by [Mend Renovate](https://mend.io/renovate/).
    View the [repository job
    log](https://developer.mend.io/github/dubzzz/fast-check).
    
    <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzOS44MC4wIiwidXBkYXRlZEluVmVyIjoiMzkuODAuMCIsInRhcmdldEJyYW5jaCI6Im1haW4iLCJsYWJlbHMiOlsiZGVwZW5kZW5jaWVzIl19-->
    
    Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
    renovate[bot] authored Dec 23, 2024
    Copy the full SHA
    049833d View commit details

Commits on Dec 24, 2024

  1. Copy the full SHA
    8a44d16 View commit details

Commits on Jan 1, 2025

  1. 📝 Add typespec-fast-check to ecosystem page (#5564)

    **Description**
    
    I've been working on the
    [`typespec-fast-check`](https://github.com/TomerAberbach/typespec-fast-check)
    package for a while and it's in a pretty usable state now, so I figured
    I'd add it to the ecosystem documentation page. Check out the [OpenAI
    example mentioned in the
    README](https://github.com/TomerAberbach/typespec-fast-check#examples)!
    
    **Checklist**
    
    - [x] The name of my PR follows [gitmoji](https://gitmoji.dev/)
    specification
    - [x] My PR references one of several related issues (if any)
    - [x] New features or breaking changes must come with an associated
    Issue or Discussion
    - [x] My PR does not add any new dependency without an associated Issue
    or Discussion
    - [x] My PR includes bumps details, please run `yarn bump` and flag the
    impacts properly
    - [x] My PR adds relevant tests and they would have failed without my PR
    (when applicable)
    
    **Advanced**
    
    - [x] Category: 📝 Add or update documentation
    - [x] Impacts: None
    
    ---
    
    I'm assuming no bumps are needed because this doesn't affect any
    published package.
    TomerAberbach authored Jan 1, 2025
    Copy the full SHA
    95c6342 View commit details
  2. ⬆️ Update dependency vite to ^6.0.6 (#5563)

    This PR contains the following updates:
    
    | Package | Change | Age | Adoption | Passing | Confidence |
    |---|---|---|---|---|---|
    | [vite](https://vite.dev)
    ([source](https://redirect.github.com/vitejs/vite/tree/HEAD/packages/vite))
    | [`^6.0.5` ->
    `^6.0.6`](https://renovatebot.com/diffs/npm/vite/6.0.5/6.0.6) |
    [![age](https://developer.mend.io/api/mc/badges/age/npm/vite/6.0.6?slim=true)](https://docs.renovatebot.com/merge-confidence/)
    |
    [![adoption](https://developer.mend.io/api/mc/badges/adoption/npm/vite/6.0.6?slim=true)](https://docs.renovatebot.com/merge-confidence/)
    |
    [![passing](https://developer.mend.io/api/mc/badges/compatibility/npm/vite/6.0.5/6.0.6?slim=true)](https://docs.renovatebot.com/merge-confidence/)
    |
    [![confidence](https://developer.mend.io/api/mc/badges/confidence/npm/vite/6.0.5/6.0.6?slim=true)](https://docs.renovatebot.com/merge-confidence/)
    |
    
    ---
    
    ### Release Notes
    
    <details>
    <summary>vitejs/vite (vite)</summary>
    
    ###
    [`v6.0.6`](https://redirect.github.com/vitejs/vite/blob/HEAD/packages/vite/CHANGELOG.md#small606-2024-12-26-small)
    
    [Compare
    Source](https://redirect.github.com/vitejs/vite/compare/v6.0.5...v6.0.6)
    
    - fix: replace runner-side path normalization with `fetchModule`-side
    resolve
    ([#&#8203;18361](https://redirect.github.com/vitejs/vite/issues/18361))
    ([9f10261](https://redirect.github.com/vitejs/vite/commit/9f10261e7609098b832fd0fb23a64840b3a0d1a0)),
    closes
    [#&#8203;18361](https://redirect.github.com/vitejs/vite/issues/18361)
    - fix(css): resolve style tags in HTML files correctly for lightningcss
    ([#&#8203;19001](https://redirect.github.com/vitejs/vite/issues/19001))
    ([afff05c](https://redirect.github.com/vitejs/vite/commit/afff05c03266fc76d5ab8928215c89f5992f40f8)),
    closes
    [#&#8203;19001](https://redirect.github.com/vitejs/vite/issues/19001)
    - fix(css): show correct error when unknown placeholder is used for CSS
    modules pattern in lightningcs
    ([9290d85](https://redirect.github.com/vitejs/vite/commit/9290d85b5d2ad64991bd296157cb3bcb959c341d)),
    closes
    [#&#8203;19070](https://redirect.github.com/vitejs/vite/issues/19070)
    - fix(resolve): handle package.json with UTF-8 BOM
    ([#&#8203;19000](https://redirect.github.com/vitejs/vite/issues/19000))
    ([902567a](https://redirect.github.com/vitejs/vite/commit/902567ac5327e915ce65d090045fa4922ef9f2b5)),
    closes
    [#&#8203;19000](https://redirect.github.com/vitejs/vite/issues/19000)
    - fix(ssrTransform): preserve line offset when transforming imports
    ([#&#8203;19004](https://redirect.github.com/vitejs/vite/issues/19004))
    ([1aa434e](https://redirect.github.com/vitejs/vite/commit/1aa434e8017012bf0939b2ff1a3a66b4bd12b76d)),
    closes
    [#&#8203;19004](https://redirect.github.com/vitejs/vite/issues/19004)
    - chore: fix typo in comment
    ([#&#8203;19067](https://redirect.github.com/vitejs/vite/issues/19067))
    ([eb06ec3](https://redirect.github.com/vitejs/vite/commit/eb06ec30bb02ced66274f0fc6e90aff2bb20c632)),
    closes
    [#&#8203;19067](https://redirect.github.com/vitejs/vite/issues/19067)
    - chore: update comment about `build.target`
    ([#&#8203;19047](https://redirect.github.com/vitejs/vite/issues/19047))
    ([0e9e81f](https://redirect.github.com/vitejs/vite/commit/0e9e81f622f13d78ee238c0fa72ba920e23419f4)),
    closes
    [#&#8203;19047](https://redirect.github.com/vitejs/vite/issues/19047)
    - revert: unpin esbuild version
    ([#&#8203;19043](https://redirect.github.com/vitejs/vite/issues/19043))
    ([8bfe247](https://redirect.github.com/vitejs/vite/commit/8bfe247511517c631a26f3931bb3c93a7b0b7446)),
    closes
    [#&#8203;19043](https://redirect.github.com/vitejs/vite/issues/19043)
    - test(ssr): test virtual module with query
    ([#&#8203;19044](https://redirect.github.com/vitejs/vite/issues/19044))
    ([a1f4b46](https://redirect.github.com/vitejs/vite/commit/a1f4b46896cb4b442b54a8336db8eca6df9ee02d)),
    closes
    [#&#8203;19044](https://redirect.github.com/vitejs/vite/issues/19044)
    
    </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.
    
    🔕 **Ignore**: Close this PR and you won't be reminded about this update
    again.
    
    ---
    
    - [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check
    this box
    
    ---
    
    This PR was generated by [Mend Renovate](https://mend.io/renovate/).
    View the [repository job
    log](https://developer.mend.io/github/dubzzz/fast-check).
    
    <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzOS44MC4wIiwidXBkYXRlZEluVmVyIjoiMzkuODAuMCIsInRhcmdldEJyYW5jaCI6Im1haW4iLCJsYWJlbHMiOlsiZGVwZW5kZW5jaWVzIl19-->
    
    Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
    renovate[bot] authored Jan 1, 2025
    Copy the full SHA
    307f617 View commit details
  3. ⬆️ Update dependency typedoc to ^0.27.6 (#5561)

    This PR contains the following updates:
    
    | Package | Change | Age | Adoption | Passing | Confidence |
    |---|---|---|---|---|---|
    | [typedoc](https://typedoc.org)
    ([source](https://redirect.github.com/TypeStrong/TypeDoc)) | [`^0.27.5`
    -> `^0.27.6`](https://renovatebot.com/diffs/npm/typedoc/0.27.5/0.27.6) |
    [![age](https://developer.mend.io/api/mc/badges/age/npm/typedoc/0.27.6?slim=true)](https://docs.renovatebot.com/merge-confidence/)
    |
    [![adoption](https://developer.mend.io/api/mc/badges/adoption/npm/typedoc/0.27.6?slim=true)](https://docs.renovatebot.com/merge-confidence/)
    |
    [![passing](https://developer.mend.io/api/mc/badges/compatibility/npm/typedoc/0.27.5/0.27.6?slim=true)](https://docs.renovatebot.com/merge-confidence/)
    |
    [![confidence](https://developer.mend.io/api/mc/badges/confidence/npm/typedoc/0.27.5/0.27.6?slim=true)](https://docs.renovatebot.com/merge-confidence/)
    |
    
    ---
    
    ### Release Notes
    
    <details>
    <summary>TypeStrong/TypeDoc (typedoc)</summary>
    
    ###
    [`v0.27.6`](https://redirect.github.com/TypeStrong/TypeDoc/blob/HEAD/CHANGELOG.md#v0276-2024-12-26)
    
    [Compare
    Source](https://redirect.github.com/TypeStrong/TypeDoc/compare/v0.27.5...v0.27.6)
    
    ##### Features
    
    - Added `ignoredHighlightLanguages` option to specify languages which
    will be
    allowed in code blocks but not highlighted,
    [#&#8203;2819](https://redirect.github.com/TypeStrong/TypeDoc/issues/2819).
    
    ##### Bug Fixes
    
    - `@include` and `@includeCode` now work in the readme file,
    [#&#8203;2814](https://redirect.github.com/TypeStrong/TypeDoc/issues/2814).
    - TypeDoc will now avoid making references to references,
    [#&#8203;2811](https://redirect.github.com/TypeStrong/TypeDoc/issues/2811).
    - Fixed output specific option specification,
    [#&#8203;2818](https://redirect.github.com/TypeStrong/TypeDoc/issues/2818).
    - Improved type reference conversion to avoid including defaulted type
    arguments,
    [#&#8203;2820](https://redirect.github.com/TypeStrong/TypeDoc/issues/2820).
    - Fixed parsing of declaration references which include a module and a
    local reference,
    [#&#8203;2810](https://redirect.github.com/TypeStrong/TypeDoc/issues/2810).
    - Improved link resolution logic to prioritize type alias properties
    with the
        same symbol over type literal properties within function parameters.
    
    </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.
    
    🔕 **Ignore**: Close this PR and you won't be reminded about this update
    again.
    
    ---
    
    - [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check
    this box
    
    ---
    
    This PR was generated by [Mend Renovate](https://mend.io/renovate/).
    View the [repository job
    log](https://developer.mend.io/github/dubzzz/fast-check).
    
    <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzOS44MC4wIiwidXBkYXRlZEluVmVyIjoiMzkuODAuMCIsInRhcmdldEJyYW5jaCI6Im1haW4iLCJsYWJlbHMiOlsiZGVwZW5kZW5jaWVzIl19-->
    
    Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
    renovate[bot] authored Jan 1, 2025
    Copy the full SHA
    e86c0e1 View commit details
  4. ⬆️ Update dependency happy-dom to v16 (#5565)

    This PR contains the following updates:
    
    | Package | Change | Age | Adoption | Passing | Confidence |
    |---|---|---|---|---|---|
    | [happy-dom](https://redirect.github.com/capricorn86/happy-dom) |
    [`^15.11.7` ->
    `^16.2.9`](https://renovatebot.com/diffs/npm/happy-dom/15.11.7/16.2.9) |
    [![age](https://developer.mend.io/api/mc/badges/age/npm/happy-dom/16.2.9?slim=true)](https://docs.renovatebot.com/merge-confidence/)
    |
    [![adoption](https://developer.mend.io/api/mc/badges/adoption/npm/happy-dom/16.2.9?slim=true)](https://docs.renovatebot.com/merge-confidence/)
    |
    [![passing](https://developer.mend.io/api/mc/badges/compatibility/npm/happy-dom/15.11.7/16.2.9?slim=true)](https://docs.renovatebot.com/merge-confidence/)
    |
    [![confidence](https://developer.mend.io/api/mc/badges/confidence/npm/happy-dom/15.11.7/16.2.9?slim=true)](https://docs.renovatebot.com/merge-confidence/)
    |
    
    ---
    
    ### Release Notes
    
    <details>
    <summary>capricorn86/happy-dom (happy-dom)</summary>
    
    ###
    [`v16.2.9`](https://redirect.github.com/capricorn86/happy-dom/compare/v16.2.8...3082b7e010c4362e762d2d387d0316dd96b017cd)
    
    [Compare
    Source](https://redirect.github.com/capricorn86/happy-dom/compare/v16.2.8...v16.2.9)
    
    ###
    [`v16.2.8`](https://redirect.github.com/capricorn86/happy-dom/releases/tag/v16.2.8)
    
    [Compare
    Source](https://redirect.github.com/capricorn86/happy-dom/compare/v16.2.7...v16.2.8)
    
    ##### 👷‍♂️ Patch fixes
    
    - Fixes issue where the wrong event target was used when dispatching
    events on HTMLFormElement or HTMLSelectElement - By
    **[@&#8203;betterqualityassuranceuser](https://redirect.github.com/betterqualityassuranceuser)**
    in task
    [#&#8203;1628](https://redirect.github.com/capricorn86/happy-dom/issues/1628)
    
    ###
    [`v16.2.7`](https://redirect.github.com/capricorn86/happy-dom/compare/v16.2.6...78eb24034576e4ecc39a3633967799ea75bead50)
    
    [Compare
    Source](https://redirect.github.com/capricorn86/happy-dom/compare/v16.2.6...v16.2.7)
    
    ###
    [`v16.2.6`](https://redirect.github.com/capricorn86/happy-dom/compare/v16.2.5...2c8a59619a35b55c398db27927027d9a1458a6a1)
    
    [Compare
    Source](https://redirect.github.com/capricorn86/happy-dom/compare/v16.2.5...v16.2.6)
    
    ###
    [`v16.2.5`](https://redirect.github.com/capricorn86/happy-dom/compare/v16.2.4...675e306d2440cabdb7e2d75ef5a78ea47e506494)
    
    [Compare
    Source](https://redirect.github.com/capricorn86/happy-dom/compare/v16.2.4...v16.2.5)
    
    ###
    [`v16.2.4`](https://redirect.github.com/capricorn86/happy-dom/releases/tag/v16.2.4)
    
    [Compare
    Source](https://redirect.github.com/capricorn86/happy-dom/compare/v16.2.3...v16.2.4)
    
    ##### 👷‍♂️ Patch fixes
    
    - Fixes bug where the incorrect location is set after a redirect in
    `BrowserFrame.goto()` and `DetachedBrowserFrame.goto()` - By
    **[@&#8203;capricorn86](https://redirect.github.com/capricorn86)** in
    task
    [#&#8203;1627](https://redirect.github.com/capricorn86/happy-dom/issues/1627)
    
    ###
    [`v16.2.3`](https://redirect.github.com/capricorn86/happy-dom/compare/v16.2.2...f41ad67816008a068c5cefcbac31b2fda7d2f4e2)
    
    [Compare
    Source](https://redirect.github.com/capricorn86/happy-dom/compare/v16.2.2...v16.2.3)
    
    ###
    [`v16.2.2`](https://redirect.github.com/capricorn86/happy-dom/releases/tag/v16.2.2)
    
    [Compare
    Source](https://redirect.github.com/capricorn86/happy-dom/compare/v16.2.1...v16.2.2)
    
    ##### 👷‍♂️ Patch fixes
    
    - Improves error when a Symbol object is being sent to `querySelector()`
    or `querySelectorAll()` as selector - By
    **[@&#8203;chocolateboy](https://redirect.github.com/chocolateboy)** in
    task
    [#&#8203;1640](https://redirect.github.com/capricorn86/happy-dom/issues/1640)
    
    ###
    [`v16.2.1`](https://redirect.github.com/capricorn86/happy-dom/compare/v16.2.0...f7b6ac6bd6e3cfc843c9787ce935f348f0c40363)
    
    [Compare
    Source](https://redirect.github.com/capricorn86/happy-dom/compare/v16.2.0...v16.2.1)
    
    ###
    [`v16.2.0`](https://redirect.github.com/capricorn86/happy-dom/compare/v16.1.0...5629a74693e19b6a7661a4242b139bf8524c6247)
    
    [Compare
    Source](https://redirect.github.com/capricorn86/happy-dom/compare/v16.1.0...v16.2.0)
    
    ###
    [`v16.1.0`](https://redirect.github.com/capricorn86/happy-dom/releases/tag/v16.1.0)
    
    [Compare
    Source](https://redirect.github.com/capricorn86/happy-dom/compare/v16.0.1...v16.1.0)
    
    ##### 🎨 Features
    
    - Add support for using whitespace-separated list to
    getElementsByClassName - By
    **[@&#8203;betterqualityassuranceuser](https://redirect.github.com/betterqualityassuranceuser)**
    in task
    [#&#8203;1551](https://redirect.github.com/capricorn86/happy-dom/issues/1551)
    
    ###
    [`v16.0.1`](https://redirect.github.com/capricorn86/happy-dom/releases/tag/v16.0.1)
    
    [Compare
    Source](https://redirect.github.com/capricorn86/happy-dom/compare/v16.0.0...v16.0.1)
    
    ##### 👷‍♂️ Patch fixes
    
    - Fixes problem with children of created documents (e.g.
    `document.implementation.createHTMLDocument()`) not being considered as
    connected to a DOM that was introduced in v16 - By
    **[@&#8203;capricorn86](https://redirect.github.com/capricorn86)** in
    task
    [#&#8203;1647](https://redirect.github.com/capricorn86/happy-dom/issues/1647)
    
    ###
    [`v16.0.0`](https://redirect.github.com/capricorn86/happy-dom/releases/tag/v16.0.0)
    
    [Compare
    Source](https://redirect.github.com/capricorn86/happy-dom/compare/v15.11.7...v16.0.0)
    
    ##### 💣 Breaking Changes
    
    - Refactors XML and HTML parsing and serialization - By
    **[@&#8203;capricorn86](https://redirect.github.com/capricorn86)** in
    task
    [#&#8203;1615](https://redirect.github.com/capricorn86/happy-dom/issues/1615)
    - This change may break your tests as the serialized output may differ
    from v15
    
    ##### 🎨 Features
    
    - Adds support for parsing XML in `DOMParser` - By
    **[@&#8203;capricorn86](https://redirect.github.com/capricorn86)** in
    task
    [#&#8203;284](https://redirect.github.com/capricorn86/happy-dom/issues/284)
    - Improved performance in `document.write()` - By
    **[@&#8203;capricorn86](https://redirect.github.com/capricorn86)** in
    task
    [#&#8203;1615](https://redirect.github.com/capricorn86/happy-dom/issues/1615)
        -   Elements are now added directly to the document during parsing
    
    ##### 👷‍♂️ Patch fixes
    
    - Fix for handling `<html>`, `<head>` and `<body>` during parsing - By
    **[@&#8203;capricorn86](https://redirect.github.com/capricorn86)** in
    task
    [#&#8203;1615](https://redirect.github.com/capricorn86/happy-dom/issues/1615)
    - Fix for handling HTML entities correctly when parsing and serializing
    - By **[@&#8203;capricorn86](https://redirect.github.com/capricorn86)**
    in task
    [#&#8203;1494](https://redirect.github.com/capricorn86/happy-dom/issues/1494)
    and
    [#&#8203;1498](https://redirect.github.com/capricorn86/happy-dom/issues/1498)
    - Fix for handling attribute names containing "\[" or "]" during parsing
    - By **[@&#8203;capricorn86](https://redirect.github.com/capricorn86)**
    in task
    [#&#8203;1638](https://redirect.github.com/capricorn86/happy-dom/issues/1638)
    - Fix for handling comments containing HTML tags - By
    **[@&#8203;capricorn86](https://redirect.github.com/capricorn86)** in
    task
    [#&#8203;1630](https://redirect.github.com/capricorn86/happy-dom/issues/1630)
    - Fix for handling namespaces in `XMLSerializer` - By
    **[@&#8203;capricorn86](https://redirect.github.com/capricorn86)** in
    task
    [#&#8203;1615](https://redirect.github.com/capricorn86/happy-dom/issues/1615)
    - Handles rules for parsing table elements - By
    **[@&#8203;capricorn86](https://redirect.github.com/capricorn86)** in
    task
    [#&#8203;1126](https://redirect.github.com/capricorn86/happy-dom/issues/1126)
    - Loads scripts asynchronously when "defer" is set or "type" is "module"
    - By **[@&#8203;capricorn86](https://redirect.github.com/capricorn86)**
    in task
    [#&#8203;1615](https://redirect.github.com/capricorn86/happy-dom/issues/1615)
    
    </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.
    
    🔕 **Ignore**: Close this PR and you won't be reminded about this update
    again.
    
    ---
    
    - [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check
    this box
    
    ---
    
    This PR was generated by [Mend Renovate](https://mend.io/renovate/).
    View the [repository job
    log](https://developer.mend.io/github/dubzzz/fast-check).
    
    <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzOS44MC4wIiwidXBkYXRlZEluVmVyIjoiMzkuODUuMCIsInRhcmdldEJyYW5jaCI6Im1haW4iLCJsYWJlbHMiOlsiZGVwZW5kZW5jaWVzIl19-->
    
    Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
    renovate[bot] authored Jan 1, 2025
    Copy the full SHA
    527964a View commit details
  5. ⬆️ Update Yarn to v4.6.0 (#5566)

    This PR contains the following updates:
    
    | Package | Change | Age | Adoption | Passing | Confidence |
    |---|---|---|---|---|---|
    | [yarn](https://redirect.github.com/yarnpkg/berry)
    ([source](https://redirect.github.com/yarnpkg/berry/tree/HEAD/packages/yarnpkg-cli))
    | [`4.5.3` ->
    `4.6.0`](https://renovatebot.com/diffs/npm/yarn/4.5.3/4.6.0) |
    [![age](https://developer.mend.io/api/mc/badges/age/npm/@yarnpkg%2fcli/4.6.0?slim=true)](https://docs.renovatebot.com/merge-confidence/)
    |
    [![adoption](https://developer.mend.io/api/mc/badges/adoption/npm/@yarnpkg%2fcli/4.6.0?slim=true)](https://docs.renovatebot.com/merge-confidence/)
    |
    [![passing](https://developer.mend.io/api/mc/badges/compatibility/npm/@yarnpkg%2fcli/4.5.3/4.6.0?slim=true)](https://docs.renovatebot.com/merge-confidence/)
    |
    [![confidence](https://developer.mend.io/api/mc/badges/confidence/npm/@yarnpkg%2fcli/4.5.3/4.6.0?slim=true)](https://docs.renovatebot.com/merge-confidence/)
    |
    
    ---
    
    ### Release Notes
    
    <details>
    <summary>yarnpkg/berry (yarn)</summary>
    
    ###
    [`v4.6.0`](https://redirect.github.com/yarnpkg/berry/compare/2fe7d635e8eb163c1b3e56ab76e652b6bae8c160...1871484db82161065ac437d4df59bc8a4f94a33e)
    
    [Compare
    Source](https://redirect.github.com/yarnpkg/berry/compare/2fe7d635e8eb163c1b3e56ab76e652b6bae8c160...1871484db82161065ac437d4df59bc8a4f94a33e)
    
    </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.
    
    🔕 **Ignore**: Close this PR and you won't be reminded about this update
    again.
    
    ---
    
    - [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check
    this box
    
    ---
    
    This PR was generated by [Mend Renovate](https://mend.io/renovate/).
    View the [repository job
    log](https://developer.mend.io/github/dubzzz/fast-check).
    
    <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzOS44NS4wIiwidXBkYXRlZEluVmVyIjoiMzkuODUuMCIsInRhcmdldEJyYW5jaCI6Im1haW4iLCJsYWJlbHMiOlsiZGVwZW5kZW5jaWVzIl19-->
    
    Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
    renovate[bot] authored Jan 1, 2025
    Copy the full SHA
    319c3e2 View commit details
  6. ⬆️ Update typescript-eslint monorepo to ^8.19.0 (#5567)

    This PR contains the following updates:
    
    | Package | Change | Age | Adoption | Passing | Confidence |
    |---|---|---|---|---|---|
    |
    [@typescript-eslint/utils](https://typescript-eslint.io/packages/utils)
    ([source](https://redirect.github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/utils))
    | [`^8.18.2` ->
    `^8.19.0`](https://renovatebot.com/diffs/npm/@typescript-eslint%2futils/8.18.2/8.19.0)
    |
    [![age](https://developer.mend.io/api/mc/badges/age/npm/@typescript-eslint%2futils/8.19.0?slim=true)](https://docs.renovatebot.com/merge-confidence/)
    |
    [![adoption](https://developer.mend.io/api/mc/badges/adoption/npm/@typescript-eslint%2futils/8.19.0?slim=true)](https://docs.renovatebot.com/merge-confidence/)
    |
    [![passing](https://developer.mend.io/api/mc/badges/compatibility/npm/@typescript-eslint%2futils/8.18.2/8.19.0?slim=true)](https://docs.renovatebot.com/merge-confidence/)
    |
    [![confidence](https://developer.mend.io/api/mc/badges/confidence/npm/@typescript-eslint%2futils/8.18.2/8.19.0?slim=true)](https://docs.renovatebot.com/merge-confidence/)
    |
    |
    [typescript-eslint](https://typescript-eslint.io/packages/typescript-eslint)
    ([source](https://redirect.github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/typescript-eslint))
    | [`^8.18.2` ->
    `^8.19.0`](https://renovatebot.com/diffs/npm/typescript-eslint/8.18.2/8.19.0)
    |
    [![age](https://developer.mend.io/api/mc/badges/age/npm/typescript-eslint/8.19.0?slim=true)](https://docs.renovatebot.com/merge-confidence/)
    |
    [![adoption](https://developer.mend.io/api/mc/badges/adoption/npm/typescript-eslint/8.19.0?slim=true)](https://docs.renovatebot.com/merge-confidence/)
    |
    [![passing](https://developer.mend.io/api/mc/badges/compatibility/npm/typescript-eslint/8.18.2/8.19.0?slim=true)](https://docs.renovatebot.com/merge-confidence/)
    |
    [![confidence](https://developer.mend.io/api/mc/badges/confidence/npm/typescript-eslint/8.18.2/8.19.0?slim=true)](https://docs.renovatebot.com/merge-confidence/)
    |
    
    ---
    
    ### Release Notes
    
    <details>
    <summary>typescript-eslint/typescript-eslint
    (@&#8203;typescript-eslint/utils)</summary>
    
    ###
    [`v8.19.0`](https://redirect.github.com/typescript-eslint/typescript-eslint/blob/HEAD/packages/utils/CHANGELOG.md#8190-2024-12-30)
    
    [Compare
    Source](https://redirect.github.com/typescript-eslint/typescript-eslint/compare/v8.18.2...v8.19.0)
    
    ##### 🩹 Fixes
    
    - **eslint-plugin:** \[consistent-indexed-object-style] don't report on
    indirect circular references
    ([#&#8203;10537](https://redirect.github.com/typescript-eslint/typescript-eslint/pull/10537))
    
    ##### ❤️ Thank You
    
    -   Ronen Amiel
    
    You can read about our [versioning
    strategy](https://main--typescript-eslint.netlify.app/users/versioning)
    and
    [releases](https://main--typescript-eslint.netlify.app/users/releases)
    on our website.
    
    </details>
    
    <details>
    <summary>typescript-eslint/typescript-eslint
    (typescript-eslint)</summary>
    
    ###
    [`v8.19.0`](https://redirect.github.com/typescript-eslint/typescript-eslint/blob/HEAD/packages/typescript-eslint/CHANGELOG.md#8190-2024-12-30)
    
    [Compare
    Source](https://redirect.github.com/typescript-eslint/typescript-eslint/compare/v8.18.2...v8.19.0)
    
    This was a version bump only for typescript-eslint to align it with
    other projects, there were no code changes.
    
    You can read about our [versioning
    strategy](https://main--typescript-eslint.netlify.app/users/versioning)
    and
    [releases](https://main--typescript-eslint.netlify.app/users/releases)
    on our website.
    
    </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.
    
    🔕 **Ignore**: Close this PR and you won't be reminded about these
    updates again.
    
    ---
    
    - [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check
    this box
    
    ---
    
    This PR was generated by [Mend Renovate](https://mend.io/renovate/).
    View the [repository job
    log](https://developer.mend.io/github/dubzzz/fast-check).
    
    <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzOS44NS4wIiwidXBkYXRlZEluVmVyIjoiMzkuODUuMCIsInRhcmdldEJyYW5jaCI6Im1haW4iLCJsYWJlbHMiOlsiZGVwZW5kZW5jaWVzIl19-->
    
    Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
    renovate[bot] authored Jan 1, 2025
    Copy the full SHA
    ec13359 View commit details

Commits on Jan 3, 2025

  1. ⬆️ Update dependency vite to ^6.0.7 (#5570)

    This PR contains the following updates:
    
    | Package | Change | Age | Adoption | Passing | Confidence |
    |---|---|---|---|---|---|
    | [vite](https://vite.dev)
    ([source](https://redirect.github.com/vitejs/vite/tree/HEAD/packages/vite))
    | [`^6.0.6` ->
    `^6.0.7`](https://renovatebot.com/diffs/npm/vite/6.0.6/6.0.7) |
    [![age](https://developer.mend.io/api/mc/badges/age/npm/vite/6.0.7?slim=true)](https://docs.renovatebot.com/merge-confidence/)
    |
    [![adoption](https://developer.mend.io/api/mc/badges/adoption/npm/vite/6.0.7?slim=true)](https://docs.renovatebot.com/merge-confidence/)
    |
    [![passing](https://developer.mend.io/api/mc/badges/compatibility/npm/vite/6.0.6/6.0.7?slim=true)](https://docs.renovatebot.com/merge-confidence/)
    |
    [![confidence](https://developer.mend.io/api/mc/badges/confidence/npm/vite/6.0.6/6.0.7?slim=true)](https://docs.renovatebot.com/merge-confidence/)
    |
    
    ---
    
    ### Release Notes
    
    <details>
    <summary>vitejs/vite (vite)</summary>
    
    ###
    [`v6.0.7`](https://redirect.github.com/vitejs/vite/blob/HEAD/packages/vite/CHANGELOG.md#small607-2025-01-02-small)
    
    [Compare
    Source](https://redirect.github.com/vitejs/vite/compare/v6.0.6...v6.0.7)
    
    - fix: fix `minify` when `builder.sharedPlugins: true`
    ([#&#8203;19025](https://redirect.github.com/vitejs/vite/issues/19025))
    ([f7b1964](https://redirect.github.com/vitejs/vite/commit/f7b1964d3a93a21f80b61638fa6ae9606d0a6f4f)),
    closes
    [#&#8203;19025](https://redirect.github.com/vitejs/vite/issues/19025)
    - fix: skip the plugin if it has been called before with the same id and
    importer
    ([#&#8203;19016](https://redirect.github.com/vitejs/vite/issues/19016))
    ([b178c90](https://redirect.github.com/vitejs/vite/commit/b178c90c7d175ea31f8b67dccad3918f820357a4)),
    closes
    [#&#8203;19016](https://redirect.github.com/vitejs/vite/issues/19016)
    - fix(html): error while removing `vite-ignore` attribute for inline
    script
    ([#&#8203;19062](https://redirect.github.com/vitejs/vite/issues/19062))
    ([a492253](https://redirect.github.com/vitejs/vite/commit/a4922537a8d705da7769d30626a0d846511fc124)),
    closes
    [#&#8203;19062](https://redirect.github.com/vitejs/vite/issues/19062)
    - fix(ssr): fix semicolon injection by ssr transform
    ([#&#8203;19097](https://redirect.github.com/vitejs/vite/issues/19097))
    ([1c102d5](https://redirect.github.com/vitejs/vite/commit/1c102d517de52531faf5765632703977a17de65a)),
    closes
    [#&#8203;19097](https://redirect.github.com/vitejs/vite/issues/19097)
    - perf: skip globbing for static path in warmup
    ([#&#8203;19107](https://redirect.github.com/vitejs/vite/issues/19107))
    ([677508b](https://redirect.github.com/vitejs/vite/commit/677508bf8268a7b8661e5557a3d0a2a76cab8bd1)),
    closes
    [#&#8203;19107](https://redirect.github.com/vitejs/vite/issues/19107)
    - feat(css): show lightningcss warnings
    ([#&#8203;19076](https://redirect.github.com/vitejs/vite/issues/19076))
    ([b07c036](https://redirect.github.com/vitejs/vite/commit/b07c036faf6849fe5ffd03125f25dc00f460f8ba)),
    closes
    [#&#8203;19076](https://redirect.github.com/vitejs/vite/issues/19076)
    
    </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.
    
    🔕 **Ignore**: Close this PR and you won't be reminded about this update
    again.
    
    ---
    
    - [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check
    this box
    
    ---
    
    This PR was generated by [Mend Renovate](https://mend.io/renovate/).
    View the [repository job
    log](https://developer.mend.io/github/dubzzz/fast-check).
    
    <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzOS44NS4wIiwidXBkYXRlZEluVmVyIjoiMzkuODUuMCIsInRhcmdldEJyYW5jaCI6Im1haW4iLCJsYWJlbHMiOlsiZGVwZW5kZW5jaWVzIl19-->
    
    Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
    renovate[bot] authored Jan 3, 2025
    Copy the full SHA
    138ebf5 View commit details
  2. ⬆️ Update dependency happy-dom to ^16.3.0 (#5569)

    This PR contains the following updates:
    
    | Package | Change | Age | Adoption | Passing | Confidence |
    |---|---|---|---|---|---|
    | [happy-dom](https://redirect.github.com/capricorn86/happy-dom) |
    [`^16.2.9` ->
    `^16.3.0`](https://renovatebot.com/diffs/npm/happy-dom/16.2.9/16.3.0) |
    [![age](https://developer.mend.io/api/mc/badges/age/npm/happy-dom/16.3.0?slim=true)](https://docs.renovatebot.com/merge-confidence/)
    |
    [![adoption](https://developer.mend.io/api/mc/badges/adoption/npm/happy-dom/16.3.0?slim=true)](https://docs.renovatebot.com/merge-confidence/)
    |
    [![passing](https://developer.mend.io/api/mc/badges/compatibility/npm/happy-dom/16.2.9/16.3.0?slim=true)](https://docs.renovatebot.com/merge-confidence/)
    |
    [![confidence](https://developer.mend.io/api/mc/badges/confidence/npm/happy-dom/16.2.9/16.3.0?slim=true)](https://docs.renovatebot.com/merge-confidence/)
    |
    
    ---
    
    ### Release Notes
    
    <details>
    <summary>capricorn86/happy-dom (happy-dom)</summary>
    
    ###
    [`v16.3.0`](https://redirect.github.com/capricorn86/happy-dom/releases/tag/v16.3.0)
    
    [Compare
    Source](https://redirect.github.com/capricorn86/happy-dom/compare/v16.2.9...v16.3.0)
    
    ##### 🎨 Features
    
    - Adds support for child combinator to ":has()" pseudo selector (e.g.
    "span:has(> video)") - By
    **[@&#8203;capricorn86](https://redirect.github.com/capricorn86)** in
    task
    [#&#8203;1642](https://redirect.github.com/capricorn86/happy-dom/issues/1642)
    
    </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.
    
    🔕 **Ignore**: Close this PR and you won't be reminded about this update
    again.
    
    ---
    
    - [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check
    this box
    
    ---
    
    This PR was generated by [Mend Renovate](https://mend.io/renovate/).
    View the [repository job
    log](https://developer.mend.io/github/dubzzz/fast-check).
    
    <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzOS44NS4wIiwidXBkYXRlZEluVmVyIjoiMzkuODUuMCIsInRhcmdldEJyYW5jaCI6Im1haW4iLCJsYWJlbHMiOlsiZGVwZW5kZW5jaWVzIl19-->
    
    Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
    renovate[bot] authored Jan 3, 2025
    Copy the full SHA
    ea0b1c9 View commit details
  3. ⬆️ Update docusaurus monorepo to v3.7.0 (#5572)

    This PR contains the following updates:
    
    | Package | Change | Age | Adoption | Passing | Confidence |
    |---|---|---|---|---|---|
    | [@docusaurus/core](https://redirect.github.com/facebook/docusaurus)
    ([source](https://redirect.github.com/facebook/docusaurus/tree/HEAD/packages/docusaurus))
    | [`3.6.3` ->
    `3.7.0`](https://renovatebot.com/diffs/npm/@docusaurus%2fcore/3.6.3/3.7.0)
    |
    [![age](https://developer.mend.io/api/mc/badges/age/npm/@docusaurus%2fcore/3.7.0?slim=true)](https://docs.renovatebot.com/merge-confidence/)
    |
    [![adoption](https://developer.mend.io/api/mc/badges/adoption/npm/@docusaurus%2fcore/3.7.0?slim=true)](https://docs.renovatebot.com/merge-confidence/)
    |
    [![passing](https://developer.mend.io/api/mc/badges/compatibility/npm/@docusaurus%2fcore/3.6.3/3.7.0?slim=true)](https://docs.renovatebot.com/merge-confidence/)
    |
    [![confidence](https://developer.mend.io/api/mc/badges/confidence/npm/@docusaurus%2fcore/3.6.3/3.7.0?slim=true)](https://docs.renovatebot.com/merge-confidence/)
    |
    |
    [@docusaurus/module-type-aliases](https://redirect.github.com/facebook/docusaurus)
    ([source](https://redirect.github.com/facebook/docusaurus/tree/HEAD/packages/docusaurus-module-type-aliases))
    | [`3.6.3` ->
    `3.7.0`](https://renovatebot.com/diffs/npm/@docusaurus%2fmodule-type-aliases/3.6.3/3.7.0)
    |
    [![age](https://developer.mend.io/api/mc/badges/age/npm/@docusaurus%2fmodule-type-aliases/3.7.0?slim=true)](https://docs.renovatebot.com/merge-confidence/)
    |
    [![adoption](https://developer.mend.io/api/mc/badges/adoption/npm/@docusaurus%2fmodule-type-aliases/3.7.0?slim=true)](https://docs.renovatebot.com/merge-confidence/)
    |
    [![passing](https://developer.mend.io/api/mc/badges/compatibility/npm/@docusaurus%2fmodule-type-aliases/3.6.3/3.7.0?slim=true)](https://docs.renovatebot.com/merge-confidence/)
    |
    [![confidence](https://developer.mend.io/api/mc/badges/confidence/npm/@docusaurus%2fmodule-type-aliases/3.6.3/3.7.0?slim=true)](https://docs.renovatebot.com/merge-confidence/)
    |
    |
    [@docusaurus/plugin-pwa](https://redirect.github.com/facebook/docusaurus)
    ([source](https://redirect.github.com/facebook/docusaurus/tree/HEAD/packages/docusaurus-plugin-pwa))
    | [`3.6.3` ->
    `3.7.0`](https://renovatebot.com/diffs/npm/@docusaurus%2fplugin-pwa/3.6.3/3.7.0)
    |
    [![age](https://developer.mend.io/api/mc/badges/age/npm/@docusaurus%2fplugin-pwa/3.7.0?slim=true)](https://docs.renovatebot.com/merge-confidence/)
    |
    [![adoption](https://developer.mend.io/api/mc/badges/adoption/npm/@docusaurus%2fplugin-pwa/3.7.0?slim=true)](https://docs.renovatebot.com/merge-confidence/)
    |
    [![passing](https://developer.mend.io/api/mc/badges/compatibility/npm/@docusaurus%2fplugin-pwa/3.6.3/3.7.0?slim=true)](https://docs.renovatebot.com/merge-confidence/)
    |
    [![confidence](https://developer.mend.io/api/mc/badges/confidence/npm/@docusaurus%2fplugin-pwa/3.6.3/3.7.0?slim=true)](https://docs.renovatebot.com/merge-confidence/)
    |
    |
    [@docusaurus/preset-classic](https://redirect.github.com/facebook/docusaurus)
    ([source](https://redirect.github.com/facebook/docusaurus/tree/HEAD/packages/docusaurus-preset-classic))
    | [`3.6.3` ->
    `3.7.0`](https://renovatebot.com/diffs/npm/@docusaurus%2fpreset-classic/3.6.3/3.7.0)
    |
    [![age](https://developer.mend.io/api/mc/badges/age/npm/@docusaurus%2fpreset-classic/3.7.0?slim=true)](https://docs.renovatebot.com/merge-confidence/)
    |
    [![adoption](https://developer.mend.io/api/mc/badges/adoption/npm/@docusaurus%2fpreset-classic/3.7.0?slim=true)](https://docs.renovatebot.com/merge-confidence/)
    |
    [![passing](https://developer.mend.io/api/mc/badges/compatibility/npm/@docusaurus%2fpreset-classic/3.6.3/3.7.0?slim=true)](https://docs.renovatebot.com/merge-confidence/)
    |
    [![confidence](https://developer.mend.io/api/mc/badges/confidence/npm/@docusaurus%2fpreset-classic/3.6.3/3.7.0?slim=true)](https://docs.renovatebot.com/merge-confidence/)
    |
    |
    [@docusaurus/remark-plugin-npm2yarn](https://redirect.github.com/facebook/docusaurus)
    ([source](https://redirect.github.com/facebook/docusaurus/tree/HEAD/packages/docusaurus-remark-plugin-npm2yarn))
    | [`3.6.3` ->
    `3.7.0`](https://renovatebot.com/diffs/npm/@docusaurus%2fremark-plugin-npm2yarn/3.6.3/3.7.0)
    |
    [![age](https://developer.mend.io/api/mc/badges/age/npm/@docusaurus%2fremark-plugin-npm2yarn/3.7.0?slim=true)](https://docs.renovatebot.com/merge-confidence/)
    |
    [![adoption](https://developer.mend.io/api/mc/badges/adoption/npm/@docusaurus%2fremark-plugin-npm2yarn/3.7.0?slim=true)](https://docs.renovatebot.com/merge-confidence/)
    |
    [![passing](https://developer.mend.io/api/mc/badges/compatibility/npm/@docusaurus%2fremark-plugin-npm2yarn/3.6.3/3.7.0?slim=true)](https://docs.renovatebot.com/merge-confidence/)
    |
    [![confidence](https://developer.mend.io/api/mc/badges/confidence/npm/@docusaurus%2fremark-plugin-npm2yarn/3.6.3/3.7.0?slim=true)](https://docs.renovatebot.com/merge-confidence/)
    |
    |
    [@docusaurus/theme-classic](https://redirect.github.com/facebook/docusaurus)
    ([source](https://redirect.github.com/facebook/docusaurus/tree/HEAD/packages/docusaurus-theme-classic))
    | [`3.6.3` ->
    `3.7.0`](https://renovatebot.com/diffs/npm/@docusaurus%2ftheme-classic/3.6.3/3.7.0)
    |
    [![age](https://developer.mend.io/api/mc/badges/age/npm/@docusaurus%2ftheme-classic/3.7.0?slim=true)](https://docs.renovatebot.com/merge-confidence/)
    |
    [![adoption](https://developer.mend.io/api/mc/badges/adoption/npm/@docusaurus%2ftheme-classic/3.7.0?slim=true)](https://docs.renovatebot.com/merge-confidence/)
    |
    [![passing](https://developer.mend.io/api/mc/badges/compatibility/npm/@docusaurus%2ftheme-classic/3.6.3/3.7.0?slim=true)](https://docs.renovatebot.com/merge-confidence/)
    |
    [![confidence](https://developer.mend.io/api/mc/badges/confidence/npm/@docusaurus%2ftheme-classic/3.6.3/3.7.0?slim=true)](https://docs.renovatebot.com/merge-confidence/)
    |
    |
    [@docusaurus/tsconfig](https://redirect.github.com/facebook/docusaurus)
    ([source](https://redirect.github.com/facebook/docusaurus/tree/HEAD/packages/docusaurus-tsconfig))
    | [`3.6.3` ->
    `3.7.0`](https://renovatebot.com/diffs/npm/@docusaurus%2ftsconfig/3.6.3/3.7.0)
    |
    [![age](https://developer.mend.io/api/mc/badges/age/npm/@docusaurus%2ftsconfig/3.7.0?slim=true)](https://docs.renovatebot.com/merge-confidence/)
    |
    [![adoption](https://developer.mend.io/api/mc/badges/adoption/npm/@docusaurus%2ftsconfig/3.7.0?slim=true)](https://docs.renovatebot.com/merge-confidence/)
    |
    [![passing](https://developer.mend.io/api/mc/badges/compatibility/npm/@docusaurus%2ftsconfig/3.6.3/3.7.0?slim=true)](https://docs.renovatebot.com/merge-confidence/)
    |
    [![confidence](https://developer.mend.io/api/mc/badges/confidence/npm/@docusaurus%2ftsconfig/3.6.3/3.7.0?slim=true)](https://docs.renovatebot.com/merge-confidence/)
    |
    | [@docusaurus/types](https://redirect.github.com/facebook/docusaurus)
    ([source](https://redirect.github.com/facebook/docusaurus/tree/HEAD/packages/docusaurus-types))
    | [`3.6.3` ->
    `3.7.0`](https://renovatebot.com/diffs/npm/@docusaurus%2ftypes/3.6.3/3.7.0)
    |
    [![age](https://developer.mend.io/api/mc/badges/age/npm/@docusaurus%2ftypes/3.7.0?slim=true)](https://docs.renovatebot.com/merge-confidence/)
    |
    [![adoption](https://developer.mend.io/api/mc/badges/adoption/npm/@docusaurus%2ftypes/3.7.0?slim=true)](https://docs.renovatebot.com/merge-confidence/)
    |
    [![passing](https://developer.mend.io/api/mc/badges/compatibility/npm/@docusaurus%2ftypes/3.6.3/3.7.0?slim=true)](https://docs.renovatebot.com/merge-confidence/)
    |
    [![confidence](https://developer.mend.io/api/mc/badges/confidence/npm/@docusaurus%2ftypes/3.6.3/3.7.0?slim=true)](https://docs.renovatebot.com/merge-confidence/)
    |
    
    ---
    
    ### Release Notes
    
    <details>
    <summary>facebook/docusaurus (@&#8203;docusaurus/core)</summary>
    
    ###
    [`v3.7.0`](https://redirect.github.com/facebook/docusaurus/compare/v3.6.3...dd59750c16fe6908a26f18806a54d4c3dbe6db43)
    
    [Compare
    Source](https://redirect.github.com/facebook/docusaurus/compare/v3.6.3...v3.7.0)
    
    </details>
    
    <details>
    <summary>facebook/docusaurus
    (@&#8203;docusaurus/module-type-aliases)</summary>
    
    ###
    [`v3.7.0`](https://redirect.github.com/facebook/docusaurus/compare/v3.6.3...dd59750c16fe6908a26f18806a54d4c3dbe6db43)
    
    [Compare
    Source](https://redirect.github.com/facebook/docusaurus/compare/v3.6.3...v3.7.0)
    
    </details>
    
    <details>
    <summary>facebook/docusaurus (@&#8203;docusaurus/plugin-pwa)</summary>
    
    ###
    [`v3.7.0`](https://redirect.github.com/facebook/docusaurus/compare/v3.6.3...dd59750c16fe6908a26f18806a54d4c3dbe6db43)
    
    [Compare
    Source](https://redirect.github.com/facebook/docusaurus/compare/v3.6.3...v3.7.0)
    
    </details>
    
    <details>
    <summary>facebook/docusaurus
    (@&#8203;docusaurus/preset-classic)</summary>
    
    ###
    [`v3.7.0`](https://redirect.github.com/facebook/docusaurus/compare/v3.6.3...dd59750c16fe6908a26f18806a54d4c3dbe6db43)
    
    [Compare
    Source](https://redirect.github.com/facebook/docusaurus/compare/v3.6.3...v3.7.0)
    
    </details>
    
    <details>
    <summary>facebook/docusaurus
    (@&#8203;docusaurus/remark-plugin-npm2yarn)</summary>
    
    ###
    [`v3.7.0`](https://redirect.github.com/facebook/docusaurus/compare/v3.6.3...dd59750c16fe6908a26f18806a54d4c3dbe6db43)
    
    [Compare
    Source](https://redirect.github.com/facebook/docusaurus/compare/v3.6.3...v3.7.0)
    
    </details>
    
    <details>
    <summary>facebook/docusaurus
    (@&#8203;docusaurus/theme-classic)</summary>
    
    ###
    [`v3.7.0`](https://redirect.github.com/facebook/docusaurus/compare/v3.6.3...dd59750c16fe6908a26f18806a54d4c3dbe6db43)
    
    [Compare
    Source](https://redirect.github.com/facebook/docusaurus/compare/v3.6.3...v3.7.0)
    
    </details>
    
    <details>
    <summary>facebook/docusaurus (@&#8203;docusaurus/tsconfig)</summary>
    
    ###
    [`v3.7.0`](https://redirect.github.com/facebook/docusaurus/compare/v3.6.3...dd59750c16fe6908a26f18806a54d4c3dbe6db43)
    
    [Compare
    Source](https://redirect.github.com/facebook/docusaurus/compare/v3.6.3...v3.7.0)
    
    </details>
    
    <details>
    <summary>facebook/docusaurus (@&#8203;docusaurus/types)</summary>
    
    ###
    [`v3.7.0`](https://redirect.github.com/facebook/docusaurus/compare/v3.6.3...dd59750c16fe6908a26f18806a54d4c3dbe6db43)
    
    [Compare
    Source](https://redirect.github.com/facebook/docusaurus/compare/v3.6.3...v3.7.0)
    
    </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.
    
    🔕 **Ignore**: Close this PR and you won't be reminded about these
    updates again.
    
    ---
    
    - [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check
    this box
    
    ---
    
    This PR was generated by [Mend Renovate](https://mend.io/renovate/).
    View the [repository job
    log](https://developer.mend.io/github/dubzzz/fast-check).
    
    <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzOS44NS4wIiwidXBkYXRlZEluVmVyIjoiMzkuODUuMCIsInRhcmdldEJyYW5jaCI6Im1haW4iLCJsYWJlbHMiOlsiZGVwZW5kZW5jaWVzIl19-->
    
    Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
    renovate[bot] authored Jan 3, 2025
    Copy the full SHA
    71dc8dc View commit details
  4. ⬆️ Update dependency @types/lodash to ^4.17.14 (#5571)

    This PR contains the following updates:
    
    | Package | Change | Age | Adoption | Passing | Confidence |
    |---|---|---|---|---|---|
    |
    [@types/lodash](https://redirect.github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/lodash)
    ([source](https://redirect.github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/lodash))
    | [`^4.17.13` ->
    `^4.17.14`](https://renovatebot.com/diffs/npm/@types%2flodash/4.17.13/4.17.14)
    |
    [![age](https://developer.mend.io/api/mc/badges/age/npm/@types%2flodash/4.17.14?slim=true)](https://docs.renovatebot.com/merge-confidence/)
    |
    [![adoption](https://developer.mend.io/api/mc/badges/adoption/npm/@types%2flodash/4.17.14?slim=true)](https://docs.renovatebot.com/merge-confidence/)
    |
    [![passing](https://developer.mend.io/api/mc/badges/compatibility/npm/@types%2flodash/4.17.13/4.17.14?slim=true)](https://docs.renovatebot.com/merge-confidence/)
    |
    [![confidence](https://developer.mend.io/api/mc/badges/confidence/npm/@types%2flodash/4.17.13/4.17.14?slim=true)](https://docs.renovatebot.com/merge-confidence/)
    |
    
    ---
    
    ### 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.
    
    🔕 **Ignore**: Close this PR and you won't be reminded about this update
    again.
    
    ---
    
    - [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check
    this box
    
    ---
    
    This PR was generated by [Mend Renovate](https://mend.io/renovate/).
    View the [repository job
    log](https://developer.mend.io/github/dubzzz/fast-check).
    
    <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzOS44NS4wIiwidXBkYXRlZEluVmVyIjoiMzkuODUuMCIsInRhcmdldEJyYW5jaCI6Im1haW4iLCJsYWJlbHMiOlsiZGVwZW5kZW5jaWVzIl19-->
    
    Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
    renovate[bot] authored Jan 3, 2025
    Copy the full SHA
    4483a18 View commit details

Commits on Jan 7, 2025

  1. ⬆️ Update dependency publint to ^0.3.0 (#5575)

    This PR contains the following updates:
    
    | Package | Change | Age | Adoption | Passing | Confidence |
    |---|---|---|---|---|---|
    | [publint](https://publint.dev)
    ([source](https://redirect.github.com/bluwy/publint/tree/HEAD/packages/publint))
    | [`^0.2.12` ->
    `^0.3.0`](https://renovatebot.com/diffs/npm/publint/0.2.12/0.3.0) |
    [![age](https://developer.mend.io/api/mc/badges/age/npm/publint/0.3.0?slim=true)](https://docs.renovatebot.com/merge-confidence/)
    |
    [![adoption](https://developer.mend.io/api/mc/badges/adoption/npm/publint/0.3.0?slim=true)](https://docs.renovatebot.com/merge-confidence/)
    |
    [![passing](https://developer.mend.io/api/mc/badges/compatibility/npm/publint/0.2.12/0.3.0?slim=true)](https://docs.renovatebot.com/merge-confidence/)
    |
    [![confidence](https://developer.mend.io/api/mc/badges/confidence/npm/publint/0.2.12/0.3.0?slim=true)](https://docs.renovatebot.com/merge-confidence/)
    |
    
    ---
    
    ### Release Notes
    
    <details>
    <summary>bluwy/publint (publint)</summary>
    
    ###
    [`v0.3.0`](https://redirect.github.com/bluwy/publint/blob/HEAD/packages/publint/CHANGELOG.md#030)
    
    [Compare
    Source](https://redirect.github.com/bluwy/publint/compare/v0.2.12...publint@0.3.0)
    
    ##### Minor Changes
    
    - The `vfs` option is removed in favour of an extended support of `pack:
    { tarball: ArrayBuffer | ReadableStream }` and `pack: { files:
    PackFile[] }` APIs. Now, it is even easier to use `publint` in the
    browser or against a packed `.tgz` file in Node.js. See the docs for
    more examples of how to use these new options.
    ([#&#8203;122](https://redirect.github.com/bluwy/publint/pull/122))
    
    - Bump node version support to >=18
    ([`cb2ed8b`](https://redirect.github.com/bluwy/publint/commit/cb2ed8b052146b25607f2f19d9a2c53c3d8b2f2e))
    
    - `publint` now runs your project's package manager's `pack` command to
    get the list of packed files for linting. The previous `npm-packlist`
    dependency is now removed.
    ([#&#8203;120](https://redirect.github.com/bluwy/publint/pull/120))
    
    A new `pack` option is added to the node API to allow configuring this.
    It defaults to `'auto'` and will automatically detect your project's
    package manager using
    [`package-manager-detector`](https://redirect.github.com/antfu-collective/package-manager-detector).
    See its JSDoc for more information of the option.
    
    This change is made as package managers have different behaviors for
    packing files, so running their `pack` command directly allows for more
    accurate linting. However, as a result of executing these commands in a
    child process, it may take 200-500ms longer to lint depending on the
    package manager used and the project size. The new handling also does
    not support yarn 1. See [this
    comment](https://redirect.github.com/bluwy/publint/issues/11#issuecomment-2176160022)
    for more information.
    
    If you use yarn 1, you should upgrade to the latest yarn version or a
    different package manager. Otherwise, no other changes are required for
    this new behavior.
    
    ##### Patch Changes
    
    - Initial setup to publish with Changesets
    ([`24a62f5`](https://redirect.github.com/bluwy/publint/commit/24a62f57dd1e5fc6e6410d3e2f99811475b61480))
    
    - When a dependency with the `file:` or `link:` protocol is specified in
    the `package.json`, it will now error to prevent accidentally publishing
    dependencies that will likely not work when installed by end-users
    ([`6e6ab33`](https://redirect.github.com/bluwy/publint/commit/6e6ab33dd2180cc7d770a92353f67cb674964102))
    
    - Fix `EXPORT_TYPES_INVALID_FORMAT` linting to detect `.d.mts` and
    `.d.cts` files
    ([`af5e88b`](https://redirect.github.com/bluwy/publint/commit/af5e88b4d3d5260b532a6cdbbde7216a785c0e07))
    
    - Updated dependencies
    \[[`d0b406b`](https://redirect.github.com/bluwy/publint/commit/d0b406befb0f76efc0936f9afb1e6c4679bcbdfb)]:
    -
    [@&#8203;publint/pack](https://redirect.github.com/publint/pack)[@&#8203;0](https://redirect.github.com/0).1.0
    
    </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.
    
    🔕 **Ignore**: Close this PR and you won't be reminded about this update
    again.
    
    ---
    
    - [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check
    this box
    
    ---
    
    This PR was generated by [Mend Renovate](https://mend.io/renovate/).
    View the [repository job
    log](https://developer.mend.io/github/dubzzz/fast-check).
    
    <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzOS44NS4wIiwidXBkYXRlZEluVmVyIjoiMzkuODUuMCIsInRhcmdldEJyYW5jaCI6Im1haW4iLCJsYWJlbHMiOlsiZGVwZW5kZW5jaWVzIl19-->
    
    Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
    renovate[bot] authored Jan 7, 2025
    Copy the full SHA
    8202450 View commit details
  2. ⬆️ Update dependency @types/react to ^19.0.3 (#5573)

    This PR contains the following updates:
    
    | Package | Change | Age | Adoption | Passing | Confidence |
    |---|---|---|---|---|---|
    |
    [@types/react](https://redirect.github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/react)
    ([source](https://redirect.github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/react))
    | [`^19.0.2` ->
    `^19.0.3`](https://renovatebot.com/diffs/npm/@types%2freact/19.0.2/19.0.3)
    |
    [![age](https://developer.mend.io/api/mc/badges/age/npm/@types%2freact/19.0.3?slim=true)](https://docs.renovatebot.com/merge-confidence/)
    |
    [![adoption](https://developer.mend.io/api/mc/badges/adoption/npm/@types%2freact/19.0.3?slim=true)](https://docs.renovatebot.com/merge-confidence/)
    |
    [![passing](https://developer.mend.io/api/mc/badges/compatibility/npm/@types%2freact/19.0.2/19.0.3?slim=true)](https://docs.renovatebot.com/merge-confidence/)
    |
    [![confidence](https://developer.mend.io/api/mc/badges/confidence/npm/@types%2freact/19.0.2/19.0.3?slim=true)](https://docs.renovatebot.com/merge-confidence/)
    |
    
    ---
    
    ### 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.
    
    🔕 **Ignore**: Close this PR and you won't be reminded about this update
    again.
    
    ---
    
    - [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check
    this box
    
    ---
    
    This PR was generated by [Mend Renovate](https://mend.io/renovate/).
    View the [repository job
    log](https://developer.mend.io/github/dubzzz/fast-check).
    
    <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzOS44NS4wIiwidXBkYXRlZEluVmVyIjoiMzkuODUuMCIsInRhcmdldEJyYW5jaCI6Im1haW4iLCJsYWJlbHMiOlsiZGVwZW5kZW5jaWVzIl19-->
    
    Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
    renovate[bot] authored Jan 7, 2025
    Copy the full SHA
    95e5453 View commit details
  3. ⬆️ Update typescript-eslint monorepo to ^8.19.1 (#5576)

    This PR contains the following updates:
    
    | Package | Change | Age | Adoption | Passing | Confidence |
    |---|---|---|---|---|---|
    |
    [@typescript-eslint/utils](https://typescript-eslint.io/packages/utils)
    ([source](https://redirect.github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/utils))
    | [`^8.19.0` ->
    `^8.19.1`](https://renovatebot.com/diffs/npm/@typescript-eslint%2futils/8.19.0/8.19.1)
    |
    [![age](https://developer.mend.io/api/mc/badges/age/npm/@typescript-eslint%2futils/8.19.1?slim=true)](https://docs.renovatebot.com/merge-confidence/)
    |
    [![adoption](https://developer.mend.io/api/mc/badges/adoption/npm/@typescript-eslint%2futils/8.19.1?slim=true)](https://docs.renovatebot.com/merge-confidence/)
    |
    [![passing](https://developer.mend.io/api/mc/badges/compatibility/npm/@typescript-eslint%2futils/8.19.0/8.19.1?slim=true)](https://docs.renovatebot.com/merge-confidence/)
    |
    [![confidence](https://developer.mend.io/api/mc/badges/confidence/npm/@typescript-eslint%2futils/8.19.0/8.19.1?slim=true)](https://docs.renovatebot.com/merge-confidence/)
    |
    |
    [typescript-eslint](https://typescript-eslint.io/packages/typescript-eslint)
    ([source](https://redirect.github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/typescript-eslint))
    | [`^8.19.0` ->
    `^8.19.1`](https://renovatebot.com/diffs/npm/typescript-eslint/8.19.0/8.19.1)
    |
    [![age](https://developer.mend.io/api/mc/badges/age/npm/typescript-eslint/8.19.1?slim=true)](https://docs.renovatebot.com/merge-confidence/)
    |
    [![adoption](https://developer.mend.io/api/mc/badges/adoption/npm/typescript-eslint/8.19.1?slim=true)](https://docs.renovatebot.com/merge-confidence/)
    |
    [![passing](https://developer.mend.io/api/mc/badges/compatibility/npm/typescript-eslint/8.19.0/8.19.1?slim=true)](https://docs.renovatebot.com/merge-confidence/)
    |
    [![confidence](https://developer.mend.io/api/mc/badges/confidence/npm/typescript-eslint/8.19.0/8.19.1?slim=true)](https://docs.renovatebot.com/merge-confidence/)
    |
    
    ---
    
    ### Release Notes
    
    <details>
    <summary>typescript-eslint/typescript-eslint
    (@&#8203;typescript-eslint/utils)</summary>
    
    ###
    [`v8.19.1`](https://redirect.github.com/typescript-eslint/typescript-eslint/blob/HEAD/packages/utils/CHANGELOG.md#8191-2025-01-06)
    
    [Compare
    Source](https://redirect.github.com/typescript-eslint/typescript-eslint/compare/v8.19.0...v8.19.1)
    
    This was a version bump only for utils to align it with other projects,
    there were no code changes.
    
    You can read about our [versioning
    strategy](https://main--typescript-eslint.netlify.app/users/versioning)
    and
    [releases](https://main--typescript-eslint.netlify.app/users/releases)
    on our website.
    
    </details>
    
    <details>
    <summary>typescript-eslint/typescript-eslint
    (typescript-eslint)</summary>
    
    ###
    [`v8.19.1`](https://redirect.github.com/typescript-eslint/typescript-eslint/blob/HEAD/packages/typescript-eslint/CHANGELOG.md#8191-2025-01-06)
    
    [Compare
    Source](https://redirect.github.com/typescript-eslint/typescript-eslint/compare/v8.19.0...v8.19.1)
    
    This was a version bump only for typescript-eslint to align it with
    other projects, there were no code changes.
    
    You can read about our [versioning
    strategy](https://main--typescript-eslint.netlify.app/users/versioning)
    and
    [releases](https://main--typescript-eslint.netlify.app/users/releases)
    on our website.
    
    </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.
    
    🔕 **Ignore**: Close this PR and you won't be reminded about these
    updates again.
    
    ---
    
    - [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check
    this box
    
    ---
    
    This PR was generated by [Mend Renovate](https://mend.io/renovate/).
    View the [repository job
    log](https://developer.mend.io/github/dubzzz/fast-check).
    
    <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzOS45Mi4wIiwidXBkYXRlZEluVmVyIjoiMzkuOTIuMCIsInRhcmdldEJyYW5jaCI6Im1haW4iLCJsYWJlbHMiOlsiZGVwZW5kZW5jaWVzIl19-->
    
    Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
    renovate[bot] authored Jan 7, 2025
    Copy the full SHA
    463a770 View commit details
  4. 🏷️ Better typings for constantFrom (#5577)

    **Description**
    
    <!-- Please provide a short description and potentially linked issues
    justifying the need for this PR -->
    
    As recommended by #4047, let's leverage const generics to make usage of
    `constantFrom` even simpler for TS users.
    
    <!-- * Your PR is fixing a bug or regression? Check for existing issues
    related to this bug and link them -->
    <!-- * Your PR is adding a new feature? Make sure there is a related
    issue or discussion attached to it -->
    
    <!-- You can provide any additional context to help into understanding
    what's this PR is attempting to solve: reproduction of a bug, code
    snippets... -->
    
    **Checklist** — _Don't delete this checklist and make sure you do the
    following before opening the PR_
    
    - [x] The name of my PR follows [gitmoji](https://gitmoji.dev/)
    specification
    - [x] My PR references one of several related issues (if any)
    - [x] New features or breaking changes must come with an associated
    Issue or Discussion
    - [x] My PR does not add any new dependency without an associated Issue
    or Discussion
    - [x] My PR includes bumps details, please run `yarn bump` and flag the
    impacts properly
    - [x] My PR adds relevant tests and they would have failed without my PR
    (when applicable)
    
    <!-- More about contributing at
    https://github.com/dubzzz/fast-check/blob/main/CONTRIBUTING.md -->
    
    **Advanced**
    
    <!-- How to fill the advanced section is detailed below! -->
    
    **⚠️ Minor breaking change**: Requires users to use a more recent
    version of TypeScript.
    
    <!-- [Category] Please use one of the categories below, it will help us
    into better understanding the urgency of the PR -->
    <!-- * ✨ Introduce new features -->
    <!-- * 📝 Add or update documentation -->
    <!-- * ✅ Add or update tests -->
    <!-- * 🐛 Fix a bug -->
    <!-- * 🏷️ Add or update types -->
    <!-- * ⚡️ Improve performance -->
    <!-- * _Other(s):_ ... -->
    
    <!-- [Impacts] Please provide a comma separated list of the potential
    impacts that might be introduced by this change -->
    <!-- * Generated values: Can your change impact any of the existing
    generators in terms of generated values, if so which ones? when? -->
    <!-- * Shrink values: Can your change impact any of the existing
    generators in terms of shrink values, if so which ones? when? -->
    <!-- * Performance: Can it require some typings changes on user side?
    Please give more details -->
    <!-- * Typings: Is there a potential performance impact? In which cases?
    -->
    dubzzz authored Jan 7, 2025
    Copy the full SHA
    9edd896 View commit details

Commits on Jan 8, 2025

  1. ⬆️ Lock file maintenance (#5224)

    This PR contains the following updates:
    
    | Update | Change |
    |---|---|
    | lockFileMaintenance | All locks refreshed |
    
    🔧 This Pull Request updates lock files to use the latest dependency
    versions.
    
    ---
    
    ### Configuration
    
    📅 **Schedule**: Branch creation - "before 4am on monday" (UTC),
    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://redirect.github.com/renovatebot/renovate/discussions) if
    that's undesired.
    
    ---
    
    - [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check
    this box
    
    ---
    
    This PR was generated by [Mend Renovate](https://mend.io/renovate/).
    View the [repository job
    log](https://developer.mend.io/github/dubzzz/fast-check).
    
    <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzOC4yNi4xIiwidXBkYXRlZEluVmVyIjoiMzguNzQuMSIsInRhcmdldEJyYW5jaCI6Im1haW4iLCJsYWJlbHMiOlsiZGVwZW5kZW5jaWVzIl19-->
    
    Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
    renovate[bot] authored Jan 8, 2025
    Copy the full SHA
    a246e77 View commit details
  2. 🔥 Remove withDeletedKeys from record (#5578)

    **Description**
    
    <!-- Please provide a short description and potentially linked issues
    justifying the need for this PR -->
    
    Initially `record` came with `withDeletedKeys`, but quickly we received
    the need to have a better granularity level to deal with keys to keep or
    not and so `requiredKeys` came.
    
    Now, that we have it for some time, we want to drop `withDeletedKeys` as
    it tends to add complexity to the code and the API.
    
    A migration path and possibly some scripts to help users to run the
    change might be provided in the future. For now the recommendation would
    be to replace: `withDeletedKeys: true` by `requiredKeys: []` and
    `withDeletedKeys: false` by nothing or `requiredKeys: [...here all the
    keys...]`.
    
    <!-- * Your PR is fixing a bug or regression? Check for existing issues
    related to this bug and link them -->
    <!-- * Your PR is adding a new feature? Make sure there is a related
    issue or discussion attached to it -->
    
    <!-- You can provide any additional context to help into understanding
    what's this PR is attempting to solve: reproduction of a bug, code
    snippets... -->
    
    **Checklist** — _Don't delete this checklist and make sure you do the
    following before opening the PR_
    
    - [x] The name of my PR follows [gitmoji](https://gitmoji.dev/)
    specification
    - [x] My PR references one of several related issues (if any)
    - [x] New features or breaking changes must come with an associated
    Issue or Discussion
    - [x] My PR does not add any new dependency without an associated Issue
    or Discussion
    - [x] My PR includes bumps details, please run `yarn bump` and flag the
    impacts properly
    - [x] My PR adds relevant tests and they would have failed without my PR
    (when applicable)
    
    <!-- More about contributing at
    https://github.com/dubzzz/fast-check/blob/main/CONTRIBUTING.md -->
    
    **Advanced**
    
    **:boom: Breaking change**: Drop deprecated flag (replaced by another
    one)
    
    <!-- [Category] Please use one of the categories below, it will help us
    into better understanding the urgency of the PR -->
    <!-- * ✨ Introduce new features -->
    <!-- * 📝 Add or update documentation -->
    <!-- * ✅ Add or update tests -->
    <!-- * 🐛 Fix a bug -->
    <!-- * 🏷️ Add or update types -->
    <!-- * ⚡️ Improve performance -->
    <!-- * _Other(s):_ ... -->
    
    <!-- [Impacts] Please provide a comma separated list of the potential
    impacts that might be introduced by this change -->
    <!-- * Generated values: Can your change impact any of the existing
    generators in terms of generated values, if so which ones? when? -->
    <!-- * Shrink values: Can your change impact any of the existing
    generators in terms of shrink values, if so which ones? when? -->
    <!-- * Performance: Can it require some typings changes on user side?
    Please give more details -->
    <!-- * Typings: Is there a potential performance impact? In which cases?
    -->
    dubzzz authored Jan 8, 2025
    Copy the full SHA
    2f4c33c View commit details
Showing 389 changed files with 28,720 additions and 34,619 deletions.
16 changes: 15 additions & 1 deletion .all-contributorsrc
Original file line number Diff line number Diff line change
@@ -440,7 +440,7 @@
"name": "Niklas Gruhn",
"avatar_url": "https://avatars.githubusercontent.com/u/26570572?v=4",
"profile": "https://github.com/gruhn",
"contributions": ["code"]
"contributions": ["code", "question"]
},
{
"login": "patroza",
@@ -469,6 +469,20 @@
"avatar_url": "https://avatars.githubusercontent.com/u/2906913?v=4",
"profile": "https://github.com/jamesbvaughan",
"contributions": ["doc"]
},
{
"login": "AlexErrant",
"name": "Alex Errant",
"avatar_url": "https://avatars.githubusercontent.com/u/109672176?v=4",
"profile": "https://github.com/AlexErrant",
"contributions": ["code"]
},
{
"login": "ahrjarrett",
"name": "andrew jarrett",
"avatar_url": "https://avatars.githubusercontent.com/u/15133992?v=4",
"profile": "https://ahrjarrett.com/",
"contributions": ["code"]
}
],
"contributorsPerLine": 7
2 changes: 1 addition & 1 deletion .devcontainer/postCreateCommand.sh
Original file line number Diff line number Diff line change
@@ -2,4 +2,4 @@
set -x

# Install locked dependencies
yarn install --immutable
pnpm install --frozen-lockfile
2 changes: 1 addition & 1 deletion .github/PULL_REQUEST_TEMPLATE.md
Original file line number Diff line number Diff line change
@@ -13,7 +13,7 @@
- [ ] My PR references one of several related issues (if any)
- [ ] New features or breaking changes must come with an associated Issue or Discussion
- [ ] My PR does not add any new dependency without an associated Issue or Discussion
- [ ] My PR includes bumps details, please run `yarn bump` and flag the impacts properly
- [ ] My PR includes bumps details, please run `pnpm run bump` and flag the impacts properly
- [ ] My PR adds relevant tests and they would have failed without my PR (when applicable)

<!-- More about contributing at https://github.com/dubzzz/fast-check/blob/main/CONTRIBUTING.md -->
2 changes: 1 addition & 1 deletion .github/renovate.json
Original file line number Diff line number Diff line change
@@ -23,7 +23,7 @@
},
"osvVulnerabilityAlerts": true,
"dependencyDashboardOSVVulnerabilitySummary": "all",
"postUpdateOptions": ["yarnDedupeHighest"],
"postUpdateOptions": ["pnpmDedupe"],
"lockFileMaintenance": {
"enabled": true
},
Loading