TypeScript Bot
493ca7d212
v0.0.147-next.2
v0.0.147-next.2
2023-02-03 00:35:39 +00:00
Nathan Shively-Sanders
ca59c77c44
Remove the last aws-sdk@2 dependents from expectedFailures ( #601 )
...
I updated them so that
https://github.com/DefinitelyTyped/DefinitelyTyped/pull/63878 would
pass.
2023-02-02 16:31:21 -08:00
TypeScript Bot
65af23c25d
v0.0.147-next.1
v0.0.147-next.1
2023-02-02 21:16:22 +00:00
Piotr Błażejewicz (Peter Blazejewicz)
892d660fba
[add] react-clock dependency for DT ( #600 )
...
Required for:
DefinitelyTyped/DefinitelyTyped#64202
Thanks!
2023-02-02 13:12:26 -08:00
TypeScript Bot
954bdbbaf7
v0.0.147-next.0
v0.0.147-next.0
2023-02-02 19:01:39 +00:00
Florian Imdahl
b23f90f404
chore: Add @types/rimraf to allowed dependencies ( #598 )
2023-02-02 10:57:55 -08:00
TypeScript Bot
5fd47b0495
v0.0.146
v0.0.146
2023-01-31 22:37:36 +00:00
TypeScript Bot
c82bcf744d
v0.0.146-next.0
v0.0.146-next.0
2023-01-31 22:05:52 +00:00
Nathan Shively-Sanders
2bd2626b8d
Remove more AWS dependents from expectedFailures.txt ( #597 )
...
I switched these packages to depend on @types/aws-sdk2-types instead of
full aws-sdk@2, since they are unlikely ever to upgrade to version 3.
2023-01-31 14:02:29 -08:00
TypeScript Bot
39bf925120
v0.0.145
v0.0.145
2023-01-27 23:50:05 +00:00
TypeScript Bot
cf205684a5
v0.0.145-next.1
v0.0.145-next.1
2023-01-27 21:50:16 +00:00
Nathan Shively-Sanders
ae8d2b290e
Expect hapi dependents to pass ( #596 )
...
* Expect hapi dependents to pass
A lot of aws-sdk dependents are also passing, but I want to get two or
three days of history before taking them off the list.
* Add schwifty to passing list too
2023-01-27 13:46:32 -08:00
TypeScript Bot
ebeabf4b6a
v0.0.145-next.0
v0.0.145-next.0
2023-01-26 18:51:41 +00:00
Adam Thompson-Sharpe
72ba878b07
feat: Add @types/react-leaflet to allowed packages ( #594 )
2023-01-26 10:48:09 -08:00
TypeScript Bot
16edb688ea
v0.0.144
v0.0.144
2023-01-24 19:12:01 +00:00
TypeScript Bot
febab5105d
v0.0.144-next.0
v0.0.144-next.0
2023-01-24 19:05:04 +00:00
Nathan Shively-Sanders
92df724c80
Updated expectedFailures ( #595 )
...
Add more AWS dependents, remove a couple of others that now pass. (I
think because knex fixed their types?)
2023-01-24 10:59:06 -08:00
TypeScript Bot
966cb4466b
v0.0.143
v0.0.143
2023-01-19 23:50:07 +00:00
TypeScript Bot
6b8bcc37fb
v0.0.143-next.4
v0.0.143-next.4
2023-01-19 22:42:47 +00:00
TypeScript Bot
6323c6f97c
Format
2023-01-19 22:42:23 +00:00
Nathan Shively-Sanders
d0137b2e38
expectedFailures.txt handles OOM as well ( #593 )
2023-01-19 14:39:10 -08:00
TypeScript Bot
aa908f727c
v0.0.143-next.3
v0.0.143-next.3
2023-01-18 23:47:09 +00:00
Dimitri B
367054de2d
Allow @types/minimatch as dependency for types packages ( #592 )
...
see https://github.com/DefinitelyTyped/DefinitelyTyped/pull/63975
2023-01-18 15:43:09 -08:00
TypeScript Bot
19381d105b
v0.0.143-next.2
v0.0.143-next.2
2023-01-13 14:33:21 +00:00
Florian Imdahl
7d2bd5a1b3
chore: Add rimraf to allowed dependencies ( #591 )
2023-01-13 06:29:55 -08:00
TypeScript Bot
fdc62bdd2c
v0.0.143-next.1
v0.0.143-next.1
2023-01-11 00:30:38 +00:00
Dimitri B
bddb403b9e
Allow generic-pool and @types/generic-pool ( #590 )
...
Allow generic-pool and @types/generic-pool as dependency for types packages.
Required by https://github.com/DefinitelyTyped/DefinitelyTyped/pull/63876
2023-01-10 16:26:27 -08:00
TypeScript Bot
51b00bf225
v0.0.143-next.0
v0.0.143-next.0
2023-01-07 00:45:29 +00:00
Maxim Mazurok
933f724358
update gapi ( #588 )
2023-01-06 16:41:42 -08:00
TypeScript Bot
2e81ff65e3
v0.0.142
v0.0.142
2022-12-30 16:10:33 +00:00
TypeScript Bot
f249c9ad89
v0.0.142-next.13
v0.0.142-next.13
2022-12-30 15:55:25 +00:00
Nivaldo Farias
30cc6f2ad3
Add @types/workbox-cacheable-response and @types/workbox-google-analytics to allowed packages ( #586 )
...
* Add multiple `workbox` bundles to allowed packages
* chore: add `@types/` packages to allowed list; remove original ones
* Add `@types/workbox-build` to allowed packages
* Add `@types/workbox-_` to allowed packages
2022-12-30 07:51:39 -08:00
TypeScript Bot
ada755591d
v0.0.142-next.12
v0.0.142-next.12
2022-12-30 00:36:52 +00:00
Josh Goldberg
b3b8393a18
Converted prefer-declare-function from TSLint to ESLint ( #538 )
...
* Converted prefer-declare-function from TSLint to ESLint
* Rule applies to all variable declarations, not just exported ones
* Check non-exported consts too, but only in .d.ts files
Co-authored-by: Nathan Shively-Sanders <293473+sandersn@users.noreply.github.com >
2022-12-29 16:33:06 -08:00
TypeScript Bot
b5b74f4b2f
v0.0.142-next.11
v0.0.142-next.11
2022-12-30 00:22:23 +00:00
Nivaldo Farias
e39ab001bc
Add @types/workbox-build to allowed packages ( #584 )
...
* Add multiple `workbox` bundles to allowed packages
* chore: add `@types/` packages to allowed list; remove original ones
* Add `@types/workbox-build` to allowed packages
2022-12-29 16:17:57 -08:00
TypeScript Bot
291f89dade
v0.0.142-next.10
v0.0.142-next.10
2022-12-29 19:26:08 +00:00
TypeScript Bot
fed74139f4
Format
2022-12-29 19:25:44 +00:00
Alex Muñoz
9e42376445
Convert no-any-union from TSLint to ESLint ( #526 )
...
Co-authored-by: Nathan Shively-Sanders <293473+sandersn@users.noreply.github.com >
2022-12-29 11:22:17 -08:00
TypeScript Bot
6b9ec3b0e3
v0.0.142-next.9
v0.0.142-next.9
2022-12-29 18:06:24 +00:00
Josh Goldberg
c941b4aa1c
Converted no-unnecessary-generics from TSLint to ESLint ( #539 )
...
* Converted no-unnecessary-generics from TSLint to ESLint
* ...and don't forget dtslint.json
* Add missing readFile
* Add valid test case from original
* Fix spelling of recur
Co-authored-by: Nathan Shively-Sanders <293473+sandersn@users.noreply.github.com >
2022-12-29 10:02:56 -08:00
TypeScript Bot
8f8ca80aa8
v0.0.142-next.8
v0.0.142-next.8
2022-12-28 18:34:12 +00:00
Nivaldo Farias
e7e43776e3
Add multiple workbox bundles to allowed packages ( #583 )
...
* Add multiple `workbox` bundles to allowed packages
* chore: add `@types/` packages to allowed list; remove original ones
2022-12-28 10:29:23 -08:00
TypeScript Bot
f69be8b7fc
v0.0.142-next.7
v0.0.142-next.7
2022-12-22 20:10:55 +00:00
Nivaldo Farias
6516586d2c
Add workbox-webpack-plugin to allowed packages ( #582 )
2022-12-22 12:06:39 -08:00
TypeScript Bot
9456bd06c0
v0.0.142-next.6
v0.0.142-next.6
2022-12-20 16:41:59 +00:00
Nivaldo Farias
2b1db2f3cd
Add workbox-build to allowed packages ( #581 )
...
The current `workbox-build` typing reference inside the [@types/next-pwa](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/next-pwa ) package points to `@types/workbox-build`, which has not updated its definitions since `v5.0` of the parent module. Currently, the original `workbox-build` package sits at `v6.5.4`. This package version mismatch may compromise the extended [webpackConfigOptions](https://github.com/DefinitelyTyped/DefinitelyTyped/blob/master/types/next-pwa/index.d.ts#L44 ) type referenced within the `@types/next-pwa` package.
To solve this issue, adding the dependency to the allowed packages list will ensure that the reference won't ripple any **possibly** stale and/or mismatched types.
###### BTW, to further reiterate the issue, see the current workaround to the [mismatched types](https://github.com/DefinitelyTyped/DefinitelyTyped/blob/master/types/next-pwa/index.d.ts#L11-L16 ).
2022-12-20 08:37:58 -08:00
TypeScript Bot
dd4ae29cc7
v0.0.142-next.5
v0.0.142-next.5
2022-12-19 19:32:17 +00:00
Chris Krycho
89713498af
Add 3 Ember packages to allowedPackageJsonDependencies ( #580 )
...
- `@ember/test-helpers`
- `ember-qunit`
- `ember-resolver`
There will be an accompanying PR to remove these from DT.
2022-12-19 11:28:13 -08:00
TypeScript Bot
812cc052e0
v0.0.142-next.4
v0.0.142-next.4
2022-12-19 17:09:32 +00:00