From 2a861ce18406bae3ee6e87a14adf332f6c2636e6 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 5 May 2020 13:31:49 -0400 Subject: [PATCH] Bump jquery from 3.4.1 to 3.5.0 (#64884) # Conflicts: # packages/kbn-ui-shared-deps/package.json # src/plugins/visualize/public/application/editor/editor.html # x-pack/plugins/monitoring/public/directives/main/index.html --- package.json | 2 +- packages/kbn-ui-framework/package.json | 2 +- packages/kbn-ui-shared-deps/package.json | 2 +- .../listing/dashboard_listing_ng_wrapper.html | 2 +- .../edit_index_pattern.html | 2 +- .../visualize/np_ready/editor/editor.html | 4 +- .../public/application/editor/editor.html | 104 ++++++ .../public/angular/listing_ng_wrapper.html | 2 +- .../public/directives/main/index.html | 6 +- x-pack/package.json | 2 +- .../graph/public/angular/templates/index.html | 2 +- .../angular/templates/listing_ng_wrapper.html | 2 +- .../public/directives/main/index.html | 317 ++++++++++++++++++ yarn.lock | 14 +- 14 files changed, 442 insertions(+), 21 deletions(-) create mode 100644 src/plugins/visualize/public/application/editor/editor.html create mode 100644 x-pack/plugins/monitoring/public/directives/main/index.html diff --git a/package.json b/package.json index 78149ab3b1ab5..54d81c7a084a6 100644 --- a/package.json +++ b/package.json @@ -194,7 +194,7 @@ "inert": "^5.1.0", "inline-style": "^2.0.0", "joi": "^13.5.2", - "jquery": "^3.4.1", + "jquery": "^3.5.0", "js-yaml": "3.13.1", "json-stable-stringify": "^1.0.1", "json-stringify-pretty-compact": "1.2.0", diff --git a/packages/kbn-ui-framework/package.json b/packages/kbn-ui-framework/package.json index f753a0199fc75..02145314ecfa0 100644 --- a/packages/kbn-ui-framework/package.json +++ b/packages/kbn-ui-framework/package.json @@ -50,7 +50,7 @@ "html": "1.0.0", "html-loader": "^0.5.5", "imports-loader": "^0.8.0", - "jquery": "^3.4.1", + "jquery": "^3.5.0", "keymirror": "0.1.1", "moment": "^2.24.0", "node-sass": "^4.13.1", diff --git a/packages/kbn-ui-shared-deps/package.json b/packages/kbn-ui-shared-deps/package.json index 7eb515e6cda3f..72d6312c23579 100644 --- a/packages/kbn-ui-shared-deps/package.json +++ b/packages/kbn-ui-shared-deps/package.json @@ -17,7 +17,7 @@ "core-js": "^3.2.1", "custom-event-polyfill": "^0.3.0", "elasticsearch-browser": "^16.5.0", - "jquery": "^3.4.1", + "jquery": "^3.5.0", "moment": "^2.24.0", "moment-timezone": "^0.5.27", "monaco-editor": "~0.17.0", diff --git a/src/legacy/core_plugins/kibana/public/dashboard/np_ready/listing/dashboard_listing_ng_wrapper.html b/src/legacy/core_plugins/kibana/public/dashboard/np_ready/listing/dashboard_listing_ng_wrapper.html index f473e91af7ae9..f57c10d1a48dd 100644 --- a/src/legacy/core_plugins/kibana/public/dashboard/np_ready/listing/dashboard_listing_ng_wrapper.html +++ b/src/legacy/core_plugins/kibana/public/dashboard/np_ready/listing/dashboard_listing_ng_wrapper.html @@ -8,4 +8,4 @@ listing-limit="listingLimit" hide-write-controls="hideWriteControls" initial-filter="initialFilter" -/> +> diff --git a/src/legacy/core_plugins/kibana/public/management/sections/index_patterns/edit_index_pattern/edit_index_pattern.html b/src/legacy/core_plugins/kibana/public/management/sections/index_patterns/edit_index_pattern/edit_index_pattern.html index 07e5b104d56b3..715762a2ffe0b 100644 --- a/src/legacy/core_plugins/kibana/public/management/sections/index_patterns/edit_index_pattern/edit_index_pattern.html +++ b/src/legacy/core_plugins/kibana/public/management/sections/index_patterns/edit_index_pattern/edit_index_pattern.html @@ -83,7 +83,7 @@ /> diff --git a/src/legacy/core_plugins/kibana/public/visualize/np_ready/editor/editor.html b/src/legacy/core_plugins/kibana/public/visualize/np_ready/editor/editor.html index 0dcacd30fba4e..8cfe322c0105d 100644 --- a/src/legacy/core_plugins/kibana/public/visualize/np_ready/editor/editor.html +++ b/src/legacy/core_plugins/kibana/public/visualize/np_ready/editor/editor.html @@ -76,7 +76,7 @@ filters="filters" query="query" app-state="appState" - /> + >
+ > diff --git a/src/plugins/visualize/public/application/editor/editor.html b/src/plugins/visualize/public/application/editor/editor.html new file mode 100644 index 0000000000000..3c3455fb34f18 --- /dev/null +++ b/src/plugins/visualize/public/application/editor/editor.html @@ -0,0 +1,104 @@ +