Commit Graph

40815 Commits

Author SHA1 Message Date
believer
ea50fe268c Remove duplicate test 2018-02-08 19:52:05 +01:00
believer
c169269a44 Fix formatting 2018-02-08 19:42:15 +01:00
believer
03957cb272 Update bytes to 3.0.0 2018-02-08 19:38:08 +01:00
Tom Wanzek
ff2359e74c feat(d3-selection): add minor version 1.3.0 features and strictFunctionTypes (#23323)
* chore(d3-selection): enable strictFunctionTypes

Enables `strictFunctionTypes` compiler options and updates affected tests.

* @feat(d3-selection) add selection.clone and d3.create

Add selection.clone(...) and d3.create(...) to the definitions and tests. Bump minor version number to 1.3

* chore(d3-selection) fix two tests

Specify the selectAll<...> generics in a test for HTMLCollectionOf. Fix the `this` context of a selector function.
2018-02-08 08:00:30 -08:00
Tom Wanzek
133d79faac fix(d3-fetch): update signatures and expand JSDoc comments (#23378)
* fix(d3-fetch):  update signatures and expand JSDoc comments

* fix(image): init object is not request init, but rather initializes image element properties
* fix(json): add generic parameter to allow return type casting
* fix(csv, dsv, tsv): overload signatures to be more specific about return type (with or without row parsing function).
* fix(csv, dsv, tsv): update row parsing function signature to be in line with parser signature in d3-dsv, which is called under the hood.
* chore(tslint): add tslint rules to allow signature overloading and single-use generic
* doc(*) Expand JSDoc comments
* chore(tests): update tests

* chore(d3-fetch): add validation reference patch release version
2018-02-08 07:59:55 -08:00
Flarna
97e17866e8 [node] Improve return type of fs.readdir() and fs.readdirsync() (#23440)
* [node] Improve return type of fs.readdir() and fs.readdirsync()

* additionally update v6
2018-02-08 07:33:55 -08:00
Ron Buckton
9a5b1dbfe0 Merge pull request #23371 from Silver-Connection/master
Add Tooltip positioners support for Chart.js
2018-02-07 18:54:41 -08:00
Ron Buckton
7905ccf8dd Merge pull request #23370 from TitaneBoy/@types/zeromq
@types/zeromq - Add proxy function type
2018-02-07 18:51:18 -08:00
Ron Buckton
aa36a6378f Merge pull request #23319 from thevtm/react-virtualized-update-column-props
Add missing properties to React Virtualized > ColumnProps
2018-02-07 17:11:52 -08:00
Ron Buckton
0921b3fa7f Merge pull request #23300 from albertovasquez/patch-2
[config] Adding type definition for toObject
2018-02-07 16:55:14 -08:00
Ron Buckton
a03ea4fa1d Merge pull request #23468 from ciferox/adone
[adone] refactoring, additions
2018-02-07 16:31:18 -08:00
Ron Buckton
933f521413 Merge pull request #23466 from aluanhaddad/patch-1
improve the type of the stringify function
2018-02-07 16:28:32 -08:00
Ron Buckton
3d1f3c8dcd Merge pull request #23462 from petejohanson/urijs-uritemplate-type
Add explicit URITemplate type to urijs types.
2018-02-07 16:02:39 -08:00
Ron Buckton
2a16a9b5dd Merge pull request #23459 from nicohartto/master
@types/tinymce table plugin types added
2018-02-07 15:52:54 -08:00
Ron Buckton
cdccfecaad Merge pull request #23444 from tlaziuk/passport-http
[passport-http] fix BasicStrategy
2018-02-07 15:51:35 -08:00
Ron Buckton
848bfc624c Merge pull request #23442 from pbu88/master
diff2html: Small fix and improvement to the types.
2018-02-07 15:36:50 -08:00
Ron Buckton
ff847221c7 Merge pull request #23428 from mattyclarkson/patch-3
object-hash: Add excludeKeys option
2018-02-07 15:35:16 -08:00
Ron Buckton
829640b173 Merge pull request #23427 from Alorel/patch-1
Add encoding option to node.readdir
2018-02-07 15:32:26 -08:00
Ron Buckton
f1687ea588 Merge pull request #23421 from rhysbrettbowen/quill-transform-position-priority
[Quill] Add priority for transformPosition definition
2018-02-07 15:19:20 -08:00
Ron Buckton
c636e07c6e Merge pull request #23419 from ffMathy/patch-1
Better strong-typing of unwrap for arrays.
2018-02-07 15:16:07 -08:00
Ron Buckton
2a605f41b1 Merge pull request #23417 from Hayena/patch-1
Fix(VIS) Updated property to the correct type
2018-02-07 15:12:03 -08:00
Ron Buckton
7df273da4e Merge pull request #23412 from thorn0/lodash-readonly-array
lodash: support `ReadonlyArray` for specifying property names
2018-02-07 15:01:39 -08:00
Ron Buckton
eaa9ff9367 Merge pull request #23411 from glmdgrielson/require-resolve
[node] require.resolve update v8.9.0
2018-02-07 14:55:12 -08:00
Ron Buckton
2c3081b73c Merge pull request #23405 from ericanderson/patch-1
lodash: Removing myself as an author
2018-02-07 14:40:10 -08:00
Ron Buckton
6a78b6665a Merge pull request #23404 from leak4mk0/bookshelf-collection-method
[bookshelf] Fix return value type of orderBy method.
2018-02-07 14:39:43 -08:00
Ron Buckton
e10d9c71ff Merge pull request #23403 from gentoo90/jquery.colorpicker
jquery.colorpicker: make disable field in options optional
2018-02-07 13:53:12 -08:00
s0m3on3
94a0f73c85 [adone] refactoring, additions
* [collections] decomposition, add MapCache, NSCache, RefcountedCache, Set
* [data] add protobuf, base32, basex, base58, base64url, varint, varintSigned
* [is] improve function and asyncFunction, add emitter and asyncEmitter
* add fake
2018-02-07 02:22:11 +02:00
Aluan Haddad
bd3ddd8680 document removes_comments parameter based on source README 2018-02-06 15:55:04 -05:00
Aluan Haddad
5f458aeadb add tests for updated signature 2018-02-06 15:48:35 -05:00
Aluan Haddad
c240fc8a43 match DefinitelyTyped JSDoc asterisk style 2018-02-06 15:48:18 -05:00
Aluan Haddad
14622de78f lint 2018-02-06 15:35:05 -05:00
Aluan Haddad
eb70258db2 improve the type of the stringify function
Update the stringify function based on the declarations in `lib.es5.d.ts` for JSON.parse.

Add the documentation taken from `lib.es5.t.ts`
2018-02-06 15:26:32 -05:00
Pete Johanson
4ac19f3b7b Switch to using ReadonlyArray for URITemplateValue. 2018-02-06 11:56:47 -05:00
Pete Johanson
8e3b4d3f3f Add myself to Definitions header of urijs. 2018-02-06 11:51:12 -05:00
Denis Malinochkin
a593fd2d60 refactor(node): Remove duplicate line for the «addListener» method (#23449) 2018-02-06 08:47:31 -08:00
Pete Johanson
1758d5cc16 Add explicit URITemplate type to urijs types.
* Strongly typed `expand` function on URITemplate that outlines
  possible values.
2018-02-06 11:46:52 -05:00
Andy
86ad142f21 Convert even more import * to import = (#23461) 2018-02-06 08:38:38 -08:00
Eloy Durán
71c9314e21 Merge pull request #23460 from alloy/relay-better-relay-provided-props-2
[Relay] Various improvements
2018-02-06 11:29:19 -05:00
Eloy Durán
4baa6ab4c6 [relay] Improve typing of componentRef and refactor slightly. 2018-02-06 17:25:16 +01:00
Eloy Durán
eee0c90fa6 [relay] Fix lint issues. 2018-02-06 17:12:30 +01:00
Eloy Durán
cda26c85c2 [relay] Expose componentRef prop of containers. 2018-02-06 15:59:17 +01:00
Eloy Durán
26b18f911e [relay] Make sure optional props remain optional. 2018-02-06 15:59:17 +01:00
Eloy Durán
4a5279010a [relay] ConcreteFragment should have been FragmentReference. 2018-02-06 15:59:16 +01:00
Eloy Durán
e1dd20d21c [relay] Update tests for emitted TS artifacts. 2018-02-06 15:59:16 +01:00
Eloy Durán
14f4b6d24e [relay] Use const enum for unique fragment types. 2018-02-06 15:59:16 +01:00
Eloy Durán
0351b87eca [relay] Add types used in compiler artifacts and improve tests. 2018-02-06 15:59:16 +01:00
Eloy Durán
2fcce313b6 [react-relay] Remove relay prop from containers. 2018-02-06 15:59:16 +01:00
Eloy Durán
c41956752f [relay] Cleanup of where types are defined and scope tests. 2018-02-06 15:59:16 +01:00
Eloy Durán
be38f831c2 [relay] Use React.ComponentType. 2018-02-06 15:59:16 +01:00
Eloy Durán
83839f3122 [react-relay] Split tests into modern, compat, and classic files. 2018-02-06 15:59:15 +01:00