Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Jun 9, 2024

Note

Mend has cancelled the proposed renaming of the Renovate GitHub app being renamed to mend[bot].

This notice will be removed on 2025-10-07.


This PR contains the following updates:

Package Change Age Adoption Passing Confidence
@commitlint/cli (source) 19.8.1 -> 20.1.0 age adoption passing confidence
@commitlint/config-conventional (source) 19.8.1 -> 20.0.0 age adoption passing confidence
@types/chai-as-promised (source) 7.1.8 -> 8.0.2 age adoption passing confidence
@types/sinon-chai (source) 3.2.12 -> 4.0.0 age adoption passing confidence
chai-as-promised 7.1.2 -> 8.0.2 age adoption passing confidence
sinon (source) 18.0.1 -> 21.0.0 age adoption passing confidence
sinon-chai 3.7.0 -> 4.0.1 age adoption passing confidence

Release Notes

conventional-changelog/commitlint (@​commitlint/cli)

v20.1.0

Compare Source

Note: Version bump only for package @​commitlint/cli

v20.0.0

Compare Source

Note: Version bump only for package @​commitlint/cli

19.8.1 (2025-05-08)

Bug Fixes
conventional-changelog/commitlint (@​commitlint/config-conventional)

v20.0.0

Compare Source

Note: Version bump only for package @​commitlint/config-conventional

19.8.1 (2025-05-08)

Note: Version bump only for package @​commitlint/config-conventional

chaijs/chai-as-promised (chai-as-promised)

v8.0.2

Compare Source

What's Changed

New Contributors

Full Changelog: chaijs/chai-as-promised@v8.0.1...v8.0.2

v8.0.1

Compare Source

What's Changed

Full Changelog: chaijs/chai-as-promised@v8.0.0...v8.0.1

v8.0.0

Compare Source

What's Changed

New Contributors

Full Changelog: chaijs/chai-as-promised@v7.1.2...v8.0.0

sinonjs/sinon (sinon)

v21.0.0

