Skip to content

chore: update test dependencies (major) - autoclosed#109

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

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

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.8.2^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
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

  • 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
    

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 force-pushed the renovate/major-test branch from ef5a934 to eee0fc4 Compare July 15, 2024 13:06
@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 eee0fc4 to e2d486d Compare July 25, 2024 22:59
@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 e2d486d to aa37135 Compare July 26, 2024 11:27
@renovate renovate bot force-pushed the renovate/major-test branch from aa37135 to d4268d1 Compare September 13, 2024 01:38
@nikku nikku marked this pull request as draft September 27, 2024 13:04
@bpmn-io-tasks bpmn-io-tasks bot added in progress Currently worked on and removed backlog Queued in backlog labels Sep 27, 2024
@nikku nikku added the backlog Queued in backlog label Sep 30, 2024 — with bpmn-io-tasks
@nikku nikku removed the in progress Currently worked on label Sep 30, 2024
@renovate renovate bot force-pushed the renovate/major-test branch from d4268d1 to 5e3ee1a Compare November 11, 2024 14:08
@renovate renovate bot force-pushed the renovate/major-test branch from 5e3ee1a to 9819e53 Compare December 2, 2024 16:14
@renovate renovate bot force-pushed the renovate/major-test branch from 9819e53 to af72df4 Compare March 25, 2025 00:09
@renovate renovate bot force-pushed the renovate/major-test branch from af72df4 to 3eb0916 Compare June 15, 2025 08:08
@renovate renovate bot force-pushed the renovate/major-test branch from 3eb0916 to 7532b9c Compare July 28, 2025 11:52
@renovate renovate bot force-pushed the renovate/major-test branch 2 times, most recently from 714735f to c7a0089 Compare August 18, 2025 10:15
@renovate renovate bot force-pushed the renovate/major-test branch 4 times, most recently from b01b37b to a084546 Compare August 22, 2025 17:18
@renovate renovate bot force-pushed the renovate/major-test branch 2 times, most recently from 6a8f9eb to 69cebae Compare September 1, 2025 17:21
@renovate renovate bot force-pushed the renovate/major-test branch 2 times, most recently from 61edf6f to 42f6049 Compare September 27, 2025 11:21
@renovate renovate bot force-pushed the renovate/major-test branch 3 times, most recently from 72219ca to c8c8495 Compare October 1, 2025 23:21
@renovate renovate bot force-pushed the renovate/major-test branch from c8c8495 to 3f0c030 Compare October 21, 2025 09:16
@renovate renovate bot force-pushed the renovate/major-test branch 2 times, most recently from 87eedeb to c423491 Compare November 11, 2025 12:21
@renovate renovate bot force-pushed the renovate/major-test branch from c423491 to 5871353 Compare November 18, 2025 10:19
@renovate renovate bot force-pushed the renovate/major-test branch from 5871353 to 14dea51 Compare December 3, 2025 15:23
@renovate renovate bot force-pushed the renovate/major-test branch 3 times, most recently from 5398a17 to d4b59a2 Compare December 22, 2025 22:18
@renovate renovate bot force-pushed the renovate/major-test branch from d4b59a2 to 02b8d91 Compare December 31, 2025 12:27
@renovate renovate bot force-pushed the renovate/major-test branch from 02b8d91 to dd5c181 Compare January 19, 2026 23:38
@renovate renovate bot force-pushed the renovate/major-test branch from dd5c181 to 6ec6515 Compare January 23, 2026 16:20
@renovate renovate bot changed the title chore: update test dependencies (major) chore: update test dependencies (major) - autoclosed Feb 9, 2026
@renovate renovate bot closed this Feb 9, 2026
@renovate renovate bot deleted the renovate/major-test branch February 9, 2026 22:07
@bpmn-io-tasks bpmn-io-tasks bot removed the backlog Queued in backlog label Feb 9, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

dependencies Updates a dependency

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant