Commit Graph

2455 Commits

Author SHA1 Message Date
Nathan Shively-Sanders
ec2109bf3b Remove no-import-default-of-export-equals from dtslint.json (#658)
I missed it in my earlier PR
2023-03-27 11:11:08 -07:00
TypeScript Bot
cb2436d5ce v0.0.158 v0.0.158 2023-03-27 17:16:15 +00:00
TypeScript Bot
e4c9437b79 v0.0.158-next.4 v0.0.158-next.4 2023-03-27 17:04:13 +00:00
Nathan Shively-Sanders
eba074f006 Port no import default of export equals (#657)
* Port no-import-default-of-export-equals

First draft and 2/3 of the original tests. The test of modules, the one
that matters, doesn't work with typescript-eslint's test infrastructure
though.

* Port no-import-default-of-export-equals

Also update TS to 5.0 and Jest to 29.

Associated minor changes to jest config (no more top-level ts-node) and
some tslint rules (switch to a combined decorator/modifier list, but
only on select nodes).

* yarn format

* Fix lint and update new jest baseline format

More like real JSON!

* also update dts-critic (??)
2023-03-27 10:00:11 -07:00
TypeScript Bot
cb0d73d177 v0.0.158-next.3 v0.0.158-next.3 2023-03-24 17:48:32 +00:00
Josh Goldberg
214c7bd196 Converted no-single-element-tuple-type from TSLint to ESLint (#653) 2023-03-24 10:44:43 -07:00
TypeScript Bot
f02f34cadd v0.0.158-next.2 v0.0.158-next.2 2023-03-24 17:20:21 +00:00
Josh Goldberg
f2d538de14 Converted no-self-import from TSLint to ESLint (#652)
* Converted no-self-import from TSLint to ESLint

* Update packages/dtslint/src/rules/no-self-import.ts
2023-03-24 10:16:09 -07:00
TypeScript Bot
d5429a4fdb v0.0.158-next.1 v0.0.158-next.1 2023-03-23 17:24:36 +00:00
TypeScript Bot
2f69ce7146 Format 2023-03-23 17:23:59 +00:00
Nathan Shively-Sanders
182e09d338 Port no-outside-dependencies (#650)
* Port no-outside-dependencies

I couldn't imagine how to write a test for this after discovering that
only single files worked for typed tests, so I just tested it manually.

* fix description

* use isMainFile instead of custom check
2023-03-23 10:20:08 -07:00
TypeScript Bot
4dace40c9d v0.0.158-next.0 v0.0.158-next.0 2023-03-22 22:45:50 +00:00
James Garbutt
17d56dc44c chore (definitions-parser): whitelist react-router (#649) 2023-03-22 15:42:02 -07:00
TypeScript Bot
1ec9262caa v0.0.157 v0.0.157 2023-03-22 21:48:21 +00:00
TypeScript Bot
bfbe9cee25 v0.0.157-next.0 v0.0.157-next.0 2023-03-22 21:44:14 +00:00
TypeScript Bot
b53060edd3 Format 2023-03-22 21:43:45 +00:00
Andrew Branch
7c82ab4ff2 Allow --module node16 (#647) 2023-03-22 14:39:56 -07:00
TypeScript Bot
d57e5435fe v0.0.156 v0.0.156 2023-03-22 18:17:19 +00:00
TypeScript Bot
8a6232e6ff v0.0.156-next.0 v0.0.156-next.0 2023-03-22 18:11:27 +00:00
TypeScript Bot
6b1e8a7b76 Format 2023-03-22 18:10:57 +00:00
Nathan Shively-Sanders
5d65907dbf Port no-declare-current-package tslint->eslint (#645)
* Port no-declare-current-package tslint->eslint

* Fix no-declare-current-packages tests
2023-03-22 11:07:36 -07:00
TypeScript Bot
87d6ebe276 v0.0.155 v0.0.155 2023-03-22 16:38:21 +00:00
TypeScript Bot
e0e6b8f111 v0.0.154-next.2 v0.0.154-next.2 2023-03-22 16:33:20 +00:00
Jake Bailey
4aee4a7331 Pass --legacy-peer-deps at npm install (#646) 2023-03-22 09:29:44 -07:00
TypeScript Bot
15d48f4866 v0.0.154-next.1 v0.0.154-next.1 v0.0.154 2023-03-21 00:42:41 +00:00
Manuel Thalmann
86d3c25205 Allow the use of glob in @types/-packages (#643) 2023-03-20 17:11:40 -07:00
TypeScript Bot
dd84954e61 v0.0.154-next.0 v0.0.154-next.0 2023-03-20 23:36:23 +00:00
TypeScript Bot
59764475b8 Format 2023-03-20 23:35:42 +00:00
Nathan Shively-Sanders
706a75630b Port redundant undefined (#642)
* First draft

It passes some basic tests!

* Remove unneeded comments

* Add explicit reference to tsestree/utils
2023-03-20 16:17:11 -07:00
TypeScript Bot
cad0a6549f v0.0.153 v0.0.153 2023-03-20 15:48:16 +00:00
TypeScript Bot
0a672f0249 v0.0.153-next.1 v0.0.153-next.1 2023-03-20 15:43:42 +00:00
Jake Bailey
f105cd68d5 Ensure @typescript-eslint/typescript-estree is listed in dtslint deps, update things (#639) 2023-03-20 08:39:09 -07:00
TypeScript Bot
c8d2ae6540 v0.0.153-next.0 v0.0.153-next.0 2023-03-20 15:26:14 +00:00
Dolan
1b078db688 Add @types/glob to list (#640)
This is because as of 9.0.0, glob has its own types
2023-03-20 08:21:44 -07:00
TypeScript Bot
79f1f93fad v0.0.152 v0.0.152 2023-03-16 17:30:24 +00:00
TypeScript Bot
b5be06b8fc v0.0.152-next.8 v0.0.152-next.8 2023-03-16 17:18:08 +00:00
TypeScript Bot
35adb05aa6 Format 2023-03-16 17:17:39 +00:00
Nathan Shively-Sanders
706189182a Ship 5.0, deprecate 4.2 (#634) 2023-03-16 10:14:05 -07:00
TypeScript Bot
fd8ab74039 v0.0.152-next.7 v0.0.152-next.7 2023-03-15 20:27:33 +00:00
Jake Bailey
43a41385e5 Log time installDependencies takes (#638) 2023-03-15 13:22:31 -07:00
TypeScript Bot
c9b4871d53 v0.0.152-next.6 v0.0.152-next.6 2023-03-14 19:47:05 +00:00
Gabriela Araujo Britto
6cfb5dd4a6 rename nightly to main (#637) 2023-03-14 12:43:24 -07:00
TypeScript Bot
9b08cd6c2b v0.0.152-next.5 v0.0.152-next.5 2023-03-14 18:29:23 +00:00
Jake Bailey
28dea9bfed Link to DT support window rather than mentioning TS 2.0 (#633) 2023-03-14 11:24:50 -07:00
TypeScript Bot
956da9e538 v0.0.152-next.4 v0.0.152-next.4 2023-03-13 23:48:59 +00:00
TypeScript Bot
2b5703939b Format 2023-03-13 23:48:29 +00:00
Nathan Shively-Sanders
f3b30c31d4 Handle EmptyStatement at top-level in global files (#635)
* Handle EmptyStatement at top-level in global files

getModuleInfo's per-node handling of top-level statements in a
non-module sourcefile forgot to include EmptyStatement.

* improve naming of test variables
2023-03-13 16:44:21 -07:00
Nathan Shively-Sanders
ead9b9f823 Clean up expectedFailures (#630)
Based on DefinitelyTyped/DefinitelyTyped#64559
2023-03-02 16:41:39 -08:00
TypeScript Bot
e3e10779e7 v0.0.152-next.3 v0.0.152-next.3 2023-03-02 23:02:09 +00:00
TypeScript Bot
76fecc970a Format 2023-03-02 23:01:40 +00:00