Skip to content

Commit b957985

Browse files
committed
Merge remote-tracking branch 'upstream/master' into 2020_03_18-update_elastic-charts-18.1.0
2 parents fdaa462 + 2eda06e commit b957985

222 files changed

Lines changed: 7314 additions & 3583 deletions

File tree

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

docs/development/plugins/data/server/kibana-plugin-plugins-data-server.md

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,6 @@
6060
| [esQuery](./kibana-plugin-plugins-data-server.esquery.md) | |
6161
| [fieldFormats](./kibana-plugin-plugins-data-server.fieldformats.md) | |
6262
| [indexPatterns](./kibana-plugin-plugins-data-server.indexpatterns.md) | |
63-
| [search](./kibana-plugin-plugins-data-server.search.md) | |
6463

6564
## Type Aliases
6665

@@ -70,6 +69,5 @@
7069
| [IFieldFormatsRegistry](./kibana-plugin-plugins-data-server.ifieldformatsregistry.md) | |
7170
| [ISearch](./kibana-plugin-plugins-data-server.isearch.md) | |
7271
| [ISearchCancel](./kibana-plugin-plugins-data-server.isearchcancel.md) | |
73-
| [ParsedInterval](./kibana-plugin-plugins-data-server.parsedinterval.md) | |
7472
| [TSearchStrategyProvider](./kibana-plugin-plugins-data-server.tsearchstrategyprovider.md) | Search strategy provider creates an instance of a search strategy with the request handler context bound to it. This way every search strategy can use whatever information they require from the request context. |
7573

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -171,7 +171,7 @@
171171
"elastic-apm-node": "^3.2.0",
172172
"elasticsearch": "^16.5.0",
173173
"elasticsearch-browser": "^16.5.0",
174-
"execa": "^3.2.0",
174+
"execa": "^4.0.0",
175175
"expiry-js": "0.1.7",
176176
"fast-deep-equal": "^3.1.1",
177177
"file-loader": "4.2.0",
@@ -460,7 +460,7 @@
460460
"multistream": "^2.1.1",
461461
"murmurhash3js": "3.0.1",
462462
"mutation-observer": "^1.0.3",
463-
"nock": "10.0.6",
463+
"nock": "12.0.3",
464464
"node-sass": "^4.13.1",
465465
"normalize-path": "^3.0.0",
466466
"nyc": "^14.1.1",

packages/kbn-dev-utils/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
"dependencies": {
1313
"chalk": "^2.4.2",
1414
"dedent": "^0.7.0",
15-
"execa": "^3.2.0",
15+
"execa": "^4.0.0",
1616
"exit-hook": "^2.2.0",
1717
"getopts": "^2.2.5",
1818
"load-json-file": "^6.2.0",

packages/kbn-es/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
"chalk": "^2.4.2",
1212
"dedent": "^0.7.0",
1313
"del": "^5.1.0",
14-
"execa": "^3.2.0",
14+
"execa": "^4.0.0",
1515
"getopts": "^2.2.4",
1616
"glob": "^7.1.2",
1717
"node-fetch": "^2.6.0",

packages/kbn-plugin-generator/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
"dependencies": {
77
"chalk": "^2.4.2",
88
"dedent": "^0.7.0",
9-
"execa": "^3.2.0",
9+
"execa": "^4.0.0",
1010
"getopts": "^2.2.4",
1111
"lodash.camelcase": "^4.3.0",
1212
"lodash.kebabcase": "^4.1.1",

packages/kbn-plugin-helpers/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
"argv-split": "^2.0.1",
1818
"commander": "^3.0.0",
1919
"del": "^5.1.0",
20-
"execa": "^3.2.0",
20+
"execa": "^4.0.0",
2121
"globby": "^8.0.1",
2222
"gulp-babel": "^8.0.0",
2323
"gulp-rename": "1.4.0",

0 commit comments

Comments
 (0)