This is an automated email from the ASF dual-hosted git repository.
jleroux pushed a commit to branch trunk
in repository https://gitbox.apache.org/repos/asf/ofbiz-framework.git
The following commit(s) were added to refs/heads/trunk by this push:
new 0f1a26ca55 Bump jquery-migrate from 3.5.2 to 3.6.0 in
/themes/common-theme/webapp/common-theme/js (#931)
0f1a26ca55 is described below
commit 0f1a26ca55a6e70f59ee35852e72b27f079eb2aa
Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
AuthorDate: Thu Dec 11 15:38:11 2025 +0100
Bump jquery-migrate from 3.5.2 to 3.6.0 in
/themes/common-theme/webapp/common-theme/js (#931)
Bumps [jquery-migrate](https://github.com/jquery/jquery-migrate) from
3.5.2 to 3.6.0.
<details>
<summary>Release notes</summary>
<p><em>Sourced from <a
href="https://github.com/jquery/jquery-migrate/releases">jquery-migrate's
releases</a>.</em></p>
<blockquote>
<h2>3.6.0</h2>
<h1>What's Changed</h1>
<p>This release prepares jQuery 3.x apps better for a future migration
to jQuery 4.x. It also drops support for jQuery 4.x - once you do update
to jQuery 4.x, you should load jQuery Migrate 4.x.</p>
<h2>Core</h2>
<ul>
<li>Fill in & warn against $.fn.{push,sort,splice} by <a
href="https://github.com/mgol"><code>@mgol</code></a> in <a
href="https://redirect.github.com/jquery/jquery-migrate/pull/529">jquery/jquery-migrate#529</a></li>
<li>Fill in & warn against jQuery.proxy by <a
href="https://github.com/mgol"><code>@mgol</code></a> in <a
href="https://redirect.github.com/jquery/jquery-migrate/pull/530">jquery/jquery-migrate#530</a></li>
<li>Fix the selector module, make CI green by <a
href="https://github.com/mgol"><code>@mgol</code></a> in <a
href="https://redirect.github.com/jquery/jquery-migrate/pull/552">jquery/jquery-migrate#552</a></li>
<li>Remove support for jQuery 4.x by <a
href="https://github.com/mgol"><code>@mgol</code></a> in <a
href="https://redirect.github.com/jquery/jquery-migrate/pull/554">jquery/jquery-migrate#554</a></li>
<li>Patch push, sort & splice in jQuery >=3.7.0 by <a
href="https://github.com/mgol"><code>@mgol</code></a> in <a
href="https://redirect.github.com/jquery/jquery-migrate/pull/568">jquery/jquery-migrate#568</a></li>
<li>Warn against jQuery.now & jQuery.camelCase by <a
href="https://github.com/mgol"><code>@mgol</code></a> in <a
href="https://redirect.github.com/jquery/jquery-migrate/pull/600">jquery/jquery-migrate#600</a></li>
</ul>
<h2>Ajax</h2>
<ul>
<li>Fill in & warn against automatic JSON-to-JSONP promotion by <a
href="https://github.com/mgol"><code>@mgol</code></a> in <a
href="https://redirect.github.com/jquery/jquery-migrate/pull/531">jquery/jquery-migrate#531</a></li>
</ul>
<h2>Attributes</h2>
<ul>
<li>Warn & restore boolean attribute & false setter treatment
from 3.x by <a href="https://github.com/mgol"><code>@mgol</code></a> in
<a
href="https://redirect.github.com/jquery/jquery-migrate/pull/540">jquery/jquery-migrate#540</a></li>
</ul>
<h2>Data</h2>
<ul>
<li>Patch camelCase behavior of $.fn.data, warn about Object.prototype
by <a href="https://github.com/mgol"><code>@mgol</code></a> in <a
href="https://redirect.github.com/jquery/jquery-migrate/pull/559">jquery/jquery-migrate#559</a></li>
<li>Patch <code>$._data</code> & <code>$._removeData</code> as well,
add more tests by <a
href="https://github.com/mgol"><code>@mgol</code></a> in <a
href="https://redirect.github.com/jquery/jquery-migrate/pull/570">jquery/jquery-migrate#570</a></li>
</ul>
<h2>Deferred</h2>
<ul>
<li>Fill in & warn <code>jQuery.Deferred.getStackHook</code> by <a
href="https://github.com/mgol"><code>@mgol</code></a> in <a
href="https://redirect.github.com/jquery/jquery-migrate/pull/528">jquery/jquery-migrate#528</a></li>
<li>Don't warn on setting getStackHook to the getErrorHook value by <a
href="https://github.com/mgol"><code>@mgol</code></a> in <a
href="https://redirect.github.com/jquery/jquery-migrate/pull/578">jquery/jquery-migrate#578</a></li>
</ul>
<h2>Event</h2>
<ul>
<li>Patch jQuery.event.special's prototype by <a
href="https://github.com/mgol"><code>@mgol</code></a> in <a
href="https://redirect.github.com/jquery/jquery-migrate/pull/572">jquery/jquery-migrate#572</a></li>
</ul>
<h2>Selector</h2>
<ul>
<li>Patch & warn against legacy selector pseudos by <a
href="https://github.com/mgol"><code>@mgol</code></a> in <a
href="https://redirect.github.com/jquery/jquery-migrate/pull/546">jquery/jquery-migrate#546</a></li>
</ul>
<h2>Others</h2>
<ul>
<li>Docs: Add an entry for <code>legacy-self-closed-tags</code> in
<code>warnings.md</code> by <a
href="https://github.com/mgol"><code>@mgol</code></a> in <a
href="https://redirect.github.com/jquery/jquery-migrate/pull/526">jquery/jquery-migrate#526</a></li>
<li>Docs: Tweak README.md & warnings.md - update removal info by <a
href="https://github.com/mgol"><code>@mgol</code></a> in <a
href="https://redirect.github.com/jquery/jquery-migrate/pull/596">jquery/jquery-migrate#596</a></li>
<li>Docs: Indicate which deprecated APIs are removed in 4.0; tweak a
comment by <a href="https://github.com/mgol"><code>@mgol</code></a> in
<a
href="https://redirect.github.com/jquery/jquery-migrate/pull/606">jquery/jquery-migrate#606</a></li>
<li>Tests: Migrate test runner to jquery-test-runner by <a
href="https://github.com/timmywil"><code>@timmywil</code></a> in <a
href="https://redirect.github.com/jquery/jquery-migrate/pull/560">jquery/jquery-migrate#560</a></li>
<li>Build: Test more browsers and jquery versions in pull requests by <a
href="https://github.com/mgol"><code>@mgol</code></a> in <a
href="https://redirect.github.com/jquery/jquery-migrate/pull/551">jquery/jquery-migrate#551</a></li>
</ul>
<p><strong>Full Changelog</strong>: <a
href="https://github.com/jquery/jquery-migrate/compare/3.5.2...3.6.0">https://github.com/jquery/jquery-migrate/compare/3.5.2...3.6.0</a></p>
</blockquote>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a
href="https://github.com/jquery/jquery-migrate/commit/a21e38582723346fc550e3a82414e55f2404a659"><code>a21e385</code></a>
Tagging the 3.6.0 release.</li>
<li><a
href="https://github.com/jquery/jquery-migrate/commit/9bcadfedcbc543004c0496c3766797ca87de92dc"><code>9bcadfe</code></a>
Build: Bump the github-actions group with 2 updates</li>
<li><a
href="https://github.com/jquery/jquery-migrate/commit/7422c5daf78cd16b24599e55bd1d9d3b172a880b"><code>7422c5d</code></a>
Build: Fix package-lock.json</li>
<li><a
href="https://github.com/jquery/jquery-migrate/commit/b64a268377b546d5cd866ef7824e7aaf0551af4f"><code>b64a268</code></a>
Docs: Indicate which deprecated APIs are removed in 4.0; fix typos,
etc.</li>
<li><a
href="https://github.com/jquery/jquery-migrate/commit/963add812aaf340155cef47bbe93015261712b63"><code>963add8</code></a>
Build: Upgrade most deps, including jtr 0.2.8</li>
<li><a
href="https://github.com/jquery/jquery-migrate/commit/6777f7f99bbe2237dc9f4b1e7866f0d40b00efea"><code>6777f7f</code></a>
Build: Test both on iPhone & iPad</li>
<li><a
href="https://github.com/jquery/jquery-migrate/commit/7e7d689fc735d5304ca4eeb4f251bf057122014b"><code>7e7d689</code></a>
Build: Bump the github-actions group with 2 updates</li>
<li><a
href="https://github.com/jquery/jquery-migrate/commit/a17d8d7abaa96f86c36518abbdd92a460586ff0f"><code>a17d8d7</code></a>
Core: Warn against jQuery.now & jQuery.camelCase</li>
<li><a
href="https://github.com/jquery/jquery-migrate/commit/567753291213c7700157a72ada4bbcb40ccf5bf2"><code>5677532</code></a>
Build: Bump the github-actions group with 2 updates</li>
<li><a
href="https://github.com/jquery/jquery-migrate/commit/625879ad7dc13b36425ef5b3d2642b1bdde4d9ca"><code>625879a</code></a>
Build: Update browsers tested in BrowserStack</li>
<li>Additional commits viewable in <a
href="https://github.com/jquery/jquery-migrate/compare/3.5.2...3.6.0">compare
view</a></li>
</ul>
</details>
<br />
[](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 merge` will merge this PR after your CI passes on it
- `@dependabot squash and merge` will squash and merge this PR after
your CI passes on it
- `@dependabot cancel merge` will cancel a previously requested merge
and block automerging
- `@dependabot reopen` will reopen this PR if it is closed
- `@dependabot close` will close this PR and stop Dependabot recreating
it. You can achieve the same result by closing it manually
- `@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] <[email protected]>
Co-authored-by: dependabot[bot]
<49699333+dependabot[bot]@users.noreply.github.com>
---
themes/common-theme/webapp/common-theme/js/package-lock.json | 9 +++++----
themes/common-theme/webapp/common-theme/js/package.json | 2 +-
2 files changed, 6 insertions(+), 5 deletions(-)
diff --git a/themes/common-theme/webapp/common-theme/js/package-lock.json
b/themes/common-theme/webapp/common-theme/js/package-lock.json
index 506ca16b04..b8a04559b1 100644
--- a/themes/common-theme/webapp/common-theme/js/package-lock.json
+++ b/themes/common-theme/webapp/common-theme/js/package-lock.json
@@ -14,7 +14,7 @@
"flot": "^4.2.6",
"inputmask": "^5.0.9",
"jquery": "^3.7.1",
- "jquery-migrate": "^3.5.2",
+ "jquery-migrate": "^3.6.0",
"jquery-ui-dist": "^1.13.3",
"jquery-validation": "^1.21.0",
"jquery.browser": "^0.1.0",
@@ -79,9 +79,10 @@
"peer": true
},
"node_modules/jquery-migrate": {
- "version": "3.5.2",
- "resolved":
"https://registry.npmjs.org/jquery-migrate/-/jquery-migrate-3.5.2.tgz",
- "integrity":
"sha512-GGvcVWK3aei2/98r7pA4UkOYvs4xVeCGvquNXADFUp9+Sr6VeOw0ktlQ9z4YlBbEFpsXBlRioAgpH/fLWinj4Q==",
+ "version": "3.6.0",
+ "resolved":
"https://registry.npmjs.org/jquery-migrate/-/jquery-migrate-3.6.0.tgz",
+ "integrity":
"sha512-2k3GMQXXEellCOkj8tczgCd/Y0KMm7LErz4rE6CkHIZV1JTUDlgs7XFN+GpwGKXDQtw/HsjtJuE+CS8IfEOnPg==",
+ "license": "MIT",
"peerDependencies": {
"jquery": ">=3 <4"
}
diff --git a/themes/common-theme/webapp/common-theme/js/package.json
b/themes/common-theme/webapp/common-theme/js/package.json
index 063d7ea3f3..1a1323eb16 100644
--- a/themes/common-theme/webapp/common-theme/js/package.json
+++ b/themes/common-theme/webapp/common-theme/js/package.json
@@ -11,7 +11,7 @@
"flot": "^4.2.6",
"inputmask": "^5.0.9",
"jquery": "^3.7.1",
- "jquery-migrate": "^3.5.2",
+ "jquery-migrate": "^3.6.0",
"jquery-ui-dist": "^1.13.3",
"jquery-validation": "^1.21.0",
"jquery.browser": "^0.1.0",