Skip to content

Commit

Permalink
feat: upgrade @sinonjs/fake-timers (#14544)
Browse files Browse the repository at this point in the history
  • Loading branch information
SimenB authored Sep 19, 2023
1 parent c3f2914 commit eaa86fb
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 6 deletions.
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@
### Features

- `[jest-environment-jsdom]` [**BREAKING**] Upgrade JSDOM to v22 ([#13825](https://github.com/jestjs/jest/pull/13825))
- `[@jest/fake-timers]` [**BREAKING**] Upgrade `@sinonjs/fake-timers` to v11 ([#14544](https://github.com/jestjs/jest/pull/14544))
- `[@jest/test-sequencer, jest-core]` [**BREAKING**] Exposes `globalConfig` & `contexts` to `TestSequencer` ([#14535](https://github.com/jestjs/jest/pull/14535), & [#14543](https://github.com/jestjs/jest/pull/14543))
- `[pretty-format]` [**BREAKING**] Do not render empty string children (`''`) in React plugin ([#14470](https://github.com/facebook/jest/pull/14470))

Expand Down
2 changes: 1 addition & 1 deletion packages/jest-fake-timers/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
},
"dependencies": {
"@jest/types": "workspace:^",
"@sinonjs/fake-timers": "^10.0.2",
"@sinonjs/fake-timers": "^11.1.0",
"@types/node": "*",
"jest-message-util": "workspace:^",
"jest-mock": "workspace:^",
Expand Down
10 changes: 5 additions & 5 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -2898,7 +2898,7 @@ __metadata:
dependencies:
"@jest/test-utils": "workspace:^"
"@jest/types": "workspace:^"
"@sinonjs/fake-timers": ^10.0.2
"@sinonjs/fake-timers": ^11.1.0
"@types/node": "*"
"@types/sinonjs__fake-timers": ^8.1.2
jest-message-util: "workspace:^"
Expand Down Expand Up @@ -4343,12 +4343,12 @@ __metadata:
languageName: node
linkType: hard

"@sinonjs/fake-timers@npm:^10.0.2":
version: 10.3.0
resolution: "@sinonjs/fake-timers@npm:10.3.0"
"@sinonjs/fake-timers@npm:^11.1.0":
version: 11.1.0
resolution: "@sinonjs/fake-timers@npm:11.1.0"
dependencies:
"@sinonjs/commons": ^3.0.0
checksum: 614d30cb4d5201550c940945d44c9e0b6d64a888ff2cd5b357f95ad6721070d6b8839cd10e15b76bf5e14af0bcc1d8f9ec00d49a46318f1f669a4bec1d7f3148
checksum: 9f7690720e640f3abb19e0538b3feab176dc26759397da100e8e1532e617667934693aadfcdd4c42b553963adec4ca6cd70531a5a4853e738d971ad8828a0178
languageName: node
linkType: hard

Expand Down

0 comments on commit eaa86fb

Please sign in to comment.