Skip to content

Commit 003bae9

Browse files
authored
Update tsd (#359)
* Bump tsd from 0.11.0 to 0.19.0 * Fix type check test * Remove dependabot ignore
1 parent c3aff13 commit 003bae9

File tree

4 files changed

+1136
-5101
lines changed

4 files changed

+1136
-5101
lines changed

.github/dependabot.yml

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -5,11 +5,3 @@ updates:
55
schedule:
66
interval: daily
77
open-pull-requests-limit: 10
8-
ignore:
9-
- dependency-name: typescript
10-
versions:
11-
- 4.1.3
12-
- 4.1.4
13-
- 4.1.5
14-
- 4.2.2
15-
- 4.2.3

kefir-test-utils.test-d.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ expectType<void>(
1919
clock.runToLast()
2020
})
2121
)
22-
expectType<Event<string, number>>(logItem({type: 'value', value: 'hello'}, false))
22+
expectType<Event<string, string>>(logItem({type: 'value', value: 'hello'}, false))
2323
expectType<Watcher<string, number>>(watch(new Kefir.Stream<string, number>()))
2424
expectType<EventWithTime<string, any>>([10, value('hello')])
2525
expectType<EventWithTime<string, number>[]>(watchWithTime(new Kefir.Stream<string, number>()))

0 commit comments

Comments
 (0)