Issue #3361453 by longwave: Update multiple JavaScript dependencies for 10.1

merge-requests/4130/head
catch 2023-06-07 23:02:25 +01:00
parent 57a07edf7e
commit 090d3ed886
7 changed files with 531 additions and 531 deletions

View File

@ -1,2 +1,2 @@
/*! js-cookie v3.0.1 | MIT */
!function(e,t){"object"==typeof exports&&"undefined"!=typeof module?module.exports=t():"function"==typeof define&&define.amd?define(t):(e=e||self,function(){var n=e.Cookies,o=e.Cookies=t();o.noConflict=function(){return e.Cookies=n,o}}())}(this,(function(){"use strict";function e(e){for(var t=1;t<arguments.length;t++){var n=arguments[t];for(var o in n)e[o]=n[o]}return e}return function t(n,o){function r(t,r,i){if("undefined"!=typeof document){"number"==typeof(i=e({},o,i)).expires&&(i.expires=new Date(Date.now()+864e5*i.expires)),i.expires&&(i.expires=i.expires.toUTCString()),t=encodeURIComponent(t).replace(/%(2[346B]|5E|60|7C)/g,decodeURIComponent).replace(/[()]/g,escape);var c="";for(var u in i)i[u]&&(c+="; "+u,!0!==i[u]&&(c+="="+i[u].split(";")[0]));return document.cookie=t+"="+n.write(r,t)+c}}return Object.create({set:r,get:function(e){if("undefined"!=typeof document&&(!arguments.length||e)){for(var t=document.cookie?document.cookie.split("; "):[],o={},r=0;r<t.length;r++){var i=t[r].split("="),c=i.slice(1).join("=");try{var u=decodeURIComponent(i[0]);if(o[u]=n.read(c,u),e===u)break}catch(e){}}return e?o[e]:o}},remove:function(t,n){r(t,"",e({},n,{expires:-1}))},withAttributes:function(n){return t(this.converter,e({},this.attributes,n))},withConverter:function(n){return t(e({},this.converter,n),this.attributes)}},{attributes:{value:Object.freeze(o)},converter:{value:Object.freeze(n)}})}({read:function(e){return'"'===e[0]&&(e=e.slice(1,-1)),e.replace(/(%[\dA-F]{2})+/gi,decodeURIComponent)},write:function(e){return encodeURIComponent(e).replace(/%(2[346BF]|3[AC-F]|40|5[BDE]|60|7[BCD])/g,decodeURIComponent)}},{path:"/"})}));
/*! js-cookie v3.0.5 | MIT */
!function(e,t){"object"==typeof exports&&"undefined"!=typeof module?module.exports=t():"function"==typeof define&&define.amd?define(t):(e="undefined"!=typeof globalThis?globalThis:e||self,function(){var n=e.Cookies,o=e.Cookies=t();o.noConflict=function(){return e.Cookies=n,o}}())}(this,(function(){"use strict";function e(e){for(var t=1;t<arguments.length;t++){var n=arguments[t];for(var o in n)e[o]=n[o]}return e}var t=function t(n,o){function r(t,r,i){if("undefined"!=typeof document){"number"==typeof(i=e({},o,i)).expires&&(i.expires=new Date(Date.now()+864e5*i.expires)),i.expires&&(i.expires=i.expires.toUTCString()),t=encodeURIComponent(t).replace(/%(2[346B]|5E|60|7C)/g,decodeURIComponent).replace(/[()]/g,escape);var c="";for(var u in i)i[u]&&(c+="; "+u,!0!==i[u]&&(c+="="+i[u].split(";")[0]));return document.cookie=t+"="+n.write(r,t)+c}}return Object.create({set:r,get:function(e){if("undefined"!=typeof document&&(!arguments.length||e)){for(var t=document.cookie?document.cookie.split("; "):[],o={},r=0;r<t.length;r++){var i=t[r].split("="),c=i.slice(1).join("=");try{var u=decodeURIComponent(i[0]);if(o[u]=n.read(c,u),e===u)break}catch(e){}}return e?o[e]:o}},remove:function(t,n){r(t,"",e({},n,{expires:-1}))},withAttributes:function(n){return t(this.converter,e({},this.attributes,n))},withConverter:function(n){return t(e({},this.converter,n),this.attributes)}},{attributes:{value:Object.freeze(o)},converter:{value:Object.freeze(n)}})}({read:function(e){return'"'===e[0]&&(e=e.slice(1,-1)),e.replace(/(%[\dA-F]{2})+/gi,decodeURIComponent)},write:function(e){return encodeURIComponent(e).replace(/%(2[346BF]|3[AC-F]|40|5[BDE]|60|7[BCD])/g,decodeURIComponent)}},{path:"/"});return t}));

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

