Commit Graph
21515 Commits
Author SHA1 Message Date
IOAyman 6f536ea9c1 Updated Validator API to v5.7.0 2016-09-14 14:52:37 +01:00
EthanandMasahiro Wakame 52a5fb2303 Add confit typings (#11168) 2016-09-14 20:47:03 +09:00
Ryan CavanaughandGitHub 12aa2e54a2 Merge pull request #11205 from tomwanzek/d3-array-type-inference-fix
[types-2.0] d3-array (Test Adjustment)
2016-09-13 13:53:47 -07:00
Tom Wanzek 81a1f6650b d3-array:
* Add explicit typing to an `extent` test with mixed array including NumCoercible. It appears type inference has changed with the lates TypeScript@next (2.1.0-dev.20160912 or 2.1.0-dev.20160913). This could be a regression in TS, but for now to not break DT/types-2.0 in the interim an explicit cast is applied.
2016-09-13 09:58:44 -04:00
Ryan CavanaughandGitHub c9cbddf3de Merge pull request #10741 from tomwanzek/d3-v4-version-chore-local
d3-selection enhancements and D3 module version numbers.
2016-09-12 11:58:42 -07:00
Ryan CavanaughandGitHub f70c5533c1 Merge pull request #10947 from tomwanzek/d3-dsv-request
d3-dsv and d3-request
2016-09-12 11:58:34 -07:00
HansandAlex Eagle 44ea7f2c54 Template strings are not string[] anymore. (#11154) 2016-09-10 07:09:45 -07:00
Zhengbo LiandGitHub 794f1eafcd Merge pull request #11089 from artdude543/patch-1
Request Promise: Fixed capitalization on the Promise import.
2016-09-09 13:33:32 -07:00
Zhengbo LiandGitHub d2b0bba1ba Merge pull request #11046 from ethanresnick/patch-1
Fix broken Q import
2016-09-09 10:55:52 -07:00
Zhengbo LiandGitHub 026d440012 Merge pull request #11130 from calebmer/patch-1
add test alias to Jest
2016-09-09 10:47:45 -07:00
Zhengbo LiandGitHub 3fcddb60a6 Merge pull request #11137 from osechet/types-2.0
Fix Openlayers StyleFunction returned type
2016-09-09 10:41:42 -07:00
osechet 0d34cb5cc6 Fix StyleFunction returned type 2016-09-09 09:01:49 +02:00
Caleb MeredithandGitHub c0d81d137d add test alias to Jest 2016-09-08 20:56:56 -04:00
Kieron RichardsonandGitHub e8e91d219a Request Promise: Fixed capitalization on the Promise import.
Using the latest build of TypeScript is causing TS errors as the Promise being returned is not referencing the Bluebird one which it should be doing so. Due the capitalization being wrong this fixes that and enables the correct Promise being returned to allow the usage of Bluebird method / changes w/o TS errors.
2016-09-07 15:05:09 +01:00
Horiuchi_HandGitHub af438b5f73 Merge pull request #11054 from DefinitelyTyped/rename_pouchdb
Rename `pouchdb__tmp` to `pouchdb`
2016-09-07 16:10:44 +09:00
Stevi DeterandZhengbo Li 6236646f80 Make first argument to RTCPeerConnection.getStats nullable (#11058)
* For ReactDOM.render, make element parameter nullable to match React API and match Typescript 2.0 definition for Document.getElementById

* one more test

* make getStats param nullable per standard
2016-09-06 18:05:42 -07:00
AndyandMasahiro Wakame 35ddab3f4a Delete tether-drop.d.ts, which has been replaced by tether-drop/index.d.ts (#10995) 2016-09-07 00:25:44 +09:00
AndyandMasahiro Wakame 18955f1301 Delete fetch-mock.d.ts, which has been replaced by fetch-mock/index.d.ts (#10973)
Also copy a fix from fetch-mock.d.ts to index.d.ts
2016-09-06 23:51:05 +09:00
AndyandMasahiro Wakame 52b4608567 Delete estraverse.d.ts, which has been replaced by estraverse/index.d.ts (#10972) 2016-09-06 23:48:59 +09:00
AndyandMasahiro Wakame 1467a5eea8 Delete escodegen.d.ts, which has been replaced by escodegen/index.d.ts (#10971) 2016-09-06 23:48:23 +09:00
Josh AbernathyandMasahiro Wakame a13fa7abf5 Make React's SyntheticEvent.currentTarget generic over T again (#10784)
* Make SyntheticEvent.target generic over T again

This change was added in https://github.com/DefinitelyTyped/DefinitelyTyped/commit/084926e23accedcbf700bf480e38abdeabcd971e but then reverted in https://github.com/DefinitelyTyped/DefinitelyTyped/commit/5607f54defce88bc52a0440288f434cafffdb5ce. The revert _looks_ like an accident to me, as it's a merge coming in from master vs. a purposeful change. Maybe it got accidentally stepped on in resolving a conflict?

If `target` should no longer be the intersection of `EventTarget` and `T`, then there's not much point to `SyntheticEvent` being generic over `T`.

* Make `currentTarget` generic over instead instead of `target`
2016-09-06 23:01:03 +09:00
Andy Hanson 9ef72f1d47 Rename pouchdb__tmp to pouchdb 2016-09-06 06:54:02 -07:00
Ethan 0ddcac8352 Fix broken Q import 2016-09-05 23:17:09 -04:00
Tom Wanzek af4a0bddab d3 legacy
* Added version number 3.5.17 to legacy definitions, so they are identifiable as v3 related for now.
2016-09-01 21:49:49 -04:00
Tom Wanzek 260dbee9e2 d3-dsv and d3-request
* d3-dsv: Added new definitions and tests correspondinf to d3-dsv module (v 1.0.1) of D3 version 4. Moved legacy definitions and tests into new sub folder v0. These are no longer relevant, as they do not reflect d3-dsv package at all. There should be no dependencies on them.
* d3-request: Added definitions for module and related shape tests.
2016-08-31 22:13:13 -04:00
Ryan CavanaughandGitHub f80ef83201 Merge pull request #10923 from RyanCavanaugh/types-2.0
Fix failing CI in types-2.0 branch
2016-08-30 20:18:05 -07:00
Ryan Cavanaugh 0222c66829 Match existing definition of children 2016-08-30 19:08:16 -07:00
Ryan Cavanaugh 5967d6685e Fix knockout-tests (was using window.name) 2016-08-30 19:02:37 -07:00
Ryan Cavanaugh a8fe7b9a51 Fix leap-motion definition 2016-08-30 19:01:44 -07:00
Ryan Cavanaugh 28a546b562 Fix for backcompat with UMD History NS 2016-08-30 19:01:04 -07:00
Ryan Cavanaugh 953c8ce416 Fix tinycolor tests 2016-08-30 18:54:16 -07:00
AndyandGitHub 895fcaff54 Merge pull request #10655 from DefinitelyTyped/duplicate_react_router
Remove old react-router.d.ts that was shadowing newer index.d.ts
2016-08-24 13:09:01 -07:00
Andy Hanson a2d726de56 Apply some changes that had been applied to react-router.d.ts instead of index
(This is everything from https://github.com/DefinitelyTyped/DefinitelyTyped/commits/types-2.0/react-router/react-router.d.ts that came after index's creation on May 9)
2016-08-24 11:44:24 -07:00
Hagai CohenandMasahiro Wakame ae78ca55bc Small change to phone typings (#10748)
phone typings where exported as default,
it seems like it is not fully compitable.
changed to export =.
2016-08-25 01:15:48 +09:00
Tom Wanzek f156343557 d3-selection
* Complete JSDoc comment for `Local.remove(...)`. Thanks @gustavderdrache
2016-08-24 09:45:33 -04:00
Ron BucktonandGitHub d2b5537cb7 Merge pull request #10772 from DefinitelyTyped/ecmarkup
added typings for ecmarkup
2016-08-23 11:01:49 -07:00
Tom Wanzek f3cc8644d9 d3-transition
* Relaxed type constraint on existing transition which can be used to create a new transition on a selection. This allows a more general pattern for inheriting /synchronizing e.g. transition timing across multiple different  selections. Updated corresponding  tests.
2016-08-23 11:07:04 -04:00
Andy Hanson 69e4f6f196 Merge branch 'types-2.0' into duplicate_react_router 2016-08-23 07:42:00 -07:00
Ron Buckton d8c44df427 added typings for ecmarkup 2016-08-22 16:14:49 -07:00
Paul van BrenkandGitHub 9e8d4d5955 Merge pull request #10735 from DefinitelyTyped/missingtsconfig
Fix typing for cybozulabs-md5
2016-08-22 11:22:23 -07:00
Paul van Brenk 8d789ebc6d remove temp file 2016-08-22 10:15:27 -07:00
Paul van Brenk cbc054cfe8 Final rename 2016-08-22 10:15:00 -07:00
Paul van Brenk 270363b12e Merge branch 'types-2.0' into missingtsconfig
# Conflicts:
#	CybozuLabs-md5/CybozuLabs-md5.d.ts
#	cybozulabs-md5/CybozuLabs-md5.d.ts
#	cybozulabs-md5/index.d.ts
2016-08-22 10:14:31 -07:00
Paul van Brenk b49d273bd3 add missing header 2016-08-22 10:11:46 -07:00
Paul van BrenkandGitHub ad42b4d4d1 Merge pull request #10730 from DefinitelyTyped/mixedCase
Mixed case
2016-08-22 10:08:21 -07:00
Tom Wanzek 3575365f13 d3-voronoi and d3-shape:
* d3-voronoi: Changed VoronoiPoint and VoronoiPointPair from type alias to interface with mandatory first and second elements
* d3-shape: Added mandatory first and second element to SeriesPoint interface.

Thanks to @gustavderdrache for the suggestion.
2016-08-20 14:53:42 -04:00
Tom Wanzek 86baab4f54 d3-selection and version numbers.
* d3-selection: Templated `Local` to allow generic parameter for datum type. Added additonal signatures to `Selection.property(...)` to accept `Local` as first argument. (Thanks to @gustavderdrache for catching these enhancements)
* Updated version numbers header comments to be current.
2016-08-20 13:06:14 -04:00
Paul van Brenk 8aef70fb4d fix cliff 2016-08-19 17:39:57 -07:00
Paul van Brenk 8dce5bde7d fix cachefactory 2016-08-19 17:29:39 -07:00
Paul van Brenk 73e22e9b8e fix cache-manager 2016-08-19 17:27:11 -07:00