Skip to content

Commit 4cf7a3b

Browse files
committed
merge master / fix conflicts
2 parents 7987d95 + 26ddfb2 commit 4cf7a3b

File tree

585 files changed

+12772
-6250
lines changed

Some content is hidden

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

585 files changed

+12772
-6250
lines changed

.github/workflows/pr-project-assigner.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,5 +11,5 @@ jobs:
1111
uses: elastic/github-actions/project-assigner@v1.0.0
1212
id: project_assigner
1313
with:
14-
issue-mappings: '[{"label": "Team:AppAch", "projectName": "kibana-app-arch", "columnId": 6173897}]'
15-
ghToken: ${{ secrets.GITHUB_TOKEN }}
14+
issue-mappings: '[{"label": "Team:AppArch", "projectName": "kibana-app-arch", "columnId": 6173897}, {"label": "Feature:Lens", "projectName": "Lens", "columnId": 6219362}]'
15+
ghToken: ${{ secrets.GITHUB_TOKEN }}

.github/workflows/project-assigner.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ jobs:
1111
uses: elastic/github-actions/project-assigner@v1.0.0
1212
id: project_assigner
1313
with:
14-
issue-mappings: '[{"label": "Team:AppArch", "projectName": "kibana-app-arch", "columnId": 6173895}]'
14+
issue-mappings: '[{"label": "Team:AppArch", "projectName": "kibana-app-arch", "columnId": 6173895}, {"label": "Feature:Lens", "projectName": "Lens", "columnId": 6219363}]'
1515
ghToken: ${{ secrets.GITHUB_TOKEN }}
1616

1717

.gitignore

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,6 @@ disabledPlugins
2929
webpackstats.json
3030
/config/*
3131
!/config/kibana.yml
32-
!/config/apm.js
3332
coverage
3433
selenium
3534
.babel_register_cache.json

.node-version

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
10.15.2
1+
10.18.0

.nvmrc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
10.15.2
1+
10.18.0

config/apm.js

Lines changed: 0 additions & 87 deletions
This file was deleted.

package.json

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -112,10 +112,11 @@
112112
"dependencies": {
113113
"@babel/core": "^7.5.5",
114114
"@babel/register": "^7.7.0",
115+
"@elastic/apm-rum": "^4.6.0",
115116
"@elastic/charts": "^14.0.0",
116117
"@elastic/datemath": "5.0.2",
117118
"@elastic/ems-client": "1.0.5",
118-
"@elastic/eui": "17.0.0",
119+
"@elastic/eui": "17.1.2",
119120
"@elastic/filesaver": "1.1.2",
120121
"@elastic/good": "8.1.1-kibana2",
121122
"@elastic/numeral": "2.3.3",
@@ -364,8 +365,8 @@
364365
"@types/uuid": "^3.4.4",
365366
"@types/vinyl-fs": "^2.4.11",
366367
"@types/zen-observable": "^0.8.0",
367-
"@typescript-eslint/eslint-plugin": "^2.10.0",
368-
"@typescript-eslint/parser": "^2.10.0",
368+
"@typescript-eslint/eslint-plugin": "^2.12.0",
369+
"@typescript-eslint/parser": "^2.12.0",
369370
"angular-mocks": "^1.7.8",
370371
"archiver": "^3.1.1",
371372
"axe-core": "^3.3.2",
@@ -467,7 +468,7 @@
467468
"zlib": "^1.0.5"
468469
},
469470
"engines": {
470-
"node": "10.15.2",
471+
"node": "10.18.0",
471472
"yarn": "^1.21.1"
472473
}
473474
}

packages/eslint-config-kibana/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,8 +15,8 @@
1515
},
1616
"homepage": "https://github.com/elastic/eslint-config-kibana#readme",
1717
"peerDependencies": {
18-
"@typescript-eslint/eslint-plugin": "^2.10.0",
19-
"@typescript-eslint/parser": "^2.10.0",
18+
"@typescript-eslint/eslint-plugin": "^2.12.0",
19+
"@typescript-eslint/parser": "^2.12.0",
2020
"babel-eslint": "^10.0.3",
2121
"eslint": "^6.5.1",
2222
"eslint-plugin-babel": "^5.3.0",

packages/kbn-utility-types/index.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,7 @@
1818
*/
1919

2020
import { PromiseType } from 'utility-types';
21+
export { $Values, Required, Optional, Class } from 'utility-types';
2122

2223
/**
2324
* Returns wrapped type of a promise.

packages/kbn-utility-types/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
"clean": "del target"
1414
},
1515
"dependencies": {
16-
"utility-types": "^3.7.0"
16+
"utility-types": "^3.10.0"
1717
},
1818
"devDependencies": {
1919
"del-cli": "^3.0.0",

0 commit comments

Comments
 (0)