eclipse-thingweb / eclipse-thingweb/node-wot
Auto-updating sinon dependencies causes issues
Open
- Dominant language
- TypeScript
- Stars
- 192
- Forks
- 100
- Avg merge
- 3d 2h
- Merged PRs (30d)
- 6
Description
```
node_modules/@types/sinon/index.d.ts:1447:53 - error TS2694: Namespace '"C:/Projects/WoT/thingweb/thingweb.node-wot-danielpeintner/node_modules/@sinonjs/fake-timers/types/fake-timers-src"' has no exported member 'FakeTimerInstallOpts'.
1447 useFakeTimers: boolean | Partial;
```
To reproduce:
* delete package-lock.json
* run `npm install`
* try to run `npm run build`
I set the version to a *fixed* version, see https://github.com/eclipse/thingweb.node-wot/pull/822/commits/ccd01258ae1fe69e58706bb480453fab9ce742b0
Contributor guide
Assessment
This issue has not been assessed yet.