Skip to content

Commit 98b9a56

Browse files
chore(deps): bump jquery from 3.7.1 to 4.0.0 in /EssentialCSharp.Web (#1024)
[//]: # (dependabot-start) ⚠️ **Dependabot is rebasing this PR** ⚠️ Rebasing might not happen immediately, so don't worry if this takes some time. Note: if you make any changes to this PR yourself, they will take precedence over the rebase. --- [//]: # (dependabot-end) Bumps [jquery](https://github.com/jquery/jquery) from 3.7.1 to 4.0.0. <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/jquery/jquery/releases">jquery's releases</a>.</em></p> <blockquote> <h2>Release 4.0.0</h2> <h1>Changelog</h1> <p><a href="https://blog.jquery.com/2026/01/17/jquery-4-0-0/">https://blog.jquery.com/2026/01/17/jquery-4-0-0/</a></p> <h2>Ajax</h2> <ul> <li>Don't treat array data as binary (<a href="https://github.com/jquery/jquery/commit/992a1911d0b6195012edc25fd5a48810d4be64b5">992a1911</a>)</li> <li>Allow <code>processData: true</code> even for binary data (<a href="https://github.com/jquery/jquery/commit/ce264e0789116e37fe371503537a217c038dfae8">ce264e07</a>)</li> <li>Support binary data (including FormData) (<a href="https://github.com/jquery/jquery/commit/a7ed9a7b6364273b1b964fd2cf9691dec2cbec6b">a7ed9a7b</a>)</li> <li>Support <code>headers</code> for script transport even when cross-domain (<a href="https://redirect.github.com/jquery/jquery/issues/5142">#5142</a>, <a href="https://github.com/jquery/jquery/commit/6d1364431b63b0d3bbe1c5fd604131f9db453396">6d136443</a>)</li> <li>Support <code>null</code> as success functions in <code>jQuery.get</code> (<a href="https://redirect.github.com/jquery/jquery/issues/4989">#4989</a>, <a href="https://github.com/jquery/jquery/commit/74978b7e892537559850cda7332bdab8106e6354">74978b7e</a>)</li> <li>Don't auto-execute scripts unless dataType provided (<a href="https://redirect.github.com/jquery/jquery/issues/4822">#4822</a>, <a href="https://github.com/jquery/jquery/commit/025da4dd343e6734f3d3c1b4785b1548498115d8">025da4dd</a>)</li> <li>Make responseJSON work for erroneous same-domain JSONP requests (<a href="https://github.com/jquery/jquery/commit/68b4ec59c8f290d680e9db4bc980655660817dd1">68b4ec59</a>)</li> <li>Execute JSONP error script responses (<a href="https://redirect.github.com/jquery/jquery/issues/4771">#4771</a>, <a href="https://github.com/jquery/jquery/commit/a1e619b03a557b47c3e26a5e74af12b63a0d5e73">a1e619b0</a>)</li> <li>Avoid CSP errors in the script transport for async requests (<a href="https://redirect.github.com/jquery/jquery/issues/3969">#3969</a>, <a href="https://github.com/jquery/jquery/commit/07a8e4a177550025c1a08d7ac754839733943f55">07a8e4a1</a>)</li> <li>Drop the json to jsonp auto-promotion logic (<a href="https://redirect.github.com/jquery/jquery/issues/1799">#1799</a>, <a href="https://redirect.github.com/jquery/jquery/issues/3376">#3376</a>, <a href="https://github.com/jquery/jquery/commit/e7b3bc488d01d584262e12a7c5c25f935d0d034b">e7b3bc48</a>)</li> <li>Overwrite s.contentType with content-type header value, if any (<a href="https://redirect.github.com/jquery/jquery/issues/4119">#4119</a>, <a href="https://github.com/jquery/jquery/commit/7fb90a6beaeffe16699800f73746748f6a5cc2de">7fb90a6b</a>)</li> <li>Deprecate AJAX event aliases, inline event/alias into deprecated (<a href="https://github.com/jquery/jquery/commit/23d53928f383b0e7440bf4b08b7524e6af232fad">23d53928</a>)</li> <li>Do not execute scripts for unsuccessful HTTP responses (<a href="https://redirect.github.com/jquery/jquery/issues/4250">#4250</a>, <a href="https://github.com/jquery/jquery/commit/50871a5a85cc802421b40cc67e2830601968affe">50871a5a</a>)</li> <li>Simplify jQuery.ajaxSettings.xhr (<a href="https://redirect.github.com/jquery/jquery/issues/1967">#1967</a>, <a href="https://github.com/jquery/jquery/commit/abdc89ac2e581392b800c0364e0f5f2b6a82cdc6">abdc89ac</a>)</li> </ul> <h2>Attributes</h2> <ul> <li>Make <code>.attr( name, false )</code> remove for all non-ARIA attrs (<a href="https://redirect.github.com/jquery/jquery/issues/5388">#5388</a>, <a href="https://github.com/jquery/jquery/commit/063831b6378d518f9870ec5c4f1e7d5d16e04f36">063831b6</a>)</li> <li>Shave off a couple of bytes (<a href="https://github.com/jquery/jquery/commit/b40a4807b604efbde51faf075d11e25441af1990">b40a4807</a>)</li> <li>Don't stringify attributes in the setter (<a href="https://redirect.github.com/jquery/jquery/issues/4948">#4948</a>, <a href="https://github.com/jquery/jquery/commit/4250b628783d7bfa92ec6c5550c6e4b22fab6034">4250b628</a>)</li> <li>Drop the <code>toggleClass(boolean|undefined)</code> signature (<a href="https://redirect.github.com/jquery/jquery/issues/3388">#3388</a>, <a href="https://github.com/jquery/jquery/commit/a4421101fd6d9d7b0550210f8e8690641733dd9a">a4421101</a>)</li> <li>Refactor val(): don't strip carriage return, isolate IE workarounds (<a href="https://github.com/jquery/jquery/commit/ff2819911da6cbbed5ee42c35d695240f06e65e3">ff281991</a>)</li> <li>Don't set the type attr hook at all outside of IE (<a href="https://github.com/jquery/jquery/commit/9e66fe9acf0ef27681f5a21149fc61678f791641">9e66fe9a</a>)</li> </ul> <h2>CSS</h2> <ul> <li>Fix dimensions of table <code>&lt;col&gt;</code> elements (<a href="https://redirect.github.com/jquery/jquery/issues/5628">#5628</a>, <a href="https://github.com/jquery/jquery/commit/eca2a56457e1c40c071aeb3ac87efeb8bbb8013e">eca2a564</a>)</li> <li>Drop the cache in finalPropName (<a href="https://github.com/jquery/jquery/commit/640d5825df5ff223560c5690f1a268681c32f9fa">640d5825</a>)</li> <li>Tests: Fix tests &amp; support tests under CSS Zoom (<a href="https://redirect.github.com/jquery/jquery/issues/5489">#5489</a>, <a href="https://github.com/jquery/jquery/commit/071f6dba6bd1d8db3f36ce4694aab5ff437b9e36">071f6dba</a>)</li> <li>Fix reliableTrDimensions support test for initially hidden iframes (<a href="https://github.com/jquery/jquery/commit/b1e66a5faaf46ffcbcc27c79a9a224aaf851a987">b1e66a5f</a>)</li> <li>Selector: Align with 3.x, remove the outer <code>selector.js</code> wrapper (<a href="https://github.com/jquery/jquery/commit/53cf7244da2a2040333335c36e435b1c12efdff9">53cf7244</a>)</li> <li>Make the reliableTrDimensions support test work with Bootstrap CSS (<a href="https://redirect.github.com/jquery/jquery/issues/5270">#5270</a>, <a href="https://github.com/jquery/jquery/commit/65b85031fb5688361c077bc04e641e4b502671e1">65b85031</a>)</li> <li>Make <code>offsetHeight( true )</code>, etc. include negative margins (<a href="https://redirect.github.com/jquery/jquery/issues/3982">#3982</a>, <a href="https://github.com/jquery/jquery/commit/bce13b72c1753e16cc0db53ebf0f0456bdcf6b48">bce13b72</a>)</li> <li>Return <code>undefined</code> for whitespace-only CSS variable values (<a href="https://redirect.github.com/jquery/jquery/issues/5120">#5120</a>) (<a href="https://github.com/jquery/jquery/commit/7eb0019640a5856c42b451551eb7f995d913eba9">7eb00196</a>)</li> <li>Don’t trim whitespace of undefined custom property (<a href="https://redirect.github.com/jquery/jquery/issues/5105">#5105</a>, <a href="https://github.com/jquery/jquery/commit/ed306c0261ab63746040e5d58bb4477c3069a427">ed306c02</a>)</li> <li>Skip falsy values in <code>addClass( array )</code>, compress code (<a href="https://redirect.github.com/jquery/jquery/issues/4998">#4998</a>, <a href="https://github.com/jquery/jquery/commit/a338b407f2479f82df40635055effc163835183f">a338b407</a>)</li> <li>Justify use of rtrim on CSS property values (<a href="https://github.com/jquery/jquery/commit/655c0ed5e204b1f6427e09d615a49586a7bc84eb">655c0ed5</a>)</li> <li>Trim whitespace surrounding CSS Custom Properties values (<a href="https://redirect.github.com/jquery/jquery/issues/4926">#4926</a>, <a href="https://github.com/jquery/jquery/commit/efadfe991a5c287af561a9326bf1427d726c91c1">efadfe99</a>)</li> <li>Include <code>show</code>, <code>hide</code> &amp; <code>toggle</code> methods in the jQuery slim build (<a href="https://github.com/jquery/jquery/commit/297d18dd13f7b810ea5a4afeefa4cb15d9e16e16">297d18dd</a>)</li> <li>Remove the opacity CSS hook (<a href="https://github.com/jquery/jquery/commit/865469f5e60f55feb28469bb0a7526dd22f04b4e">865469f5</a>)</li> <li>Workaround buggy getComputedStyle on table rows in IE/Edge (<a href="https://redirect.github.com/jquery/jquery/issues/4490">#4490</a>, <a href="https://github.com/jquery/jquery/commit/26415e081b318dbe1d46d2b7c30e05f14c339b75">26415e08</a>)</li> <li>Don't automatically add &quot;px&quot; to properties with a few exceptions (<a href="https://redirect.github.com/jquery/jquery/issues/2795">#2795</a>, <a href="https://github.com/jquery/jquery/commit/00a9c2e5f4c855382435cec6b3908eb9bd5a53b7">00a9c2e5</a>)</li> </ul> <!-- raw HTML omitted --> </blockquote> <p>... (truncated)</p> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/jquery/jquery/commit/4f2fae08f23b54ce09322e62e73cce6161b8d3cb"><code>4f2fae0</code></a> Release: 4.0.0</li> <li><a href="https://github.com/jquery/jquery/commit/c838cfb5bb0c6cd17cfaa1dd83aca8d20589de99"><code>c838cfb</code></a> Release: remove dist files from main branch</li> <li><a href="https://github.com/jquery/jquery/commit/97525193735ed32c332f0dbaf2f782df8b1b949b"><code>9752519</code></a> Release: 4.0.0-rc.2</li> <li><a href="https://github.com/jquery/jquery/commit/c128d5d8a8fd9e9b3dcd3efa493e71f6a1649bd8"><code>c128d5d</code></a> Release: Update AUTHORS.txt</li> <li><a href="https://github.com/jquery/jquery/commit/5fe9c298c0538f7cffc1c92c3abc8fadca644dde"><code>5fe9c29</code></a> Build: De-dupe three authors via mailmap</li> <li><a href="https://github.com/jquery/jquery/commit/afdd032fdbc90e22f49a69627f4dec0dd3a2f0a4"><code>afdd032</code></a> Build: Post beta browser tests errors to jquery/dev on Matrix</li> <li><a href="https://github.com/jquery/jquery/commit/546a1eb03c345e1bafb72ae1aeb898abb5b3e51b"><code>546a1eb</code></a> Build: Bump the github-actions group with 4 updates</li> <li><a href="https://github.com/jquery/jquery/commit/ec738b3190a3b67d08f51451e1faa15f1f4bf916"><code>ec738b3</code></a> Build: Fix Chrome beta tests</li> <li><a href="https://github.com/jquery/jquery/commit/c28c26aef0b3238f578690d73703382951cb355d"><code>c28c26a</code></a> Build: Add periodic tests on beta versions of browsers</li> <li><a href="https://github.com/jquery/jquery/commit/f513413ac81acabe68769e8879ce19c10eff1f59"><code>f513413</code></a> Build: Bump the github-actions group with 2 updates</li> <li>Additional commits viewable in <a href="https://github.com/jquery/jquery/compare/3.7.1...4.0.0">compare view</a></li> </ul> </details> <br /> [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=jquery&package-manager=npm_and_yarn&previous-version=3.7.1&new-version=4.0.0)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores) Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting `@dependabot rebase`. [//]: # (dependabot-automerge-start) [//]: # (dependabot-automerge-end) --- <details> <summary>Dependabot commands and options</summary> <br /> You can trigger Dependabot actions by commenting on this PR: - `@dependabot rebase` will rebase this PR - `@dependabot recreate` will recreate this PR, overwriting any edits that have been made to it - `@dependabot show <dependency name> ignore conditions` will show all of the ignore conditions of the specified dependency - `@dependabot ignore this major version` will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this minor version` will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this dependency` will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself) </details> Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent fbe0d8e commit 98b9a56

2 files changed

Lines changed: 6 additions & 5 deletions

File tree

EssentialCSharp.Web/package-lock.json

Lines changed: 5 additions & 4 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

EssentialCSharp.Web/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
"@zxcvbn-ts/language-common": "^3.0.4",
1616
"@zxcvbn-ts/language-en": "^3.0.2",
1717
"dompurify": "3.4.1",
18-
"jquery": "3.7.1",
18+
"jquery": "4.0.0",
1919
"marked": "18.0.2",
2020
"vue": "3.5.33",
2121
"vuetify": "3.9.2"

0 commit comments

Comments
 (0)