Skip to content
Snippets Groups Projects
Verified Commit f45c7bd1 authored by Théodore Biadala's avatar Théodore Biadala
Browse files

Issue #3411839 by catch, Spokje, smustgrave, Gábor Hojtsy: [11.x] Update to jQuery 4.0.x beta

parent 24dfa8d4
No related branches found
No related tags found
No related merge requests found
This diff is collapsed.
This diff is collapsed.
Source diff could not be displayed: it is too large. Options to address this: view the blob.
......@@ -776,10 +776,10 @@ drupal.vertical-tabs:
jquery:
remote: https://github.com/jquery/jquery
version: "3.7.1"
version: "4.0.0-beta"
license:
name: MIT
url: https://raw.githubusercontent.com/jquery/jquery/3.7.1/LICENSE.txt
url: https://raw.githubusercontent.com/jquery/jquery/4.0.0-beta/LICENSE.txt
gpl-compatible: true
js:
assets/vendor/jquery/jquery.min.js: { minified: true, weight: -20 }
......
......@@ -71,7 +71,7 @@
"eslint-plugin-prettier": "^5.0.1",
"eslint-plugin-yml": "^1.8.0",
"glob": "10.3.5",
"jquery": "~3.7.0",
"jquery": "4.0.0-beta",
"jquery-ui": "1.13.x",
"js-cookie": "^3.0.5",
"jsdom": "^23.0.0",
......
......@@ -41,7 +41,7 @@ public function testFrontAndRecipesPagesAuthenticated() {
$this->assertSame(4, $performance_data->getStylesheetCount());
$this->assertLessThan(89500, $performance_data->getStylesheetBytes());
$this->assertSame(2, $performance_data->getScriptCount());
$this->assertLessThan(264500, $performance_data->getScriptBytes());
$this->assertLessThan(250000, $performance_data->getScriptBytes());
}
/**
......
......@@ -39,7 +39,7 @@ public function testFrontPageAuthenticatedWarmCache(): void {
$this->assertSame(2, $performance_data->getStylesheetCount());
$this->assertLessThan(45500, $performance_data->getStylesheetBytes());
$this->assertSame(1, $performance_data->getScriptCount());
$this->assertLessThan(132500, $performance_data->getScriptBytes());
$this->assertLessThan(125000, $performance_data->getScriptBytes());
$expected_queries = [
'SELECT "session" FROM "sessions" WHERE "sid" = "SESSION_ID" LIMIT 0, 1',
......
......@@ -1828,7 +1828,7 @@ __metadata:
eslint-plugin-prettier: "npm:^5.0.1"
eslint-plugin-yml: "npm:^1.8.0"
glob: "npm:10.3.5"
jquery: "npm:~3.7.0"
jquery: "npm:4.0.0-beta"
jquery-ui: "npm:1.13.x"
js-cookie: "npm:^3.0.5"
jsdom: "npm:^23.0.0"
......@@ -4993,7 +4993,14 @@ __metadata:
languageName: node
linkType: hard
"jquery@npm:>=1.8.0 <4.0.0, jquery@npm:~3.7.0":
"jquery@npm:4.0.0-beta":
version: 4.0.0-beta
resolution: "jquery@npm:4.0.0-beta"
checksum: 10c0/8569645a128764c518fd6c471a45485b9e637f7602219f80c0c37f234c0aa07b97847ca51df81db0fecd2c614238e33d0d7d02d30f455cf8a3582dda74454507
languageName: node
linkType: hard
"jquery@npm:>=1.8.0 <4.0.0":
version: 3.7.1
resolution: "jquery@npm:3.7.1"
checksum: 10c0/808cfbfb758438560224bf26e17fcd5afc7419170230c810dd11f5c1792e2263e2970cca8d659eb84fcd9acc301edb6d310096e450277d54be4f57071b0c82d9
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment