Commit Graph

67002 Commits

Author SHA1 Message Date
Alexander T
de4836c8a8 find-process: Provides its own types (#39609) 2019-11-04 13:41:27 -08:00
Alexander T
8b279a1f92 express-openapi: Provides its own types (#39614) 2019-11-04 13:41:13 -08:00
Alexander T
7f68e53009 cucumber-html-reporter: Provides its own types (#39630) 2019-11-04 13:39:20 -08:00
Alexander T
89c5ae67af fromnow: Provides its own types (#39606) 2019-11-04 13:09:56 -08:00
Alexander T
546050f89a react-sortable-hoc: Provides its own types (#39526) 2019-11-04 13:09:31 -08:00
Alexander T
9b973c41eb braft-editor: Provides its own types (#39646) 2019-11-04 13:06:19 -08:00
Alexander T
10d0bff71c ex-react-native-i18n: Provides its own types (#39616) 2019-11-04 13:05:25 -08:00
Alexander T
614f385014 aws-lambda-mock-context: Provides its own types (#39657) 2019-11-04 13:05:06 -08:00
Alexander T
30816366ce domelementtype: Provides its own types (#39625) 2019-11-04 13:04:35 -08:00
Alexander T
97c196a894 cordova-plugin-x-socialsharing: Provides its own types (#39635) 2019-11-04 13:01:39 -08:00
Alexander T
c7d0fd5b72 bip39: Provides its own types (#39648) 2019-11-04 13:01:21 -08:00
Alexander T
2af5c1a61c http-graceful-shutdown: Provides its own types (#39597) 2019-11-04 12:51:39 -08:00
Alexander T
19cf2b6621 schema-utils: Provides its own types (#39542) 2019-11-04 12:51:12 -08:00
Alexander T
aa590fc1e1 ractive: Provides its own types (#39500) 2019-11-04 12:47:34 -08:00
Alexander T
3af37581b0 rfc4648: Provides its own types (#39536) 2019-11-04 12:38:54 -08:00
Alexander T
f6c75152bd react-rnd: Provides its own types (#39525) 2019-11-04 12:37:37 -08:00
Alexander T
249487926a http-status: Provides its own types (#39596) 2019-11-04 11:33:38 -08:00
Alexander T
9f0ffedbe0 jest-get-type: Provides its own types (#39586) 2019-11-04 11:31:36 -08:00
Alexander T
c55b373d90 wikidata-sdk: Provides its own types (#39573) 2019-11-04 11:31:11 -08:00
Alexander T
279b53d30d react-owl-carousel: Provides its own types (#39523) 2019-11-04 11:28:27 -08:00
Connor White
d70c01bea9 google-map-react controlSize (#39436) 2019-11-04 11:27:39 -08:00
Tim Brown
092408150b [phone] Add allowLandLine parameter from 2.4.0 (#39439) 2019-11-04 11:25:49 -08:00
Christian Schuetz
f7f7463517 fix: Honeybadger developmentEnvironments (#39441)
* fix: developmentEnvironments

- Updates config value from developmentEnvironment to
developmentEnvironments
- Updates files to align with prettier config
- Bumps package

* fix: Don't update package version
2019-11-04 11:25:15 -08:00
Maxime LUCE
e251889d3e Add node-beanstalkd-worker library types (#39435)
* Add node-beanstalkd-worker library types

* Fix issue: module isn't exported as default export
2019-11-04 11:24:28 -08:00
Florian Rohrer
a89681d513 Add missing export for react-google-recaptcha (#39431)
* Update index.d.ts

* Update react-google-recaptcha-tests.tsx

* Update index.d.ts

* Update index.d.ts

* Update react-google-recaptcha-tests.tsx

* add grecaptcha prop

* ...
2019-11-04 11:22:56 -08:00
Alexander T
c5dc29b041 peerjs: Provides its own types (#39492) 2019-11-04 11:12:52 -08:00
Alexander T
657fadb9af prosemirror-tables: Provides its own types (#39497) 2019-11-04 11:12:10 -08:00
Dennis Bartlett
275e3da95b Fixes #35687: Updated expected method and signature for "engine" (#39433)
* Updated expected method and signature for "engine"

* Updated Tests for new signature.

* Added self to Definitions By

* Added version for express-handlebars
2019-11-04 11:10:40 -08:00
ArthurLaudereau
84367f7ad2 package: pi-spi update close() type to close(cb:void) (#39422)
* Update index.d.ts

The package now require a callback to close the communication.
The function of the package atm : 
```
spi.close = function (cb) {
        fs.close(_fd, cb);
    };
```

* Update pi-spi-tests.ts
2019-11-04 11:09:46 -08:00
PopGoesTheWza
ffd35a14b2 google-apps-script: 2019-10-23 (#39413)
* set package version to 1.*.*

* 2019-10-23 update

* enable more lintiing rules

* linting fixes
2019-11-04 11:09:30 -08:00
Alexander T
f9adf4245e mobx-devtools-mst: Provides its own types (#39464) 2019-11-04 10:57:54 -08:00
dckorben
a5c429202f [Google.Visualization] Add Missing Properties to LineChartOptions (#39308)
* Update index.d.ts

Adds missing properties to LineChartOptions

* Update index.d.ts

* Update index.d.ts

* Update index.d.ts

Add visualization.dataTableToCsv functions <https://developers.google.com/chart/interactive/docs/datatables_dataviews#datatabletocsv>
Add data Class for DataTable grouping <https://developers.google.com/chart/interactive/docs/reference#group> and joining <https://developers.google.com/chart/interactive/docs/reference#join>.

Fix DataTable.getRowProperty, wrong return type <https://developers.google.com/chart/interactive/docs/reference#methods>
Fix ColumnSpec optional parameters

* Fix duplicated definition. Add Documentation Citations

* Change pointShape to string

* Trendlines changed to keyed list 

Same change should probably be made to series?: { [key: number]: any; }; on a future pull.

* change join() joinMethod enumerated options

* Provide both getViewColumns() return types

* Union on aggregates, count adjustment

* Enumerated options for pointShape

* Add Trendline interface, update trendline: any

* Added Richer columns parameter to group()

* Add trendline.pointSize?

* Add GroupKeyOptions interface to group()

* Add built-in modifier function, logical re-order

* change trendlines? to typed Record<>

* Force ts 2.2

* Trying force ts 2.9

* Revert Record and ts version forcing

Dependent package prevents usage of newer syntax.

* Should have used union
2019-11-04 10:53:45 -08:00
Sébastiaan
750fa4b376 Add appPath option to @types/gm (#39348) 2019-11-04 10:52:34 -08:00
Evan Steinkerchner
d9ec9f086f [marked] Updated to match marked.js 0.7.0 (#39369)
* Added defaults, getDefaults, and options to marked namespace

* Added class properties to type definitions - most importantly options

* Fixed Parser.peek return type

* Added optional codeBlockStyle property to Tokens.Code

* Added Renderer.checkbox method

* Bumped version to 0.7
2019-11-04 10:52:12 -08:00
Adam Žurek
eee5458d48 [DataTables.net-buttons] Added LanguageSettings (#39379) 2019-11-04 10:27:56 -08:00
Matthew Peveler
979db3f08d Replace JQuery.Event with legacy JQueryEventObject (#39384) 2019-11-04 10:27:38 -08:00
Gaëtan Maisse
06bef93b18 Update types to match version 7.0 of storybook-addon-jsx (#39310)
* [storybook-addon-jsx] update types to work with version 7.0 of this lib

 - Remove reference to `storybook__react` types as `@storybook/react` is now written in TS and is providing its own types.
 - Need to upgrade TS to 3.1 as `unknown` type is used and to not have issue related to rest parameters (TS2370)
 - Update tsconfig to make it works with `@types/react`

* [storybook-addon-jsx] update project URL
2019-11-04 10:13:43 -08:00
ExE Boss
c84905685e feat(ncp): Add support for top‑level export (#39273)
* feat(ncp): Add support for top‑level export

* test(ncp): Fix tests on TypeScript < 2.6

* refactor(ncp): Apply Prettier formatting

* chore(ncp): Remove `.editorconfig` 😡
2019-11-04 10:00:26 -08:00
Hossein Saniei
165ec21fb4 feat(@types/hapi__joi): accept generic schema types in ObjectSchemas (#39281) 2019-11-04 09:51:22 -08:00
Anton Boksha
8eb9170b8f add types for koa-docs (#39232) 2019-11-04 09:47:56 -08:00
Anton Boksha
dc2705ce1b Add types for koa-joi-router-docs (#39221)
* init types for koa-joi-router-docs

* clean up package.json, mark as private

* rm package.json, fix test issues
2019-11-04 09:47:24 -08:00
Carl Huskey
7299a0b513 iframe-resizer - Update to fix function export (#39193)
* modify iframe-resizer to fix type for angular

* correct exports

* updates from pr comments

* More revisions to make the required version callable
2019-11-04 09:22:44 -08:00
Florian Keller
6703679c92 [electron-localshortcut] Add types for electron-localshortcut (#40121) 2019-11-04 08:51:40 -08:00
Rafael
e671fbc00a Updated multer-gridfs-storage to v4 (#40122)
* Updated to v4

* Fixed tslint path for old package
2019-11-04 08:32:26 -08:00
AbigailMcP
cb5ee9a060 [Cavy] Add wrap type (#39972)
* Add wrap type and update findComponent type

* Flesh out wrap tests

* Fix findComponent type

* Revert Typescript version change
2019-11-04 07:55:58 -08:00
Mathias Lykkegaard Lorenzen
e177e0413e added "alloy" typings. (#39938)
* added alloy typings.

* added version.

* added missing end of line.

* removed redundant keywords.

* corrected typo.

* added missing end of line.

* removed function references.

* removed generic parameter.

* updated titanium typings.

* any args.

* added author.

* changed into a class.

* updated typings.

* switch back to interface sadly.

* removal of jquery type extension.

* fixed tests.

* fix for scoping.
2019-11-04 07:53:14 -08:00
AL
eac26d0f1c [dompurify] Expose dompurify typings on namespace and update types to better reflect version 2.0.1 (#38630)
* [dompurify] Publicly expose DOMPurify's interfaces and event names via the DOMPUrify namespace.

* [dompurify] Update DOMPurify's sanitize method return types to reflect version 2.0.1 (support for TrustedHTML types)

* [dompurify] Remove unnecessary reference to trusted-types package

* [dompurify] Update DOMPurify type definition version to comply with dt-header linting rule.
2019-11-04 07:48:21 -08:00
Ikramullah Latif
e63c22be18 Add typings for adhan (#39942)
* Add typings for adhan

* UMD Friendly

* Fix strict-export-declare-modifiers

* Update index.d.ts
2019-11-04 07:46:57 -08:00
Craig Thompson
be4b686cf1 fix(styled-system): Add missing flexShrink + flexGrow (#39922)
* fix(styled-system): Add missing flexShrink + flexGrow

* chore: add author bit

* chore: amend version to latest styled-system version

* chore: add missing comments

* chore: add test entries

* fix: comment

* chore: fix version
2019-11-04 11:59:33 +01:00
Aditya Thebe
8e0fa6fc55 [node-telegram-bot-api] Added new interfaces and updated existing ones (#38971)
* Added ChatPermissions Interface

- The field all_members_are_administrators has been removed from the documentation for the Chat object. The field is still returned in the object for backward compatibility, but new bots should use the permissions field instead.
- Modified Chat interface. Added : permissions, can_set_sticker_set, and sticker_set_name

* Updated Message interface & Added new interfaces - Poll & PollOption

- forward_sender_name
- media_group_id
- caption_entities
- poll
- connected_website

* Modified exisiting interfaces - Audio, Animation

- Removed redundancy by extending FileBase on Animation
- Added new properties to Animation : width, height, and duration
- Added new property to Audio : thumb

* Modified Contact and Venue interfaces

- Added foursquare_type to Venue
- Added vcard to Contact

* Added new Interface LoginUrl

* Rearranged interface ordering so that it matches Telegram Documentation

* Updated ChatMember interface

- Rearranged ordering to match Telegram documentation
- Added new property : is_member

* Fixed linting errors and made login_url as optional param in InlineKeyboardButton

* Added new contributor in the header

* Updated version to 0.40 from 0.31
2019-11-03 10:02:18 -08:00