Commit Graph

558 Commits

Author SHA1 Message Date
Nathan Shively-Sanders
6897d7f81e Improve unused path mapping error.
1. Report all unused path mappings of the first unused-having package.
   Previously it was only the first unused path mapping of the first
   package.

2. Direct the user to check for missing mappings in dependencies in the
   case of path mappings that aren't actually unused.
2022-01-20 11:37:17 -08:00
TypeScript Bot
7279481336 v0.0.103 2022-01-19 00:15:26 +00:00
TypeScript Bot
48c24015d0 v0.0.103-next.1 2022-01-19 00:11:38 +00:00
TypeScript Bot
2b82a76d87 Format 2022-01-19 00:11:13 +00:00
Nathan Shively-Sanders
8ff6e2a7a0 testDependencies omits entries from 'declare module' (#384)
The list of declared modules includes deep paths, which I think may be
correct for general usage, but not for comparing with the list of
dependencies, which must be package names.

Found by @chriskrycho while trying to update Ember's types.
2022-01-18 16:07:51 -08:00
TypeScript Bot
c303304170 v0.0.103-next.0 2022-01-18 19:06:36 +00:00
martin-badin
1de7bc2aa8 add @types/faker to allowed packages (#382) 2022-01-18 11:02:57 -08:00
martin-badin
11bc58b742 add @types/history to allowed packages (#383) 2022-01-18 11:02:30 -08:00
TypeScript Bot
5a8c4f2c9f v0.0.102 2022-01-13 19:22:55 +00:00
TypeScript Bot
40b16c3815 v0.0.101 2022-01-13 18:03:56 +00:00
TypeScript Bot
e79ad8f902 v0.0.101-next.7 2022-01-11 23:10:18 +00:00
wtho
658a8d11ae whitelist '@vue/reactivity' (#376)
required for types of alpinejs in DT:
DefinitelyTyped/DefinitelyTyped#58130
2022-01-11 15:06:48 -08:00
TypeScript Bot
18099cf6bb v0.0.101-next.6 2022-01-10 16:38:30 +00:00
Leo Lavarias
ea34c8bb91 Add lesgo new middy (#375)
* feat: add @middy/core for lesgo dependency

* feat: add mysql2 as dependency
2022-01-10 08:34:33 -08:00
TypeScript Bot
ae80ba699a v0.0.101-next.5 2022-01-05 16:24:47 +00:00
Piotr Błażejewicz (Peter Blazejewicz)
3b2852610d whitelist '@types/webpack-dev-server' (#370)
Required to cleanly handle `webpack-dev-server` 4.7.0 changes:
DefinitelyTyped/DefinitelyTyped#57808

Thanks!
2022-01-05 08:21:05 -08:00
TypeScript Bot
c1308141d2 v0.0.101-next.4 2022-01-04 22:23:36 +00:00
Piotr Błażejewicz (Peter Blazejewicz)
0276ff3f61 White-list 'express-rate-limit' (#372)
Required for v3 (older) support when removing from DT:
DefinitelyTyped/DefinitelyTyped#57847

Thanks!
2022-01-04 14:19:34 -08:00
martin-badin
0ff36ea04b allow @types/busboy (#373) 2022-01-04 14:19:12 -08:00
TypeScript Bot
5ae7504552 v0.0.101-next.2 2021-12-17 21:10:33 +00:00
Alan Agius
8c5a875ae3 allow sass (#369)
This is needed to remove @types/sass
2021-12-17 13:07:12 -08:00
TypeScript Bot
6a8eb9ebce v0.0.101-next.1 2021-12-17 19:36:04 +00:00
Piotr Błażejewicz (Peter Blazejewicz)
5dcb42a3e3 Whitelist @types/webpack-dev-middleware (#368)
No clean removal path on DT, different versions supported in dependant
modules:
https://github.com/DefinitelyTyped/DefinitelyTyped/pull/57754

Thanks!
2021-12-17 11:32:07 -08:00
TypeScript Bot
bfd6cea44b v0.0.101-next.0 2021-12-07 23:14:53 +00:00
James Garbutt
4ecb944567 allow @types/redis for backwards compat (#367) 2021-12-07 15:11:03 -08:00
TypeScript Bot
804fb31696 v0.0.100 2021-12-07 16:06:59 +00:00
TypeScript Bot
5f0b0cf639 v0.0.99 2021-12-02 19:33:50 +00:00
TypeScript Bot
467ee3a9d9 v0.0.98 2021-12-01 22:11:27 +00:00
TypeScript Bot
fe6edba4bc v0.0.97 2021-12-01 20:52:32 +00:00
TypeScript Bot
5c9b73abb4 v0.0.96 2021-12-01 20:06:04 +00:00
TypeScript Bot
ee88919c91 v0.0.96-next.2 2021-12-01 19:32:10 +00:00
Nathan Shively-Sanders
ec84740915 Fix dtslint build again (#357)
1. Use Error casts instead of type annotations to any.
2. Somehow stricter settings didn't apply to dtslint before.
3. Use tsc -b . in dtslint and dts-critic's `build` script.
2021-12-01 11:29:21 -08:00
TypeScript Bot
3c7a974a9d Format 2021-12-01 18:38:09 +00:00
Nathan Shively-Sanders
257478f16a Add dtslint and dts-critic to project build (#356)
This updates the build for some other packages to the newest version of
Typescript. I'm not sure why.
2021-12-01 10:35:40 -08:00
TypeScript Bot
6f2669d860 v0.0.95 2021-12-01 17:18:17 +00:00
TypeScript Bot
8ed0b5b7ed v0.0.94 2021-11-29 23:33:25 +00:00
TypeScript Bot
340248b11e v0.0.94-next.2 2021-11-29 22:17:06 +00:00
Wesley Wigham
5f0bd534e5 Automatically patch a package.json entry onto all object export maps (#352) 2021-11-29 14:14:19 -08:00
TypeScript Bot
347bfc7f4a v0.0.94-next.1 2021-11-29 17:34:46 +00:00
maxin
486b550fca Add react-draggable to allowedPackageJsonDependencies.txt (#350)
Co-authored-by: maxin <maxin@growingio.com>
2021-11-29 09:32:05 -08:00
TypeScript Bot
445aa48d34 v0.0.94-next.0 2021-11-29 17:05:19 +00:00
James Garbutt
d33aa8c47c add redis as an allowed dependency (#351) 2021-11-29 09:02:32 -08:00
TypeScript Bot
87f8c89d49 v0.0.93 2021-11-18 18:47:06 +00:00
TypeScript Bot
4a70e57a4b v0.0.92 2021-11-18 18:13:33 +00:00
TypeScript Bot
7592d6af68 v0.0.92-next.5 2021-11-18 17:21:23 +00:00
TypeScript Bot
f21a35ddb3 v0.0.92-next.4 2021-11-15 19:52:25 +00:00
Anatoly Pitikin
44a40efc59 Add "plugin-error" to allowedPackageJsonDependencies.txt (#346) 2021-11-15 11:49:19 -08:00
Piotr Błażejewicz (Peter Blazejewicz)
20704a7de4 add(express-handlerbars): new whitelited entry (#345)
Required for removal of `express-handlebars` on DT for 3rd party DT
package tests:

DefinitelyTyped/DefinitelyTyped#57137

Thanks!
2021-11-15 11:48:28 -08:00
TypeScript Bot
772fc82ae3 v0.0.92-next.3 2021-11-10 18:16:56 +00:00
Piotr Błażejewicz (Peter Blazejewicz)
81b158ee68 Add @types/pino to white listed packages (#344)
Required for `pino` removal from DT:
DefinitelyTyped/DefinitelyTyped#57023

Thanks!
2021-11-10 10:13:56 -08:00