Bump sinon from 9.2.4 to 22.0.0#174
Merged
Merged
Conversation
Bumps [sinon](https://github.com/sinonjs/sinon) from 9.2.4 to 22.0.0. - [Release notes](https://github.com/sinonjs/sinon/releases) - [Changelog](https://github.com/sinonjs/sinon/blob/main/CHANGES.md) - [Commits](sinonjs/sinon@v9.2.4...v22.0.0) --- updated-dependencies: - dependency-name: sinon dependency-version: 22.0.0 dependency-type: direct:development update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com>
43dca0b to
8868047
Compare
At the moment, the `sinon@22` bump hangs ShareDB's bundled query- subscribe tests until they each time out. Those tests, which we run via `sharedb/test/db`, call `sinon.useFakeTimers()`, and modern fake timers fake far more globals by default than `sinon@9` did, which stalls the live MongoDB driver's async I/O. `sharedb@6` fixes this upstream by switching to a configured `util.useFakeTimers()` wrapper, but our test tree was still resolving to `sharedb@5`, since `sharedb-mingo-memory@3`'s peer dependency caps ShareDB at `^5`. This change bumps `sharedb-mingo-memory` to `^5`, whose peer range allows `sharedb@6`, and pins `sharedb@6` in `devDependencies` to make the test version explicit. The runtime range in `dependencies` stays wide, so the adapter still supports `sharedb@1` through `6`. 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude <noreply@anthropic.com>
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Bumps sinon from 9.2.4 to 22.0.0.
Changelog
Sourced from sinon's changelog.
... (truncated)
Commits
52555af22.0.0ed911dfUpdate Ruby gems75a1e5bUpdate to Node 26197d660Update documentation on faking timers to reflect the current state of fake-ti...c5ddf80Update fake-timers@15.4: includes new Temporal APIf4ab02fUpdate updatable packages0536afcQuality: Global mutable call id can grow unbounded across long-lived processe...f4f7d93Perform additional cleanup when calling callThrough() (#2670)6199e9eimprove GitHubworkflows by introducing zizmor for monitoring (#2686)1519009Merge #2703: isolate walk state from Object prototypeMaintainer changes
This version was pushed to npm by fatso83, a new releaser for sinon since your current version.