From 4b48b5816cd45a7bd0cb8e78b4becb75b15fcfe8 Mon Sep 17 00:00:00 2001 From: Akihiro Motoki Date: Wed, 20 Jan 2021 17:52:27 +0900 Subject: [PATCH] Bump min requirement of xstatic-jquery to 1.12.x As discussed in the last horizon team meeting, we plan to upgrade jquery to jquery 3 series. Jquery 3 upgrade assumes we already use jquery 1.12.x ro 2.2.x. We already use jquery 1.12.4.1 in the master for long but our requirements file says >=1.8.2. This commit bumps the xstatic-jquery minimum requirement to 1.12.4.1 to ensure we use 1.12.x before upgrading jQuery to 3. xstatic-jquery-ui min version is also bumped to 1.12.0.1. The current requirement is >=1.10.4 but we use 1.12.x series for long and use 1.12.1.1 since 2018, so I believe it is safe to bump it. Change-Id: I2a1ff5a4df5e278f89fcd73c26f1d8527b9c4d7f --- lower-constraints.txt | 4 ++-- requirements.txt | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/lower-constraints.txt b/lower-constraints.txt index 1f4d613208..832a253541 100644 --- a/lower-constraints.txt +++ b/lower-constraints.txt @@ -139,9 +139,9 @@ XStatic-D3==3.5.17.0 XStatic-Font-Awesome==4.7.0.0 XStatic-Hogan==2.0.0.2 XStatic-Jasmine==2.4.1.1 -XStatic-jQuery==1.8.2.1 +XStatic-jQuery==1.12.4.1 XStatic-JQuery-Migrate==1.2.1.1 -XStatic-jquery-ui==1.10.4.1 +XStatic-jquery-ui==1.12.1.1 XStatic-JQuery.quicksearch==2.0.3.1 XStatic-JQuery.TableSorter==2.14.5.1 XStatic-JSEncrypt==2.3.1.1 diff --git a/requirements.txt b/requirements.txt index 2bb8e27494..02089ef6c1 100644 --- a/requirements.txt +++ b/requirements.txt @@ -54,11 +54,11 @@ XStatic-D3>=3.5.17.0 # BSD License (3 clause) XStatic-Hogan>=2.0.0.2 # Apache 2.0 License XStatic-Font-Awesome>=4.7.0.0 # SIL OFL 1.1 License, MIT License XStatic-Jasmine>=2.4.1.1 # MIT License -XStatic-jQuery>=1.8.2.1,<2 # MIT License +XStatic-jQuery>=1.12.4.1,<2 # MIT License XStatic-JQuery-Migrate>=1.2.1.1 # MIT License XStatic-JQuery.quicksearch>=2.0.3.1 # MIT License XStatic-JQuery.TableSorter>=2.14.5.1 # MIT License -XStatic-jquery-ui>=1.10.4.1 # MIT License +XStatic-jquery-ui>=1.12.1.1 # MIT License XStatic-JSEncrypt>=2.3.1.1 # MIT License XStatic-mdi>=1.6.50.2 # SIL OPEN FONT LICENSE Version 1.1 XStatic-objectpath>=1.2.1.0 # MIT