From a72b8ceffeffd6c9e826e3e7d678187505970879 Mon Sep 17 00:00:00 2001 From: Joe Portner <5295965+jportner@users.noreply.github.com> Date: Tue, 5 May 2020 17:10:13 -0400 Subject: [PATCH] [6.8] Bump jquery from 3.4.1 to 3.5.0 (#64884) (#65336) --- package.json | 2 +- packages/kbn-ui-framework/package.json | 2 +- .../public/src/directives/history.html | 2 +- .../loading_button/loading_button.html | 5 ++- .../listing/dashboard_listing_ng_wrapper.html | 2 +- .../kibana/public/home/home_ng_wrapper.html | 2 +- .../public/visualize/editor/editor.html | 4 +-- .../directives/__tests__/confirm-click.js | 2 +- .../public/vis/editors/default/default.html | 4 +-- x-pack/package.json | 2 +- .../plugins/graph/public/templates/index.html | 14 ++++---- .../public/main.html | 2 +- .../public/angular/listing_ng_wrapper.html | 2 +- .../content_types/card_document_count.html | 2 +- .../content_types/card_number.html | 2 +- .../field_data_card/field_data_card.html | 4 +-- .../job_select_list/job_select_list.html | 2 +- .../loading_indicator_wrapper.html | 4 +-- .../public/datavisualizer/datavisualizer.html | 6 ++-- .../datavisualizer_sidebar.html | 4 +-- .../plugins/ml/public/explorer/explorer.html | 2 +- .../detector_filter_modal.html | 12 +++---- .../public/jobs/new_job/advanced/new_job.html | 34 +++++++++---------- .../bucket_span_selection.html | 2 +- .../general_job_details.html | 2 +- .../components/watcher/create_watch.html | 2 +- .../multi_metric/create_job/create_job.html | 2 +- .../population/create_job/create_job.html | 2 +- .../recognize/create_job/create_job.html | 11 +++--- .../single_metric/create_job/create_job.html | 12 +++---- .../wizard/steps/job_type/job_type.html | 17 +++++----- .../timeseriesexplorer.html | 18 +++++----- .../public/directives/main/index.html | 4 +-- .../public/views/logged_out/logged_out.html | 2 +- .../security/public/views/login/login.html | 2 +- .../views/management/edit_role/edit_role.html | 2 +- .../public/views/management/edit_user.html | 2 +- .../public/views/management/users.html | 2 +- .../public/views/management/template.html | 2 +- .../public/views/nav_control/nav_control.html | 2 +- .../views/space_selector/space_selector.html | 2 +- yarn.lock | 14 ++++---- 42 files changed, 108 insertions(+), 111 deletions(-) diff --git a/package.json b/package.json index b5907154e7ac9..92d072bad674e 100644 --- a/package.json +++ b/package.json @@ -180,7 +180,7 @@ "https-proxy-agent": "^5.0.0", "inert": "^5.1.0", "joi": "^13.5.2", - "jquery": "^3.4.1", + "jquery": "^3.5.0", "js-yaml": "3.13.1", "json-stringify-pretty-compact": "1.0.4", "json-stringify-safe": "5.0.1", diff --git a/packages/kbn-ui-framework/package.json b/packages/kbn-ui-framework/package.json index a74e020a7cda9..9488d9053e529 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.20.1", "node-sass": "^4.9.4", diff --git a/src/legacy/core_plugins/console/public/src/directives/history.html b/src/legacy/core_plugins/console/public/src/directives/history.html index e13642225a5f3..df0e61686addb 100644 --- a/src/legacy/core_plugins/console/public/src/directives/history.html +++ b/src/legacy/core_plugins/console/public/src/directives/history.html @@ -32,7 +32,7 @@ - + -
+
+ > diff --git a/src/ui/public/directives/__tests__/confirm-click.js b/src/ui/public/directives/__tests__/confirm-click.js index 08bce6aea47a6..beef7c71b42f8 100644 --- a/src/ui/public/directives/__tests__/confirm-click.js +++ b/src/ui/public/directives/__tests__/confirm-click.js @@ -79,7 +79,7 @@ describe('confirmClick directive', function () { }); it('should get a click handler', function () { - expect(events).to.be.a(Object); + expect(events).to.be.an('object'); expect(events.click).to.be.a(Array); }); diff --git a/src/ui/public/vis/editors/default/default.html b/src/ui/public/vis/editors/default/default.html index 3e7a94c77ac42..82364d650b377 100644 --- a/src/ui/public/vis/editors/default/default.html +++ b/src/ui/public/vis/editors/default/default.html @@ -1,6 +1,6 @@
- + + >
diff --git a/x-pack/package.json b/x-pack/package.json index 2ecbc2bdfa950..1d38df6f56dd1 100644 --- a/x-pack/package.json +++ b/x-pack/package.json @@ -189,7 +189,7 @@ "intl": "^1.2.5", "io-ts": "^1.4.2", "joi": "^13.5.2", - "jquery": "^3.4.1", + "jquery": "^3.5.0", "json-stable-stringify": "^1.0.1", "jsonwebtoken": "^8.3.0", "jstimezonedetect": "1.0.5", diff --git a/x-pack/plugins/graph/public/templates/index.html b/x-pack/plugins/graph/public/templates/index.html index 07492f53f4651..8086a91b81b63 100644 --- a/x-pack/plugins/graph/public/templates/index.html +++ b/x-pack/plugins/graph/public/templates/index.html @@ -37,7 +37,7 @@ > + ng-attr-style="fill:{{f.color}}"> {{f.icon.code}} @@ -243,11 +243,11 @@ + ng-attr-style="stroke-width:{{edge.width}}px" stroke-linecap="round"> + ng-class="{selectedNode:n.isSelected}" ng-attr-style="fill:{{n.color}}"> {{n.icon.code}} @@ -269,7 +269,7 @@ + ng-click="nodeClick(n, $event)"> {{n.numChildren}} @@ -421,7 +421,7 @@ ng-click="selectSelected(n)"> + ng-click="workspace.deselectNode(n)"> {{n.icon.code}} @@ -613,7 +613,7 @@ - + {{detail.inferredEdge.topSrc.icon.code}} @@ -631,7 +631,7 @@ - + {{detail.inferredEdge.topTarget.icon.code}} diff --git a/x-pack/plugins/index_lifecycle_management/public/main.html b/x-pack/plugins/index_lifecycle_management/public/main.html index d54cba0632cdf..c54f29ea169dd 100644 --- a/x-pack/plugins/index_lifecycle_management/public/main.html +++ b/x-pack/plugins/index_lifecycle_management/public/main.html @@ -1,3 +1,3 @@ -
+
diff --git a/x-pack/plugins/maps/public/angular/listing_ng_wrapper.html b/x-pack/plugins/maps/public/angular/listing_ng_wrapper.html index 38c3a2b5c69fc..cf6a5ed0e6021 100644 --- a/x-pack/plugins/maps/public/angular/listing_ng_wrapper.html +++ b/x-pack/plugins/maps/public/angular/listing_ng_wrapper.html @@ -2,4 +2,4 @@ find="find" delete="delete" listing-limit="listingLimit" -/> +> diff --git a/x-pack/plugins/ml/public/components/field_data_card/content_types/card_document_count.html b/x-pack/plugins/ml/public/components/field_data_card/content_types/card_document_count.html index ab157a5f23198..b9b9be62a7661 100644 --- a/x-pack/plugins/ml/public/components/field_data_card/content_types/card_document_count.html +++ b/x-pack/plugins/ml/public/components/field_data_card/content_types/card_document_count.html @@ -5,7 +5,7 @@ height="335" index-pattern="indexPattern" query="query" > -
+
-
+
diff --git a/x-pack/plugins/ml/public/components/field_data_card/field_data_card.html b/x-pack/plugins/ml/public/components/field_data_card/field_data_card.html index 4fbe5e465eed7..305fc937bde77 100644 --- a/x-pack/plugins/ml/public/components/field_data_card/field_data_card.html +++ b/x-pack/plugins/ml/public/components/field_data_card/field_data_card.html @@ -1,12 +1,12 @@
- +
+ >
diff --git a/x-pack/plugins/ml/public/components/job_select_list/job_select_list.html b/x-pack/plugins/ml/public/components/job_select_list/job_select_list.html index 29b16648c01aa..56b83c1460021 100644 --- a/x-pack/plugins/ml/public/components/job_select_list/job_select_list.html +++ b/x-pack/plugins/ml/public/components/job_select_list/job_select_list.html @@ -8,7 +8,7 @@ + >
diff --git a/x-pack/plugins/ml/public/components/loading_indicator/loading_indicator_wrapper.html b/x-pack/plugins/ml/public/components/loading_indicator/loading_indicator_wrapper.html index 5f75681a2afde..63a9955b46bc2 100644 --- a/x-pack/plugins/ml/public/components/loading_indicator/loading_indicator_wrapper.html +++ b/x-pack/plugins/ml/public/components/loading_indicator/loading_indicator_wrapper.html @@ -1,2 +1,2 @@ - -
+ +
diff --git a/x-pack/plugins/ml/public/datavisualizer/datavisualizer.html b/x-pack/plugins/ml/public/datavisualizer/datavisualizer.html index d9565d1dd1cd7..c4d9c24889b12 100644 --- a/x-pack/plugins/ml/public/datavisualizer/datavisualizer.html +++ b/x-pack/plugins/ml/public/datavisualizer/datavisualizer.html @@ -7,7 +7,7 @@

{{indexPattern.title}}

- +
@@ -138,7 +138,7 @@

{{indexPattern.title}}

filter="metricFieldFilter" filter-icon="metricFilterIcon" filter-changed="metricFieldFilterChanged" - clear-filter="clearMetricFilter" /> + clear-filter="clearMetricFilter">
@@ -231,7 +231,7 @@

{{indexPattern.title}}

filter="fieldFilter" filter-icon="fieldFilterIcon" filter-changed="fieldFilterChanged" - clear-filter="clearFieldFilter" /> + clear-filter="clearFieldFilter">
diff --git a/x-pack/plugins/ml/public/datavisualizer/datavisualizer_sidebar.html b/x-pack/plugins/ml/public/datavisualizer/datavisualizer_sidebar.html index b4b1e0074b77e..c3c5139cb74ec 100644 --- a/x-pack/plugins/ml/public/datavisualizer/datavisualizer_sidebar.html +++ b/x-pack/plugins/ml/public/datavisualizer/datavisualizer_sidebar.html @@ -14,7 +14,7 @@ + results=recognizerResults>

+ >

- +

diff --git a/x-pack/plugins/ml/public/jobs/new_job/advanced/detector_filter_modal/detector_filter_modal.html b/x-pack/plugins/ml/public/jobs/new_job/advanced/detector_filter_modal/detector_filter_modal.html index 3671b67e18ab2..be16c110b0481 100644 --- a/x-pack/plugins/ml/public/jobs/new_job/advanced/detector_filter_modal/detector_filter_modal.html +++ b/x-pack/plugins/ml/public/jobs/new_job/advanced/detector_filter_modal/detector_filter_modal.html @@ -55,7 +55,7 @@

{{title}}

i18n-id="xpack.ml.newJob.advanced.detectorFilterModal.conditionsTitle" i18n-default-message="Conditions" > - +
@@ -64,18 +64,18 @@

{{title}}

i18n-id="xpack.ml.newJob.advanced.detectorFilterModal.conditionTypeTitle" i18n-default-message="Type" > - +
-
field_name
-
field_value
-
lt/gt
+
field_name
+
field_value
+
lt/gt
- +
diff --git a/x-pack/plugins/ml/public/jobs/new_job/advanced/new_job.html b/x-pack/plugins/ml/public/jobs/new_job/advanced/new_job.html index efaf36d0ecfe4..d0ecdc8e9b858 100644 --- a/x-pack/plugins/ml/public/jobs/new_job/advanced/new_job.html +++ b/x-pack/plugins/ml/public/jobs/new_job/advanced/new_job.html @@ -18,7 +18,7 @@

{{ui.pageTitle}}

{{ tab.title }} - + @@ -66,7 +66,7 @@

{{ui.pageTitle}}

aria-labelledby="ml_aria_label_new_job_group" aria-describedby="ml_aria_description_new_job_group" job-groups='job.groups' - external-update-function='jobGroupsUpdateFunction' /> + external-update-function='jobGroupsUpdateFunction'>
{{ ui.validation.tabs[0].checks.groupIds.message }}
@@ -75,7 +75,7 @@

{{ui.pageTitle}}

class="kuiFormLabel" i18n-id="xpack.ml.newJob.advanced.jobDetails.customUrlsLabel" i18n-default-message="Custom URLs" - > + >
@@ -118,7 +118,7 @@

{{ui.pageTitle}}

tooltip-append-to-body="true" type="button" class="kuiButton kuiButton--danger kuiButton--small remove-button"> -