Skip to content

chore: update test dependencies (major)#1054

Open
renovate[bot] wants to merge 1 commit intomainfrom
renovate/major-test
Open

chore: update test dependencies (major)#1054
renovate[bot] wants to merge 1 commit intomainfrom
renovate/major-test

Conversation

@renovate
Copy link
Copy Markdown
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.2

Compare Source

What's Changed

New Contributors

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

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.3

Compare Source

  • 0494251b
    fix(#​2678): upgrade samsam to fix buffer comparisons (Carl-Erik Kopseng)

Released by Carl-Erik Kopseng on 2026-03-16.

v21.0.2

Compare Source

  • 024321c4
    fix: skip Node specific tests in browser env (Carl-Erik Kopseng)
  • b836fccb
    fix: js-yaml breaking change from v3 to v4 (Carl-Erik Kopseng)
  • ebf0c431
    docs: add how-to article for stubbing ES module imports (#​1832) (#​2676) (Eduard Barrera)
    • docs: add how-to article for stubbing ES module imports with esm package

    Adds a comprehensive How-To guide that addresses issue #​1832, documenting
    how to configure Node.js to allow Sinon stubs to work with ES modules.

    • Explains why ES module namespace bindings are immutable by spec
    • Shows how to use the 'esm' npm package with mutableNamespace: true
    • Provides a complete working example with project layout, package.json,
      loader file, source modules, and a full test suite
    • Documents limitations (destructured imports, non-standard behavior)
    • Replaces the TODO comment in link-seams-commonjs.md with a cross-reference

    Closes #​1832
    Co-authored-by: Eduard Barrera eduardbar@users.noreply.github.com
    Co-authored-by: Carl-Erik Kopseng carlerik@gmail.com

  • ebcd506c
    Fix spies not being reset properly (#​2673) (simon-id)
  • 3beab2ba
    Make doc tests pass with new jQuery (Carl-Erik Kopseng)
  • 766715c6
    build: reduce transitive audit findings (Carl-Erik Kopseng)
  • [92aaf5c9](https://redirect.github.com/sinonjs/sinon/commit/92aaf5c9d1686a9b4a025c31cb3

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 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 3 times, most recently from 760dee2 to 6d11b10 Compare December 22, 2025 22:12
@renovate renovate bot force-pushed the renovate/major-test branch from 6d11b10 to 4526646 Compare December 31, 2025 13:58
@renovate renovate bot force-pushed the renovate/major-test branch from 4526646 to ac2588a Compare January 8, 2026 17:00
@renovate renovate bot force-pushed the renovate/major-test branch 4 times, most recently from d713145 to 077a46c Compare January 23, 2026 12:32
@renovate renovate bot force-pushed the renovate/major-test branch 2 times, most recently from 8efc231 to b51069a Compare February 4, 2026 18:49
@renovate renovate bot force-pushed the renovate/major-test branch 2 times, most recently from 2c2c240 to 3364de0 Compare February 17, 2026 21:27
@renovate renovate bot force-pushed the renovate/major-test branch 2 times, most recently from 21299d8 to 65165bb Compare February 24, 2026 12:12
@renovate renovate bot requested review from a team, AlekseyManetov and barmac February 24, 2026 12:12
@bpmn-io-tasks bpmn-io-tasks bot added needs review Review pending and removed backlog Queued in backlog labels Feb 24, 2026
@nikku nikku added the backlog Queued in backlog label Feb 24, 2026 — with bpmn-io-tasks
@nikku nikku removed the needs review Review pending label Feb 24, 2026
@renovate renovate bot force-pushed the renovate/major-test branch 3 times, most recently from b9a1eb0 to 9600680 Compare March 5, 2026 14:31
@renovate renovate bot force-pushed the renovate/major-test branch from 9600680 to 76953e1 Compare March 16, 2026 13:17
@renovate renovate bot force-pushed the renovate/major-test branch from 76953e1 to 09ea32a Compare April 1, 2026 20:12
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.

1 participant