Skip to content

Commit

Permalink
Build of develop from Sat Dec 7 17:01:57 UTC 2024
Browse files Browse the repository at this point in the history
  • Loading branch information
opencastproject committed Dec 7, 2024
1 parent f5ed4ba commit 826255b
Show file tree
Hide file tree
Showing 5 changed files with 99 additions and 101 deletions.
2 changes: 1 addition & 1 deletion develop/admin/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -764,5 +764,5 @@ <h2 id="release-documentation">Release Documentation</h2>
</html>
<!--
MkDocs version : 1.6.1
Build Date UTC : 2024-12-06 22:35:48.087226+00:00
Build Date UTC : 2024-12-07 17:01:40.914545+00:00
-->
Binary file modified develop/admin/sitemap.xml.gz
Binary file not shown.
196 changes: 97 additions & 99 deletions develop/commit
Original file line number Diff line number Diff line change
@@ -1,84 +1,84 @@
commit ec7158234c3120ee0255c9af216465a2adb58a5a
commit 45371825699bfa6a682cf8bffc28865686a819b8
Author: Lars Kiesow <[email protected]>
Date: Fri Dec 6 23:35:19 2024 +0100
Date: Sat Dec 7 18:01:08 2024 +0100

Build(deps-dev): bump webpack from 5.93.0 to 5.97.1 in /modules/graphql-ui (#6372)
Build(deps): bump commons-codec:commons-codec from 1.15 to 1.17.1 in /modules/db (#6341)

Bumps [webpack](https://github.com/webpack/webpack) from 5.93.0 to
5.97.1.
Bumps
[commons-codec:commons-codec](https://github.com/apache/commons-codec)
from 1.15 to 1.17.1.
<details>
<summary>Release notes</summary>
<summary>Changelog</summary>
<p><em>Sourced from <a
href="https://github.com/webpack/webpack/releases">webpack's
releases</a>.</em></p>
href="https://github.com/apache/commons-codec/blob/master/RELEASE-NOTES.txt">commons-codec:commons-codec's
changelog</a>.</em></p>
<blockquote>
<h2>v5.97.1</h2>
<h2>Bug Fixes</h2>
<h2>Apache Commons Codec 1.17.1 RELEASE NOTES</h2>
<p>The Apache Commons Codec component contains encoders and decoders for
various formats such as Base16, Base32, Base64, digest, and Hexadecimal.
In addition to these
widely used encoders and decoders, the codec package also maintains a
collection of phonetic encoding utilities.</p>
<p>Feature and fix release. Requires a minimum of Java 8.</p>
<h2>Fixed Bugs</h2>
<ul>
<li>Performance regression</li>
<li>Sub define key should't be renamed when it's a defined variable</li>
<li>
<pre><code> Md5Crypt now throws IllegalArgumentException on an invalid
prefix. Thanks to Gary Gregory.
</code></pre>
</li>
</ul>
<h2>v5.97.0</h2>
<h2>Bug Fixes</h2>
<h2>Changes</h2>
<ul>
<li>Don't crash with filesystem cache and unknown scheme</li>
<li>Generate a valid code when <code>output.iife</code> is
<code>true</code> and output.library.type is <code>umd</code></li>
<li>Fixed conflict variable name with concatenate modules and runtime
code</li>
<li>Merge duplicate chunks before</li>
<li>Collisions in ESM library</li>
<li>Use recursive search for versions of shared dependencies</li>
<li><strong>[WASM]</strong> Don't crash WebAssembly with Reference Types
(sync and async)</li>
<li><strong>[WASM]</strong> Fixed wasm loading for sync and async
webassembly</li>
<li><strong>[CSS]</strong> Don't add <code>[uniqueName]</code> to
<code>localIdentName</code> when it is empty</li>
<li><strong>[CSS]</strong> Parsing strings on Windows</li>
<li><strong>[CSS]</strong> Fixed CSS local escaping</li>
<li>
<pre><code> Bump org.apache.commons:commons-parent from 69 to 71
[#286](https://github.com/apache/commons-codec/issues/286). Thanks to
Gary Gregory.
</code></pre>
</li>
<li>
<pre><code> Bump org.codehaus.mojo:animal-sniffer-maven-plugin from 1.23
to 1.24 [#293](https://github.com/apache/commons-codec/issues/293).
Thanks to Dependabot.
</code></pre>
</li>
<li>
<pre><code> Bump org.codehaus.mojo:taglist-maven-plugin from 3.0.0 to
3.1.0 [#292](https://github.com/apache/commons-codec/issues/292). Thanks
to Dependabot.
</code></pre>
</li>
</ul>
<h2>New Features</h2>
<p>For complete information on Apache Commons Codec, including
instructions on how to submit bug reports,
patches, or suggestions for improvement, see the Apache Commons Codec
website:</p>
<p><a
href="https://commons.apache.org/proper/commons-codec/">https://commons.apache.org/proper/commons-codec/</a></p>
<p>Download page: <a
href="https://commons.apache.org/proper/commons-codec/download_codec.cgi">https://commons.apache.org/proper/commons-codec/download_codec.cgi</a></p>
<hr />
<h2>Apache Commons Codec 1.17.0 RELEASE NOTES</h2>
<p>The Apache Commons Codec component contains encoders and decoders for
various formats such as Base16, Base32, Base64, digest, and Hexadecimal.
In addition to these
widely used encoders and decoders, the codec package also maintains a
collection of phonetic encoding utilities.</p>
<p>Feature and fix release. Requires a minimum of Java 8.</p>
<h2>New features</h2>
<ul>
<li>Added support for injecting debug IDs</li>
<li>Export the <code>MergeDuplicateChunks</code> plugin</li>
<li>Added universal loading for JS chunks and JS worker chunks (only ES
modules)</li>
<li><strong>[WASM]</strong> Added universal loading for WebAssembly
chunks (only for async WebAssembly)</li>
<li><strong>[CSS]</strong> Allow initial CSS chunks to be placed
anywhere - <strong>the <code>output.cssHeadDataCompression</code> option
was deleted</strong></li>
<li><strong>[CSS]</strong> Added universal loading for CSS chunks</li>
<li><strong>[CSS]</strong> Parse ICSS <code>@value</code> at-rules in
CSS modules</li>
<li><strong>[CSS]</strong> Parse ICSS <code>:import</code> rules in CSS
modules</li>
<li><strong>[CSS]</strong> Added the <code>url</code> and
<code>import</code> options for CSS</li>
<li><strong>[CSS]</strong> Allow to import custom properties in CSS
modules</li>
</ul>
<h2>Performance</h2>
<ul>
<li>Faster Queue implementation, also fixed queue iterator state in
dequeue method to ensure correct behavior after item removal</li>
</ul>
<h2>v5.96.1</h2>
<h2>Bug Fixes</h2>
<ul>
<li><strong>[Types]</strong> Add <code>@types/eslint-scope</code> to
dependencieS</li>
<li><strong>[Types]</strong> Fixed regression in
<code>validate</code></li>
</ul>
<h2>v5.96.0</h2>
<h2>Bug Fixes</h2>
<ul>
<li>Fixed Module Federation should track all referenced chunks</li>
<li>Handle Data URI without base64 word</li>
<li>HotUpdateChunk have correct runtime when modified with new
runtime</li>
<li>
<pre><code> Add override
org.apache.commons.codec.language.bm.Rule.PhonemeExpr.size(). Thanks to
Gary Gregory.
</code></pre>
</li>
<li>
<pre><code> Add support for Base64 custom alphabets
[#266](https://github.com/apache/commons-codec/issues/266). Thanks to
Chris Kocel, Gary Gregory.
</code></pre>
</li>
</ul>
<!-- raw HTML omitted -->
</blockquote>
Expand All @@ -88,49 +88,49 @@ Date: Fri Dec 6 23:35:19 2024 +0100
<summary>Commits</summary>
<ul>
<li><a
href="https://github.com/webpack/webpack/commit/3612d36e44bda5644dc3b353e2cade7fe442ba59"><code>3612d36</code></a>
chore(release): 5.97.1</li>
href="https://github.com/apache/commons-codec/commit/965109705c5236b05011e1c45f47d991abfa521e"><code>9651097</code></a>
Prepare for the next release candidate</li>
<li><a
href="https://github.com/webpack/webpack/commit/eb7ac6f39ae33baf962ce516f6ef772737de8742"><code>eb7ac6f</code></a>
fix: perf regression</li>
href="https://github.com/apache/commons-codec/commit/0d99b46fa1a8a61cf869ff4cc9b9e2402129f199"><code>0d99b46</code></a>
Merge branch 'master' of <a
href="https://gitbox.apache.org/repos/asf/commons-codec">https://gitbox.apache.org/repos/asf/commons-codec</a></li>
<li><a
href="https://github.com/webpack/webpack/commit/554be24d3b6160b345b84abc037a4576296ee3fe"><code>554be24</code></a>
fix: sub define key should't be renamed when it's a defined
variable</li>
href="https://github.com/apache/commons-codec/commit/0c63e18b8a5e5b9b0195a632d136c85c1452b34f"><code>0c63e18</code></a>
Prepare for the next release candidate</li>
<li><a
href="https://github.com/webpack/webpack/commit/5e0e78085359e731aa7ac43a2f9aebb9a16b6ff1"><code>5e0e780</code></a>
refactor: issue <a
href="https://redirect.github.com/webpack/webpack/issues/19030">#19030</a></li>
href="https://github.com/apache/commons-codec/commit/be06260d90edd8ad43879eb2862dac765e807cc0"><code>be06260</code></a>
Bump actions/upload-artifact from 4.3.3 to 4.3.4 (<a
href="https://redirect.github.com/apache/commons-codec/issues/295">#295</a>)</li>
<li><a
href="https://github.com/webpack/webpack/commit/58fb03552cdb98da0502a272178fcfbfa187daab"><code>58fb035</code></a>
fix: sub define key should't be renamed when it's a defined
variable</li>
href="https://github.com/apache/commons-codec/commit/09ef422871b8d202d4dca1ff67d91f32723d3862"><code>09ef422</code></a>
Bump github/codeql-action from 3.25.11 to 3.25.12 (<a
href="https://redirect.github.com/apache/commons-codec/issues/294">#294</a>)</li>
<li><a
href="https://github.com/webpack/webpack/commit/af1fd12efe6a625cc3edae667f36228af958edec"><code>af1fd12</code></a>
perf: regression</li>
href="https://github.com/apache/commons-codec/commit/86ef922a57d6c2632dc84c41cb04798fe489431c"><code>86ef922</code></a>
Merge branch 'master' of <a
href="https://gitbox.apache.org/repos/asf/commons-codec.git">https://gitbox.apache.org/repos/asf/commons-codec.git</a></li>
<li><a
href="https://github.com/webpack/webpack/commit/34f19cbcd9997dd57ea9c8cae392a30a3c3d3afe"><code>34f19cb</code></a>
fix: package.json</li>
href="https://github.com/apache/commons-codec/commit/974cf873936633d7bb7e060b1caf119e60b60e98"><code>974cf87</code></a>
Remove redundant keywords</li>
<li><a
href="https://github.com/webpack/webpack/commit/0ec7f5db974dbf6936943031c1df237b36c47851"><code>0ec7f5d</code></a>
refactor: issue <a
href="https://redirect.github.com/webpack/webpack/issues/19030">#19030</a></li>
href="https://github.com/apache/commons-codec/commit/0c82238e5b9a914fdd862df3f6ab0085f533b5e8"><code>0c82238</code></a>
Remove redundant keywords</li>
<li><a
href="https://github.com/webpack/webpack/commit/5e7b8a23aaa4a514032e0045ebb0cd4aeaa4c0dc"><code>5e7b8a2</code></a>
fix: <code>package.json</code></li>
href="https://github.com/apache/commons-codec/commit/1e6544e4f1d269c0edf8b702f60d6dc866b3affa"><code>1e6544e</code></a>
Remove redundant keywords</li>
<li><a
href="https://github.com/webpack/webpack/commit/644f1d12716ba8f3c96d2efa279262560dd8c7fb"><code>644f1d1</code></a>
refactor: no extra work for CSS unescaping</li>
href="https://github.com/apache/commons-codec/commit/8dcf9d1f745c88beedf54e63c7a5d683725ebdea"><code>8dcf9d1</code></a>
Remove redundant keywords</li>
<li>Additional commits viewable in <a
href="https://github.com/webpack/webpack/compare/v5.93.0...v5.97.1">compare
href="https://github.com/apache/commons-codec/compare/rel/commons-codec-1.15...rel/commons-codec-1.17.1">compare
view</a></li>
</ul>
</details>
<br />


[![Dependabot compatibility
score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=webpack&package-manager=npm_and_yarn&previous-version=5.93.0&new-version=5.97.1)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores)
score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=commons-codec:commons-codec&package-manager=maven&previous-version=1.15&new-version=1.17.1)](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
Expand Down Expand Up @@ -168,8 +168,6 @@ Date: Fri Dec 6 23:35:19 2024 +0100
- `@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)
You can disable automated security fix PRs for this repo from the
[Security Alerts
page](https://github.com/opencast/opencast/network/alerts).


</details>
2 changes: 1 addition & 1 deletion develop/developer/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -386,5 +386,5 @@ <h1 id="opencast-development-guides">Opencast Development Guides</h1>
</html>
<!--
MkDocs version : 1.6.1
Build Date UTC : 2024-12-06 22:35:49.910360+00:00
Build Date UTC : 2024-12-07 17:01:42.703781+00:00
-->
Binary file modified develop/developer/sitemap.xml.gz
Binary file not shown.

0 comments on commit 826255b

Please sign in to comment.