View File

@ -867,10 +867,10 @@ sortable:
tabbable:
remote: https://github.com/focus-trap/tabbable
version: "6.0.1"
version: "6.1.2"
license:
name: MIT
url: https://raw.githubusercontent.com/focus-trap/tabbable/v6.0.1/LICENSE
url: https://raw.githubusercontent.com/focus-trap/tabbable/v6.1.2/LICENSE
gpl-compatible: true
js:
assets/vendor/tabbable/index.umd.min.js: { weight: -1, minified: true }
@ -934,10 +934,10 @@ drupal.dialog.off_canvas:
js-cookie:
remote: https://github.com/js-cookie/js-cookie
version: "3.0.1"
version: "3.0.5"
license:
name: MIT
url: https://raw.githubusercontent.com/js-cookie/js-cookie/v3.0.1/LICENSE
url: https://raw.githubusercontent.com/js-cookie/js-cookie/v3.0.5/LICENSE
gpl-compatible: true
js:
assets/vendor/js-cookie/js.cookie.min.js: {}

View File

@ -60,43 +60,43 @@
"ckeditor5": "~38.0.1",
"cspell": "^6.0.0",
"dotenv-safe": "^8.2.0",
"eslint": "^8.9.0",
"eslint": "^8.42.0",
"eslint-config-airbnb-base": "^15.0.0",
"eslint-config-prettier": "^8.4.0",
"eslint-plugin-import": "^2.25.4",
"eslint-plugin-jquery": "^1.5.1",
"eslint-plugin-prettier": "^4.0.0",
"eslint-plugin-yml": "^1.2.0",
"eslint-plugin-yml": "^1.7.0",
"glob": "^8.0.3",
"jquery": "~3.7.0",
"jquery-form": "4.3.x",
"jquery-ui": "1.13.x",
"js-cookie": "3.0.x",
"jsdom": "^20.0.0",
"js-cookie": "^3.0.5",
"jsdom": "^22.1.0",
"loadjs": "4.2.x",
"minimist": "^1.2.2",
"mkdirp": "^1.0.4",
"minimist": "^1.2.8",
"mkdirp": "^3.0.1",
"nightwatch": "^2.3.9",
"normalize.css": "8.0.x",
"postcss": "^8.4.16",
"postcss": "^8.4.24",
"postcss-header": "^3.0.2",
"postcss-import": "^15.0.0",
"postcss-preset-env": "^8.3.2",
"postcss-preset-env": "^8.4.2",
"postcss-pxtorem": "^6.0.0",
"postcss-url": "^10.1.3",
"prettier": "^2.1.2",
"shepherd.js": "~10.0.1",
"sortablejs": "1.15.x",
"stylelint": "^15.5.0",
"stylelint": "^15.7.0",
"stylelint-checkstyle-formatter": "^0.1.2",
"stylelint-config-standard": "^33.0.0",
"stylelint-order": "^6.0.3",
"tabbable": "~6.0.0",
"terser": "^5.14.2",
"terser-webpack-plugin": "^5.3.3",
"tabbable": "^6.1.2",
"terser": "^5.17.7",
"terser-webpack-plugin": "^5.3.9",
"underscore": "~1.13.4",
"webpack": "^5.77.0",
"webpack-cli": "^5.0.0"
"webpack": "^5.85.1",
"webpack-cli": "^5.1.3"
},
"browserslist": [
"last 2 Chrome major versions",

View File

@ -63,7 +63,7 @@ class DeprecatedAssetsTest extends KernelTestBase {
'core',
'js-cookie',
'asset library is deprecated in Drupal 10.1.0 and will be removed in Drupal 11.0.0. There is no replacement. See https://www.drupal.org/node/3322720',
'07ce73936a26710db875a3e9ee70cd6e',
'5d6a84c6143d0fa766cabdb1ff0a270d',
],
];
}

File diff suppressed because it is too large Load Diff