Skip to content

Commit 160dbb9

Browse files
Merge branch 'master' into np/reactify_visualize
2 parents 03dec22 + cc4c172 commit 160dbb9

File tree

406 files changed

+5525
-4405
lines changed

Some content is hidden

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

406 files changed

+5525
-4405
lines changed

Jenkinsfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ kibanaPipeline(timeoutMinutes: 155, checkPrChanges: true) {
4141
'xpack-ciGroup9': kibanaPipeline.xpackCiGroupProcess(9),
4242
'xpack-ciGroup10': kibanaPipeline.xpackCiGroupProcess(10),
4343
'xpack-accessibility': kibanaPipeline.functionalTestProcess('xpack-accessibility', './test/scripts/jenkins_xpack_accessibility.sh'),
44-
'xpack-pageLoadMetrics': kibanaPipeline.functionalTestProcess('xpack-pageLoadMetrics', './test/scripts/jenkins_xpack_page_load_metrics.sh'),
44+
// 'xpack-pageLoadMetrics': kibanaPipeline.functionalTestProcess('xpack-pageLoadMetrics', './test/scripts/jenkins_xpack_page_load_metrics.sh'),
4545
'xpack-securitySolutionCypress': { processNumber ->
4646
whenChanged(['x-pack/plugins/security_solution/', 'x-pack/test/security_solution_cypress/']) {
4747
kibanaPipeline.functionalTestProcess('xpack-securitySolutionCypress', './test/scripts/jenkins_security_solution_cypress.sh')(processNumber)

package.json

Lines changed: 9 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -259,7 +259,7 @@
259259
"reselect": "^4.0.0",
260260
"resize-observer-polyfill": "^1.5.0",
261261
"rison-node": "1.0.2",
262-
"rxjs": "^6.5.3",
262+
"rxjs": "^6.5.5",
263263
"script-loader": "0.7.2",
264264
"seedrandom": "^3.0.5",
265265
"semver": "^5.5.0",
@@ -346,7 +346,7 @@
346346
"@types/history": "^4.7.3",
347347
"@types/hoek": "^4.1.3",
348348
"@types/inert": "^5.1.2",
349-
"@types/jest": "24.0.19",
349+
"@types/jest": "^25.2.3",
350350
"@types/joi": "^13.4.2",
351351
"@types/jquery": "^3.3.31",
352352
"@types/js-yaml": "^3.11.1",
@@ -391,6 +391,7 @@
391391
"@types/supertest-as-promised": "^2.0.38",
392392
"@types/tar": "^4.0.3",
393393
"@types/testing-library__dom": "^6.10.0",
394+
"@types/testing-library__jest-dom": "^5.7.0",
394395
"@types/testing-library__react": "^9.1.2",
395396
"@types/testing-library__react-hooks": "^3.1.0",
396397
"@types/type-detect": "^4.0.1",
@@ -403,7 +404,7 @@
403404
"archiver": "^3.1.1",
404405
"axe-core": "^3.4.1",
405406
"babel-eslint": "^10.0.3",
406-
"babel-jest": "^24.9.0",
407+
"babel-jest": "^25.5.1",
407408
"babel-plugin-istanbul": "^6.0.0",
408409
"backport": "5.4.1",
409410
"chai": "3.5.0",
@@ -423,7 +424,7 @@
423424
"eslint-plugin-ban": "^1.4.0",
424425
"eslint-plugin-cypress": "^2.8.1",
425426
"eslint-plugin-import": "^2.19.1",
426-
"eslint-plugin-jest": "^23.3.0",
427+
"eslint-plugin-jest": "^23.10.0",
427428
"eslint-plugin-jsx-a11y": "^6.2.3",
428429
"eslint-plugin-mocha": "^6.2.2",
429430
"eslint-plugin-no-unsanitized": "^3.0.2",
@@ -452,8 +453,10 @@
452453
"intl-messageformat-parser": "^1.4.0",
453454
"is-path-inside": "^2.1.0",
454455
"istanbul-instrumenter-loader": "3.0.1",
455-
"jest": "^24.9.0",
456-
"jest-cli": "^24.9.0",
456+
"jest": "^25.5.4",
457+
"jest-environment-jsdom-thirteen": "^1.0.1",
458+
"jest-circus": "^25.5.4",
459+
"jest-cli": "^25.5.4",
457460
"jest-raw-loader": "^1.0.1",
458461
"jimp": "^0.9.6",
459462
"json5": "^1.0.1",

packages/eslint-config-kibana/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@
2323
"eslint-plugin-ban": "^1.4.0",
2424
"eslint-plugin-jsx-a11y": "^6.2.3",
2525
"eslint-plugin-import": "^2.19.1",
26-
"eslint-plugin-jest": "^23.3.0",
26+
"eslint-plugin-jest": "^23.10.0",
2727
"eslint-plugin-mocha": "^6.2.2",
2828
"eslint-plugin-no-unsanitized": "^3.0.2",
2929
"eslint-plugin-prefer-object-spread": "^1.2.1",

packages/kbn-dev-utils/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818
"getopts": "^2.2.5",
1919
"load-json-file": "^6.2.0",
2020
"moment": "^2.24.0",
21-
"rxjs": "^6.5.3",
21+
"rxjs": "^6.5.5",
2222
"tree-kill": "^1.2.2",
2323
"tslib": "^2.0.0"
2424
},

packages/kbn-dev-utils/src/serializers/absolute_path_serializer.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ import { REPO_ROOT } from '../repo_root';
2121

2222
export function createAbsolutePathSerializer(rootPath: string = REPO_ROOT) {
2323
return {
24-
print: (value: string) => value.replace(rootPath, '<absolute path>').replace(/\\/g, '/'),
24+
serialize: (value: string) => value.replace(rootPath, '<absolute path>').replace(/\\/g, '/'),
2525
test: (value: any) => typeof value === 'string' && value.startsWith(rootPath),
2626
};
2727
}

packages/kbn-optimizer/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -31,15 +31,15 @@
3131
"execa": "^4.0.2",
3232
"file-loader": "^4.2.0",
3333
"istanbul-instrumenter-loader": "^3.0.1",
34-
"jest-diff": "^25.1.0",
34+
"jest-diff": "^25.5.0",
3535
"json-stable-stringify": "^1.0.1",
3636
"loader-utils": "^1.2.3",
3737
"node-sass": "^4.13.0",
3838
"normalize-path": "^3.0.0",
3939
"postcss-loader": "^3.0.0",
4040
"raw-loader": "^3.1.0",
4141
"resolve-url-loader": "^3.1.1",
42-
"rxjs": "^6.5.3",
42+
"rxjs": "^6.5.5",
4343
"sass-loader": "^8.0.2",
4444
"style-loader": "^1.1.3",
4545
"terser-webpack-plugin": "^2.1.2",

packages/kbn-optimizer/src/integration_tests/basic_optimization.test.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ const MOCK_REPO_SRC = Path.resolve(__dirname, '../__fixtures__/mock_repo');
3333
const MOCK_REPO_DIR = Path.resolve(TMP_DIR, 'mock_repo');
3434

3535
expect.addSnapshotSerializer({
36-
print: (value: string) => value.split(REPO_ROOT).join('<absolute path>').replace(/\\/g, '/'),
36+
serialize: (value: string) => value.split(REPO_ROOT).join('<absolute path>').replace(/\\/g, '/'),
3737
test: (value: any) => typeof value === 'string' && value.includes(REPO_ROOT),
3838
});
3939

0 commit comments

Comments
 (0)