Commit Graph

20068 Commits

Author SHA1 Message Date
Ryan Cavanaugh
a4f5ae3098 Merge commit 'upstream/master~250' into merge_7_25 2016-07-26 18:03:56 -07:00
Ryan Cavanaugh
e9a0d98125 Merge commit 'upstream/master~300' into merge_7_25 2016-07-26 17:45:17 -07:00
Ryan Cavanaugh
b9245fba39 Merge commit 'upstream/master~350' into merge_7_25 2016-07-26 17:24:39 -07:00
Ryan Cavanaugh
3e0607feb4 Tests passing 2016-07-26 16:10:38 -07:00
Ryan Cavanaugh
639b88af6a Get more tests passing 2016-07-26 15:03:04 -07:00
Ryan Cavanaugh
c73630c9a3 Merge commit 'upstream/master~400' into merge_7_25
# Conflicts:
#	angular-translate/angular-translate.d.ts
#	knex/knex.d.ts
#	redux-logger/index.d.ts
#	simplestorage.js/index.d.ts
#	underscore/underscore.d.ts
#	yargs/yargs.d.ts
2016-07-26 13:53:00 -07:00
Ryan Cavanaugh
e94e9a8630 Merge commit 'upstream/master~450' into merge_7_25 2016-07-26 13:40:56 -07:00
Ryan Cavanaugh
11d624e656 Merge commit 'upstream/master~500' into merge_7_25 2016-07-26 12:17:32 -07:00
Ryan Cavanaugh
3888b48b1c Merge branch 'merge_7_25' of https://github.com/RyanCavanaugh/DefinitelyTyped into merge_7_25 2016-07-26 11:29:43 -07:00
Ryan Cavanaugh
ede3f0a99c Merge commit 'upstream/master~550' into merge_7_25 2016-07-26 11:29:27 -07:00
Ryan Cavanaugh
5d004be8ba Merge commit 'upstream/master~600' into merge_7_25 2016-07-26 00:22:12 -07:00
Ryan Cavanaugh
e4421f5ebe Merge commit 'upstream/master~650' into merge_7_25 2016-07-25 23:49:05 -07:00
Ryan Cavanaugh
5e9440c8ad Merge commit 'upstream/master~700' into merge_7_25
# Conflicts:
#	angular-ui-router/angular-ui-router.d.ts
#	bookshelf/bookshelf-tests.ts
#	bookshelf/bookshelf.d.ts
#	enzyme/enzyme-tests.tsx
#	enzyme/enzyme.d.ts
#	escodegen/escodegen-tests.ts
#	helmet/helmet.d.ts
#	joi/joi.d.ts
#	knex/knex-tests.ts
#	moment/index.d.ts
#	mongoose/index.d.ts
#	pg/pg.d.ts
#	react-select/react-select-tests.tsx
#	soap/index.d.ts
#	ssh2/ssh2.d.ts
#	turf/turf-tests.ts
#	underscore.string/underscore.string.d.ts
2016-07-25 16:10:34 -07:00
Ryan Cavanaugh
35075752ec Merge commit 'upstream/master~750' into merge_7_25 2016-07-25 14:51:03 -07:00
Ryan Cavanaugh
e89116727b Upgrade angular-deferred-bootstrap 2016-07-25 14:27:39 -07:00
Ryan Cavanaugh
347311a5f0 Partial merge remote-tracking branch 'upstream/master' into merge_7_25 2016-07-25 14:26:20 -07:00
Ryan Cavanaugh
97dd688a68 Cast away missing 'this' from window#onload 2016-07-25 12:46:09 -07:00
Ryan Cavanaugh
7a6244e894 Fix launchpad tsconfig 2016-07-25 12:45:12 -07:00
Ryan Cavanaugh
1a21fac318 Update fabric tests for contextual 'this' types 2016-07-25 12:41:45 -07:00
Ryan Cavanaugh
d4c0877bb8 Merge pull request #10285 from RyanCavanaugh/types-2.0
Fix 2.0 branch to passing again
2016-07-25 11:27:06 -07:00
Peter Burns
cbccc88ad4 Add typings for launchpad (#10064)
* Add typings for launchpad

* Don't use ambient module, added types: []
2016-07-24 00:06:40 -07:00
Timofey Kachalov
1ff0bfa6c3 estraverse types-2.0 version (#10181)
* estraverse types-2.0 version

* remove ambient module declaration
2016-07-23 23:44:16 -07:00
Timofey Kachalov
9b8d95fc9d escodegen types-2.0 (#10184)
* estraverse types-2.0 version

* escodegen types-2.0 version

* remove ambient module declaration
2016-07-23 23:43:37 -07:00
Stevi Deter
c34251f96b Types 2.0 ReactDom.render (#10206)
* For ReactDOM.render, make element parameter nullable to match React API and match Typescript 2.0 definition for Document.getElementById

* one more test
2016-07-23 23:38:28 -07:00
Andy
e58ad5e0a0 Remove unnecessary file (#10207) 2016-07-23 19:53:46 -07:00
Ryan Cavanaugh
e223030331 Fix 2.0 branch to passing again 2016-07-21 10:07:13 -07:00
Joe Skeen
17b185f0a1 gulp-typescript: Add skipLibCheck option (#10134) 2016-07-19 17:24:34 -07:00
Andy
1d786044d2 Remove self-reference from node-schedule (#10103) 2016-07-19 17:08:49 -07:00
Pei-Tang Huang
3d7dbccb07 Aligned to Showdown 1.4.1 (#10123)
* Change converter to Converter.

* Align interface to 1.4.1.

* Correct extension interface.
2016-07-19 16:24:09 -07:00
Mohamed Hegazy
4e78cb2edd Angular sub packages (#10170)
* move angular-animate.d.ts to its own folder

* Make angular-animate a module, and use module augmentation to update the angular module

* Move angular-cookies.d.ts to its own folder

* Make angular-cookies a module, and use module augmentation to update the angular module

* Remove outdated readme

* Move angular-mocks.d.ts to its own folder

* Make angular-mocks a module, and use module augmentation to update the angular module

* Move angular-resource.d.ts to its own folder

* Make angular-resource a module, and use module augmentation to update the angular module

* Move angular-route.d.ts to its own folder

* Make angular-route a module, and use module augmentation to update the angular module

* Move angular-santize.d.ts to its own folder

* Make angular-sanitize a module, and use module augmentation to update the angular module
2016-07-18 15:36:53 -07:00
Mohamed Hegazy
97b9467d7b Make sure the commander declarations are visible on the module (#10172) 2016-07-18 15:09:22 -07:00
Mohamed Hegazy
20cfe366ca Fix https://github.com/Microsoft/TypeScript/issues/9629 (#10085)
Expose `IORedis` namespace along with the value.
2016-07-17 11:30:20 -07:00
Ryan Cavanaugh
677ebd4e54 Update tester version 2016-07-14 19:22:25 -07:00
Ryan Cavanaugh
7fe95f21c9 Make bluebird compatible with new promiselike definition 2016-07-14 18:25:36 -07:00
Ryan Cavanaugh
9d7d5a209a Getting types-2.0 passing CI 2016-07-14 18:13:43 -07:00
Ryan Cavanaugh
dbf24a4f17 Fix angular tsconfig 2016-07-14 14:06:10 -07:00
Mohamed Hegazy
317e5ee1bc Fix ng-cordova 2016-07-13 22:45:21 -07:00
Mohamed Hegazy
c60e17576e Fix use of generic React attributes and event handlers 2016-07-13 22:30:45 -07:00
Mohamed Hegazy
ef98075fbf Fix use of generic react event handlers 2016-07-13 22:11:35 -07:00
Mohamed Hegazy
1848a0de40 Fix use of React.SyntheticEvent 2016-07-13 22:03:50 -07:00
Mohamed Hegazy
7ca36265b7 Fix use of React.HTMLAttributes 2016-07-13 22:02:20 -07:00
Mohamed Hegazy
275ffe2519 Fix use of React.SyntheticEvent 2016-07-13 22:00:32 -07:00
Mohamed Hegazy
197da68900 Fix use of HTMLAttributes to use generics 2016-07-13 21:56:51 -07:00
Mohamed Hegazy
03adbf1483 Fix use of FormEvent in antd 2016-07-13 21:51:19 -07:00
Mohamed Hegazy
89f7ea7005 Fix #10082: remove angular package dependency on itself (#10086)
* Fix #10082: Remove dependency of angular on itself

* Disable forceConsistentCasingInFileNames for now
2016-07-13 12:00:16 -07:00
Mohamed Hegazy
74c9f02a5a Do not use the namespace for OC 2016-07-13 10:15:59 -07:00
Peter Burns
6d3dfa2fc3 freeport: Add namespace declaration (#10063)
Enables importing with ES6 import syntax.
2016-07-12 23:06:42 -07:00
Ryan Cavanaugh
837a56daa3 Merge pull request #10080 from RyanCavanaugh/fixConfigFiles
Fix tsconfig files for 2.0
2016-07-12 14:10:46 -07:00
Ryan Cavanaugh
a5f4d50ccc Fix tsconfig files for new option name / behavior.
Also fixes some inconsistent whitespace.
2016-07-12 13:54:56 -07:00
Mohamed Hegazy
3ee7237094 Merge pull request #9999 from yortus/ts2.0-node-console
node.d.ts: add console global var, Console class and "console" module
2016-07-11 17:24:15 -07:00