The GitHub Actions job "Build and push docker images" on 
ofbiz-framework.git/trunk has failed.
Run started by GitHub user JacquesLeRoux (triggered by JacquesLeRoux).

Head commit for run:
0f1a26ca55a6e70f59ee35852e72b27f079eb2aa / dependabot[bot] 
<49699333+dependabot[bot]@users.noreply.github.com>
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 &amp; 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 &amp; 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 &amp; splice in jQuery &gt;=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 &amp; 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 &amp; 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 &amp; restore boolean attribute &amp; 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> &amp; <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 &amp; 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 &amp; 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 &amp; 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 &amp; 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 &amp; 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 />


[![Dependabot compatibility
score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=jquery-migrate&package-manager=npm_and_yarn&previous-version=3.5.2&new-version=3.6.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 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>

Report URL: https://github.com/apache/ofbiz-framework/actions/runs/20136794886

With regards,
GitHub Actions via GitBox

Reply via email to