Commit Graph

54 Commits

Author SHA1 Message Date
Nathan Shively-Sanders
47f35d05f2 Update CODEOWNERS 2019-02-01 09:29:31 -08:00
Benjamin Lichtman
95dad4fece Update CODEOWNERS 2019-01-25 10:35:17 -08:00
Nathan Shively-Sanders
454fa59126
Merge pull request #30850 from AlexJerabek/AlexJ-OfficeJSBeta
[office-js-preview] Add initial file set
2018-12-18 09:05:22 -08:00
Andrew Casey
b1d67d1027 Update CODEOWNERS 2018-12-07 13:36:29 -08:00
Mine Starks
e9b6c512cc
Merge pull request #30779 from KurtPreston/KurtPrestonUnsubscribe
Removing self as definition owner in reactstrap and react-jsonschema-form
2018-11-29 09:51:37 -08:00
Alex Jerabek
d36ed225cd Editing codeowners 2018-11-26 16:12:06 -08:00
Albert Kurniawan
0f79f9e451 Remove morcerf from codeowners 2018-11-24 18:43:10 +00:00
Kurt Preston
3a606a9bae Removing self as definition owner in reactstrap and react-jsonschema-form 2018-11-23 12:21:51 -06:00
Armando Aguirre
496ba25d2d Updated CODEOWNERS as of 2018-11-05 2018-11-05 13:20:18 -08:00
Ryan Cavanaugh
e3cd5fe933
Update CODEOWNERS 2018-10-10 13:55:56 -07:00
Michelle Scharlock
0979551474 Added codeowners and updated comments in custom-functions-runtime (#29482)
* added codeowners and updated comments in CF-runtime

* fixing whitespace issues
2018-10-08 14:32:34 -07:00
Andrew Casey
a5ebc35b1a Remove sirreal as an owner of react-jsonschema-form
Follow up to #26705 and #28803
2018-09-25 13:00:37 -07:00
Ryan Cavanaugh
5e4ef65229
9/17 update of CODEOWNERS (#28961) 2018-09-18 14:19:08 -07:00
Ryan Cavanaugh
63ecb8f56d
Update CODEOWNERS (#28569) 2018-08-31 15:04:20 -07:00
Daniel Rosenwasser
62c5c2b25b
Merge pull request #28300 from Jimexist/update-weixin-app-event-type
Update weixin app event type
2018-08-24 14:48:04 -07:00
Roberto Huertas
f5b87f3c5e fix(author): remove robertohuertasm from owners 2018-08-23 01:15:03 +02:00
Jiayu Liu
716717e626 add Jimexist 2018-08-22 23:51:35 +08:00
Marc Bornträger
1d0e817f1f
Removing myself as contributer 2018-08-15 20:18:14 +02:00
Jiayu Liu
057310a95d addint definitions for @tinajs/tina-redux (#27231) 2018-07-30 11:20:51 -07:00
Ryan Cavanaugh
9cc0de6422
Update CODEOWNERS (#27270) 2018-07-13 14:52:50 -07:00
Jiayu Liu
bf441f07a9 Add @tinajs/tina (#27191)
- [x] Use a meaningful title for the pull request. Include the name of the package modified.
- [x] Test the change in your own code. (Compile and run.)
- [x] Add or edit tests to reflect the change. (Run with `npm test`.)
- [x] Follow the advice from the [readme](https://github.com/DefinitelyTyped/DefinitelyTyped/blob/master/README.md#make-a-pull-request).
- [x] Avoid [common mistakes](https://github.com/DefinitelyTyped/DefinitelyTyped/blob/master/README.md#common-mistakes).
- [x] Run `npm run lint package-name` (or `tsc` if no `tslint.json` is present).
- [x] The package does not already provide its own types, or cannot have its `.d.ts` files generated via `--declaration`
- [x] If this is for an NPM package, match the name. If not, do not conflict with the name of an NPM package.
- [x] Create it with `dts-gen --dt`, not by basing it on an existing project.
- [x] `tslint.json` should be present, and `tsconfig.json` should have `noImplicitAny`, `noImplicitThis`, `strictNullChecks`, and `strictFunctionTypes` set to `true`.
2018-07-12 09:40:09 -07:00
Jiayu Liu
f83dee6c0e [wepy] modifying wx.request params (#27049)
* [wepy] modifying wx.request params

* updating code owners
2018-07-05 10:07:52 -07:00
Alex Jerabek
ea722824b6 Adding office-js documentation team to owner list 2018-06-29 15:38:11 -07:00
Jon Surrell
60cecf991d
Remove code ownership 2018-06-20 22:04:05 +02:00
Richardo2016
5fdd2574c9 [fibjs] update CODEOWNERS and Definitions by 2018-06-20 14:18:44 +08:00
Oliver Joseph Ash
10b90e8003 Node: remove myself as author 2018-05-30 09:34:15 +01:00
Benjamin Lichtman
0b088aaccf Update CODEOWNERS 2018-05-29 16:44:03 -07:00
Oliver Joseph Ash
f3eb7df93f
Node: remove myself as author
In addition to https://github.com/DefinitelyTyped/DefinitelyTyped/pull/25610
2018-05-15 08:32:09 +01:00
wind-rider
797b4c3622 Remove myself from Noble authors list 2018-05-13 14:17:43 +02:00
Joseph Kohlmann
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
Aneil Mallavarapu
33babb4010 Add types/jsonwebtokens-promisified (#25038)
* Add jsonwebtoken-promisified

* Add types/jsonwebtoken-promisified

* Remove tslint ignore statements & fix issues
2018-04-17 07:58:44 -07:00
Daniel Rosenwasser
2ca53b72e4
Avoid language that encourages users to send .d.ts PRs to libraries 2018-04-11 16:35:18 -07:00
Andy
fee7a9e116
Update CODEOWNERS (#24849) 2018-04-09 11:57:57 -07:00
Andy
03aba67bf9 Update CODEOWNERS (#24847) 2018-04-09 11:45:56 -07:00
Chad Johnston
d764612c2b Add line to PR template calling out tests.
Add a specific line to make it more explicit that adding/editing tests is an expected part of changes.
2018-03-01 10:18:10 -07:00
Grant Timmerman
445fc73238 Re-add @grant (#23991)
* Re-add @grant

* Add grant to index.d.ts
2018-03-01 07:48:56 -08:00
Andy
37dc307d9e
Update CODEOWNERS (#23955) 2018-02-27 09:58:46 -08:00
Grant Timmerman
cc4dd22133 Add Google Apps Script Slides (#23657)
* Add Apps Script Google Slides

* Update CODEOWNERS

* Update CODEOWNERS
2018-02-26 07:19:22 -08:00
Ryan Cavanaugh
d16ae7ac34
Update CODEOWNERS (#22765) 2018-01-08 13:31:21 -08:00
Andy
a685fea8b2 Update CODEOWNERS (#22677) 2018-01-04 12:28:16 -08:00
Matt
a374bea71d [flatpickr] Fix #20701: Deprecate redundant "flatpickr" types (#20983)
* Cut: Run "not-needed" script.

* Cut: .github/CODEOWNERS entries.

* Fix: "react-flatpickr" definition file and tests.
2017-10-25 11:51:41 -07:00
Christopher Deutsch
4e3b7eda54 Updated types for puppeteer v0.12 (#20620) 2017-10-24 08:02:18 -07:00
Andy
be60958bd8 Mention strictFunctionTypes in PULL_REQUUEST_TEMPLATE (#20736) 2017-10-19 13:23:32 -07:00
Andy
18ab71a912 Additions to ISSUE_TEMPLATE (#20735) 2017-10-19 13:23:16 -07:00
Andy Hanson
0b214148d0 Update CODEOWNERS 2017-10-18 14:26:11 -07:00
Christopher Deutsch
9c1dc77ef4 Updated react-autosuggest for version 9.3.X (#20442)
`react-autosuggest` had some breaking changes.

Previously Autosuggest was defined with `any` props which meant no type checking was happening.

New definition enables type checking when using `Autosuggest` component.
```
declare class Autosuggest extends React.Component<Autosuggest.AutosuggestProps> {}
```
2017-10-16 11:36:31 -07:00
Andy
067862cbaf Update CODEOWNERS (#19248) 2017-08-22 12:15:07 -07:00
Andy
aa57351ab3 Fix CODEOWNERS: Remove commas (#19244) 2017-08-22 10:54:01 -07:00
Andy
f08aacc886 Fixes to CODEOWNERS (#19140) 2017-08-18 13:43:39 -07:00
Andy
5002dcc843 Add CODEOWNERS file (#18991) 2017-08-15 13:42:13 -07:00