Nathan Shively-Sanders
7487d3c1f4
Fix amap-js-api-scale reference to Position type ( #47647 )
...
It was supposed to be a local type, not the DOM one
2020-09-16 15:22:34 -07:00
Nathan Shively-Sanders
f621a2d639
Node: remove ts3.1 support ( #47645 )
...
* node: remove TS3.1
Typescript 3.1 is no longer supported on DT.
This commit removes 3.1 support for v6-10. I'll finish 11-14 tomorrow.
* remove ts3.1 for node/v11
* Remove ts3.1 from node/v12
Also restore deleted tests to node/v11
* Remove ts3.1 from node/v13
Also fix up imports in node/v11 tests
* remove ts3.1 from node
2020-09-16 14:04:22 -07:00
Nathan Shively-Sanders
f87f81730a
Update minimum supported version to 3.2 in readme ( #47646 )
...
Also update instructions for `npm test` in PR template.
2020-09-16 11:17:04 -07:00
ExE Boss
95a341b0b2
🤖 Merge PR #47643 fix(webidl2): Fix IDLInterfaceMixinMemberType by @ExE-Boss
2020-09-16 14:04:29 -04:00
Nathan Shively-Sanders
36caac5d51
Fix adone for ts 4.1 ( #47639 )
...
Work around a bug by splitting DefaultMap's constructor with optional
parameters into 3 constructors without optional parameters.
2020-09-16 10:25:26 -07:00
Mikael Brevik
56f3f72546
🤖 Merge PR #46715 feat: Updates type definitions for node-notifier@8.0.0 by @mikaelbr
2020-09-16 13:07:01 -04:00
Jason Unger
a91e62e200
🤖 Merge PR #47082 Update @types/react-dates to v21.8 by @jsonunger
...
* Update react-dates types to v21.8
* WIP
* Add more tests
* PR Feedback
2020-09-16 12:39:24 -04:00
Peter Kupietz
86283a90d8
🤖 Merge PR #47620 Added yesql options parameter by @kuuup-at-work
...
* Added yesql options parameter
* Changed yesql version
* Fixed Version
* Fixed version (again)
* Fixed version
2020-09-16 11:43:49 -04:00
torryt
4d77858ca4
🤖 Merge PR #47634 [markdown-draft-js] Add missing preserveNewlines option by @torryt
...
Co-authored-by: Torry Tufteland <torry.tufteland@instech.no>
2020-09-16 11:17:49 -04:00
Nathan Shively-Sanders
9b9afadbbf
jest: remove ts3.1 ( #47613 )
...
* jest: remove ts3.1
Typescript 3.1 is no longer supported on DT.
* merge new Matchers code
2020-09-16 08:11:56 -07:00
Hari Sivaramakrishnan
1a2a223e4f
🤖 Merge PR #47584 Add connectionTimeoutMillis to ClientConfig type definition by @harisiva
2020-09-16 11:01:09 -04:00
Dalius Dobravolskas
f0376a35c9
🤖 Merge PR #47420 Children are optional in MjmlText. by @daliusd
...
Fixes https://github.com/wix-incubator/mjml-react/issues/32
2020-09-16 07:18:18 -04:00
nikithauc
54ad649f70
🤖 Merge PR #47616 Microsoft-Graph- Version 1.21 by @nikithauc
...
* Adding updates for version 1.20
* microsoftgraph updating for v 1.21
2020-09-15 19:15:41 -04:00
Jonathan Haines
44eff98e6c
🤖 Merge PR #47260 [ember-data] fix: adapter class properties by @BarryThePenguin
...
* fix: adapter class properties
* fix: move adapter coalesceFindRequests property to interface
2020-09-15 19:07:35 -04:00
Nathan Shively-Sanders
526cdd6e3e
openpgp: remove ts3.1 support ( #47610 )
...
TS 3.1 is no longer supported on Definitely Typed.
2020-09-15 14:36:03 -07:00
Nathan Shively-Sanders
7994d590c3
web-animations-js: remove ts3.1 support ( #47608 )
...
TS 3.1 is no longer supported on Definitely Typed.
2020-09-15 14:25:33 -07:00
Nathan Shively-Sanders
3a947ccb1b
Restore deleted jsdom tests ( #47600 )
...
* Restore deleted jsdom tests
Deleted by mistake in the move in #47200
* use approved directory structure
2020-09-15 13:21:54 -07:00
Google API Typings Generator
4e302d63e9
🤖 Merge PR #47604 [gapi.client.classroom] automatic update by @google-api-typings-generator
...
Co-authored-by: Maxim Mazurok <maxim@mazurok.com>
2020-09-15 15:31:14 -04:00
Jack Bates
ef49ffb4c8
[node] Put newest versions of files in the root ( #47576 )
2020-09-15 11:18:59 -07:00
sejoong_de_jang
d9cb54e3c9
Add the 'tizen-tv-webapis' module ( #45812 )
...
* Add the tizen-tv-webapis
* Remove the comment in package.json
* Add the files
* Resolve the file names
* Refine indendation with the prettier
* Set tslint exception rule in each files
* Convert the @deprecated tag to @note
* Resolve the 'no-redundant-jsdoc-2'
* Modify the package name and version
* Modify the version
* Remove the orinazation
* Modify the npm package name
* Register the npm-name: false rule
* Remove the tab
* Remove the useless package
* Move files to the project root
* Remove delcare in each files, replace to export
* Change the npm path
* Remove the 'npm-naming' rule
2020-09-15 10:58:04 -07:00
Nathan Shively-Sanders
38c8574c82
Add ts3.6 references to node v10 ( #47601 )
...
* Add ts3.6 references to node v10
This may need to be added to other node versions as well.
Fixes #47239
* add test case
2020-09-15 10:31:48 -07:00
Oliver Salzburg
404f9ce1f9
Fix integration with koa-passport ( #46718 )
2020-09-15 09:02:45 -07:00
Alex Jerabek
20cc822b0c
[office-js, office-js-preview] ExcelAPI 1.12 Updates ( #47572 )
...
* Excel release
* Excel release
* Excel preview
* Feedback
2020-09-15 08:41:17 -07:00
Jack Bates
e30322120f
[es6-promisify] Remove superfluous /// <reference types="node" /> ( #46738 )
2020-09-15 08:07:38 -07:00
Jeff King
4413f5e645
Upgrade sarif to 2.1.0-rtm.5 ( #47593 )
2020-09-15 08:07:19 -07:00
Piotr Błażejewicz (Peter Blazejewicz)
71edd1752d
🤖 Merge PR #47518 update(terser-webpack-plugin): minimizerOptions option by @peterblazejewicz
...
- `minimizerOptions` added
- test amended
- cleanup
https://github.com/webpack-contrib/terser-webpack-plugin/pull/311
Thanks!
2020-09-15 03:06:41 -04:00
Seržants
7aadebe6bf
🤖 Merge PR #47566 Added preventsDisplaySleepDuringVideoPlayback to react-native-video p… by @Serzhs
...
* Added preventsDisplaySleepDuringVideoPlayback to react-native-video props
* Added preventsDisplaySleepDuringVideoPlayback to react-native-video test
2020-09-15 02:08:01 -04:00
Rick Kirkham
a65f7cba48
office-js, office-js-preview, fix link ( #47587 )
2020-09-14 17:14:20 -07:00
Gavin Rehkemper
337878ad52
🤖 Merge PR #47555 add types for @terraformer/arcgis by @gavinr
...
* add @terraformer/arcgis types
* fix tslint
* Update types/terraformer__arcgis/index.d.ts
Co-authored-by: Linn Dahlgren <admin@opposite.biz>
* Update index.d.ts
Co-authored-by: Linn Dahlgren <admin@opposite.biz>
2020-09-14 19:58:30 -04:00
Anton Ratnikov
8eb86bfad4
fix: add static methods for Airtable ( #46723 )
2020-09-14 16:31:56 -07:00
czgu
ba87a83b35
[gestalt-datepicker] Add type definitions ( #47570 )
...
* [gestalt-datepicker] Add type definitions
* Change export to default to match
* update project url
2020-09-14 16:29:55 -07:00
Lukas Planz
89c78c18e4
[nodes7] Add type definitions ( #47564 )
...
* Added type definitions for nodes7
* Fix error
2020-09-14 16:27:47 -07:00
Piotr Błażejewicz (Peter Blazejewicz)
8f51ec40ba
feat(image-to-base64): new definition ( #47581 )
...
Small util to convert url/path based images to bas64 strings
- definition
- tests
https://github.com/renanbastos93/image-to-base64
Thanks!
2020-09-14 16:25:52 -07:00
Linn Dahlgren
35d8a9f149
New definitions for nat-upnp ( #47551 )
...
* Add nat-upnp typings
* Fixed index.d.ts header
* Removed accidental docstring meant to be source comment
* Apply suggestions from code review
Co-authored-by: Piotr Błażejewicz (Peter Blazejewicz) <peterblazejewicz@users.noreply.github.com>
* Add test cases for nat-upnp optional callbacks missing
* Fix linter errors
Co-authored-by: Piotr Błażejewicz (Peter Blazejewicz) <peterblazejewicz@users.noreply.github.com>
2020-09-14 16:10:04 -07:00
Piotr Błażejewicz (Peter Blazejewicz)
f03fd4b231
feat(vegas): new definition ( #47552 )
...
Definition file for Vegas jQuery plugin:
- definition file
- tests
https://github.com/jaysalvat/vegas
http://vegas.jaysalvat.com/documentation/setup/
Thanks!
2020-09-14 16:09:21 -07:00
Ted Conn
a9e7a0200b
t(kagekiri): new definitions for kagekiri ( #47549 )
...
* t(kagekiri): new definitions for kagekiri
* Update types/kagekiri/index.d.ts
Co-authored-by: Piotr Błażejewicz (Peter Blazejewicz) <peterblazejewicz@users.noreply.github.com>
Co-authored-by: Piotr Błażejewicz (Peter Blazejewicz) <peterblazejewicz@users.noreply.github.com>
2020-09-14 16:08:08 -07:00
Florian Imdahl
9194dffcdd
[libsodium-wrappers] Add new constants and functions ( #47535 )
2020-09-14 16:07:14 -07:00
Nathan Shively-Sanders
7d58626e47
Remove wix-style-react package ( #47586 )
...
Co-authored-by: giladsegal <gilads@wix.com>
2020-09-14 16:05:07 -07:00
Jack Bates
a0edcf862c
[jasmine-expect-jsx] Use global references to other packages, not parent ("../xxx") references ( #47232 )
2020-09-14 15:44:28 -07:00
Patrick List
8a20b53292
tmi.js: Add partner and founder badges to Badges interface ( #46693 )
...
* Added "partner" badge (check icon)
* Add "partner" badge to tests
* Add "founder" badge
* Add "founder" badge to tests
2020-09-14 15:29:55 -07:00
Harlan McCanne
c5b6fdf204
Added closeToTime to typings ( #46697 )
2020-09-14 15:27:11 -07:00
juziit
2fab7f169f
Adding domain id and name for openstack provider API Keystone v3 ( #46695 )
2020-09-14 15:24:22 -07:00
Rifa'i M. Hanif
3d7a13dba4
[@types/ol] Update to OpenLayers v6.4.3 ( #47533 )
2020-09-14 15:20:59 -07:00
Matthias Kunnen
4851ad40fb
feat(hijackresponse): new type definition ( #47540 )
2020-09-14 15:14:53 -07:00
Piotr Błażejewicz (Peter Blazejewicz)
84fd109a44
feat(romans): new definition ( #47538 )
...
Simple module converting decimals to Lating script (and back)
- definition file
- tests
https://github.com/qbunt/romans#readme
Thanks!
2020-09-14 15:11:45 -07:00
Piotr Błażejewicz (Peter Blazejewicz)
b2ad972e50
feat(puppeteer-lottie): new definition ( #47464 )
...
- definition file
- tests
https://github.com/transitive-bullshit/puppeteer-lottie
Thanks!
2020-09-14 15:03:45 -07:00
Ryan Blackman
2310be52dd
[react-html5-camera-photo] Add definitions ( #47517 )
...
* add react-html5-camera-photo definitiions
* fix linting errors
* remove minimum typescript version
2020-09-14 15:02:03 -07:00
Maciej Mroziński
88283446e1
Add DOM Serial API types ( #47514 )
2020-09-14 14:54:01 -07:00
Rumon
fab36eb1e4
[@paypal/payouts-sdk] Add type definition ( #47513 )
...
* [@paypal/payouts-sdk] Added type definition
* [@paypal/payouts-sdk] fix: Added minimum TS version
* [@paypal/payouts-sdk] fix: Corrected namespaces
2020-09-14 14:49:27 -07:00
Keith Kikta
944e90d283
Feature/smartystreets javascript sdk 1.5.0 ( #47438 )
...
* feat(smartystreets-javascript-sdk): add types for US Streets
* refactor(coverage): add more type coverage
* fix spacing
* fix spacing
2020-09-14 14:43:54 -07:00