Commit Graph

43333 Commits

Author SHA1 Message Date
Nathan Shively-Sanders
75104fa297 Merge pull request #24580 from zspitz/activex-wia
Replace forEach with for...of in tests
2018-03-28 07:53:42 -07:00
Nathan Shively-Sanders
434dfb036d Merge pull request #24572 from KrauseStefan/Add-when-needed-scrollbars-options
Updated UI-GRID with: uiGridConstants.scrollbars.WHEN_NEEDED
2018-03-28 07:30:50 -07:00
Nathan Shively-Sanders
32c673e9d3 Merge pull request #24581 from firede/express-graphql
[express-graphql] Fixed the definition of some optional fields.
2018-03-28 07:30:07 -07:00
Nathan Shively-Sanders
96bb76e39b Merge pull request #24579 from plutino/master
[@types/simple-oauth2] Set proper type for AccessToken.token.
2018-03-28 07:28:34 -07:00
Firede
ac6eb13e40 Defining schema the right way.
Otherwise, it will cause the new version `@types/graphql` test to fail.
Related: #24566
2018-03-28 15:25:04 +08:00
Zev Spitz
f7255883d0 Undo ReadonlyArray 2018-03-28 09:05:30 +02:00
Zev Spitz
3e6f8de9dc Use ReadonlyArray 2018-03-28 09:04:28 +02:00
Firede
73c777a74a Fixed the definition of some optional fields.
`express-graphql` version: 0.6.12
2018-03-28 14:49:05 +08:00
Zev Spitz
08716e9683 Replace forEach with for...of in tests 2018-03-28 08:47:59 +02:00
Firede
8988aee224 Reformat all files using prettier.
prettier --parser typescript --tab-width 4 --semi --trailing-comma es5 \
         --write --print-width 120 \
         types/express-graphql/*.ts
related: #24552
2018-03-28 14:39:26 +08:00
Ke Zhang
454e0ecd28 Update package version of @type/simple-oauth2 2018-03-27 21:29:18 -07:00
Ke Zhang
6ed5c80000 Add proper type for AccessToken.token. 2018-03-27 21:06:48 -07:00
Nathan Shively-Sanders
b27c13d93a Merge pull request #24571 from nickp10/master
Add missing jwt function on the express response object for the jwt-express package
2018-03-27 15:29:14 -07:00
krauseStefan
6eb449c46d Added uiGridConstants.scrollbars.WHEN_NEEDED
The option is documented here:
http://ui-grid.info/docs/#!/api/ui.grid.service:uiGridConstants#properties_scrollbars
2018-03-28 00:07:33 +02:00
nickp10
853933598a Add missing jwt function on the express response object 2018-03-27 15:33:40 -06:00
Nathan Shively-Sanders
66359f8051 Merge pull request #24569 from DeTeam/circuit-breaker-js
Added typings for curcuit-breaker-js
2018-03-27 14:31:55 -07:00
Nathan Shively-Sanders
4946c9aa8c Merge pull request #24563 from nickp10/master
Add types for the jwt-express package
2018-03-27 14:03:12 -07:00
Nathan Shively-Sanders
bc79217e1a Merge pull request #24223 from BehindTheMath/sqlite3-add-verbose-return
[sqlite3] Add return type for .verbose()
2018-03-27 13:49:45 -07:00
nickp10
a34abe5ba3 Fix interface exports and add more tests 2018-03-27 14:46:19 -06:00
Nathan Shively-Sanders
df1151850d Merge pull request #24560 from tomwanzek/d3-fetch-1-1-0
feat(d3-fetch):  update to minor version 1.1
2018-03-27 13:44:22 -07:00
Andy
9ca4a519d1 yeoman-generator: Update required TypeScript version (#24567) 2018-03-27 13:43:37 -07:00
Timur Amirov
7c9424cf24 curcuit-breaker-js: introduce @types/curcuit-breaker-js 2018-03-27 22:28:24 +02:00
Nathan Shively-Sanders
043c74d8ea Merge pull request #24564 from scottleedavis/master
Types for EventSource
2018-03-27 13:23:02 -07:00
Scott Davis
a5e131585f Made changes as requested by sandersn 2018-03-27 12:40:49 -07:00
Nathan Shively-Sanders
93fd7cb02d Merge pull request #24565 from Zlatkovsky/patch-1
Add placeholder comment markers for ease of tooling
2018-03-27 12:38:32 -07:00
Nathan Shively-Sanders
ad6ad59116 Merge pull request #24394 from jrockwood/master
fix(inquirer): adding missing functionality and tests
2018-03-27 12:37:14 -07:00
Justin Rockwood
404547935f Merge branch 'master' into master 2018-03-27 12:33:16 -07:00
Mohsen Azimi
d5cbb8d3cb Add MultiHook and _pluginCompat to Tapable (#24527)
* Fix Tapable types

* ..

* Clean up

* Undo instance member change

* Add constructor to Hookmap
2018-03-27 11:32:31 -07:00
Nathan Shively-Sanders
966fe06044 Merge pull request #24550 from SergioMorchon/master
[JSS] Update JSS.use to work with varargs
2018-03-27 11:01:34 -07:00
Scott Davis
30bb434d2f configured tslint up to spec. 2018-03-27 11:00:49 -07:00
Michael Zlatkovsky
f8543da289 Add placeholder comment markers for ease of tooling 2018-03-27 10:58:20 -07:00
Scott Davis
ac7ab1c5c3 Types for eventsource 2018-03-27 10:49:50 -07:00
nickp10
06163d8889 Fix the TypeScript version to match express 2018-03-27 11:34:37 -06:00
nickp10
20b6406514 Add types for the jwt-express package 2018-03-27 11:23:23 -06:00
Nathan Shively-Sanders
38bda769b6 Merge pull request #24413 from TristonJ/master
[stellar-sdk] changeTrust limit should be optional
2018-03-27 10:01:36 -07:00
Nathan Shively-Sanders
1be2231752 Merge pull request #22987 from baobabx/master
Adding definition for Database#configure
2018-03-27 09:48:58 -07:00
Nathan Shively-Sanders
e87980904e Merge pull request #24556 from alexdunne/master
[react-native] Added missing ReactART types
2018-03-27 09:47:24 -07:00
Nathan Shively-Sanders
332ca15610 Merge pull request #24238 from virus2016/master
Return date
2018-03-27 09:45:50 -07:00
Nathan Shively-Sanders
395ada3c84 Merge pull request #23441 from TiuSh/react-form-typings
[react-form] Updated typings with react-form 2.16.1
2018-03-27 09:44:02 -07:00
Nathan Shively-Sanders
81db4fe9cc Merge pull request #24314 from nevace/addCursor
[@types/twit] add cursor to Params
2018-03-27 09:40:00 -07:00
Nathan Shively-Sanders
ba7cca96b0 Merge pull request #24321 from craigkovatch/master
Add missing `aria-controls` attribute to @types/react WAI-ARIA attributes
2018-03-27 09:38:43 -07:00
Nathan Shively-Sanders
fb38029fc5 Merge pull request #24323 from ethanresnick/ramda-props
ramda: support providing partially-applied prop(s) return type upfront
2018-03-27 09:36:29 -07:00
Nathan Shively-Sanders
11146bada1 Merge pull request #24322 from naughton/master
azure-sb: fix signatures for listQueues and listTopics
2018-03-27 09:18:23 -07:00
Nathan Shively-Sanders
2f64f8643a Merge pull request #24292 from stephentuso/dynogels
[dynogels] Fix return type for Item#get
2018-03-27 09:16:22 -07:00
Nathan Shively-Sanders
5fd156d483 Merge pull request #24329 from equinox2k/master
declare so you can now do the required 'new VRFrameData()'
2018-03-27 09:14:31 -07:00
Nathan Shively-Sanders
3ee80512f2 Merge pull request #24308 from Oblosys/add-suppress-hydration-warning-attr
[react] Add suppressHydrationWarning to React.HTMLAttributes interface
2018-03-27 09:06:05 -07:00
Nathan Shively-Sanders
f36e075979 Merge pull request #24461 from vsund/fix/change-return-type-of-valueOf
@types/bigi: Change return type of valueOf to bigi (from number)
2018-03-27 09:04:52 -07:00
Nathan Shively-Sanders
1fa6bee2bf Merge pull request #24546 from VitorLuizC/feature/add-is-color-definition
Add definition for is-color
2018-03-27 08:57:14 -07:00
Nathan Shively-Sanders
9aee76efcd Merge pull request #24555 from fathyb/add/parcel-env
Add Parcel environment typings
2018-03-27 08:54:47 -07:00
Nathan Shively-Sanders
a2a44f6b0d Merge pull request #24459 from lifeiscontent/patch-1
Reformat definition with prettier and make missingKeyHandler options optional
2018-03-27 08:39:41 -07:00