Commit Graph

36691 Commits

Author SHA1 Message Date
Daniel Rosenwasser
c4de034603 Use import = require syntax. 2017-11-06 10:32:32 -08:00
Matthew Bull
87c3e156e7 Identified some missing definitions for ctx.request.body and ctx.request.params 2017-11-06 16:43:19 +00:00
Matthew Bull
31c8432e74 Got tests running, made changes to get tests to compile 2017-11-06 11:36:38 +00:00
Matthew Bull
a9b5d8c180 Got linting working, updated tests a bit 2017-11-06 10:30:33 +00:00
Matthew Bull
394f436a2a Scaffolded rule directory 2017-11-06 09:32:58 +00:00
Andy
b67c928904 enzyme: Fix lint (#21172) 2017-11-01 10:28:58 -07:00
Andy
e40d7b5227 react-navigation: Fix lint (#21173) 2017-11-01 10:28:36 -07:00
Arne Schubert
216ea719fa GeoJSON: Enhance with generic properties (#20932)
* Make properties optional generic

* Write tests for generic usage of gGeoJSON feature properties

* Apply layout like recommend in the tslint default rule-set.

* double quotes
* 4 spaces indent (no tabs!)

* Remove jsdoc typings and force typescript version 2.3 for sub type-definitions of geojson

* apply change of andy-ms in PR #20933

* remove empty comments and set typescript version to 2.3 to fix linting errors

* Add myself to the list of authors

* Set TypeScript version to 2.3 for packages depending on geojson
2017-11-01 08:40:26 -07:00
Andy
21ec6bfb04 bowser: Fix lint (#21143) 2017-11-01 08:31:28 -07:00
Andy
be247520ef winrt-uwp: Set a TypeScript Version (#21145) 2017-11-01 08:31:09 -07:00
Andy
17f38a9945 baconjs: Make tests pass again (#21155) 2017-10-31 14:45:50 -07:00
Andy
5c3c66eaaa Lock down to node version 8 (#21156) 2017-10-31 14:38:38 -07:00
Ron Buckton
df542ba186 Merge pull request #21040 from Slessi/args-typings
Add typings for leo/args 3.0.7
2017-10-31 14:00:42 -07:00
Ron Buckton
f4372416f9 Merge pull request #21134 from alexlur/patch-1
Update chrome.webNavigation.getFrame API
2017-10-31 13:23:19 -07:00
Ron Buckton
33d05a3383 Merge pull request #21133 from scote/master
Update Materialize-Css for missing collapsible parameters
2017-10-31 13:21:55 -07:00
Ron Buckton
a906a46917 Merge pull request #21121 from isMeCoder/patch-1
.html() can return null
2017-10-31 12:42:03 -07:00
Andy
a11a781688 Fix some no-empty-interface lint errors (#21144) 2017-10-31 10:52:41 -07:00
Sébastien Côté
4bf4770670 Fix typo error 2017-10-31 13:26:56 -04:00
Sébastien Côté
d3a1e4b85e Fix comment typo 2017-10-31 12:45:29 -04:00
Andy
47ee461380 redux-storage: Fix compile errors (#21128) 2017-10-31 09:32:34 -07:00
Alex
949d80bd19 Update chrome API 2017-10-31 01:02:31 -04:00
Sebastien Cote
ae9e9cee49 Update Materialize-Css for missing collapsible parameters 2017-10-30 23:41:00 -04:00
Ron Buckton
00cb71a36a Merge pull request #21119 from jacek-dargiel/chart.js-chart-onclick-iface-2
[Chart.js] Update chart onClick Interface
2017-10-30 17:31:39 -07:00
Ron Buckton
05a112a028 Merge pull request #21103 from segayuu/cleanup-bluebird-ignore-error
[Bluebird] Cleanup ignore error
2017-10-30 17:08:18 -07:00
Ron Buckton
337b048a5b Merge pull request #21096 from LiamGoodacre/update/ramda-contributors
Remove myself from ramda contributors
2017-10-30 17:02:30 -07:00
Ron Buckton
a4b9cf1830 Merge pull request #21095 from samsonkeung/ramda/type-endsWith
Ramda: Add typing for endsWith
2017-10-30 17:02:09 -07:00
Ron Buckton
3518a055b6 Merge pull request #21081 from daniel-cottone/update-aws-lambda-custom-auth-event
[@types/aws-lambda] Updating CustomAuthorizerEvent for request type
2017-10-30 17:00:36 -07:00
Ron Buckton
7141277eb1 Merge pull request #21043 from cwmoo740/master
react-autosuggest - change theme to allow inline styles
2017-10-30 16:17:15 -07:00
Ron Buckton
8244e4e2a1 Merge pull request #20986 from likewei92/master
Adding in Windows.Services.Store namespace
2017-10-30 16:00:00 -07:00
Ron Buckton
c9c66f20ee Merge pull request #20765 from rlindgren/async-doUntil-doWhilst
fix(async): doWhilst, doUntil definitions and tests
2017-10-30 15:23:42 -07:00
Andy
507e9d3c8e express-serve-static-core: Lint (#21008) 2017-10-30 11:58:51 -07:00
Andy
49f64329f1 jest-matcher-utils: Fix use of "chalk" dependency (#21126) 2017-10-30 11:45:47 -07:00
Andy
3f7bbeaa51 Miscellaneous lint fixes (#21116) 2017-10-30 11:05:43 -07:00
Andy
343d124ab1 moment-strftime2 and react-widgets-moment: Add dependency on "moment" (#21124) 2017-10-30 11:03:39 -07:00
Andy
ce6f98d353 ember: Fix lint (#21123) 2017-10-30 10:59:00 -07:00
isMeCoder
5bca979247 .html() can return null
.html() can return null when querying an element that does not exist. 

Repro:

        const response = await axios.default.get('https://www.google.com/')
        const $ = cheerio.load(response.data)
        const foo = $('.bar').html()
        console.log(`foo is: ${foo}`) //foo is: null
2017-10-30 10:11:20 -07:00
Jacek Dargiel
b10fee8e1b [Chart.js] Update chart onClick Interface to be more specific and include activeElements array 2017-10-30 17:35:24 +01:00
Paul Colleoni
1cf7a72cb6 [react] added backgroundSize to the CSSProperties (#20862) 2017-10-30 08:04:35 -07:00
Andy
3b321e99b2 highcharts: Fix lint (#20979) 2017-10-30 07:55:51 -07:00
Andy
43a7bc6d99 signals: Fix lint (#20973) 2017-10-30 07:55:37 -07:00
Andy
4e52c4dea6 jquery: Fix lint (#20965) 2017-10-30 07:55:19 -07:00
Andy
94755b8d90 oauth2orize: Lint (#21045) 2017-10-30 07:41:58 -07:00
segayuu
55df54d75c Merge branch 'master' of https://github.com/segayuu/DefinitelyTyped into cleanup-bluebird-ignore-error 2017-10-30 10:04:17 +09:00
Liam Goodacre
ba33e49fa7 Remove myself from ramda contributors 2017-10-28 22:31:24 +01:00
Samson Keung
b0d60e347d up version 2017-10-28 14:22:59 -07:00
Samson Keung
da80f707e2 add typing for endsWith 2017-10-28 14:17:43 -07:00
Edward Sammut Alessi
8f9739685b Move types only used once inline 2017-10-28 20:35:52 +02:00
cwmoo740
1417a41506 react-autosuggest: expand themekey to allow any string keys 2017-10-27 20:43:19 -04:00
b-szypelow
f7f81bced2 Reactstrap: Introduce typings for v5.0 (#20696)
* reactstrap: Create v4 subfolder

* reactstrap@5: change getRef to innerRef
2017-10-27 17:39:47 -07:00
Bernd
ceda0b6a49 add types for H.map.render.RenderEngine (#20711) 2017-10-27 17:39:01 -07:00