Kirill Nikitin and GitHub
00a3022d2a
[fslightbox-react] add typings ( #43953 )
2020-04-17 15:52:58 -07:00
csr632 and GitHub
19adbdc47a
Don't hardcode module name in @types/lodash ( #43684 )
...
This forbit us from doing `yarn add @types/lodash3@npm:@types/lodash@^3.0.0` and use `lodash3` as module name.
2020-04-17 15:50:09 -07:00
Jack Bates and GitHub
889ffa1e56
[mailparser] Enable strictNullChecks ( #43829 )
2020-04-17 15:24:50 -07:00
Piotr Błażejewicz (Peter Blazejewicz) and GitHub
93d68cc9bb
update(workbox-webpack-plugin): missing properties for v5.1 ( #43831 )
...
- missing properties for options for GenerateSW
- missing properties for options for InjectManifest
- tests updated
https://developers.google.com/web/tools/workbox/reference-docs/latest/module-workbox-webpack-plugin.InjectManifest
https://developers.google.com/web/tools/workbox/reference-docs/latest/module-workbox-webpack-plugin.GenerateSW
Thanks!
2020-04-17 15:21:03 -07:00
05ee48235a
[oauth2orize] Add req.oauth2 to express request ( #43840 )
...
* Add req.oauth2 to express request
* Removed blank line
Co-authored-by: Daniel Varnai <daniel.v@questplore.app >
2020-04-17 15:17:07 -07:00
Jason Luboff and GitHub
f878626e82
Created typings and test file for cloudmersive-virus-api-client ( #43973 )
...
* Created typings and test file for cloudmersive-virus-api-client
* Removed I prefix from interfaces. Fixed some header issues. Changed from LF to CRLF
2020-04-17 14:39:54 -07:00
Piotr Błażejewicz (Peter Blazejewicz) and GitHub
8bbf1be9ab
feat(@mapbox/spritezero): new type definition ( #43998 )
...
- definition file for @mapbox/spritezero module
- tests
http://mapbox.github.io/spritezero/
https://github.com/mapbox/spritezero#readme
Thanks!
2020-04-17 14:25:42 -07:00
William Bain and GitHub
ab55613f52
[akamai-edgeworkers] Update README link ( #43995 )
...
* Automated whitespace fixes
* Update link to EdgeWorker API
2020-04-17 14:21:42 -07:00
Anton Kudinov and GitHub
b78e68187c
[webpack-hot-middleware] Add missing 'path' option to ClientOptions ( #43875 )
2020-04-17 14:21:12 -07:00
1ace1d69bd
added LineSegment class to geom namespace, added buffer namespace with BufferParameters and BufferOp classes to operation namespace ( #43991 )
...
* added algorithm namespace with Orientation class, CoordinateSequence, IntersectionMatrix to geom, util namespace with AffineTransformation class to geom, operation with GeometryGraphOperation, relate namespace with RelateOp class to operation
* added LineSegment class to geom namespace, added buffer namespace with BufferParameters and BufferOp classes to operation namespace
Co-authored-by: mavo <262804uF>
2020-04-17 14:20:53 -07:00
Piotr Błażejewicz (Peter Blazejewicz) and GitHub
e127e88217
update(email-templates): update to version 7 ( #43936 )
...
* update(email-templates): update to version 7
As the primary api surface was not changed at all in v7, this commit:
- bump version to 7
- add missing `getPath` method to Email config
- mark return type of `send` method explicit Promise
https://github.com/forwardemail/email-templates/compare/v6.1.1...v7.0.0
https://github.com/forwardemail/email-templates/blob/2a3042893d2e596f690f0148010df7e504c1ad69/README.md#L705
Thanks!
* Rework test covering usage of `locals`
- move to single reference
- add sample usage of culture aware `getPath()`
/cc @blankstar85
Thanks!
2020-04-17 14:19:23 -07:00
a954d782fe
[@types/parse] Update definitions up to version 2.12 of Parse ( #43854 )
...
* Updated trigger definitions
* Added afterLogin and afterLogout trigger definitions
* Added FileTriggerRequest definition
* Added all files triggers definitions
* Update definitions for last 2 releases
ParseFile:
* Add metadata and tags definitions
* Add cancel, destroy definitions
ParseQuery:
* Update each definition
* Add map reduce and filter definitions
* Add explain and hint definitions
* Update from source definition to return ParseQuery instead of void
* Add cancel definition
* Add fromNetwork definition
* Add tests for ParseFile and ParseQuery
* Add tests for cloud code triggers
* Pleases npmlint
* Update types/parse/index.d.ts
Co-Authored-By: Linus Unnebäck <linus@folkdatorn.se >
* Apply suggestions from code review
Co-Authored-By: Linus Unnebäck <linus@folkdatorn.se >
* Update tests to match method signatures
* Ping travis because of pending state
Co-authored-by: Linus Unnebäck <linus@folkdatorn.se >
2020-04-17 14:17:35 -07:00
Chris Worman and GitHub
9016a34ac9
shopify-buy LineItem.compare_at_price can be null ( #43898 )
...
* LineItem.compare_at_price can be null, even according to the comments above the property
* Added myself to list of shopify-buy authors
2020-04-17 14:16:15 -07:00
Tamas and GitHub
37fed5dd63
Add openImageDialog to types of react-qr-reader ( #43983 )
...
* Add openImageDialog to types
* add test
2020-04-17 14:15:35 -07:00
Chocobozzz and GitHub
8fdb26dec1
Support dist/alt/video.core.js import ( #43981 )
...
* Support dist/alt/video.core.js import
* Run prettier on video.js package
2020-04-17 14:15:06 -07:00
1e0f80d01a
Update typings and test for markdown-draft-js ( #43980 )
...
Co-authored-by: irina.shasheva <irina.shasheva@jetbrains.com >
2020-04-17 14:10:30 -07:00
owcs-solx and GitHub
3ef8e1ec49
Fix the signature for onSync for @types/workbox-background-sync ( #43950 )
...
* Fix incorrect onSync type
The type for onSync is incorrect. It should contain an argument containing the `queue` property.
From the documentation for `workbox-background-sync:4.3.0`:
```
* @param {Function} [options.onSync] A function that gets invoked whenever
* the 'sync' event fires. The function is invoked with an object
* containing the `queue` property (referencing this instance), and you
* can use the callback to customize the replay behavior of the queue.
* When not set the `replayRequests()` method is called.
* Note: if the replay fails after a sync event, make sure you throw an
* error, so the browser knows to retry the sync event later.
```
* Extract callback as a new type
Update definition in accordance to suggested changes by @JasonHK.
For consistency sake, this is identical to https://github.com/GoogleChrome/workbox/blob/master/packages/workbox-background-sync/src/Queue.ts .
* Fix test failures
* Update as per suggestions by @JasonHK
2020-04-17 14:10:08 -07:00
Jonathan Stewmon and GitHub
9f76d795b2
fix(node): backport stream.finished options since v10 ( #43959 )
2020-04-17 14:08:58 -07:00
Simon Schick and GitHub
652078fa60
feat(node): v13.13 ( #43933 )
2020-04-17 14:07:30 -07:00
Simon Schick and GitHub
f7e28122e5
chore(node): mark object values as undefine-able ( #43931 )
2020-04-17 14:05:14 -07:00
Maxim Mazurok and GitHub
957cbafa10
automatic gapi.client.sheets update @ Fri, 17 Apr 2020 20:16:28 GMT ( #43943 )
2020-04-17 13:52:22 -07:00
Maurice de Beijer and GitHub
94e11e35a2
Same type defaults for StringSchemaConstructor and StringSchema ( #43951 )
2020-04-17 13:51:28 -07:00
Jojoshua and GitHub
b6494480c5
Fixes from documentation tabulator-tables 4.6.1 ( #43978 )
...
* Fixes from documentation tabulator-tables 4.6.1
* update virtualDomBuffer
* don't include patch version
2020-04-17 13:47:44 -07:00
Oliver Emery and GitHub
a51edec1b4
fix(multer): re-add stream property to File interface ( #43988 )
2020-04-17 13:46:36 -07:00
57e89ad469
Update CODEOWNERS ( #43992 )
...
Co-authored-by: TypeScript Bot <types@microsoft.com >
2020-04-17 09:46:25 -07:00
abe7571daf
[angular-route] Add support for IRouteProvider eagerInstantiationEnabled ( #43947 )
...
* add angular-route's eagerInstantiationEnabled
* fix trailing spaces
* add angular-route eagerInstantiationEnabled tests
Co-authored-by: Jimmy Tu <jimmytu@microsoft.com >
2020-04-16 19:26:22 -07:00
WrinkleJ and GitHub
d100a7141e
react-virtualized: define types for onRowsRendered props in List ( #43972 )
...
* [react-virtualized] define types for onRowsRendered props in List
* rename type onRowsRenderedParams -> RenderedRows
* fix type name
* reuse existing type
* fix OverscanIndices
2020-04-16 19:25:57 -07:00
AlCalzone and GitHub
17aaf05a60
[ioBroker] getForeignObjectsAsync always returns a Record ( #43958 )
...
* [iobroker] setState methods accept null
* [iobroker] getForeignObjectsAsync always returns a Record
2020-04-16 19:24:32 -07:00
AlCalzone and GitHub
7185983ecd
[iobroker] setState methods accept null ( #43957 )
2020-04-16 19:24:04 -07:00
Emmanuel Haguet and GitHub
4abddd4264
Fix #43740 : [istanbul-lib-source-maps] transformCoverage return a promise ( #43926 )
2020-04-16 18:41:01 -07:00
4ea5294feb
[@types/pdfmake] table layout & widths errors #43758 ( #43794 )
...
* fix(pdfmake): table layout & widths errors #43758
* test(pdfmake): tableLayouts is an object
* fix(pdfmake): tableLayouts contains CustomTableLayouts
* fix(pdfmake): restricting table.widths string value to 'auto' & '*'
* prettier
* test BufferOptions and CustomTableLayout
* Update vfs and tableLayouts types
* Add test for vfs & layout dictionary
Co-authored-by: Jean-Raphaël Matte <35611957+jeralm@users.noreply.github.com >
2020-04-16 18:40:00 -07:00
c1ca3958d2
[carbon-components-react] Update types to 7.10.3 (partial) ( #43925 )
...
* Update Accordion.
* Update Breadcrumb.
* Accordion: inherit html ul attrs.
* CheckBox Skeleton.
* Update Copy.
* Update CodeSnippet.
* Update ComposedModal.
* Update ContentSwitcher.
* Update CopyButton.
* Update DataTableSkeleton.
* Update DatePicker.
* Update DatePickerInput.
* Update ListBox.
* Update Dropdown.
* Add ErrorBoundary.
* Update FileUploader.
* Update FormLabel.
* Update Icon.
* Update InlineCheckbox.
* Update InlineLoading.
* Update Link.
* Update Loading.
* Update Modal.
* Update ModalWrapper.
* Update MultiSelect.
* Update Notification.
* Update NumberInput.
* Update OverflowMenu.
* Update Pagination.
* Update ProgressIndicator.
* Update RadioButton.
* Update RadioButtoGroup.
* Update RadioTile.
* Update Search.
* Update SearchLayoutButton.
* Update Select.
* Update SelectItem.
* Update Slider.
* Update Switch.
* Update Tab.
* Update Tabs.
* Update Tab. Update Tests.
* Update TextArea.
* Update TextInput.
* Update Tile.
* Update ToggleSkeleton.
* Update ToggleSmall.
* Update Toolbar.
* Update Tooltip.
* Update Toolbar and ToolbarSearch deprecation.
* Update TooltipDefinition.
* Update TooltipIcon.
* Update ComboBox.
* Update StructuredList.
* Fix error.
* Fix dtslint errors.
* Fix dtslint errors.
* ComboBox seems to have problems with undefined and controlled state so adding null here because it seems to fix my issue.
Co-authored-by: Kyle Albert <kyle.albert@us.ibm.com >
2020-04-16 18:38:20 -07:00
5f0c754abc
Add OkPacket interface for inserts, updates, and deletes ( #43938 )
...
* add OkPacket interface for inserts, updates, and deletes
* revert OkPacket member type, complete fields on OkPacket interface
Co-authored-by: Sanders DeNardi <sdenardi@summusglobal.com >
2020-04-16 16:42:24 -07:00
Kulshekhar Kabra and GitHub
bf1af1a78f
Fix the signature for logInWith in types for @types/parse ( #43949 )
...
* Fix the signature for logInWith
Also brings it in line with the rest of the related method signatures
* Fix the signature for `logInWith` in the 3.7+ defn
2020-04-16 16:41:47 -07:00
Jessica Blizzard and GitHub
e0ca224942
Plotly.js: Add new/missing event 'plotly_relayouting' ( #43961 )
2020-04-16 16:40:28 -07:00
Jorge Barnaby and GitHub
1e9f7b83d0
[@types/pino-http] Add missing getPath to autoLoggingOptions ( #43948 )
...
* Add missing getPath to autoLoggingOptions
* Update pino-http-tests.ts
* Update index.d.ts
* Updates
2020-04-16 16:39:32 -07:00
Weslen do Nascimento and GitHub
98d8f8e220
[ffmpeg-concat] Create type definition ( #43945 )
...
* Create ffmpeg-concat type definition
* Export syntax
* Transition.params is optional
2020-04-16 16:14:18 -07:00
Attila Gazso and GitHub
3ce60aa3be
Fixed spelling of recid in secp256k1 ( #43838 )
...
* Update index.d.ts
* secp256k1: fixed spelling and added test
* secp256k1: fixed missing semicolon in test
* Empty commit to retrigger CI
2020-04-16 14:31:35 -07:00
Alex Jerabek and GitHub
22e6c701e7
[office-js, office-js-preview] Adding a link to the Word search options details page ( #43941 )
...
* Removing prompt verbage from selection binding options
* Adding a link to the search options article
2020-04-16 10:00:14 -07:00
Pierre-Marc Airoldi and GitHub
0ce56741d3
add definition for prosemirror test helpers ( #43924 )
2020-04-15 22:31:21 -07:00
Marcos Augusto and GitHub
c1d4e2f36d
refactor: barWidth and barMaxWidth can be string ( #43946 )
...
- adding barMinWidth to bar.d.ts
2020-04-15 22:30:37 -07:00
Nathan Shively-Sanders and GitHub
421fcadecf
Update jest tests for pretty-format@25.3 ( #43940 )
2020-04-15 22:30:10 -07:00
Ian Sanders and GitHub
5f1f721c53
change draft-js ariaLabelledBy type to string ( #43815 )
2020-04-15 22:29:04 -07:00
Julien Dufresne and GitHub
163fceac61
[@types/auth0] Added missing types to AuthenticationClient (clientCredentialsGrant, passwordGrant) and ManagementClient (getPermissionsInRole) ( #43810 )
2020-04-15 22:13:12 -07:00
Steve and GitHub
c28ede7752
Revert "Updated index.d.ts for akumina-core project ( #43690 )" ( #43804 )
...
This reverts commit 03713294ed .
2020-04-15 22:07:42 -07:00
gamsterx and GitHub
ffe8f373bb
mongoose-paginate-v2 update PaginateResult<T> to match latest docs ( #43779 )
...
* update PaginateResult<T>
* fix update PaginateResult<T>
* fix whitespace errors
2020-04-15 22:05:24 -07:00
Ryan Ju and GitHub
7e76e9a0fd
Fixed bug in auth0-lock, connection_scopes should be connection_scope ( #43777 )
...
Fixed bug in auth0-lock, `connection_scopes` should be `connection_scope`
2020-04-15 16:43:42 -07:00
Sergey Bakulin and GitHub
6f9520a31e
[openpgp]: fix the return type of the readArmored function ( #43935 )
...
* fix(openpgp): the function readArmored returns a promise
* fix(openpgp): remove redundant jsdoc type annotations to typescript
* chore(openpgp): update authors
* fix(openpgp): remove @author tag
2020-04-15 16:43:13 -07:00
Mitchell Stanford and GitHub
afd7ad1764
Add missing plotly.js layout property "colorway" ( #43913 )
...
* Add new/missing Plotly Plot Data type "Sunburst"
* Add and export PlotType
* Add missing plotly.js layout property "colorway"
2020-04-15 16:42:37 -07:00
Richard Simko and GitHub
0a06fb368c
Added missing options for Mongoose ( #43773 )
2020-04-15 16:41:04 -07:00