Fábio Paiva and Sheetal Nandi
232d7ea3fa
Reactstrap - Remove myself as contributor to stop receiving notifications #25563 ( #25585 )
2018-05-07 13:21:56 -07:00
Margaret Nolan and Sheetal Nandi
c9d2d02185
Add 'external' to node v6, v7, v8, v9, and v10 MemoryUsage interface ( #25580 )
2018-05-07 12:37:08 -07:00
Tim Stirrat and Sheetal Nandi
2bd1d01fb1
New types for redux-shortcuts 0.0.3 ( #25572 )
...
* New types for redux-shortcuts 0.0.3
* add dom lib, fix typo
* bump TS version to match mousetrap
2018-05-07 12:36:19 -07:00
Thomas Charlat and Sheetal Nandi
65b176eaef
[react-redux]: decoration target props should not extend injected props, contravariance issue ( #25228 )
...
* feat(react-redux): add strict null check
* feat(react-redux): remove improper inference tests
Infered decorated typings would rely on the implicit and false
assumption that decorated component props extend injected props and
own props
#24922
#24913
* fix(react-redux): injected props and decorated component props intersection
* InjectedProps should not have to extend DecoratedProps
* DecoratedProps should not have to extend InjectedProps
* DecoratedProps should extend Intersection<InjectedProps, DecoratedProps>
* Remaining Props should be required on the decoration output
#24913
#24922
* feat(react-redux): add new commiters
* feat(react-redux): 2.9 keyof compatibility depends on Extract (2.8)
2018-05-07 12:34:04 -07:00
Andy and Sheetal Nandi
d12082bfdf
core-js: Comment out dict[sym] test ( #25420 )
2018-05-07 11:49:41 -07:00
John Wright and Sheetal Nandi
e1a9b0af73
Add the atob & btoa npm module definitions ( #25416 )
...
* feat(types): add the atob btoa npm module definitions
* style(lint): shorten typescript version
* chore(tslint): remove unnecessary rules
* chore(tslint): fix linting errors
2018-05-07 11:49:20 -07:00
Mathias Scherer and Sheetal Nandi
140adad631
Meteor universe i18n ( #25415 )
...
* adds typing for meteor univserse i18n package
* fixes test errors in meteor-universe-i18n
* adds tslint:disable-next-line for no-single-declare-module and unified-signatures because of false positives
2018-05-07 11:48:47 -07:00
Andrew Marshall and Sheetal Nandi
853ede90a6
node: Add WHATWG URL API types for v6 ( #25407 )
...
Added in Node 6.13.0. This copies the respective types from the types
for Node v7.
<https://github.com/nodejs/node/blob/master/doc/changelogs/CHANGELOG_V6.md#6.13.0 >
2018-05-07 11:48:04 -07:00
plylrnsdy and Sheetal Nandi
b2159abc2e
update ansi-styles to 3.2.1 ( #25398 )
...
* update ansi-styles to 2.3.1
* update fromat function's params of apple rgb
* add more comments in ansi-styles
* add missing field `close` of ansiStyles.color and ansiStyles.bgColor
* update ansi-styles test
* fix two wrong types; update test file; rename identifiers.
2018-05-07 11:46:10 -07:00
Mark Polak and Sheetal Nandi
012108d8c6
Remove as attribute from AnchorHTMLAttributes ( #25388 )
2018-05-07 11:45:27 -07:00
Alan Plum and Sheetal Nandi
997a01e2b2
[ArangoDB] Fix collection properties argument & index fields type ( #25383 )
...
* Forgot about dotted index paths
* CollectionProperties are not an argument type
* Add keyOptions test
* Add proper mergeObjects option to updates
* Add aql.literal, query
* Better type middleware
2018-05-07 11:45:07 -07:00
Michal Grňo and Sheetal Nandi
760f588dcd
[react-table] Add support for Functional Rendering ( #25347 )
...
* Added type definitions for functional rendering
https://www.npmjs.com/package/react-table#functional-rendering
* fixed trailing whitespace
* add test for functional rendering
* add missing props to FinalState
* restricted some of the `any` types
* corrected semicolons
2018-05-07 11:43:37 -07:00
George and Sheetal Nandi
deb8d04dbe
Update react-redux-i18n for react-redux 5.0.18 types ( #25324 )
...
* Update redux dependency
Update for the current 3.x redux
* Add required restriction of redux
* Action generic removed
2018-05-07 11:42:54 -07:00
Jakub Řičař and Sheetal Nandi
948a1e803e
[react-bootstrap-daterangepicker] containerClass, containerStyles ( #25323 )
2018-05-07 11:41:48 -07:00
Etienne Martin and Sheetal Nandi
92662d11fa
Added missing 'circle-opacity-transition' property to the 'CirclePaint' interface. ( #25295 )
2018-05-07 11:41:22 -07:00
Alex Macleod and Sheetal Nandi
014cf4b92c
firefox-webext-browser: remove bookmark.import/export ( #25044 )
...
They aren't used by any browser and break the bookmarks namespace (no
other properties are accessible on completion)
2018-05-07 11:38:39 -07:00
Andy and Sheetal Nandi
c38ac7f484
es6-shim: Avoid conflict with global PropertyKey type ( #25421 )
2018-05-07 11:35:04 -07:00
Felipe and Sheetal Nandi
0ec6dc775c
Set redux-batched-subscribe semver limit to <4.0.0 ( #25423 )
2018-05-07 11:33:47 -07:00
Andy and Sheetal Nandi
fefafb09f4
ramda: Use typescript@2.8 ( #25424 )
2018-05-07 11:31:29 -07:00
ryym and Sheetal Nandi
908da1fb1d
[react-redux] Update for redux@4.0.0 (retry) ( #25435 )
...
* [react-redux] Copy current files to v5 sub directory
* [react-redux] Fix v5 tsconfig
* [react-redux] Increase the react-redux version in header comment
* [react-redux] Update type defenitions for redux@4.0.0
2018-05-07 11:30:42 -07:00
Raphael Hsieh and Sheetal Nandi
4dc5d4ad94
Removing type definitions that do not exist ( #25437 )
...
In the map.js file in Mapbox's codebase, these methods do not exist anymore. https://github.com/mapbox/mapbox-gl-js/blob/master/src/ui/map.js
2018-05-07 11:25:47 -07:00
Gustav Bylund and Sheetal Nandi
73910f6800
[mapbox-gl] Add trigger() to GeolocateControl ( #25442 )
...
Added in https://github.com/mapbox/mapbox-gl-js/pull/6205
2018-05-07 11:22:34 -07:00
Marc Löhe and Sheetal Nandi
75b4d30b81
Fix react-autocomplete renderItem prop type ( #25481 )
...
* Fix react-autocomplete renderItem prop type
* [react-autocomplete] Fix missing argument styles in prop renderItem
2018-05-07 11:18:57 -07:00
Robin Tregaskis and Sheetal Nandi
a718acac7d
update: (types/he): version 1.1.1 updates, include decimal in EncodeOptions interface ( #25484 )
2018-05-07 11:17:00 -07:00
Stas Vilchik and Sheetal Nandi
4b589138d2
[eslint] create NodeListener and extend RuleListener ( #25399 )
2018-05-07 11:01:31 -07:00
Max and Sheetal Nandi
a355d32369
materialize-css: Add missing declarations and tests ( #25492 )
...
* Restructure files and add missing declarations
* Add JQuery declarations
* Restructure tests
* Add carousel tests
* Add more tests and missing JQuery declarations
* Add waves declaration and a test
* Add static init methods and tests
* allow jquery and cash object to be passed to init
* Remove redundant reference
* Clean up
* Clean up
* Clean up and add tests
* Clean up and add tests
2018-05-07 11:00:18 -07:00
Steffen K and Sheetal Nandi
74d3e6b86d
[mongoose] Fix: The mongoose.pluralize(..) function now gets/sets the function to pluralize collection names ( #25458 )
...
* Update: function signature mongoose.pluralize(..)
* Update: mongoose version number to 5.0.14
2018-05-07 10:58:35 -07:00
Joseph Kohlmann and Sheetal Nandi
92251a67c8
Add type definitions for promise-map-limit package ( #25550 )
...
* Add type definitions for map-promise-limit library
* map-promise-limit → promise-map-limit
A typo…sigh. The GitHub repository link to promise-map-limit was previously correct, however.
* Remove additional TSLint rule
Thanks @plantain-00!
2018-05-07 10:52:12 -07:00
Saurabh Dutta and Sheetal Nandi
0af74afc17
[auth0] Add additional Authenticator class definitions and Managers. ( #25405 )
...
* Use Indexer in App_Metadata and User_Metadata
* Add Additional Authenticator Classes
2018-05-07 10:51:09 -07:00
Airex and Sheetal Nandi
17233b80bd
Add support of subgroupStack on DataGroup ( #25480 )
...
* Add support of subgroupStack on DataGroup
* Update index.d.ts
* Update index.d.ts
Added new SubGroupStackOptions dynamic structure and updated type of DataGroup.subgroupStack to SubGroupStackOptions | boolean
* Update index.d.ts
codestyling
* Update index.d.ts
codestyling colon
2018-05-07 10:50:18 -07:00
Ken Elkabany and Sheetal Nandi
d2efe5aac4
chart.js: Add options for time cartesian axis. ( #25462 )
...
- ChartPoint.t, scale distribution, and ticks source.
2018-05-07 10:49:34 -07:00
Kevin Richter and Sheetal Nandi
1b13c48ce1
[Leaflet Draw] Add missing events, functions & namespaces ( #25252 )
...
* [Leaflet Draw] Add missing events, functions & namespaces
* [Leaflet Draw] Resolve lint issues
* Update DrawOption parameters
* Fix namespace
* [Leaflet Draw] Fix lint errors
* Add back extend on MapOptions
2018-05-07 10:46:19 -07:00
James C. Davis and Sheetal Nandi
7eb0083532
[ember-data] - improve relationship options ( #25282 )
...
* Add allowNull to AttrOptions
* Move relationship options to interfaces and tighten up inverse
2018-05-07 10:45:41 -07:00
Hanai and Sheetal Nandi
b6c6152624
[react-faux-dom] Omit ReactFauxDomProps ( #25371 )
...
* [react-faux-dom] Omit ReactFauxDomProps
* [react-faux-dom] update tslint rules
strict-export-declare-modifiers: false
* [react-faux-dom] replace Omit<T, K>
replace Omit<T, K> with Pick<T, Exclude<keyof T, K>>
2018-05-07 10:43:12 -07:00
Justin Beckwith and Sheetal Nandi
4d1a953ea9
fix: add defined method on is npm module ( #25467 )
2018-05-07 10:42:21 -07:00
Tony Trinh and Sheetal Nandi
4d232442fa
feat: Add declarations for andyhu/transliteration ( #25542 )
...
* feat(andyhu/transliteration): Add types
* Remove unnecessary module declaration
* Set tsc strictFunctionTypes to true
2018-05-07 10:37:42 -07:00
Ilfat Galiev and Ryan Cavanaugh
9617a7fb65
Add type definitions for Power BI Custom Visuals API (powerbi-visuals-tools) ( #25021 )
...
* Added Power BI Custom Visuals API types
* Added UT
* Fix header of index.d.ts
* Code review
Update header
Remove empty VisualPermissions enumeration
Enable some rules
Added disable-next-line for no-unnecessary-generics
* Remove empty interfaces
2018-05-08 04:56:14 +12:00
AylaJK and Andy
b05072819b
Add passport-remember-me-extended ( #25551 )
2018-05-07 09:21:42 -07:00
Anderson Friaça and Andy
e051442fa0
Types for jquery-next-id ( #25552 )
2018-05-07 09:20:53 -07:00
NN and Andy
d7e112022a
Add json3 typing. ( #25543 )
2018-05-07 09:20:26 -07:00
denisname and Andy
021d2ad272
d3-polygon strict null check ( #25538 )
...
* d3-polygon strict null check
* Update tests
2018-05-07 09:19:12 -07:00
JounQin and Andy
e8849415f2
feat: add declarations for sw-precache-webpack-plugin ( #25541 )
...
* feat: add declarations for sw-precache-webpack-plugin
* override type of sw-precache option `importScripts`
2018-05-07 09:18:22 -07:00
Cedric van Putten and Andy
b14a53f475
[expo]: Add missing Updates module ( #25549 )
...
Expo has created the Updates module since SDK 26 to modify the update mechanism.
see https://docs.expo.io/versions/latest/sdk/updates
2018-05-07 09:16:24 -07:00
Klaus Meinhardt and Andy
a834f70fde
resolve: use ReadonlyArray for options ( #25544 )
2018-05-07 09:15:36 -07:00
Seamus Leahy and Andy
cf0c469c1b
Add missing parameter to gm's define method ( #25567 )
...
* Add missing value parameter to define method
* Increase version number
2018-05-07 09:15:16 -07:00
Andy Hanson
c93aa65106
Merge branch 'qlonik-freshy'
2018-05-07 09:10:25 -07:00
Andy Hanson
44cb792e09
Remove unnecessary
2018-05-07 09:10:08 -07:00
Andy Hanson
099445b63c
Merge branch 'freshy' of https://github.com/qlonik/DefinitelyTyped into qlonik-freshy
2018-05-07 09:09:42 -07:00
Nikita Volodin and Andy
3edecaf23a
feat(types/shelljs-exec-proxy): types for new module ( #25555 )
2018-05-07 09:08:43 -07:00
Tim Kendrick and Andy
db0789397a
[babel-types] Allow sparse ArrayExpression nodes ( #25556 )
2018-05-07 09:07:56 -07:00