Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix: update to @sinonjs/fake-timers@8 #11879

Merged
merged 2 commits into from Sep 27, 2021
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
2 changes: 2 additions & 0 deletions CHANGELOG.md
Expand Up @@ -2,6 +2,8 @@

### Features

- `[@jest/fake-timers]` Update `@sinonjs/fake-timers` to v8 ([#11879](https://github.com/facebook/jest/pull/11879))

### Fixes

### Chore & Maintenance
Expand Down
2 changes: 1 addition & 1 deletion packages/jest-fake-timers/package.json
Expand Up @@ -15,7 +15,7 @@
},
"dependencies": {
"@jest/types": "^27.1.1",
"@sinonjs/fake-timers": "^7.0.2",
"@sinonjs/fake-timers": "^8.0.1",
"@types/node": "*",
"jest-message-util": "^27.2.0",
"jest-mock": "^27.1.1",
Expand Down
6 changes: 1 addition & 5 deletions packages/jest-fake-timers/tsconfig.json
Expand Up @@ -2,11 +2,7 @@
"extends": "../../tsconfig.json",
"compilerOptions": {
"rootDir": "src",
"outDir": "build",
// TODO: remove when shipped types are better
"paths": {
"@sinonjs/fake-timers": ["../../node_modules/@types/sinonjs__fake-timers"]
}
"outDir": "build"
},
"references": [
{"path": "../jest-message-util"},
Expand Down
10 changes: 5 additions & 5 deletions yarn.lock
Expand Up @@ -2531,7 +2531,7 @@ __metadata:
resolution: "@jest/fake-timers@workspace:packages/jest-fake-timers"
dependencies:
"@jest/types": ^27.1.1
"@sinonjs/fake-timers": ^7.0.2
"@sinonjs/fake-timers": ^8.0.1
"@types/node": "*"
"@types/sinonjs__fake-timers": ^6.0.1
jest-message-util: ^27.2.0
Expand Down Expand Up @@ -4151,12 +4151,12 @@ __metadata:
languageName: node
linkType: hard

"@sinonjs/fake-timers@npm:^7.0.2":
version: 7.1.2
resolution: "@sinonjs/fake-timers@npm:7.1.2"
"@sinonjs/fake-timers@npm:^8.0.1":
version: 8.0.1
resolution: "@sinonjs/fake-timers@npm:8.0.1"
dependencies:
"@sinonjs/commons": ^1.7.0
checksum: 5ce48e40db14d7e1419bae287b84559133d580cb56130b51d7479dff318bfafed87531f8b48f618f07e3c9a6113c9e3f00286805d55de64986b9cccb8eb6d5cf
checksum: f9f73504278c94ab9337d36e9f594082451f55fa7824e8fcd650354aaa0427c3bfb4ea26ff9afdb10e0d3c48da46452d0754bc0248aeb987584d47af63115e3d
languageName: node
linkType: hard

Expand Down