Skip to content

chore(deps): bump sinon-chai and @types/sinon-chai#696

Merged
nirinchev merged 2 commits intomainfrom
dependabot/npm_and_yarn/multi-591de2bdf7
Apr 30, 2026
Merged

chore(deps): bump sinon-chai and @types/sinon-chai#696
nirinchev merged 2 commits intomainfrom
dependabot/npm_and_yarn/multi-591de2bdf7

Conversation

@dependabot
Copy link
Copy Markdown
Contributor

@dependabot dependabot Bot commented on behalf of github Apr 22, 2026

Bumps sinon-chai and @types/sinon-chai. These dependencies needed to be updated together.
Updates sinon-chai from 3.7.0 to 4.0.1

Release notes

Sourced from sinon-chai's releases.

4.0.1

What's Changed

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

4.0.0

What's Changed

New Contributors

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

Changelog

Sourced from sinon-chai's changelog.

Change log

Commits
Maintainer changes

This version was pushed to npm by GitHub Actions, a new releaser for sinon-chai since your current version.


Updates @types/sinon-chai from 3.2.8 to 4.0.0

Commits

@dependabot dependabot Bot added dependencies Pull requests that update a dependency file javascript Pull requests that update javascript code labels Apr 22, 2026
@dependabot dependabot Bot force-pushed the dependabot/npm_and_yarn/multi-591de2bdf7 branch 5 times, most recently from 70e38d3 to 0aa6ff1 Compare April 29, 2026 06:31
Bumps [sinon-chai](https://github.com/chaijs/sinon-chai) and [@types/sinon-chai](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/sinon-chai). These dependencies needed to be updated together.

Updates `sinon-chai` from 3.7.0 to 4.0.1
- [Release notes](https://github.com/chaijs/sinon-chai/releases)
- [Changelog](https://github.com/chaijs/sinon-chai/blob/master/CHANGELOG.md)
- [Commits](chaijs/sinon-chai@3.7.0...4.0.1)

Updates `@types/sinon-chai` from 3.2.8 to 4.0.0
- [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases)
- [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/sinon-chai)

---
updated-dependencies:
- dependency-name: "@types/sinon-chai"
  dependency-version: 4.0.0
  dependency-type: direct:development
  update-type: version-update:semver-major
- dependency-name: sinon-chai
  dependency-version: 4.0.1
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot Bot force-pushed the dependabot/npm_and_yarn/multi-591de2bdf7 branch from 0aa6ff1 to 78129e9 Compare April 29, 2026 08:15
@nirinchev
Copy link
Copy Markdown
Collaborator

@copilot resolve the issues from the version bump

Copy link
Copy Markdown
Contributor

Copilot AI commented Apr 30, 2026

@copilot resolve the issues from the version bump

Fixed in 35abe11. sinon-chai v4 is an ES module ("type": "module"), so require('sinon-chai') returns a module namespace object { default: function } instead of the function directly. Updated sinon-chai-register.js to unwrap the default export with sinonChaiModule.default ?? sinonChaiModule.

Copilot AI requested a review from nirinchev April 30, 2026 13:23
@coveralls
Copy link
Copy Markdown

Coverage Status

coverage: 78.705%. remained the same — dependabot/npm_and_yarn/multi-591de2bdf7 into main

@nirinchev nirinchev merged commit 045cf8b into main Apr 30, 2026
36 checks passed
@nirinchev nirinchev deleted the dependabot/npm_and_yarn/multi-591de2bdf7 branch April 30, 2026 22:48
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

dependencies Pull requests that update a dependency file javascript Pull requests that update javascript code

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants