Láďa Durchánek and Nathan Shively-Sanders
6dd9f959b5
Stripe: Update type for IProductCreationOptions ( #40245 )
...
* Update type for IProductCreationOptions
* Use minor version instead of patch
2019-11-08 15:03:07 -08:00
Mark Weaver and Nathan Shively-Sanders
14e64aea04
fix formatPattern definition and add test ( #40250 )
2019-11-08 14:54:22 -08:00
Dariusz Syncerek and Nathan Shively-Sanders
95b6e0e4f9
[Fix] Make timeOffset argument in generateAuthCode optional ( #40246 )
2019-11-08 14:53:58 -08:00
Marian Zange and Nathan Shively-Sanders
2c10703d1a
Add principalOrgId to APIGatewayEventRequestContext ( #40241 )
2019-11-08 14:53:32 -08:00
Jordan Stout and Nathan Shively-Sanders
29b43a06a2
[mongodb] nested array/object support for PullOperator ( #40056 )
2019-11-08 14:49:20 -08:00
Francisco Giordano and Nathan Shively-Sanders
a5d3d40734
node: Add forked child process pipe methods ( #40198 )
...
* node: Add unref() to forked child process pipe
* node: add missing Pipe methods
* node: (v10) add forked channel methods
* node: (v8) add forked channel methods
* node: remove null from ChildProcess.channel
* Revert "node: remove null from ChildProcess.channel"
This reverts commit bfd7e444466190acdf83462e563d9db93916c692.
* node: (v8, v10) allow channel to be null
* node: remove unnecessary non-null assertion
2019-11-08 14:45:12 -08:00
Ole André Vadla Ravnås and Nathan Shively-Sanders
5c590ae993
Improve the frida-gum Objective-C bindings ( #40228 )
...
The areas dealing with user-defined classes/proxies/blocks hadn't been
exposed to much real-world testing, so they were pretty broken.
This is semver-wise considered breaking changes, but due to how broken
this was, any existing users must be relying on “cast to any”-style hacks
and won't be affected negatively by these changes.
2019-11-08 14:44:13 -08:00
tu4mo and Nathan Shively-Sanders
ccc4697530
react-datepicker: Add test for renderDayContents second argument ( #40232 )
2019-11-08 14:43:47 -08:00
Saeed Tabrizi and Nathan Shively-Sanders
f75eee686a
Update index.d.ts ( #40244 )
...
- add ifnotexist to indexConfig
2019-11-08 14:43:09 -08:00
TypeScript Bot and Wesley Wigham
5cca78309c
Update CODEOWNERS ( #40252 )
2019-11-08 10:27:42 -08:00
BehindTheMath and Nathan Shively-Sanders
119611b51c
[lodash] Add stubFalse ( #40230 )
...
* [lodash] Add stubFalse
* Remove old tests
2019-11-08 08:29:31 -08:00
Nathan Shively-Sanders and GitHub
6bdeb10970
react-native-dialog: Make container's modal props optional ( #40227 )
...
The tests use them in a way that indicates they are not required, so I
added Partial around reactNativeModal.ModalProps.
This probably resulted from a recent update to react-native-modal.
2019-11-08 08:27:23 -08:00
Láďa Durchánek and Nathan Shively-Sanders
3fd9f73e83
Stripe: Update type for Product ( #40215 )
...
* Update type for Product
As per https://stripe.com/docs/api/service_products/create#create_service_product-type
* Version bump
2019-11-07 15:26:46 -08:00
Nathan Shively-Sanders and GitHub
a4560c4eb2
Update readme for 2.0-2.7 deprecation ( #40222 )
...
* Update readme for 2.0-2.7 deprecation
* Add example of dist-tags with react
* shorten dist-tag table
2019-11-07 13:48:58 -08:00
Alexander T and Nathan Shively-Sanders
c967251c42
cassandra-driver: Provides its own types ( #39641 )
...
* cassandra-driver: Provides its own types
* Fix cassanknex types to follow cassandra-driver types
2019-11-07 13:06:47 -08:00
Kerry Gougeon and Nathan Shively-Sanders
1df8492715
[@types/react-datepicker] fix a definition for renderDayContents ( #40217 )
2019-11-07 13:06:17 -08:00
Nathaniel Myhre and Nathan Shively-Sanders
dae697b006
[winrt-uwp] Add RemoteSystems API ( #39978 )
...
* Add Windows remoting APIs
* Add missing docs and replace template
* Mistyped event handler.
2019-11-07 13:05:36 -08:00
Hunter Perrin and Nathan Shively-Sanders
dfe979112b
Update types of @types/qs for v6.9.0 ( #39404 )
...
* Update types for qs@6.9.0
* Fix tests and types for qs.
* Add myself back in as an author.
2019-11-07 13:04:34 -08:00
Chayim Refael Friedman and Nathan Shively-Sanders
c03cde14b5
Add support for chai-like ( #40219 )
...
* Add files
* Add declarations
* Add tests
* Fix plugin
* Change TypeScript version to match chai
* Add missing semicolon
2019-11-07 13:02:28 -08:00
Joseph and Nathan Shively-Sanders
c74f860f8b
[mongoose] Modified methods "lean" ( #40212 )
...
The type of the returned parameter is determined from Any to T
2019-11-07 11:37:59 -08:00
Alexander T and Nathan Shively-Sanders
f3a2beb1fd
highcharts: Provides its own types ( #39599 )
...
* highcharts: Provides its own types
* use @types/highcharts instead of highcharts
2019-11-07 11:37:21 -08:00
Alexander T and Nathan Shively-Sanders
792e8dd0fe
ink: Provides its own types ( #39595 )
...
* ink: Provides its own types
* use @types/ink instead of ink
2019-11-07 11:36:46 -08:00
Eitan Levi and Nathan Shively-Sanders
b581c9f5d2
Fix the raw function in node-config. ( #40086 )
...
I submitted a patch previously that added the `raw` function but I
neglected to export the `RawConfig` class, which is what's actually
returned from that `raw` function. My apologies for not getting this
right the first time. Here is the implementation file that shows the
`RawConfig` class and its `resolve()` method: https://github.com/lorenwest/node-config/blob/master/raw.js
2019-11-07 11:24:42 -08:00
Spencer Elliott and Nathan Shively-Sanders
c73034d2af
Add react-toast-notifications ( #40194 )
2019-11-07 11:20:54 -08:00
Alexander T and Nathan Shively-Sanders
7222741787
sass-webpack-plugin: Provides its own types ( #39540 )
2019-11-07 11:19:37 -08:00
Alexander T and Nathan Shively-Sanders
d5090ff66e
gulp-pug: Provides its own types ( #39602 )
2019-11-07 11:19:16 -08:00
Alexander T and Nathan Shively-Sanders
5e00b1f008
ethereumjs-util: Provides its own types ( #39620 )
2019-11-07 11:18:18 -08:00
Alexander T and Nathan Shively-Sanders
854af1adc3
composer-concerto: Provides its own types ( #39636 )
2019-11-07 11:18:02 -08:00
Alexander T and Nathan Shively-Sanders
9b4602025b
neffos.js: Provides its own types ( #39476 )
2019-11-07 11:17:38 -08:00
Alexander T and Nathan Shively-Sanders
c5771441ea
nats-hemera: Provides its own types ( #39477 )
...
* nats-hemera: Provides its own types
* fix library name
* fix typo
2019-11-07 11:16:11 -08:00
Alexander T and Nathan Shively-Sanders
0855261c30
node-json-db: Provides its own types ( #39482 )
2019-11-07 11:15:24 -08:00
Alexander T and Nathan Shively-Sanders
974e3815b6
rdflib: Provides its own types ( #39502 )
2019-11-07 11:14:07 -08:00
Alexander T and Nathan Shively-Sanders
2efa042b21
web3-eth-abi: Provides its own types ( #39569 )
2019-11-07 11:05:33 -08:00
Alexander T and Nathan Shively-Sanders
d73ef93f00
react-daum-postcode: Provides its own types ( #39507 )
...
* react-daum-postcode: Provides its own types
* Fix notNeededPackages.json after merge
2019-11-07 11:03:17 -08:00
Alexander T and Nathan Shively-Sanders
51de8fe815
react-hot-loader: Provides its own types ( #39510 )
2019-11-07 11:02:59 -08:00
Alexander T and Nathan Shively-Sanders
0ffd283647
sqs-consumer: Provides its own types ( #39550 )
2019-11-07 11:01:06 -08:00
Benoit Sepe and Nathan Shively-Sanders
3277f8157d
[react-jsonschema-form] Add onBlur to FormProps ( #40187 )
...
* feat: add onBlur to FormProps of react-jsonschema-form
* fix: variables arguments for onBlur
* fix: fixed type of onBlur on FormProps
2019-11-07 11:00:31 -08:00
Pine and GitHub
799f0dfe85
VS Code 1.40.0 Extension API ( #40220 )
2019-11-07 10:54:34 -08:00
JasonKleban and Nathan Shively-Sanders
31847315bf
Fixes #39349 ( #40142 )
2019-11-07 10:28:45 -08:00
Dolan Murvihill and Nathan Shively-Sanders
bb1dd9f522
Add type definitions for float-equal version 2.0 ( #40195 )
2019-11-07 10:27:19 -08:00
Junxiao Shi and Nathan Shively-Sanders
7221daab35
fast-chunk-string: initial definition ( #40207 )
2019-11-07 10:25:58 -08:00
Jordan and Nathan Shively-Sanders
acdd3d40c6
[chart.js] Add weight property to ChartDataSets interface for Doughnut/Pie charts. ( #40200 )
...
* [chart.js] Add weight property to the ChartDataSets interface for Doughnut/Pie charts.
* [chart.js] Run prettier on index.d.ts file.
* [chart.js] Remove all prettier formmating changes.
2019-11-07 10:23:54 -08:00
Alexander T and Nathan Shively-Sanders
3c7ae90209
json-rules-engine: Provides its own types ( #39584 )
2019-11-07 10:22:33 -08:00
Alexander T and Nathan Shively-Sanders
106f346dc6
cropperjs: Provides its own types ( #39633 )
...
* cropperjs: Provides its own types
* Fix types in react-cropper
2019-11-07 10:08:23 -08:00
Dmitry Savchenko and Nathan Shively-Sanders
c3032cf2a0
[@types/google-maps-react] Make Marker and InfoWindow components extandable. ( #40132 )
...
* Make Marker and InfoWindow components extandable.
Add missing event handlers for marker props.
Add missing methods and variables for Marker and InfoWindow classes.
* Add missing spaces
* Make google variable in MapProps not optional
* Update index.d.ts
Make google, map and marker attributes required for InfoWindow
2019-11-07 09:52:28 -08:00
Chris Wilkinson and Nathan Shively-Sanders
9c6cab2f9d
Add Next type to Koa ( #40213 )
2019-11-07 09:51:41 -08:00
Chris Shaw and Nathan Shively-Sanders
8f158d2d4c
[jsmediatags] add correct type for picture ( #40205 )
2019-11-07 09:45:42 -08:00
Simon Gellis and Nathan Shively-Sanders
b6f21b30c3
Fix return type of mysql's "queryFormat" function ( #40164 )
2019-11-07 09:44:42 -08:00
Rauno Viskus and Nathan Shively-Sanders
a606a3d08e
[mongodb] Fix and add watch to db definition ( #40197 )
...
* [mongodb] Add fix and add watch to db definition
* [mongodb] Add resumeToken member to ChangeStream
* [mongodb] Update doc version in links
* [mongodb] Update link to docs
* [mongodb] allow Binary
* [mongodb] use empty class as ResumeToken
* [mongodb] Update link to watch docs
2019-11-07 09:43:10 -08:00
Alexander T and Nathan Shively-Sanders
d728ea97f1
zipkin-transport-http: Provides its own types ( #39577 )
2019-11-07 09:37:13 -08:00