Commit Graph

2115 Commits

Author SHA1 Message Date
Yui
468943d9fa Merge pull request #16922 from bliles/master
meteor: 1.4 support Mongo.setConnectionOptions
2017-06-06 12:20:12 -07:00
Yui
a179bbb732 Merge pull request #16959 from mctep/patch-react-swipeable-v4
Upgrade react-swipeable to v4.0
2017-06-06 12:19:34 -07:00
LebedenkoN
ca10f0d24d @types/three: Wring typings for ObjectLoader.parseImages #16914 (#16915)
* Update three-core.d.ts

fixed typings for THREE.ObjectLoader.parseImages

* Update three-core.d.ts

Changed result of ObjectLoader.parseImages function to more specific type
2017-06-06 06:32:27 -07:00
Wilco Bakker
1c93aa3906 @types/node: Added emitWarning method to process. (#16718)
* Added emitWarning method to process.

* Added emitWarning to @types/node/index.d.ts as well.
2017-06-06 06:31:33 -07:00
Roman Resh
8acd40846b update to 16.1.12 (24-MAY-2017), 16.2.7 (24-MAY-2017), 17.1.3 (17-MAY-2017). (#16882) 2017-06-06 06:27:33 -07:00
Konstantin Vasilev
67596b61d7 remove unnecessary comma in authors section 2017-06-06 16:24:59 +03:00
Konstantin Vasilev
76879cce23 export types references 2017-06-06 10:04:43 +03:00
Daniel Rosenwasser
b8cc088f84 Merge pull request #16975 from elyscape/fix/convict-get
[convict] Config.get() doesn't require a parameter
2017-06-05 20:44:16 -07:00
Daniel Rosenwasser
c6f8df38ed Merge pull request #16901 from danez/react-tabs
Update react-tabs definitions for version 1.0
2017-06-05 20:42:14 -07:00
Daniel Rosenwasser
1f599914b8 Merge pull request #16936 from uncol/fix-dcjs
add some methods
2017-06-05 20:36:54 -07:00
Austin Cummings
14edb02bf8 Bump version 2017-06-05 20:12:15 -07:00
Austin Cummings
ec1bf9b545 Fixed typo in Network definition 2017-06-05 20:06:25 -07:00
Eric Byers
6251033ab3 Updating csvtojson to add constructResult option (#16968) 2017-06-05 19:58:34 -07:00
Ryan Posener
4d1aa1175a Updated Bootstrap Datepicker Definitely Typed Definitions (#16151)
* Add webnotifications definition

* Set couple missing comments

* Updates to Bootstrap DatePicker to address some omissions.

* Remove Extraneous Web Notifictions

* added missing overrides on format function

* Updated bootstrap Datepicker definitions with missing / incomplete types per documented options
2017-06-05 18:24:14 -07:00
David Poetzsch-Heffter
9c744806d9 reopen: parse: generic queries & relations (#16809)
* Revert "reverting some changes for now because they cause incompatibilities with existing code bases"

This reverts commit 2c28064515.

* improvements

* fixed version header to be compatible with DefinitelyTyped's release tooling

* using defaults for generics to make this backwards compatible to older typings
and more convenient to use in case no subclassing of Parse.Object is applied

* updated parse-mockdb to make it compatible with new parse typings
2017-06-05 16:46:32 -07:00
Tanguy Krotoff
78869f8819 Improve gapi HttpRequestPromise thanks to TypeScript 2.3 (#16194)
* Improve gapi HttpRequestPromise thanks to TypeScript 2.3

* Fix typings that use gapi
2017-06-05 16:45:53 -07:00
Giedrius Grabauskas
472244ccbf Types for gulp 4.0 (#16121)
* Update index.d.ts

* Rewrited types for gulp@4.0.

* Updated quotes

* Fixed tslint errors.

* Fixed some tslint error in test file.

* Implemented undertaker in gulp types.

* Removed Orchestrator import.

* Added backwards compatible type `TaskCallback`.

* Fixed `gulp-shell` tests compatibility with gulp@4 types.

* Fixed karma tests compatibility with gulp@4 types.

* Fixed gulp-rev-replace tests compatibility with gulp@4 types.

* Enabled `strictNullChecks` in `gulp` and `undertaker` types. Fixed task function.

* Implemented gulp.parallel for `karma` tests.

* Implemented gulp.parallel for `gulp-rev-replace` tests.

* Implemented gulp.parallel for `gulp-shell` tests.
2017-06-05 16:43:12 -07:00
hinell
aba45c2c7f [Node] console.dir() options (#16961)
* [Node] console.dir() options

* [Node] v6 console.dir() options as InspectOptions

* [Node] v4 console.dir() options as InspectOptions

* [Node]  v0 console.dir() options as InspectOptions

Adds Console interface and its absent variable declaration
2017-06-05 16:39:46 -07:00
Étienne Corbillé
366b90184f Update typings for chokidar WatchOptions (#16962) 2017-06-05 16:38:44 -07:00
snewell92
b860983357 Sequelize Add documented props to SyncOptions (#16976)
* Added alter, hooks, and searchPath to syncOptions interface with compiler test and documentation comments (straight from sequelize v4 docs)

* Fix implicit any return type error
2017-06-05 16:33:06 -07:00
Denis
ae77e5216b Implemented humanize-plus definition (#16977)
* Implemented humanize-plus definition

* Update package.json

* Fix linting issue
2017-06-05 16:32:27 -07:00
Leonard Thieu
4fab23f998 [semantic-ui-search] Add type definitions. (#16972) 2017-06-05 16:31:45 -07:00
Leonard Thieu
447f5c2ddd [semantic-ui-shape] Add type definitions. (#16973) 2017-06-05 16:31:22 -07:00
Leonard Thieu
f61658bca2 [semantic-ui-sidebar] Add type definitions. (#16974) 2017-06-05 16:31:03 -07:00
Joscha Feth
65f13e0eef add @storybook/react (#16970)
* add @storybook/react

* fix lints
2017-06-05 15:33:08 -07:00
Eli Young
752bb5aaee [convict] Config.get() doesn't require a parameter 2017-06-05 14:00:18 -07:00
Takeshi Nishida
3bca67a5e7 Update twit/index.d.ts (#16957)
Added a missing param "track" to interface Param
2017-06-05 13:49:32 -07:00
Yale Cason III
214653678c Update Draft-js types so that convertFromHTML example typechecks (#16542)
* Update Draft-js types so that https://github.com/facebook/draft-js/blob/master/examples/draft-0-10-0/convertFromHTML/convert.html typechecks.

* Fix bad merge

* Fix bad fix for bad merge
2017-06-05 13:41:59 -07:00
Douglas Duteil
a53ef98cd4 feat(connect-history-api-fallback): add typings for connect-history-api-fallback (#16964) 2017-06-05 11:51:01 -07:00
Eric Byers
ca6ef96651 Adding typings for requestretry (#16966)
* Basic framework for requestretry

* Start of tests

* Fixing some linting issues

* More formatting and cleanup

* Switching to a non module

* Finishing the tests

* Fixing formatting for new tests

* Remove unneeded types

* Regenerate base files again
2017-06-05 11:21:55 -07:00
Douglas Duteil
2d60eb9964 feat(node-portscanner): add typings for portscanner (#16963) 2017-06-05 09:45:56 -07:00
Douglas Duteil
d191ea77f9 feat(execa): add typings for execa (#16960) 2017-06-05 09:45:14 -07:00
Oliver Joseph Ash
67f59a4c4a react-router-redux v4: lockdown history version (#16912)
* react-router-redux v4: lockdown history version

* Revert

* Correct history version is tsconfig
2017-06-05 06:38:25 -07:00
hinell
aa3d118ed7 [Mongodb] MongoClient.connection() options v2.2. (#16932)
* Mongodb client.connect options v2.2

* Mongodb::dt-header typescript v2.0 -> v2.3

Read more on typescript ``object`` [type](https://github.com/Microsoft/TypeScript-Handbook/blob/master/pages/release%20notes/TypeScript%202.2.md#object-type)

* Fix trailing ' mark

* Ttravis errors,mongodb: downgrade TS version to 2.2

* Merge SocketOptions into MongoClientOptions

* Urgent fix MongoDB.connect() options

Most common SSL options now gathered in one
place in SSLOptions interface.

SSLOptions and newly added HighAvailabilityOptions interface
are shared by ServerOptions, MongosOptions
and ReplSetOptions interfaces respectively

SocketOptions extends SSLOptions.
Updates ReadPreference interface to v2.2

Updates docs links.

* Restore formatting style

* SocketOptions, ServerOptions & ReplSetOptions

SocketOptions
	Removes extension of SSL- and HighAvailability- Options

ServerOptions
	Adds missing options

ReplSetOptions
	Adds missing extensions of SSL- and HighAvailability- Options
2017-06-05 06:31:55 -07:00
Konstantin Vasilev
52fbfebcb6 fix single module declaration 2017-06-05 12:01:17 +03:00
Konstantin Vasilev
a85c080ce2 Upgrade react-swipeable to v4.0 2017-06-05 11:40:42 +03:00
Nathan Shively-Sanders
163f4438df Fix weak type errors (#16845)
* Fix first round of weak type errors

Done through griddle-react

* 95% done with weak type fixes

* Fix last couple of weak type errors

* Remove some lint from mithril tests

* mithril's Lifecycle is not a weak type any more

Restore the Lifecycle constraints in the rest of the definitions.

* Fix react-redux tests after #16652 broke them

* Remove package-lock.json
2017-06-04 22:03:03 -07:00
Aluan Haddad
08786315ca Fixed bug that resulted in any inference (#16955)
Fixed a bug that resulted in `any` being inferred for nested recursive generics.
Formatted type declaration on multiple lines for readability.
Updated maintainers list.
2017-06-04 19:02:42 -07:00
Douglas Duteil
defaf2888e feat(get-stream): add typings for get-stream (#16953)
* feat(get-stream): add typings for `get-stream`

* Remove blank line
2017-06-04 14:17:27 -07:00
karak
9b6784d914 Firebird (#16933)
* Added 'firebird' package

* Fixed all of the errors from dtslint

* Modify tslint.json in dts-gen form

* Fixed more tslint errors.

* Validate whitespace rules(CI-only)
2017-06-04 14:16:58 -07:00
Kyle Newkirk
5ed60b0cd7 Change path type in history's createLocation to match function behavior (#16930)
* Change path type to match function behavior

* Add test
2017-06-04 14:15:57 -07:00
Nick Müller
55b533a6c4 [sequelize] Added missing type to sequelize.DefineIndexesOptions.fields (#16908)
* Added missing type to sequelize.DefineIndexesOptions.fields

* Added test for added sequelize.DefineIndexesOptions type
2017-06-04 14:14:18 -07:00
groetzi
039119179c Update index.d.ts (#16902)
added property `appendClassName`
2017-06-04 14:12:55 -07:00
Nikita Litvin
3ad0e1d227 Add nearley 2.9 and moo 0.3 (#16937)
* Add definitions for nearley 2.9

* Add definitions for moo 0.3
2017-06-04 14:11:13 -07:00
Leonard Thieu
d18c243d4e [semantic-ui-modal] Add type definitions (#16943) 2017-06-04 14:01:38 -07:00
Leonard Thieu
277b8a1629 [semantic-ui-nag] Add type definitions (#16944) 2017-06-04 14:01:27 -07:00
Leonard Thieu
0c2cd7d087 [semantic-ui-popup] Add type definitions (#16945) 2017-06-04 14:01:04 -07:00
Leonard Thieu
c96ed31d4a [semantic-ui-progress] Add type definitions. (#16949) 2017-06-04 14:00:45 -07:00
Leonard Thieu
f1155719c8 [semantic-ui-rating] Add type definitions. (#16951) 2017-06-04 13:59:47 -07:00
couchninja
701436e533 Add OBJLoader, OBJLoader2 and STLLoader (#16952)
* Add OBJLoader, OBJLoader2 and STLLoader

Add placeholder entries for OBJLoader, OBJLoader2 and STLLoader from the THREE examples.

* Fixed whitespace
2017-06-04 13:59:07 -07:00