Rifa'i M. Hanif
8454d61ba0
[@types/ol] Update to OpenLayers v6.2.1 ( #43221 )
2020-03-20 11:38:49 -04:00
Anton Kudinov
00d193f1a0
[swagger-ui-express] fix swagger options key ( #43214 )
2020-03-20 11:37:43 -04:00
Ali Taheri Moghaddar
1754e384f4
Fix localAddress type ( #43227 )
...
localAddress is not a boolean, it's a string as even stated in it's description.
2020-03-20 11:37:12 -04:00
Lars Klein
9758f5b2e6
adding missing addRegex method to type definitions and extending tests with samples from official API ( #43209 )
...
* adding missing addRegex method to type definitions
* formatting
* formatting
* removing trailing whitespace
2020-03-20 11:36:35 -04:00
Samuel Bodin
0a41e82e19
Update index.d.ts ( #43233 )
2020-03-20 11:35:17 -04:00
Japorized
2161f2afc8
fix: change param type for spiral function in d3-cloud ( #43226 )
...
* chore: format d3-cloud definitions and tests
* fix: change param type for spiral function in d3-cloud
Reference https://github.com/jasondavies/d3-cloud#spiral
* fix: annotate an unused function param in d3-cloud test
2020-03-20 11:35:03 -04:00
Rikkert Koppes
18a399b465
Make graph generic ( #43160 )
...
* Make graph generic
* change Node<T>[] to Array<Node<T>>
* fix missing semicolon
* fix missing whitespace
2020-03-20 11:31:53 -04:00
Daiki Ihara
a19b27a0a8
[@types/webpack] Add chunkGroups for ToJsonOptionsObject ( #43239 )
...
* [@types/webpack] add chunkGroups for ToJsonOptionsObject
* [@types/webpack] add test for chunkGroups
2020-03-20 11:25:02 -04:00
Stuart
07c6fa8c77
Add DeviceRequests ( #43238 )
2020-03-20 11:24:39 -04:00
Puneet Arora
852e60e874
[request-promise]: Adding generics to request promise API ( #43244 )
...
* request-promise-apu-generics: Adding generics to request promise API
* request-promise-apu-generics: adding a default generic of type any
Co-authored-by: Puneet Arora <parora@atlassian.com>
2020-03-20 11:22:42 -04:00
LeoCantThinkOfAName
70ed36a3e4
Reflect useThemeUI api from theme-ui docs ( #43135 )
...
* reflect useThemUI return types from official doc
* add simple test case for useThemeUI
* match theme-ui npm version
* match theme-ui npm version
* specify ts version
* remove optional chaining
* specify ts version
2020-03-20 11:21:48 -04:00
Oliver Jackman
e223e44833
Fix @reach/router .useMatch types. Path params are added to the return object. ( #43248 )
2020-03-20 11:20:37 -04:00
Richie Bendall
ff8cb219da
chore: Bump universalify version ( #43252 )
...
* chore: Bump universalify version
* chore: Fix version
2020-03-20 11:19:52 -04:00
Bryan Huang
05ddf70dfa
Add missing members and properties ( #43258 )
...
* Upgrade to Viewer v7.2
Release notes: https://forge.autodesk.com/blog/viewer-release-notes-v-72
* Upgrade to Viewer v7.4
Release notes: https://forge.autodesk.com/blog/viewer-release-notes-v-74
* Added getDefaultGeometry method
* Added missing methods to Navigation class:
- getWorldPoint
- screenToViewport
* Added missing method to Viewer3DImpl class:
- viewportToRay
* getDocumentNode returns any rather than object
* added interface to specify API endpoint
* move properties to top of the class
Co-authored-by: Jan Liska <jan.liska@autodesk.com>
2020-03-20 11:15:35 -04:00
Alex Kvak
fbac47ca01
fix: it should be possible to use latest 0.x knex version ( #43254 )
2020-03-20 11:13:25 -04:00
Mikael Lirbank
6e9f8d6434
Add 'value' property to Double class ( #43003 )
2020-03-19 15:16:09 -07:00
Nathan Shively-Sanders
51a2690be4
Fix paths redirect in uuid/v3 tsconfig ( #43210 )
...
* Fix paths redirect in uuid/v3 tsconfig
* remove offending tests instead
2020-03-18 16:47:58 -07:00
Piotr Błażejewicz (Peter Blazejewicz)
27123c0744
fix(node): correct offset parameter for writes/reads ( #43130 )
...
- makes `offset` parameter optional when it defaults to 0
https://nodejs.org/dist/latest-v13.x/docs/api/globals.html
/cc @fireflysemantics
Closes : #43112
2020-03-18 16:43:50 -04:00
Pavel Prokudin
d656d4dbef
Fix transform return value ( #43134 )
2020-03-18 16:43:20 -04:00
Marco Gonzalez
9cdb5d3265
feat(cfn-response) Added noEcho and Promise<void> return type ( #43128 )
...
Updated typings to the latest version of cfn-response.
2020-03-18 16:42:54 -04:00
Jesper M. Førisdahl
33673460bf
[passport-azure-ad] change 'true' to 'boolean' ( #43012 )
...
Interface has the type `true`, should it be `boolean`?
2020-03-18 16:42:13 -04:00
Jens Peters
f8fafa79cb
cypress-cucumber-preprocessor: Fix defineParameterType definition ( #43132 )
...
* cypress-cucumber-preprocessor: Add Transform type definition and use it for defineParameterType definition
2020-03-18 16:41:37 -04:00
Lars Hupel
6243c9ad45
estree: Object expressions may contain spread elements ( #43136 )
...
* Object expressions may contain spread elements
* Object patterns may contain rest elements
2020-03-18 16:37:47 -04:00
Martin
0d1e002eed
[chart.js] Add ticks to afterBuildTicks function ( #43141 )
2020-03-18 16:25:30 -04:00
Markus Erlandsson
efc6453acf
[@types/xrm] add Xrm.Navigation.navigateTo method ( #43026 )
...
* add Xrm.Navigation.navigateTo method
* fix linting errors and slight better comments
* Comment errors
2020-03-18 16:24:10 -04:00
Jack Bates
640c0fc048
[redux-immutable] Enable noImplicitThis ( #42943 )
2020-03-18 16:23:50 -04:00
Ángel Manuel Martín
c888b9e91a
js-nacl: new method random_bytes ( #43142 )
...
* feat(js-nacl): new method random_bytes
* docs(js-nacl): up version number in header
2020-03-18 16:23:27 -04:00
Super Zheng
76bb329370
feat(hashring): add custom hash function type to algorithm ( #43161 )
2020-03-18 16:23:00 -04:00
WhizSid
4a852d7a7d
[react-onsenui] Tabbar render parameters ( #43043 )
...
* [react-onsenui] Tabbar render method parameters
* Removed automatically added spaces from formatter
* Fixed linter errors
* Fixed the active status issue
2020-03-18 16:22:28 -04:00
Hugo Muller
6207e4654e
fix types for lucene ( #43164 )
...
change Node.termLocation definition
Co-authored-by: Hugo Muller <hmu@reportlinker.com>
2020-03-18 16:20:16 -04:00
Niklas Mollenhauer
4bf2352729
Add types for once/off/removeListener ( #43170 )
2020-03-18 16:19:17 -04:00
Evan Cloutier
ab406a414e
[v3.1.0] Update react-native-share type definitions ( #43171 )
...
* Update type definition for v3.1.0
* Trigger new build
* Remove patch version; linting
2020-03-18 16:18:05 -04:00
ankhler
4797a7ad97
Add function getAutoLockDelay to chrome.idle ( #43175 )
...
* Add function getAutoLockDelay to chrome.idle
* Update description
2020-03-18 16:17:35 -04:00
Samuel Weckström
5df6625b02
@types/recharts: Add className type to <Cell /> ( #43178 )
2020-03-18 16:17:15 -04:00
Elias García
c607aaedbd
[yup]: Fix typo in the doc of the abortEarly prop of the ValidateOptions interface ( #43193 )
...
* [yup]: Fix typo in the abortEarly prop of the ValidateOptions interface
* [yup]: Add @elias-garcia username to the index.d.ts file
2020-03-18 16:16:39 -04:00
Alex Lisenkov
c82148ec1c
Type options parameter ( #43197 )
2020-03-18 16:16:20 -04:00
CRollin
39544038a8
fix: unrequired props should be optional ( #43195 )
...
Some properties of PaginationProps were not optional even thought the package documentation said they were not required.
2020-03-18 16:15:09 -04:00
Michaël De Boey
0664856f4e
Remove cloudevents-sdk ( #43040 )
2020-03-18 09:50:35 -07:00
ethan
9c4dde3661
add type definition for rascal ( #43133 )
...
* add type definition for rascal
* add reference node
* Increase TypeScript version to match amqplib
Co-authored-by: ethan <meshethan@gmail.com>
2020-03-18 09:29:12 -07:00
Luiz Victor Linhares Rocha
8770afcbcd
[relay-runtime]: allow readonly array elements to be inferred in RecordProxy ( #43187 )
...
* fix(unarray): infer elements of ReadonlyArray
* fix(dtslint): remove unsupported tags
2020-03-18 11:31:06 +01:00
Poyan Nabati
eb3ba1e77e
[react-native] Add AnimatedInterpolation to toValue type ( #36760 )
...
* Add `AnimatedInterpolation` to `toValue` type
`AnimatedInterpolation` is a possible type of `toValue`, see https://facebook.github.io/react-native/docs/animations#tracking-dynamic-values
* Add test for toValue being AnimatedInterpolation
2020-03-18 11:27:50 +01:00
Clar Charron
83c455857d
Fix uuid 7.0 ( #43018 )
2020-03-17 14:45:12 -04:00
Elizabeth Samuel
cafa16bf7c
[office-js] [office-js-preview] (Outlook) Update DisplayReply* params ( #43184 )
...
* [office-js] [office-js-preview] (Outlook) Update DisplayReply* params
* Tweak
2020-03-17 11:18:27 -07:00
Christoph Tavan
880d00c856
Add deprecated deep imports ( #43090 )
...
Fixes #42634
Added again for consistency with uuid@7.x
2020-03-17 09:01:46 -07:00
Andrew
f0442ecfad
[codemirror] Add function types for merge addon ( #43019 )
...
* [codemirror] Add merge CommandActions types
* [codemirror] Add test
* [codemirror] Update ts.config
* [codemirror] update tests
2020-03-17 11:12:23 -04:00
Makoto Tateno
01db0468b4
[styled-system__css] ]allow null ( #43159 )
2020-03-17 11:06:29 -04:00
Adam Zerella
b9d846b9a1
[gaze] Add typing for gaze ( #43151 )
...
Co-authored-by: Adam Zerella <adamzerella@users.noreply.github.com>
2020-03-17 11:03:36 -04:00
Jeffrey Meng
2f2b97cd5d
Mailcheck: Add support for Synchronous mode ( #43144 )
...
* Add support for Synchronous mode
* Update header
* Remove patch from header
2020-03-17 10:49:01 -04:00
Elizabeth Samuel
80fef04542
[office-js-preview] (Outlook) Fix signature API param ( #43166 )
2020-03-16 11:57:16 -07:00
Elizabeth Samuel
84e9ce5492
[office-js-preview] (Outlook) Move signature APIs from Mailbox to item compose subclasses ( #43127 )
2020-03-16 09:40:36 -07:00