Commit Graph

2483 Commits

Author SHA1 Message Date
Dimitri B
596d387527 Allow yup as it provides it's own types. (#519) 2022-08-15 09:28:53 -07:00
TypeScript Bot
7c542345ae v0.0.123-next.0 v0.0.123-next.0 2022-08-09 23:27:21 +00:00
Simen Bekkhus
d6fd164409 fix: add @types/long to allowedPackageJsonDependencies (#513) 2022-08-09 16:23:09 -07:00
TypeScript Bot
8fe498ac81 v0.0.122 v0.0.122 2022-08-09 22:09:13 +00:00
TypeScript Bot
3772f09454 v0.0.122-next.11 v0.0.122-next.11 2022-08-09 22:05:42 +00:00
TypeScript Bot
31176d09d4 Format 2022-08-09 22:05:14 +00:00
Nathan Shively-Sanders
099023993e Add TS 4.9 now that 4.8 RC is out (#516) 2022-08-09 15:01:24 -07:00
TypeScript Bot
f7a55d7be9 v0.0.122-next.10 v0.0.122-next.10 2022-08-08 22:53:16 +00:00
Chris Krycho
999c69b166 Add @glimmer/component to allowedPackageJsonDependencies.txt (#510) 2022-08-08 15:49:54 -07:00
TypeScript Bot
16794f9a9c v0.0.122-next.9 v0.0.122-next.9 2022-07-26 16:56:52 +00:00
Nathan Shively-Sanders
19ddc0cee9 Add @storybook/csf to allowedPackageJsonDependencies.txt (#508) 2022-07-26 09:53:15 -07:00
TypeScript Bot
1464c73c59 v0.0.122-next.8 v0.0.122-next.8 2022-07-25 21:47:27 +00:00
Adam Thompson-Sharpe
a071934078 Add minipass to allowedPackageJsonDependencies.txt (#506) 2022-07-25 14:43:30 -07:00
TypeScript Bot
69a38927e5 v0.0.122-next.7 v0.0.122-next.7 2022-07-25 16:24:07 +00:00
Nathan Shively-Sanders
fa12cafe95 Add sparql-http-client to expectedFailures (#507)
sparql-http-client is the one package currently exhibiting a conflict
between DOM and node's versions of the AbortSignal type. [I tried to
break the DOM dependency by copying the required types into the
package](https://github.com/DefinitelyTyped/DefinitelyTyped/pull/60749),
but that's clunky and brittle.

Few people use this package so I think it's better to ignore the
failure until we come up with a comprehensive dual-environment solution.
2022-07-25 09:19:35 -07:00
TypeScript Bot
381f468f6f v0.0.122-next.6 v0.0.122-next.6 2022-07-15 00:01:19 +00:00
Jack Bates
c3ab445f1b Retire $ExpectError from dtslint (#495) 2022-07-14 16:56:40 -07:00
TypeScript Bot
c8a9ba1962 v0.0.122-next.5 v0.0.122-next.5 2022-07-14 23:27:15 +00:00
Maxim Mazurok
201a18a461 gapi.client.* preparation (#499)
* add new gapi packages

* rm excluded packages
2022-07-14 16:23:43 -07:00
TypeScript Bot
39e0d00609 v0.0.122-next.4 v0.0.122-next.4 2022-07-14 16:55:08 +00:00
Jack Bates
8331ebef64 Defer concurrency control to maxSockets (#460) 2022-07-14 09:50:12 -07:00
TypeScript Bot
2b7a29d87e v0.0.122-next.3 v0.0.122-next.3 2022-07-14 15:53:14 +00:00
Jack Bates
8d064c1bf7 Delete crawl-npm.ts (#491) 2022-07-14 08:48:59 -07:00
TypeScript Bot
675f2fa51c v0.0.122-next.2 v0.0.122-next.2 2022-07-13 21:18:59 +00:00
Nathan Shively-Sanders
a401bc1746 Remove knex db manager from known failures (#503)
* Allow .eslintrc.json

The FS and unused-packages check both need to know about .eslintrc.json

The FS check for `./foo` is too simple, but I expanded the existing
allow-list instead of making the check stricter.

* Remove knex-db-manager from known failures

Its dependencies have updated for TS 4.7
2022-07-13 14:14:44 -07:00
TypeScript Bot
5ac1ed1b0f v0.0.122-next.1 v0.0.122-next.1 2022-07-12 16:10:38 +00:00
hasezoey
053b455b24 Add @types/parse5 for https://github.com/DefinitelyTyped/DefinitelyTyped/pull/61170 (#500) 2022-07-12 09:06:48 -07:00
TypeScript Bot
8bfccde5cc v0.0.122-next.0 v0.0.122-next.0 2022-07-11 22:37:40 +00:00
Giacomo Tazzari
8858d50d44 Prevent typescript-installer from running npm with --require option in environment (#502) 2022-07-11 15:34:05 -07:00
TypeScript Bot
ed748415e5 v0.0.121 v0.0.121 2022-07-05 21:52:18 +00:00
TypeScript Bot
5faf7b7e9c v0.0.120-next.3 v0.0.120-next.3 2022-07-05 21:44:37 +00:00
Nathan Shively-Sanders
3c92bd1108 Allow .eslintrc.json (#496)
The FS and unused-packages check both need to know about .eslintrc.json

The FS check for `./foo` is too simple, but I expanded the existing
allow-list instead of making the check stricter.
2022-07-05 14:41:11 -07:00
TypeScript Bot
c8d00292a3 v0.0.120-next.2 v0.0.120-next.2 2022-07-05 20:47:38 +00:00
Nathan Shively-Sanders
91640e2473 Port two rules from tslint to eslint (#489)
* Half-done work from pairing with Josh Goldberg

* Cleanup

1. Update @typescript-eslint deps again.
2. Remove tslint versions of new eslint rules.
3. Add no-dead-reference eslint test.

* Fix formatting

* Fix lint

* Stop using @definitelytyped/eslint-config-dtslint

Instead, rely on Definitely Typed having a .eslintrc.json at the root.
It already one with `{ root: true }` and
https://github.com/DefinitelyTyped/DefinitelyTyped/pull/61051 adds
the rest of eslint-config-dtslint to it.

Also, switch cwd to the current package directory so that .eslintignore
is determined correctly.

* Remove eslint-config-dtslint

It's not needed if Definitely Typed has its own .eslintrc.json:
https://github.com/DefinitelyTyped/DefinitelyTyped/pull/61051

* Add a couple of tests of multiple bad references
v0.0.120
2022-07-05 13:43:35 -07:00
TypeScript Bot
4d924b2d2e v0.0.120-next.1 v0.0.120-next.1 2022-06-29 22:42:22 +00:00
Nathan Shively-Sanders
c8a1901724 Disable config cascading (#493)
Attempt 2: This time in the ESLint API setup
2022-06-29 15:38:47 -07:00
TypeScript Bot
df47c61ed4 v0.0.120-next.0 v0.0.120-next.0 2022-06-29 21:43:56 +00:00
Nathan Shively-Sanders
2a5e826697 Turn off config cascading. (#492)
It's unwanted in CI and broken in DT on-demand tests, which are run
inside two (!) other repos with their own .eslintrc.json files.

(Attempt 1 -- I don't know if this will work since the documentation
never mentions config packages, only .eslintrc.json)
2022-06-29 14:39:52 -07:00
TypeScript Bot
4011b70de0 v0.0.119 v0.0.119 2022-06-28 17:57:56 +00:00
TypeScript Bot
e35d3de627 v0.0.119-next.5 v0.0.119-next.5 2022-06-28 17:54:21 +00:00
Jack Bates
90eac4dbf8 Use pacote second attempt (#483)
* Use cached npm metadata

* Simply read the npm cache

* Use pacote
2022-06-28 10:51:02 -07:00
TypeScript Bot
a14dcb64ec v0.0.119-next.4 v0.0.119-next.4 2022-06-28 17:01:01 +00:00
Nathan Shively-Sanders
06efe33996 Remove mongoose dependents from expectedFailures.txt (#490)
A new version has shipped with the latest fix.
2022-06-28 09:57:10 -07:00
TypeScript Bot
751acf3303 v0.0.119-next.3 v0.0.119-next.3 2022-06-27 21:59:23 +00:00
Nathan Shively-Sanders
78774a7bc9 Fix eslint-disable check (#488)
The last part of the check was backward, so it forbid `eslint-disable rule-name` but not `eslint-disable` on its own, which is backward.
2022-06-27 14:55:37 -07:00
TypeScript Bot
16fd67839e v0.0.119-next.2 v0.0.119-next.2 2022-06-24 15:54:02 +00:00
Jack Bates
998ba34666 Use GitHub Actions to publish registry (#449) 2022-06-24 08:50:30 -07:00
TypeScript Bot
8139e13fb8 v0.0.119-next.1 v0.0.119-next.1 2022-06-23 17:28:39 +00:00
Nathan Shively-Sanders
82647fb150 Add 1 more mongoose dependent that I missed (#487)
to expectedFailures.
2022-06-23 10:25:22 -07:00
TypeScript Bot
c4469e46db v0.0.119-next.0 v0.0.119-next.0 2022-06-22 23:15:45 +00:00