Cayle Sharrock
99879bd684
Formatting: Remove extra blank lines
2016-11-30 16:48:45 +02:00
Cayle Sharrock
bd92817111
Merge remote-tracking branch 'upstream/types-2.0' into types-2.0
2016-11-28 08:15:19 +02:00
Nathan Shively-Sanders
9b9f0f4658
Merge pull request #12744 from SamVerschueren/mem
...
add mem
2016-11-27 13:07:26 -08:00
Daniel Rosenwasser
57dca9b2dc
Merge pull request #12940 from lekhmanrus/types-2.0
...
vivus: updated to 0.4.0
2016-11-27 13:17:16 -05:00
Nathan Shively-Sanders
a69d50de4f
Merge pull request #12860 from rhysd/fix-enzyme
...
enzyme: Enable enzyme-tests.ts again and fix <svg> attributes errors
2016-11-27 09:41:04 -08:00
Ruslan Lekhman
1fd80dfab2
vivus: updated to 0.4.0
2016-11-27 18:50:32 +02:00
Sam Verschueren
29f41655e4
remove namespace
2016-11-26 20:45:21 +01:00
Nathan Shively-Sanders
3e9ed9d35f
Merge pull request #12849 from dieseldjango/types-2.0
...
Added support for custom fields on bunyan LoggerOptions
2016-11-26 09:23:10 -08:00
Nathan Shively-Sanders
a10605cf90
Merge pull request #12839 from jdwilkin/types-2.0
...
manually updating types-2.0 with changes from master for request type
2016-11-26 09:06:11 -08:00
Nathan Shively-Sanders
b23ac96791
Merge pull request #12840 from DefinitelyTyped/fix_tinycolor_reference
...
Fix tinycolor reference
2016-11-26 09:04:39 -08:00
Nathan Shively-Sanders
c007c8e358
Merge pull request #12836 from nmykhailova/types-2.0
...
Added LegendObject and legend property to ChartObject
2016-11-26 08:57:43 -08:00
Nathan Shively-Sanders
c0e8343a99
Merge pull request #12832 from mariusschulz/patch-2
...
React: add "onReset" form event
2016-11-26 08:57:02 -08:00
Nathan Shively-Sanders
3234b170d0
Merge pull request #12831 from PriceSpider-NeuIntel/types-2.0
...
Connection.connect() Promise passes a Connection instance in resolve.
2016-11-26 08:56:15 -08:00
Nathan Shively-Sanders
834c3cf85c
Merge pull request #12701 from arvitaly/types-2.0
...
add types for sails.io.js 1.0.1
2016-11-26 08:45:23 -08:00
Alexandro
a721e75cf5
remove tslint from waterline
2016-11-26 21:50:08 +07:00
Alexandro
3f5a376dae
add typings for waterline
2016-11-26 21:41:57 +07:00
Cayle Sharrock
3b0a6eb65a
Add bintrees types
2016-11-25 22:21:15 +02:00
Nathan Shively-Sanders
e7ee7e5060
Merge pull request #12857 from simonxca/patch-mongoose-types-2.0
...
Update mongoose types-2.0 readme, add interfaces for schema definitions
2016-11-25 10:34:53 -08:00
Nathan Shively-Sanders
66faea1770
Merge pull request #12847 from deenairn/types-2.0
...
angular-file-saver and handsontable updates
2016-11-25 09:33:28 -08:00
Nathan Shively-Sanders
d252c8f692
Merge pull request #12837 from DefinitelyTyped/react_dnd_html5_backend
...
Remove `react-dnd/react-dnd-html5-backend.d.ts` and just use `react-dnd-html5-backend/index.d.ts`
2016-11-25 09:27:01 -08:00
Nathan Shively-Sanders
de26026c39
Merge pull request #12825 from Syncfusion-JavaScript/types-2.0
...
v14.4.0.15 typings added.
2016-11-25 08:53:05 -08:00
Andy
a5be925ae1
Remove merge conflict marker ( #12916 )
2016-11-25 08:28:20 -05:00
Donald Nairn
abfa9397dd
Added some additional basic types to handsontable.
2016-11-24 22:45:57 +00:00
Nathan Shively-Sanders
dc6cc8dcb9
Merge pull request #12747 from dfahlander/types-2.0
...
Dexie bundles its d.ts file in its own npm package
2016-11-24 08:29:14 -08:00
Nathan Shively-Sanders
1c8b477c03
Merge branch 'types-2.0' into remove-dexie
2016-11-24 08:25:24 -08:00
Nathan Shively-Sanders
0f8cd9a519
Merge pull request #12824 from ethanresnick/superagent-callback-fix
...
Superagent callback fix
2016-11-24 08:18:50 -08:00
Nathan Shively-Sanders
9a7db7012d
Merge pull request #12807 from ethanresnick/supertest-merge
...
Supertest: backport master changes to types-2.0
2016-11-24 08:17:42 -08:00
Nathan Shively-Sanders
ebc8ee0f23
Merge pull request #12818 from DavidM77/xml2js
...
xml2js: Allow parsing a NodeJS buffer
2016-11-24 08:16:51 -08:00
Nathan Shively-Sanders
afc61969f2
Merge pull request #12907 from DefinitelyTyped/revert-react-redux-PR-12365
...
Revert "More accurate hinted and inferred types for react-redux connect()
2016-11-24 08:05:39 -08:00
Nathan Shively-Sanders
5e221bedd9
Revert "More accurate hinted and inferred types for react-redux connect()"
...
This reverts commit 27b98d0580 .
2016-11-24 07:56:58 -08:00
David Fahlander
921351b05c
Added Dexie to notNeededPackages.json
2016-11-24 13:16:02 +01:00
Ethan Resnick
313a948ba0
Fixup merge conflicts
2016-11-24 02:51:38 -08:00
Ethan Resnick
1c80f69f6e
superagent: Fix callback signature
...
Error can be an error object or null at least (and possibly some other
values, like undefined, though those aren’t documented). There was
already a test with error being null, but it was passing only because
strictNullChecks were off. Now that strictNullChecks are on, this must
be changed.
2016-11-24 02:47:40 -08:00
Ethan Resnick
e6e18740a5
superagent: Enable strictNullChecks
2016-11-24 02:47:32 -08:00
Igor Oleinikov
ea7cd856c1
Merge pull request #12873 from kant2002/patch-9
...
Add global `onError` handler for knockout 3.4.0
2016-11-23 21:30:12 -08:00
Syncfusion-JavaScript
cd41a9dd78
Typing updated.
2016-11-24 10:56:53 +05:30
Andrey Kyrdyumov
19a466bce5
Make strickter onError signature and make it optional
2016-11-24 10:01:15 +06:00
Nathan Shively-Sanders
a5a96989ae
Merge pull request #12813 from zeh/patch-2
...
Added `simplesignal` and `prando` to notNeededPackages.json
2016-11-23 16:25:26 -08:00
Nathan Shively-Sanders
656c4736ca
Merge pull request #12811 from CaselIT/types-2.0
...
Added GridFS
2016-11-23 16:10:22 -08:00
Nathan Shively-Sanders
fd07f88c75
Merge pull request #12812 from stephenlautier/lodash-es
...
added types for lodash-es
2016-11-23 16:04:32 -08:00
Nathan Shively-Sanders
c021220cba
Merge pull request #12893 from DefinitelyTyped/types-merge-20161123
...
Types merge 20161123
2016-11-23 15:59:13 -08:00
Nathan Shively-Sanders
53038c8080
Make xrm tests pass strictNullChecks again
...
The recent change to SuccessCallbackDelegate was made with
strictNullChecks off in master.
2016-11-23 15:53:32 -08:00
Nathan Shively-Sanders
daf9bd392f
Merge branch 'master' into types-merges-20161123
2016-11-23 15:48:06 -08:00
Nathan Shively-Sanders
b2f3512b2d
Merge pull request #12892 from DefinitelyTyped/bring-balance-to-the-force-push-types-2.0
...
Bring balance to the force push
2016-11-23 15:21:17 -08:00
Andy Hanson
a27a96e68d
Convert "amplify" to a module, and "amplify-deferred" to a module augmentation
2016-11-23 15:11:31 -08:00
Nathan Shively-Sanders
7f5e867200
Redo @asurinov's commit a01bba4
2016-11-23 15:10:43 -08:00
Andy Hanson
578ab24317
Rename files
2016-11-23 15:09:27 -08:00
Andy Hanson
f89b8d87ba
Convert algoliasearch to a module
2016-11-23 15:09:19 -08:00
Andy Hanson
a077e4d2e4
db.js types should declare the "db.js" module, not "db"
2016-11-23 15:08:40 -08:00
Nathan Shively-Sanders
0294941be7
Re-do @SONIC3D commit e4c0114
2016-11-23 15:07:53 -08:00