Compare Source

  • fd10f13f
    chore!: remove assert.failException property (#​2659) (Morgan Roderick)

    This was used for allowing customisation of the thrown error between
    sandboxes and for customisation for integrations (most likely from the
    days of BusterJS).

    To my knowledge and what I've been able to find on GitHub, this has
    never had any production use by end users.

    BREAKING CHANGE: this removes assert.failException from the API

Released by Morgan Roderick on 2025-06-13.

v20.0.0

Compare Source

  • b6daed26
    chore!: remove usingPromise (Morgan Roderick)

    Everyone should be using native promises by now, or should know how to stub natives

  • 95d4b8fc
    chore!: remove fakeXMLHttpRequest and fakeServer (Morgan Roderick)

    BREAKING CHANGE: remove fakeXMLHttpRequest and fakeServer from the API

Released by Morgan Roderick on 2025-03-24.

v19.0.5

Compare Source

  • 67d19ff0
    chore: deprecate usingPromise (#​2651) (Morgan Roderick)
  • 598dddb6
    chore: deprecate useFakeXMLHttpRequest and useFakeServer (Morgan Roderick)

Released by Morgan Roderick on 2025-03-23.

v19.0.4

Compare Source

The release script failed half-way in 19.0.3, so re-releasing.

  • da67311a
    Revert "Add version 19.0.3 to releases" (Carl-Erik Kopseng)
  • 84d5c82a
    Add version 19.0.3 to releases (Carl-Erik Kopseng)

Released by Carl-Erik Kopseng on 2025-03-19.

v19.0.3

Compare Source

Basically just documentation updates

  • 1f1d3706
    Verifying links procedure (Carl-Erik Kopseng)
  • 37623efc
    Catch latest two missing redirects (Carl-Erik Kopseng)
  • 2404a45f
    Ignore ancient deadlinks to Sinon child projects in previous releases (Carl-Erik Kopseng)
  • fba6f877
    Ignore historic links in changelog (Carl-Erik Kopseng)
  • e3950d9b
    Fix external link (Carl-Erik Kopseng)
  • 0be40825
    Fix the missing redirects to the migration guide (Carl-Erik Kopseng)
  • 108fbca0
    Fix internal ../assertions link in source (Carl-Erik Kopseng)
  • bb10e53a
    Fix spy-call reference in source (Carl-Erik Kopseng)
  • ef582e31
    Remove bash-ism from Makefile (use POSIX) (Carl-Erik Kopseng)
  • 7af1d235
    chore: remove .unimportedrc.json (Morgan Roderick)
  • dfcad710
    chore: fix codecov upload (Morgan Roderick)

    We are seeing errors uploading coverage reports to codecov:

    Rate limit reached. Please upload with the Codecov repository upload token to resolve issue
    

    I've added a repository token, as instructed in https://docs.codecov.com/docs/adding-the-codecov-token.

    This changeset should fix the upload issue.

  • 0ca2e49e
    fix: browser-test job fails in ubuntu-latest (Morgan Roderick)
  • e9eb2eb2
    chore: remove unused unused job (Morgan Roderick)

    This crucial part of this workflow was removed in
    278e667, we should have removed the entire job.

  • 278e667e
    chore: remove unimported (Morgan Roderick)

    The repository has been archived. See https://github.com/smeijer/unimported

  • 9e30835b
    npm audit (Morgan Roderick)
  • a74301cf
    chore: remove RunKit (Morgan Roderick)

    This service is dead.

  • 80bc1d96
    Fix out-of-date fake-timers docs (#​2628) (Carl-Erik Kopseng)
    • Fix documentation issue for fake-timers mentioned in #​2625

    The docs were out of sync with the fake-timers docs.

    • Update dependencies before new patch version
  • 527568cc
    Bump rexml from 3.3.7 to 3.3.9 (#​2626) (dependabot[bot])

    Bumps rexml from 3.3.7 to 3.3.9.


    updated-dependencies:

    • dependency-name: rexml

      dependency-type: indirect

    ...

    Signed-off-by: dependabot[bot] [email protected]

    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@​users.noreply.github.com>

  • ed029725
    Bump webrick from 1.8.1 to 1.8.2 (#​2623) (dependabot[bot])

    Bumps webrick from 1.8.1 to 1.8.2.


    updated-dependencies:

    • dependency-name: webrick

      dependency-type: indirect

    ...

    Signed-off-by: dependabot[bot] [email protected]

    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@​users.noreply.github.com>

Released by Carl-Erik Kopseng on 2025-03-19.

v19.0.2

Compare Source

  • 4eb4c4bc
    Use fix 13.0.2 version of fake-timers to get Date to pass instanceof checks (Carl-Erik Kopseng)
  • a5b03db3
    Add links to code that is affected by the breaking changes (Carl-Erik Kopseng)

Released by Carl-Erik Kopseng on 2024-09-13.

v19.0.1

Compare Source

  • 037ec2d2
    Update migration docs (Carl-Erik Kopseng)

Released by Carl-Erik Kopseng on 2024-09-13.

v19.0.0

Compare Source

  • 3534ab4f
    Bump samsam and nise to latest versions (#​2617) (Carl-Erik Kopseng)

    Ensures consistency and less breakage when there are "circular" dependencies.

  • 912c568d
    upgrade fake timers and others (#​2612) (Carl-Erik Kopseng)
    • Upgrade dependencies (includes breaking API in Fake Timers)
    • fake-timers: no longer creating dates using the original Date class, but a subclass (proxy)
  • 9715798e
    Use newer @​mochify/* packages (#​2609) (Carl-Erik Kopseng)

    Co-authored-by: Maximilian Antoni [email protected]

Released by Carl-Erik Kopseng on 2024-09-13.

chaijs/sinon-chai (sinon-chai)

v4.0.1

Compare Source

What's Changed

Full Changelog: chaijs/sinon-chai@4.0.0...4.0.1

v4.0.0

Compare Source

What's Changed

New Contributors

Full Changelog: chaijs/sinon-chai@3.7.0...4.0.0


Configuration

📅 Schedule: Branch creation - "after 3am,before 9am" (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 if that's undesired.


  • If you want to rebase/retry this PR, check this box

This PR was generated by Mend Renovate. View the repository job log.

@renovate renovate bot changed the title chore(deps): update dependency chai-as-promised to v8 chore(deps): update common development tools (major) Jun 12, 2024
@renovate renovate bot force-pushed the renovate/major-common-development-tools branch 5 times, most recently from fa4cf5f to a598286 Compare June 18, 2024 00:07
@renovate renovate bot force-pushed the renovate/major-common-development-tools branch 3 times, most recently from c398517 to bb7cf03 Compare June 26, 2024 00:15
@renovate renovate bot force-pushed the renovate/major-common-development-tools branch 4 times, most recently from 106bb9c to 8aa41d5 Compare July 3, 2024 10:24
@renovate renovate bot force-pushed the renovate/major-common-development-tools branch 4 times, most recently from 9bd4dc5 to f4a7e0c Compare July 10, 2024 18:41
@renovate renovate bot force-pushed the renovate/major-common-development-tools branch from f4a7e0c to e2f8621 Compare July 16, 2024 23:40
@jan-molak jan-molak assigned jan-molak and unassigned jan-molak Jul 16, 2024
@renovate renovate bot force-pushed the renovate/major-common-development-tools branch 2 times, most recently from 9a7493e to a902758 Compare July 17, 2024 00:47
@renovate renovate bot force-pushed the renovate/major-common-development-tools branch 8 times, most recently from 3ead9ca to 2000f7a Compare July 25, 2024 23:39
@renovate renovate bot force-pushed the renovate/major-common-development-tools branch 3 times, most recently from 4a7a759 to c928930 Compare November 16, 2024 17:14
@renovate renovate bot force-pushed the renovate/major-common-development-tools branch from c928930 to 6c5e09e Compare November 24, 2024 00:26
@renovate renovate bot changed the title chore(deps): update common development tools (major) fix(deps): update common development tools (major) Dec 10, 2024
@renovate renovate bot force-pushed the renovate/major-common-development-tools branch from 6c5e09e to 62ee85e Compare December 17, 2024 01:33
@renovate renovate bot force-pushed the renovate/major-common-development-tools branch from 62ee85e to a4b2bea Compare January 1, 2025 19:32
@renovate renovate bot force-pushed the renovate/major-common-development-tools branch from a4b2bea to 724cf01 Compare February 4, 2025 15:14
@renovate renovate bot force-pushed the renovate/major-common-development-tools branch 2 times, most recently from 673e36f to 37afc04 Compare March 5, 2025 19:52
@renovate renovate bot force-pushed the renovate/major-common-development-tools branch 2 times, most recently from eea76f9 to 8a805a1 Compare March 24, 2025 19:26
@renovate renovate bot force-pushed the renovate/major-common-development-tools branch from 8a805a1 to 518fe80 Compare April 28, 2025 22:12
@renovate renovate bot force-pushed the renovate/major-common-development-tools branch from 518fe80 to 40aeb0b Compare May 6, 2025 13:21
@renovate renovate bot force-pushed the renovate/major-common-development-tools branch 2 times, most recently from 4dc8f4e to 04c2995 Compare June 5, 2025 22:49
@renovate renovate bot force-pushed the renovate/major-common-development-tools branch from 04c2995 to 4bb3d5d Compare June 13, 2025 11:01
@renovate renovate bot force-pushed the renovate/major-common-development-tools branch 2 times, most recently from e72caee to a2a3c00 Compare August 1, 2025 09:18
@renovate renovate bot force-pushed the renovate/major-common-development-tools branch from a2a3c00 to 788e6ff Compare August 10, 2025 15:06
@renovate renovate bot force-pushed the renovate/major-common-development-tools branch 4 times, most recently from da99d16 to bca7bdc Compare August 22, 2025 20:00
@renovate renovate bot force-pushed the renovate/major-common-development-tools branch 2 times, most recently from 800b9a3 to 25b628f Compare September 7, 2025 14:24
@renovate renovate bot force-pushed the renovate/major-common-development-tools branch 2 times, most recently from e4f870b to 665fbf8 Compare September 28, 2025 23:17
@renovate renovate bot force-pushed the renovate/major-common-development-tools branch from 665fbf8 to a02d7b5 Compare September 30, 2025 13:51
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant