Commit Graph

46511 Commits

Author SHA1 Message Date
Nathan Shively-Sanders
1b42d40216 Merge pull request #26527 from YouriT/patch-1
Mongoose: expose Aggregate.count(..) method
2018-06-19 11:09:26 -07:00
Nathan Shively-Sanders
52c9a08bcd Merge pull request #26612 from tdip/master
Change traverse.paths type from string[] to string[][], since the fun…
2018-06-19 11:08:15 -07:00
Nathan Shively-Sanders
46dc511706 Merge pull request #26449 from leonard-thieu/jquery/deprecations
[jquery] Add guidance for deprecated APIs.
2018-06-19 11:05:50 -07:00
Nathan Shively-Sanders
7a1ad856b8 Merge pull request #26644 from amacleay/storybook-addon-options-newnames
Add newer option names to storybook__addon-options
2018-06-19 10:29:43 -07:00
Nathan Shively-Sanders
3ad6943116 Merge pull request #26648 from amacleay/storybook__addon-notes-withmarkdownnotes
Add withMarkdownNotes to storybook__addon-notes
2018-06-19 10:28:44 -07:00
Nathan Shively-Sanders
a59fad28e1 Merge pull request #26668 from icholy/master
geojson: Add MultiLineString to Geometry union
2018-06-19 10:28:06 -07:00
Nathan Shively-Sanders
305612f4ac Merge pull request #26642 from AlexJerabek/AlexJ-TableFlip
Office-js: Converting table syntax from markdown to HTML
2018-06-19 09:23:20 -07:00
Nathan Shively-Sanders
53cd143565 Merge pull request #26651 from AlexJerabek/AlexJ-CodeMarkdown
Office-js: Adding @beta annotations and code markdown
2018-06-19 09:17:52 -07:00
Nathan Shively-Sanders
e889c4aa51 Merge pull request #26595 from devuxer/master
Added href to SVGAttributes<T> for React
2018-06-19 09:16:48 -07:00
Nathan Shively-Sanders
1540aacc75 Merge pull request #26658 from LinusU/stripe-trial-days
stripe: add missing properties to IPlan
2018-06-19 09:14:59 -07:00
Nathan Shively-Sanders
b2afbb4d31 Merge pull request #26667 from dex4er/nodemailer
Nodemailer: update to v4.6.7
2018-06-19 09:13:33 -07:00
Ilia Choly
72565de93c geojson: Add MultiLineString to Geometry union 2018-06-19 11:31:59 -04:00
Nathan Shively-Sanders
ab65055b2f Merge pull request #26590 from cscleison/master
new-relic-browser: Export api and fix doc
2018-06-19 06:53:44 -07:00
Piotr Roszatycki
b02db5b0ee nodemailer: JSONTransport.Options has skipEncoding 2018-06-19 15:07:11 +02:00
Piotr Roszatycki
2598e04e13 nodemailer: Mail.use returns this 2018-06-19 14:58:02 +02:00
Cleison Stein
2ffb7eaf37 Fix import in test 2018-06-19 08:47:25 -03:00
Leonard Thieu
7591cf4318 Merge branch 'master' of https://github.com/DefinitelyTyped/DefinitelyTyped into jquery/deprecations
# Conflicts:
#	types/jquery/index.d.ts
2018-06-19 07:18:56 -04:00
Linus Unnebäck
5ffc7c95b1 stripe: add missing properties to IPlan 2018-06-19 10:50:02 +01:00
Alex Jerabek
3bf0a3df71 Adding @beta annotations and code markdown 2018-06-18 17:11:34 -07:00
devuxer
2aabf9153a Added href to SVGAttributes<T>
According to MDN, `xlink:href` has been deprecated. The recommendation is to use `href` (without the namespace prefix) instead. 
Source: https://developer.mozilla.org/en-US/docs/Web/SVG/Attribute/xlink:href
2018-06-18 16:57:43 -07:00
Alex Jerabek
f243d2142a Merge remote-tracking branch 'upstream/master' 2018-06-18 16:04:47 -07:00
Andrew MacLeay
48d8ca1650 Add withMarkdownNotes to storybook__addon-notes
Adding the option from
https://github.com/storybooks/storybook/pull/2946/files
2018-06-18 19:02:28 -04:00
Nathan Shively-Sanders
085e63ecf0 Merge pull request #26639 from stieg/add_push_each_schema_option_flag
Add `usePushEach` flag to Mongoose Schema Options
2018-06-18 15:41:50 -07:00
Nathan Shively-Sanders
605a32a08d Merge pull request #26526 from AlexJerabek/AlexJ-DialogObject
Office-js: Updating Dialog Type
2018-06-18 15:38:38 -07:00
Nathan Shively-Sanders
f0526da9e8 Merge pull request #26638 from Swapcard-Corporation/feature/mongodb-no-implicit-any
Fixed mongodb typings implicit any error
2018-06-18 15:37:33 -07:00
Nathan Shively-Sanders
ba6955eb3f Merge pull request #26613 from ZaneHannanAU/patch-2
Missing definition for `dns.resolveAny` and `dns.resolve(domain, 'ANY')` in `@types/node`
2018-06-18 15:13:59 -07:00
Andrew MacLeay
c5990d7b9e Add selectedAddonPanel to storybook__addon-options
Following https://github.com/storybooks/storybook/pull/1641
2018-06-18 18:11:31 -04:00
Andrew MacLeay
75cfa7a008 Add newer option names to storybook__addon-options
Following https://github.com/storybooks/storybook/pull/1692/files

```
showLeftPanel    -> showStoriesPanel
showDownPanel    -> showAddonPanel
downPanelInRight -> addonPanelInRight
```
2018-06-18 18:11:31 -04:00
Nathan Shively-Sanders
b03f41a8b4 Merge pull request #26623 from kwkelly/master
Adds support in inquirer for selection of different input and output streams
2018-06-18 15:04:32 -07:00
Nathan Shively-Sanders
68ddb0ee31 Merge pull request #26383 from dannycochran/patch-10
plugin function expects SuperAgentRequest
2018-06-18 15:04:17 -07:00
Nathan Shively-Sanders
250d7e5942 Merge pull request #26597 from jonathaningram/fix-react-stripe-elements-stripe-provider-prop
react-stripe-elements: fix StripeProvider stripe prop
2018-06-18 15:02:41 -07:00
Alex Jerabek
886e3b0e95 Merging with master 2018-06-18 14:56:37 -07:00
Alex Jerabek
4e0b9f41f5 Merge remote-tracking branch 'upstream/master' 2018-06-18 14:51:44 -07:00
Nathan Shively-Sanders
b618d9812e Merge pull request #26363 from lostfictions/add-react-pointer-events
[@types/react] Upgrade types for React 16.4; add Pointer Events support (wip, awaiting feedback)
2018-06-18 14:48:15 -07:00
Nathan Shively-Sanders
bf760f5928 Merge pull request #26519 from AlexJerabek/AlexJ-OutlookMigration
Office-js: Adding Overloaded Fields to Item Subclasses
2018-06-18 14:43:13 -07:00
Nathan Shively-Sanders
545210a449 Merge pull request #26452 from leonard-thieu/jquery/doc-links
[jquery] Fix documentation links for Visual Studio Code.
2018-06-18 14:28:22 -07:00
Daniel
031a3356f6 add semicolon 2018-06-18 14:19:52 -07:00
Nathan Shively-Sanders
a4ac890e6e Merge pull request #26420 from leonard-thieu/jquery/bluebird-global
[jquery] Fix compatibility issue with `@types/bluebird-global`.
2018-06-18 14:14:22 -07:00
Jordan Van Walleghem
d01f89083f Merge branch 'master' into feature/mongodb-no-implicit-any 2018-06-18 23:08:06 +02:00
Alex Jerabek
fd4d2a2907 Merge remote-tracking branch 'upstream/master' into AlexJ-TableFlip 2018-06-18 14:00:42 -07:00
Nathan Shively-Sanders
4d93a47741 Merge pull request #26471 from jounisuo/chai-spies-sandbox-restore
[@types/chai-spies] Added possibility to create sandboxes and restore original methods.
2018-06-18 13:52:44 -07:00
Nathan Shively-Sanders
8e73592e95 Merge pull request #26618 from bioball/nodemailer-add-le
nodemailer: add typings for LeUnix and LeWindows
2018-06-18 13:45:55 -07:00
Nathan Shively-Sanders
e2633f9b02 Merge pull request #26614 from DerekTBrown/patch-1
Add `rejectOnError` to `define`
2018-06-18 13:44:11 -07:00
Nathan Shively-Sanders
71d2685e0f Merge pull request #26630 from ZSkycat/patch-webpack
[webpack] fix WebpackConfig.Node value type
2018-06-18 13:43:13 -07:00
Alex Jerabek
28cf1b6a23 Merge remote-tracking branch 'upstream/master' into AlexJ-OutlookMigration 2018-06-18 13:41:00 -07:00
Alex Jerabek
1a29b512f8 Merge remote-tracking branch 'upstream/master' 2018-06-18 13:40:16 -07:00
Nathan Shively-Sanders
203851b7bc Merge pull request #26610 from shssoichiro/query-string-6.1-up
[query-string] Update definitions for 6.1
2018-06-18 13:37:51 -07:00
Alex Jerabek
8bdcc5620c Merging with master and cleaning up link changes 2018-06-18 13:36:25 -07:00
Nathan Shively-Sanders
0a2d673cd1 Merge pull request #26615 from cprecioso/lodash/fp/fixTypo
[lodash/fp] Fix typo in placeholder
2018-06-18 13:32:16 -07:00
Nathan Shively-Sanders
aed0403fd5 Merge pull request #26603 from Miklet/feature/jest_each
[jest] Definitions for jest's each function
2018-06-18 13:31:22 -07:00