Commit Graph

24807 Commits

Author SHA1 Message Date
Basarat Ali Syed
5cdb98e158 Merge pull request #13467 from DefinitelyTyped/debugger
Move "_debugger" types into "node"
2016-12-21 09:51:35 +11:00
Andy
05e9c858cf Merge 20dec (#13471)
* base-64 typings

* formatting and indenting

* feat: add typings for watchpack

* fix: improve missing typings

* Port from https://github.com/agileek/typings-vis/blob/master/vs.d.ts

* Fix travis build failures

* Port PR https://github.com/agileek/typings-vis/pull/12

* Fix travis build failures

* added tsconfig and tslint

* removed patch number

* added tests

* made it export like base64-js

* removed old code

* formatted code

* fix: add files field in tsconfig.json for expected publishment

* fix: improve most missing typings

* feat: upgrade to v3.0.0

* feat: upgrade to tapbale v0.2.5

* Types 2.0 (#13261)

* updating typing of the latest 7.0 react-autosuggest

* updating typing of react-autosuggest 7.0

* update typings for react-autosuggest 7.0

* Remove '+' from header versions, so they can be parsed (#13239)

* Updated masonry-layout to fix linting errors (#13272)

* Updated masonry-layout to fix linting errors

* Fixed the tests I could fix.

* Removed patch version

* Add redux-persist and basic transformers (#13389)

* Add definitions for redux-persist

* Add missin generic types

* Add definitions for filter transformer

* Add definitions for encrypt transformer

* Fix header

* Add definitions for compress transformer

* Delete unnecessary linter configs

* Change way of importing, fix tests

* fix: angulartics type definition for ES6 import

* fix: lint error

* fix scalar type config (#13398)

The `GraphQLScalarTypeConfig` interface had incorrect types. Correct types may be seen here: 379a308439/src/type/definition.js (L348-L350)

* [interact.js] Update module names (#13316)

Update CommonJS module name as it was changed in version 1.2.7.
AMD module name is also different from both new and old CommonJS module names, so a separate declaration was created for that as well.

* Add definitions for redux-recycle (#13424)

* Add definitions for redux-recycle

* Fix linter errors

* [jest] add type definition for toHaveBeenLastCalledWith (#13038)

* remove ajv because the package bundles its own types (#13028)

* Updated type definitions to yfiles for HTML 2.0. (#13332)

* Updated type definitions to yFiles for HTML 2.0.

* Updated type definitions to yfiles for HTML 2.0.

* Added contact in yfiles .d.ts header.

* Add redux-batched-actions typings. (#13054)

* Add types for mailgen (#13080)

* Typings for cordova-sqlite-storage (#13081)

* Add flatpickr definitions (#13083)

* Add pouch-redux-middleware typing (#13071)

* Add pouch-redux-middleware typing

* Fix <> in comment

* Add declaration for crc (#13068)

* Updated jquery.dataTables for 1.10.9 (#13099)

Release Notes: https://cdn.datatables.net/1.10.9/

* Moved legacy browser settings to its own data type.
* Added 'aIds' property on legacy settings object for mapping row ids to data indexes.
* Added 'rowIdFn' function to legacy settings object to get a row's id from the row's data.

* chore(lint): change vis typing to external module (#13399)

* Fix cordova-sqlite-storage lint

* Lint `vis`: Remove "I" prefix for namespaces

* Change cordova-sqlite-storage back. Linter was wrong.
2016-12-20 11:55:40 -08:00
Andy Hanson
ac007c5e0b Remove wrong type reference in cbor-tests; it can use the "assert" from "node" instead. 2016-12-20 11:53:13 -08:00
Paul van Brenk
a6d0d60257 Merge pull request #12335 from DefinitelyTyped/webhook-test
add github typing
2016-12-20 11:32:38 -08:00
TonyYang
0510c2ebf7 [koa-pug] Meet types-2.0 (#13460)
* Meet types-2.0

* Update index.d.ts

* Update index.d.ts

* Update index.d.ts
2016-12-20 09:11:40 -08:00
Andy
128567f711 alexa-sdk: Provide 'this' type (#13449) 2016-12-20 08:56:55 -08:00
Andy Hanson
4156318481 Move "_debugger" types into "node" 2016-12-20 08:01:59 -08:00
Andy
2e3ae342b6 Remove "assert" package (#13466) 2016-12-20 07:54:35 -08:00
Andy
cc92639a4e array-find-index: Provide this type (#13452)
* array-find-index: Provide `this` type

* Also turn on --strictNullChecks
2016-12-20 07:51:06 -08:00
Aluan Haddad
bf173efc58 module auto -> namespace auto (#13089) 2016-12-20 23:34:21 +09:00
Fred K. Schott
f32c1c1fb2 add missing DumpOptions (#13072) 2016-12-20 23:25:25 +09:00
Paulo Cesar
de75e6420b Add react-native-fs (#13437)
* add react-native-fs

* reference types

* add tslint.json

* fix lint errors
2016-12-20 06:18:11 -08:00
Alexander Kuhta
9fb2725d0d Moving changes() method to Sequence interface (#13043)
Adjusting `InsertOptions` to be compatible with current rethinkdb driver.
2016-12-20 23:16:07 +09:00
Linda_pp
e4bb2eead9 electron: fix comment (#13042) 2016-12-20 23:15:01 +09:00
Jack Moore
642b70be3f graphql: TypeInfo constructor optional argument (#13438) 2016-12-20 06:09:48 -08:00
Wenchen Li
df0018f90d (gsap) export in order to use import assignment (#13023)
* Export in order to use import assignment

* Update gsap header
2016-12-20 23:07:25 +09:00
Frédéric Camblor
907312fefd Marionnette.Region.empty may take a preventDestroy optional flag (#13021) 2016-12-20 23:04:45 +09:00
Pat Sissons
f32344311a Rewriting the react-fa typings (#12655)
* rewriting the react-fa typings using the new module template from https://github.com/Microsoft/TypeScript-Handbook/blob/master/pages/declaration%20files/templates/module.d.ts.md
Additionally improving the typings to better reflect the module implementation (and add some type constraints to various props)

* bumping version and adding contact info

* rewriting a more comprehensive test
2016-12-20 23:02:38 +09:00
Evan Shortiss
1ab9f78008 add typings for table module (#13441)
* add typings for table module

* fill in index.d.ts

* update as per suggestions

* update tests

* implement review suggestions
2016-12-20 05:46:00 -08:00
Fedor Nezhivoi
541073e5c8 [jest] add type definition for toHaveBeenLastCalledWith (#13038) 2016-12-20 21:14:57 +09:00
Noah Chen
4f43206812 Add check() and checkNpm functions to update-notifier (#13111)
* Add `check()` and `checkNpm` functions

* Update index.d.ts
2016-12-20 21:09:30 +09:00
Leo Rudberg
9d15ffdfee Added undefined return to find and findLast. (#13085) 2016-12-20 21:08:06 +09:00
vvakame
fe22bbb961 address review 2016-12-20 21:04:24 +09:00
vvakame
8a6330cda9 Merge branch 'master' into webhook-test 2016-12-20 21:02:08 +09:00
Melvin Groenhoff
3c87910c0e Add this parameter types to Mocha callbacks. (#11905)
* Add this parameter types to Mocha callbacks.

* Fix chai-string to not use mocha context for storing variables.

* Allow to inject into a mocha context.
2016-12-20 20:55:04 +09:00
ptrckc
6b0942a8a6 Update Joi's ValidationOptions and AnySchema interfaces (#12421)
* Fix whitespace

* Description of extension rule is optional

See https://github.com/hapijs/joi/blob/master/API.md#extension

* Bump joi version reference to v10

See https://github.com/hapijs/joi/issues/1037
2016-12-20 20:50:18 +09:00
Bruno Krebs
dab72c162f Adds type definition for koa-jwt (https://github.com/koajs/jwt) (#13440)
* Adding type definition for https://github.com/koajs/jwt

* Adding lint and fixing issues reported by it

* fixig issues

* fixing koa-jwt test

* Fixing tslint config and jwt return type.

* Updating code based on @andy-ms comments.
2016-12-19 15:23:03 -08:00
Andy
cce31af92d koa: Introduce Koa.Middleware type and add 'kcors' definition (#13447) 2016-12-19 14:33:25 -08:00
Andy
677f96b63a Add --noImplicitThis to new packages (#13454) 2016-12-19 14:30:16 -08:00
Andy
a4bd9fa3c1 Add "noImplicitThis" to all tsconfig.json (#13446)
* Add "noImplicitThis" to all tsconfig.json

* Use `"noImplicitThis": false` on packages with broken tests.
2016-12-19 14:11:46 -08:00
Mohamed Hegazy
5ad6479868 Make selenium-webdriver declaration a module (#13382) 2016-12-19 13:47:23 -08:00
Victor Zhou
146c4ad615 Add typings for discontinuous-range (#13397)
* add typings for discontinuous-range

* fix spacing

* use correct export syntax, fix comment

* fix import for discontinuous-range test
2016-12-19 07:10:42 -08:00
Mohsen Azimi
637e6e3022 Add swagger-schema-official type definition (#13421)
* Add swagger-schema-official type definition

* Fix lint errors

* remove types

* types: []
2016-12-19 06:51:51 -08:00
Daniel Rosenwasser
2c676f228a Merge pull request #13402 from mohsen1/patch-7
Make Marker and Icon extendable classes and options optional
2016-12-19 00:00:35 -08:00
Mohsen Azimi
f130d3d79a Add test 2016-12-18 11:20:31 -08:00
Mohsen Azimi
9619d80e2e Address issues raised in PR review 2016-12-18 11:17:29 -08:00
Ayman Nedjmeddine
287fb68010 Upgraded bcrypt to v1.0.1 (#13359)
* Updated bcrypt.d.ts to v1.0.1

* Updated tests for bcrypt.d.ts
Switched to union types
2016-12-17 04:55:11 -08:00
Goldsmith42
22a0d56c2e Defintions for xsd-schema-validator (#13392)
* Added definition for async-polling

* async-polling tests with noImplicitAny

* Definitions for xsd-schema-validator
2016-12-16 19:06:58 -08:00
Andy
3144f061c3 Merge pull request #13408 from DefinitelyTyped/no_prefer_to
Remove 'prefer to'. We really do want PRs to target master.
2016-12-16 16:17:12 -08:00
Andy Hanson
43b673f4e3 Remove 'prefer to'. We really do want PRs to target master. 2016-12-16 16:15:46 -08:00
Andy
2ccf6f863c Merge pull request #13407 from DefinitelyTyped/react_css_modules_tests
Fix react-css-modules tests
2016-12-16 16:09:42 -08:00
Andy Hanson
b0fcbb7049 Fix react-css-modules tests 2016-12-16 16:07:13 -08:00
Mohsen Azimi
a935c52ba6 Make Marker and Icon extendable classes and options optional 2016-12-16 10:16:51 -08:00
Andy
28cd51969b Merge pull request #13396 from DefinitelyTyped/merge_16dec
Merge from types-2.0 to master (16 Dec)
2016-12-16 08:07:50 -08:00
Andy Hanson
34a96c72dc Merge remote-tracking branch 'origin/types-2.0' into merge_16dec 2016-12-16 07:59:42 -08:00
Andy
0d70dd598b Merge pull request #13308 from DefinitelyTyped/improve_parsimmon
Improve parsimmon types
2016-12-16 06:18:12 -08:00
Andy
b1f40710f6 Merge pull request #13369 from DefinitelyTyped/lint_headers
Fix linted headers
2016-12-16 06:17:04 -08:00
Andy
38a8e0b03c Merge pull request #13374 from jedigo/master
chai-xml: remove commented-out code
2016-12-15 14:19:28 -08:00
Andy
f97c1b516f Merge pull request #13131 from codeka/types-2.0
Three changes to index.d.ts
2016-12-15 13:56:57 -08:00
Andy Hanson
b16be42e6d Add fallback and simplify or 2016-12-15 13:39:51 -08:00