Commit Graph

2254 Commits

Author SHA1 Message Date
TypeScript Bot
043fbafe96 v0.0.134-next.8 v0.0.134-next.8 2022-10-24 20:21:18 +00:00
Jake Bailey
a7dbd78810 Remove no-bad-reference from dt.json (#556) 2022-10-24 13:17:45 -07:00
TypeScript Bot
95f1c5081e v0.0.134-next.7 v0.0.134-next.7 2022-10-24 17:53:10 +00:00
Kazuki Nishikawa
cf1b875878 Add @hotwired/turbo as allowed dependency (#552) 2022-10-24 10:48:38 -07:00
Piotr Błażejewicz (Peter Blazejewicz)
cedcfa3307 Add @types/svgo to allowed packages (#555)
Required to remove 'svgo': DefinitelyTyped/DefinitelyTyped#62847

Thanks!
2022-10-24 10:44:10 -07:00
Wei-Fan Chen
f588ef69e5 Add @pollyjs/core as allowed dependency (#554)
* Add @pollyjs/core which already support typescript

* Add adapter and persister

Add adapter and persister for @types/setup-polly-jest
2022-10-24 10:43:36 -07:00
TypeScript Bot
c844e8b391 v0.0.134-next.6 v0.0.134-next.6 2022-10-21 17:18:56 +00:00
Khairul Azhar Kasmiran
76945c84e4 Add @types/undertaker as allowed dependency (#551) 2022-10-21 10:14:35 -07:00
TypeScript Bot
2413432978 v0.0.134-next.5 v0.0.134-next.5 2022-10-19 16:11:56 +00:00
Nathan Shively-Sanders
0d681cb164 Remove storybook dependents from expectedFailures.txt (#550)
Fixed by https://github.com/DefinitelyTyped/DefinitelyTyped/pull/62782
2022-10-19 09:07:28 -07:00
TypeScript Bot
474fb70f01 v0.0.134-next.4 v0.0.134-next.4 2022-10-18 21:58:50 +00:00
James Garbutt
7c6dc2ec67 chore (definitions-parser): add bull to whitelist (#549) 2022-10-18 14:54:27 -07:00
TypeScript Bot
c0e1223217 v0.0.134-next.3 v0.0.134-next.3 2022-10-18 21:38:29 +00:00
James Garbutt
34227121f8 chore (definitions-parser): add fs-capacitor to whitelist (#548) 2022-10-18 14:34:58 -07:00
TypeScript Bot
6b65576eac v0.0.134-next.2 v0.0.134-next.2 2022-10-18 19:19:07 +00:00
Alexander Cerutti
48649e5064 Added bl to allowedPackageJsonDependencies (#547) 2022-10-18 12:14:55 -07:00
TypeScript Bot
c584e58d1e v0.0.134-next.1 v0.0.134-next.1 2022-10-07 17:24:04 +00:00
Nathan Shively-Sanders
6028254767 Add 4 storybook dependents to expectedFailures.txt (#545)
storybook types copy+extend a Node type (EventTarget) and rely on structural typing to make
them assignable. But [this fails with the newest version of node
types](https://dev.azure.com/definitelytyped/DefinitelyTyped/_build/results?buildId=141198&view=logs&j=9d906afe-3eb5-5d79-316d-86f3f3fa360c&t=09716206-abc7-5ba2-2ea2-6c6fe97a3aad).
@thw0rted has a PR https://github.com/storybookjs/storybook/pull/19373
to make storybook correctly extend EventTarget, but I'm going to disable
the failures for these four packages until the new version of storybook
ships.
2022-10-07 10:19:38 -07:00
TypeScript Bot
4a6ff86780 v0.0.134-next.0 v0.0.134-next.0 2022-09-28 00:09:54 +00:00
Maxim Mazurok
985fd05ee6 update @maxim_mazurok/gapi.client.* (#541) 2022-09-27 17:06:01 -07:00
TypeScript Bot
c08dcad042 v0.0.133 v0.0.133 2022-09-27 18:19:48 +00:00
TypeScript Bot
b31c7f31be v0.0.133-next.0 v0.0.133-next.0 2022-09-27 18:11:55 +00:00
Jack Bates
00712c8734 Don't omit dependencies if only some deep modules are declared (#484)
* Don't omit dependencies if only some deep modules are declared

* Run just check parse results from the workflow

* Base test on styled-components-react-native
2022-09-27 11:08:15 -07:00
TypeScript Bot
8e5c52a748 v0.0.132 v0.0.132 2022-09-23 16:52:40 +00:00
TypeScript Bot
b7bd52abf7 v0.0.132-next.0 v0.0.132-next.0 2022-09-23 16:44:09 +00:00
Nathan Shively-Sanders
633feef4a4 Change typesVersions format (#536)
Work around the bug in Typescript semver semantics by using a more
precise specifier that works there, as well as standard semver.

The bug in typescript should be fixed soon, so we can change this back
later. In the meantime only 13 packages use typesVersions so it's easy
to change back and forth.
2022-09-23 09:39:47 -07:00
TypeScript Bot
cacfc21aef v0.0.131 v0.0.131 2022-09-22 23:13:32 +00:00
TypeScript Bot
ea232cdcd1 v0.0.131-next.0 v0.0.131-next.0 2022-09-22 22:58:43 +00:00
Nathan Shively-Sanders
109bff57da Special case node's typeVersions for 4.9 beta (#535)
* Special case node's typeVersions for 4.9 beta

Require a ">4.9.0-a" entry to handle 4.9 beta and dev releases.

* yarn format
2022-09-22 15:54:57 -07:00
TypeScript Bot
170e4264a9 v0.0.130 v0.0.130 2022-09-15 17:09:54 +00:00
TypeScript Bot
26359cf785 v0.0.130-next.0 v0.0.130-next.0 2022-09-15 16:55:33 +00:00
Josh Goldberg
3e57adefae Converted no-bad-reference from TSLint to ESLint (#521)
* Converted no-bad-reference from TSLint to ESLint

* Fix duplicate import

* Remove no-bad-reference entry in dtslint.json

* Add positive test case: ./path

Co-authored-by: Nathan Shively-Sanders <293473+sandersn@users.noreply.github.com>
2022-09-15 09:50:45 -07:00
TypeScript Bot
703b397abf v0.0.129 v0.0.129 2022-09-13 17:16:13 +00:00
TypeScript Bot
83e96260aa v0.0.129-next.0 v0.0.129-next.0 2022-09-13 17:11:25 +00:00
TypeScript Bot
3c5b7afd98 Format 2022-09-13 17:11:01 +00:00
Nathan Shively-Sanders
4e6f2cdbeb export-just-namespace supports TSDeclareFunction too (#534) 2022-09-13 10:07:17 -07:00
TypeScript Bot
9ff4fd36b6 v0.0.128 v0.0.128 2022-09-13 15:49:33 +00:00
TypeScript Bot
281c2bf006 v0.0.128-next.3 v0.0.128-next.3 2022-09-13 15:45:27 +00:00
Josh Goldberg
baf547d5b7 Converted export-just-namespace from TSLint to ESLint (#517)
* wip: convert export-just-namespace from TSLint to ESLint

* wip

* Not not statSync

* Finished migration and removed temp comments

* Whoops, forgot to delete file

* Remove export-just-namespace entry in dtslint.json
2022-09-13 08:41:22 -07:00
TypeScript Bot
5caa905a8f v0.0.128-next.2 v0.0.128-next.2 2022-09-12 16:29:56 +00:00
Piotr Błażejewicz (Peter Blazejewicz)
3bf591e43e Add @types/favicons to whitelist (#533)
Required for:
https://github.com/DefinitelyTyped/DefinitelyTyped/pull/62207

Thanks!
2022-09-12 09:24:58 -07:00
TypeScript Bot
9f98ce87a5 v0.0.128-next.1 v0.0.128-next.1 2022-09-08 18:09:44 +00:00
Phil Ting
992c8f43d5 added filestack-js to allowed package json dependencies (#532) 2022-09-08 11:05:42 -07:00
TypeScript Bot
6773f2e71b v0.0.128-next.0 v0.0.128-next.0 2022-09-01 22:12:38 +00:00
Kyℓe Hensel
7cc079eb00 [publisher] use consistent order for dependencies in the generated README (#531) 2022-09-01 15:08:19 -07:00
TypeScript Bot
5876b0824b v0.0.127 v0.0.127 2022-08-30 21:51:43 +00:00
TypeScript Bot
649d78d6b9 v0.0.127-next.2 v0.0.127-next.2 2022-08-30 21:28:39 +00:00
TypeScript Bot
cc65fb6de5 Format 2022-08-30 21:28:15 +00:00
Nathan Shively-Sanders
fea2678dd7 Ship 4.9, deprecate 4.0 (#530) 2022-08-30 14:24:40 -07:00
TypeScript Bot
5743323b91 v0.0.127-next.1 v0.0.127-next.1 2022-08-30 14:54:54 +00:00