jqueryui v1.12.1 -> v1.13.2 (#1098)

This commit is contained in:
nobody 2022-07-31 06:15:05 +02:00
parent 31e426c77e
commit b6465559d8
No known key found for this signature in database
GPG Key ID: 8F6DE3D614FCFD7A
5 changed files with 9 additions and 15 deletions

View File

@ -1228,7 +1228,7 @@ https://cdnjs.cloudflare.com/ajax/libs/jquery.tablesorter/2.31.3/js/jquery.table
https://cdnjs.cloudflare.com/ajax/libs/jquery-timeago/1.6.7/jquery.timeago.min.js
https://cdnjs.cloudflare.com/ajax/libs/jquery-tiny-pubsub/0.7.0/ba-tiny-pubsub.min.js
https://cdnjs.cloudflare.com/ajax/libs/jqueryui/1.10.0/jquery-ui.min.js
https://cdnjs.cloudflare.com/ajax/libs/jqueryui/1.12.1/jquery-ui.min.js
https://cdnjs.cloudflare.com/ajax/libs/jqueryui/1.13.2/jquery-ui.min.js
https://cdnjs.cloudflare.com/ajax/libs/jqueryui/1.8.24/jquery-ui.min.js
https://cdnjs.cloudflare.com/ajax/libs/jqueryui/1.8.24/themes/base/minified/jquery-ui.min.css
https://cdnjs.cloudflare.com/ajax/libs/jquery-ujs/1.2.3/rails.min.js

View File

@ -261,7 +261,7 @@ targets.setLastVersion = function (type, version) {
if (type.startsWith('/jqueryui/1.')) {
if (helpers.compareVersion('1.8.24', version)) return '1.8.24'; // <= v1.8.24
if (helpers.compareVersion('1.10.0', version)) return '1.10.0'; // > v1.8.24 to <= v1.10.0
return '1.12.1'; // >= 1.8.19
return '1.13.2'; // >= 1.8.19
}
if (type.startsWith('/jquery-ajax-unobtrusive/3.')) return '3.2.6';
if (type.startsWith('/jquery.blockUI/2.')) return '2.70';

View File

@ -37,6 +37,7 @@
<li>algoliasearch v4.14.1 -> v4.14.2 (<a href="https://codeberg.org/nobody/LocalCDN/issues/1090">#1090</a>)</li>
<li>docsify-themeable v0.8.6 -> v0.9.0 (<a href="https://codeberg.org/nobody/LocalCDN/issues/1092">#1092</a>)</li>
<li>video.js v7.20.1 -> v7.20.2 (<a href="https://codeberg.org/nobody/LocalCDN/issues/1093">#1093</a>)</li>
<li>jqueryui v1.12.1 -> v1.13.2 (<a href="https://codeberg.org/nobody/LocalCDN/issues/1098">#1098</a>)</li>
</ul>
<p>Added</p>
<ul>

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long