165 Commits

Author SHA1 Message Date
TypeScript Bot
1e1bf3cfa9 v0.0.82 2021-05-13 16:43:08 +00:00
TypeScript Bot
e46ceacfe0 v0.0.81 2021-05-11 15:07:48 +00:00
TypeScript Bot
197ec47a39 v0.0.81-next.8 2021-05-11 14:57:27 +00:00
TypeScript Bot
0f6d06518f v0.0.80 2021-04-08 19:09:02 +00:00
TypeScript Bot
c5f80fb924 v0.0.79 2021-04-08 17:25:08 +00:00
TypeScript Bot
dabc860355 v0.0.79-next.0 2021-04-08 17:20:51 +00:00
Federico Panico
05b41ea595 Fix: Allow /* in versioned mappings. (#231)
* definition-parser: Use scoped names when testing mappings for relative
imports.
* miscellany/utils: When removing version number, keeps wildcard at the
end of mapping.
* miscellany/utils: When checking the existence of a version number,
catch those packages that include a wildcard path mapping.

Co-authored-by: Federico Panico <federicopanico@gmail.com>
2021-04-08 10:17:38 -07:00
TypeScript Bot
30c86fbe4b v0.0.78 2021-04-06 22:27:34 +00:00
TypeScript Bot
1df28da4f8 v0.0.77 2021-04-06 19:46:32 +00:00
TypeScript Bot
8f2ce6e5a0 v0.0.76 2021-03-31 23:48:56 +00:00
TypeScript Bot
c3b093efb4 v0.0.75 2021-03-29 18:04:30 +00:00
TypeScript Bot
5470f1dab4 v0.0.74 2021-03-29 17:18:01 +00:00
TypeScript Bot
3b08f03de9 v0.0.74-next.3 2021-03-25 17:00:22 +00:00
Andrew Branch
5061974f41 Move publisher to Azure Functions (#221)
* Functions MVP

* Actually commit root files

* Fix typo

* Enable remote build?

* Save temp directory as artifact?

* Blah

* Try to convince Oryx to use yarn

* Make independent tsconfig for deployed app

* Remote build doesn’t need to run tsc

* Whatever

* Functions have to be at the source root

* Add test function for fileshare

* Stooppppp

* SDFKLJSDFJKLDSFJKLSFDKLJ

* Make test HTTP trigger run the whole thing

* Set timeout to an hour

* Remove unused config

* App insights starts on its own, I think

* Update fs-extra

* Update node in dependencies

* Fix type error

* Use file lock, fix app insights

* Log response

* Bump timeout to 1:30

* Rename triggers for better alphabetical sort

* Update gitignore

* Update CI versions to latest two LTS
2021-03-25 09:57:18 -07:00
TypeScript Bot
4d642e8a32 v0.0.74-next.1 2021-03-24 16:18:49 +00:00
Andrew Branch
29bd7f2f33 Allow STORAGE_DIR environment variable to determine where files are written 2021-03-24 09:03:11 -07:00
TypeScript Bot
cef10322f4 v0.0.73 2021-03-23 16:35:03 +00:00
TypeScript Bot
4cde8e1999 v0.0.72 2021-03-22 22:30:39 +00:00
TypeScript Bot
7b38600519 v0.0.72-next.3 2021-03-22 22:12:24 +00:00
Andrew Branch
ec521bc39c Merge pull request #215 from fedemp/pathmappings-for-scoped-older-deps
Fix path mapping not created for older scoped packages
2021-03-22 15:08:03 -07:00
TypeScript Bot
25f63567ad v0.0.72-next.2 2021-03-19 17:39:08 +00:00
Nathan Shively-Sanders
b416413eaf Improve process logging + expectedFailures addition (#218)
* Improve process logging + expectedFailures addition

1. Improve the error message in runWithChildProcesses to pass through
the failure reason.
2. Add mithril and mithril-global to expectedFailures, since I haven't
found a satisfactory way to make them pass on 4.3 in my two attempts at
DefinitelyTyped/DefinitelyTyped#51482 and
DefinitelyTyped/DefinitelyTyped#51765.

* yarn format
2021-03-19 10:36:01 -07:00
Federico
4738bf342f Fix path mapping not created for older scoped packages 2021-03-10 12:39:37 -03:00
TypeScript Bot
68b7e724b9 v0.0.71 2021-03-05 20:06:50 +00:00
TypeScript Bot
37183171b1 v0.0.71-next.0 2021-03-05 19:02:17 +00:00
Federico Panico
fd4be462c3 fix: parser fails with older scoped packages. (#208)
* fix: parser fails with older scoped packages.

Given a path mapping as

```
"paths": {
	"@ckeditor/ckeditor5-utils": [
		"ckeditor__ckeditor5-utils/v10"
	]
}
```

definitions-parser failed to understand that `/v10` is not part of the
package name, and that the key of the mapping must be a scoped name.

* Resolve PR comments

- add test coverage
- simplify implementation

* Add test in definition-parser

* Use scopedPackageName in Error for missing mapping

Co-authored-by: Piotr Błażejewicz <peterblazejewicz@users.noreply.github.com>
2021-03-05 13:59:19 -05:00
TypeScript Bot
b6ffdea10c v0.0.70 2021-03-05 00:53:19 +00:00
TypeScript Bot
7a018c9ca9 v0.0.70-next.3 2021-03-04 22:00:35 +00:00
TypeScript Bot
a9497a1414 v0.0.70-next.0 2021-02-19 19:06:24 +00:00
TypeScript Bot
11ce637510 Format 2021-02-19 19:06:03 +00:00
Nathan Shively-Sanders
69ac8a6122 Add timeout to https.request. (#206)
* Add timeout to https.request.

I haven't looked at the source, but Stack Overflow claims there is no
timeout by default.

* change FetchOptions to intersect https.RequestOptions
2021-02-19 11:00:59 -08:00
TypeScript Bot
8c1520bcb8 v0.0.69 2021-02-17 23:39:29 +00:00
TypeScript Bot
bf4af9c734 v0.0.68 2021-02-17 19:50:36 +00:00
TypeScript Bot
9dd774d457 v0.0.67 2021-02-10 01:38:43 +00:00
TypeScript Bot
61019d81b8 v0.0.67-next.8 2021-02-10 01:34:17 +00:00
TypeScript Bot
0a410cdbeb v0.0.67-next.3 2021-01-22 00:59:44 +00:00
TypeScript Bot
061197c4d0 Format 2021-01-22 00:59:23 +00:00
Nathan Shively-Sanders
c45557b69e Add manual timeout to downloadAndExtractFile (#196)
* Add manual timeout to downloadAndExtractFile

Open question:
I'm not sure whether to add a clearTimeout call to `on("error", reject)`

* add rejectAndClearTimeout function
2021-01-21 16:57:00 -08:00
TypeScript Bot
3d2143c082 v0.0.66 2021-01-12 16:21:05 +00:00
TypeScript Bot
de29c586cc v0.0.66-next.3 2021-01-12 01:05:30 +00:00
TypeScript Bot
b6393c8a83 v0.0.65 2021-01-04 18:10:00 +00:00
TypeScript Bot
fb06985256 v0.0.64 2020-11-23 17:14:23 +00:00
TypeScript Bot
fb5524b2d6 v0.0.63 2020-11-21 17:55:50 +00:00
TypeScript Bot
b987bb0753 v0.0.62 2020-11-20 00:36:47 +00:00
TypeScript Bot
2cb674a267 v0.0.62-next.1 2020-11-19 23:33:59 +00:00
TypeScript Bot
ecdfb4744e v0.0.61 2020-11-16 23:36:44 +00:00
TypeScript Bot
4dc89dda94 v0.0.61-next.6 2020-11-16 19:07:29 +00:00
Andrew Branch
6ea64a6333 Merge pull request #142 from jablko/patch-25
Use libraryName homepage for not-needed stub
2020-11-16 11:04:33 -08:00
TypeScript Bot
f9b2323dfc v0.0.61-next.1 2020-11-12 17:16:41 +00:00
TypeScript Bot
6cdf9274dc v0.0.60 2020-11-11 16:25:37 +00:00