Skip to content

Conversation

@renovate
Copy link
Contributor

@renovate renovate bot commented May 27, 2024

Note: This PR body was truncated due to platform limits.

This PR contains the following updates:

Package Change Age Confidence
chai (source) ^4.5.0 -> ^6.0.0 age confidence
mocha (source) ^10.7.3 -> ^11.0.0 age confidence
sinon (source) ^17.0.1 -> ^21.0.0 age confidence
sinon-chai ^3.7.0 -> ^4.0.0 age confidence

Release Notes

chaijs/chai (chai)

v6.2.1

Compare Source

What's Changed

New Contributors

Full Changelog: chaijs/chai@v6.2.0...v6.2.1

v6.2.0

Compare Source

What's Changed

Full Changelog: chaijs/chai@v6.1.0...v6.2.0

v6.1.0

Compare Source

What's Changed

  • build(deps-dev): bump tar-fs from 3.0.9 to 3.1.1 by @​dependabot[bot] in #​1706
  • feat: add eventEmitter (#​1693)
    Adds an event emitter for hooking into method/property creation in #​1693

Full Changelog: chaijs/chai@v6.0.2...v6.1.0

v6.0.1

Compare Source

What's Changed

Full Changelog: chaijs/chai@v6.0.0...v6.0.1

v6.0.0

Compare Source

BREAKING CHANGES

Chai is now bundled into a single file. The lib/*.js files are no longer present, and so any code that imports those files directly will need to change. The only file that can be imported now is ./index.js.

What's Changed

Full Changelog: chaijs/chai@v5.3.2...v6.0.0

v5.3.3

Compare Source

What's Changed

Full Changelog: chaijs/chai@v5.3.2...v5.3.3

v5.3.2

Compare Source

Reverts the removal of the bundled version of chai in 5.3.1

What's Changed

Full Changelog: chaijs/chai@v5.3.1...v5.3.2

v5.3.1

Compare Source

What's Changed

Full Changelog: chaijs/chai@v5.3.0...v5.3.1

v5.3.0

Compare Source

What's Changed

Full Changelog: chaijs/chai@v5.2.2...v5.3.0

v5.2.2

Compare Source

What's Changed

Full Changelog: chaijs/chai@v5.2.1...v5.2.2

v5.2.1

Compare Source

What's Changed

Mostly internal changes but @​SuperchupuDev realised the package.json engines field was out of date, so it has been updated to reflect that v5.0.0 onwards only supports Node >=18.

New Contributors

Full Changelog: chaijs/chai@v5.2.0...v5.2.1

v5.2.0

Compare Source

What's Changed

New Contributors

Full Changelog: chaijs/chai@v5.1.2...v5.2.0

v5.1.2

Compare Source

What's Changed

Full Changelog: chaijs/chai@v5.1.1...v5.1.2

v5.1.1

Compare Source

What's Changed

New Contributors

Full Changelog: chaijs/chai@v5.1.0...v5.1.1

v5.1.0

Compare Source

What's Changed

New Contributors

Full Changelog: chaijs/chai@v5.0.3...v5.1.0

v5.0.3

Compare Source

Fix bad v5.0.2 publish.

Full Changelog: chaijs/chai@v5.0.2...v5.0.3

v5.0.2

Compare Source

What's Changed

Full Changelog: chaijs/chai@v5.0.1...v5.0.2

v5.0.0

Compare Source

BREAKING CHANGES

  • Chai now only supports EcmaScript Modules (ESM). This means your tests will need to either have import {...} from 'chai' or import('chai'). require('chai') will cause failures in nodejs. If you're using ESM and seeing failures, it may be due to a bundler or transpiler which is incorrectly converting import statements into require calls.
  • Dropped support for Internet Explorer.
  • Dropped support for NodeJS < 18.
  • Minimum supported browsers are now Firefox 100, Safari 14.1, Chrome 100, Edge 100. Support for browsers prior to these versions is "best effort" (bug reports on older browsers will be assessed individually and may be marked as wontfix).

What's Changed

New Contributors

Full Changelog: chaijs/chai@4.3.1...v5.0.0

mochajs/mocha (mocha)

v11.7.5

Compare Source

🩹 Fixes
🧹 Chores

v11.7.4

Compare Source

🩹 Fixes
📚 Documentation
  • migrate remaining legacy wiki pages to main documentation (#​5465) (bff9166)
🧹 Chores

v11.7.3

Compare Source

🩹 Fixes
  • use original require() error for TS files if ERR_UNKNOWN_FILE_EXTENSION (#​5408) (ebdbc48)
📚 Documentation
🤖 Automation
  • deps: bump actions/setup-node in the github-actions group (#​5459) (48c6f40)

v11.7.2

Compare Source

🩹 Fixes
📚 Documentation
🧹 Chores
🤖 Automation
  • deps: bump actions/checkout in the github-actions group (#​5419) (03ac2d0)

v11.7.1

Compare Source

🩹 Fixes
🧹 Chores

v11.7.0

Compare Source

🌟 Features

v11.6.0

Compare Source

🌟 Features

v11.5.0

Compare Source

🌟 Features

v11.4.0

Compare Source

🌟 Features
📚 Documentation
  • added CHANGELOG.md note around 11.1 yargs-parser update (#​5362) (618415d)

v11.3.0

Compare Source

🌟 Features
📚 Documentation
🧹 Chores

v11.2.2

Compare Source

🩹 Fixes
📚 Documentation

v11.2.1

Compare Source

🩹 Fixes
📚 Documentation
🧹 Chores

v11.2.0

Compare Source

🌟 Features
📚 Documentation
🧹 Chores

v11.1.0

Compare Source

🌟 Features
  • bump yargs to 17 (#​5165) (8f1c8d8)
    • Note that this also included a version bump of yargs-parser from ^20.2.9 to ^21.1., which fixed a bug that caused extra quotes in file paths to be removed.
      See #​5341 for more information.
  • replace strip-ansi with util.stripVTControlCharacters (#​5267) (3c191c0), closes #​5265

v11.0.2

Compare Source

🩹 Fixes
  • catch exceptions setting Error.stackTraceLimit (#​5254) (259f8f8)
  • error handling for unexpected numeric arguments passed to cli (#​5263) (210d658)
📚 Documentation

v11.0.1

Compare Source

🌟 Features
📚 Documentation

v11.0.0

Compare Source

⚠ BREAKING CHANGES
  • adapt new engine range for Mocha 11 (#​5216)
🌟 Features
🩹 Fixes
📚 Documentation

v10.8.2

Compare Source

🩹 Fixes
📚 Documentation
  • indicate 'exports' interface does not work in browsers (#​5181) (14e640e)
🧹 Chores
  • fix docs builds by re-adding eleventy and ignoring gitignore again (#​5240) (881e3b0)
🤖 Automation

v10.8.1

Compare Source

🩹 Fixes

v10.8.0

Compare Source

🌟 Features
🩹 Fixes
📚 Documentation
🧹 Chores
sinonjs/sinon (sinon)

v21.0.1

Compare Source

  • 456a65c2
    Update dependencies - except @​sinonjs/samsam (#​2669) (Carl-Erik Kopseng)
  • f04f3eb1
    Fix issue 2618 - Remove browserify in favor of esbuild (#​2661) (Artur Parkhisenko)
  • 48b69df2
    fix(docs): remove assert.failException from documentation (#​2666) (Steffen Schroeder)
  • 13b27ccc
    Fix sandbox restore not handling stubbed functions (#​2667) (thamion)
  • ae9e09ac
    Update compatibility target to ES2023 (Carl-Erik Kopseng)

    Updated compatibility target from ES2017 to ES2023 and clarified the note on breaking changes.

  • 26055043
    Improve error message for immutable descriptors (#​2664) (Stuart Dotson)
  • 80fa9a5b
    Also mirror the calledOnceWith assertion (#​2660) (Benedikt Meurer)

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

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


Configuration

📅 Schedule: Branch creation - "after 10pm,before 5:00am" (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 added the dependencies Updates a dependency label May 27, 2024
@bpmn-io-tasks bpmn-io-tasks bot added the needs review Review pending label May 27, 2024
@nikku nikku added the backlog Queued in backlog label May 28, 2024 — with bpmn-io-tasks
@nikku nikku removed the needs review Review pending label May 28, 2024
@renovate renovate bot changed the title chore: update test dependencies (major) chore: update dependency sinon to v18 Jul 25, 2024
@renovate renovate bot force-pushed the renovate/major-test branch from f74858b to 17a949b Compare July 25, 2024 21:32
@renovate renovate bot changed the title chore: update dependency sinon to v18 chore: update test dependencies (major) Jul 25, 2024
@renovate renovate bot force-pushed the renovate/major-test branch from 17a949b to 48fcf80 Compare July 26, 2024 11:17
@renovate renovate bot force-pushed the renovate/major-test branch from 48fcf80 to 9f4b1c7 Compare August 26, 2024 12:55
@renovate renovate bot force-pushed the renovate/major-test branch from 9f4b1c7 to ee0158a Compare September 13, 2024 00:43
@renovate renovate bot force-pushed the renovate/major-test branch from ee0158a to a4cabf9 Compare September 27, 2024 07:44
@renovate renovate bot force-pushed the renovate/major-test branch from a4cabf9 to 1c4e731 Compare October 14, 2024 18:38
@renovate renovate bot force-pushed the renovate/major-test branch from 1c4e731 to 9490862 Compare December 2, 2024 17:52
@renovate renovate bot force-pushed the renovate/major-test branch from 9490862 to 2ed6903 Compare March 24, 2025 20:29
@renovate renovate bot force-pushed the renovate/major-test branch from 2ed6903 to 88514f5 Compare June 13, 2025 09:44
@renovate renovate bot force-pushed the renovate/major-test branch from 88514f5 to 2d22aa2 Compare July 28, 2025 11:55
@renovate renovate bot force-pushed the renovate/major-test branch 3 times, most recently from 45f10c3 to d37c7f4 Compare August 18, 2025 12:57
@renovate renovate bot force-pushed the renovate/major-test branch 2 times, most recently from b1a8178 to 1551dcb Compare August 22, 2025 19:27
@renovate renovate bot force-pushed the renovate/major-test branch from 1551dcb to d295a5a Compare September 1, 2025 22:22
@renovate renovate bot force-pushed the renovate/major-test branch 5 times, most recently from a39d0ed to a22ef7f Compare October 2, 2025 00:30
@renovate renovate bot force-pushed the renovate/major-test branch from a22ef7f to e4e6946 Compare October 22, 2025 00:58
@renovate renovate bot force-pushed the renovate/major-test branch 3 times, most recently from feef8dd to e446861 Compare November 11, 2025 18:01
@renovate renovate bot force-pushed the renovate/major-test branch 2 times, most recently from 41efa9f to 73fb28f Compare November 21, 2025 13:34
@renovate renovate bot force-pushed the renovate/major-test branch from 73fb28f to 6657dcd Compare December 3, 2025 17:44
@renovate renovate bot force-pushed the renovate/major-test branch from 6657dcd to 575406a Compare December 18, 2025 15:47
@renovate renovate bot force-pushed the renovate/major-test branch from 575406a to 760dee2 Compare December 19, 2025 17:37
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

backlog Queued in backlog dependencies Updates a dependency

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants