From 826255bcf8a4e2ddaf11ed403eaba2c98a50ca72 Mon Sep 17 00:00:00 2001 From: Opencast Docs Bot Date: Sat, 7 Dec 2024 17:01:57 +0000 Subject: [PATCH] Build of develop from Sat Dec 7 17:01:57 UTC 2024 --- develop/admin/index.html | 2 +- develop/admin/sitemap.xml.gz | Bin 127 -> 127 bytes develop/commit | 196 +++++++++++++++---------------- develop/developer/index.html | 2 +- develop/developer/sitemap.xml.gz | Bin 127 -> 127 bytes 5 files changed, 99 insertions(+), 101 deletions(-) diff --git a/develop/admin/index.html b/develop/admin/index.html index 3f14bd38f..5d6475c44 100644 --- a/develop/admin/index.html +++ b/develop/admin/index.html @@ -764,5 +764,5 @@

Release Documentation

\ No newline at end of file diff --git a/develop/admin/sitemap.xml.gz b/develop/admin/sitemap.xml.gz index a68f3b8c4a05a7e574998138f94f3ed4347aa8f3..0db6900e03b5ca9c1fb7340fbf4c899eebcea6f8 100644 GIT binary patch delta 13 Ucmb=gXP58h;9!^#JdwQu02!wPvj6}9 delta 13 Ucmb=gXP58h;ApT5n#f)O02>Jd-~a#s diff --git a/develop/commit b/develop/commit index cc5a6f616..6fbdf0409 100644 --- a/develop/commit +++ b/develop/commit @@ -1,84 +1,84 @@ -commit ec7158234c3120ee0255c9af216465a2adb58a5a +commit 45371825699bfa6a682cf8bffc28865686a819b8 Author: Lars Kiesow -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.
- Release notes + Changelog

Sourced from webpack's - releases.

+ href="https://github.com/apache/commons-codec/blob/master/RELEASE-NOTES.txt">commons-codec:commons-codec's + changelog.

-

v5.97.1

-

Bug Fixes

+

Apache Commons Codec 1.17.1 RELEASE NOTES

+

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.

+

Feature and fix release. Requires a minimum of Java 8.

+

Fixed Bugs

    -
  • Performance regression
  • -
  • Sub define key should't be renamed when it's a defined variable
  • +
  • +
     Md5Crypt now throws IllegalArgumentException on an invalid
    +    prefix. Thanks to Gary Gregory.
    +    
    +
-

v5.97.0

-

Bug Fixes

+

Changes

    -
  • Don't crash with filesystem cache and unknown scheme
  • -
  • Generate a valid code when output.iife is - true and output.library.type is umd
  • -
  • Fixed conflict variable name with concatenate modules and runtime - code
  • -
  • Merge duplicate chunks before
  • -
  • Collisions in ESM library
  • -
  • Use recursive search for versions of shared dependencies
  • -
  • [WASM] Don't crash WebAssembly with Reference Types - (sync and async)
  • -
  • [WASM] Fixed wasm loading for sync and async - webassembly
  • -
  • [CSS] Don't add [uniqueName] to - localIdentName when it is empty
  • -
  • [CSS] Parsing strings on Windows
  • -
  • [CSS] Fixed CSS local escaping
  • +
  • +
     Bump org.apache.commons:commons-parent from 69 to 71
    +    [#286](https://github.com/apache/commons-codec/issues/286). Thanks to
    +    Gary Gregory.
    +    
    +
  • +
  • +
     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.
    +    
    +
  • +
  • +
     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.
    +    
    +
-

New Features

+

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:

+

https://commons.apache.org/proper/commons-codec/

+

Download page: https://commons.apache.org/proper/commons-codec/download_codec.cgi

+
+

Apache Commons Codec 1.17.0 RELEASE NOTES

+

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.

+

Feature and fix release. Requires a minimum of Java 8.

+

New features

    -
  • Added support for injecting debug IDs
  • -
  • Export the MergeDuplicateChunks plugin
  • -
  • Added universal loading for JS chunks and JS worker chunks (only ES - modules)
  • -
  • [WASM] Added universal loading for WebAssembly - chunks (only for async WebAssembly)
  • -
  • [CSS] Allow initial CSS chunks to be placed - anywhere - the output.cssHeadDataCompression option - was deleted
  • -
  • [CSS] Added universal loading for CSS chunks
  • -
  • [CSS] Parse ICSS @value at-rules in - CSS modules
  • -
  • [CSS] Parse ICSS :import rules in CSS - modules
  • -
  • [CSS] Added the url and - import options for CSS
  • -
  • [CSS] Allow to import custom properties in CSS - modules
  • -
-

Performance

-
    -
  • Faster Queue implementation, also fixed queue iterator state in - dequeue method to ensure correct behavior after item removal
  • -
-

v5.96.1

-

Bug Fixes

-
    -
  • [Types] Add @types/eslint-scope to - dependencieS
  • -
  • [Types] Fixed regression in - validate
  • -
-

v5.96.0

-

Bug Fixes

-
    -
  • Fixed Module Federation should track all referenced chunks
  • -
  • Handle Data URI without base64 word
  • -
  • HotUpdateChunk have correct runtime when modified with new - runtime
  • +
  • +
     Add override
    +    org.apache.commons.codec.language.bm.Rule.PhonemeExpr.size(). Thanks to
    +    Gary Gregory.
    +    
    +
  • +
  • +
     Add support for Base64 custom alphabets
    +    [#266](https://github.com/apache/commons-codec/issues/266). Thanks to
    +    Chris Kocel, Gary Gregory.
    +    
    +
@@ -88,41 +88,41 @@ Date: Fri Dec 6 23:35:19 2024 +0100 Commits
  • 3612d36 - chore(release): 5.97.1
  • + href="https://github.com/apache/commons-codec/commit/965109705c5236b05011e1c45f47d991abfa521e">9651097 + Prepare for the next release candidate
  • eb7ac6f - fix: perf regression
  • + href="https://github.com/apache/commons-codec/commit/0d99b46fa1a8a61cf869ff4cc9b9e2402129f199">0d99b46 + Merge branch 'master' of https://gitbox.apache.org/repos/asf/commons-codec
  • 554be24 - fix: sub define key should't be renamed when it's a defined - variable
  • + href="https://github.com/apache/commons-codec/commit/0c63e18b8a5e5b9b0195a632d136c85c1452b34f">0c63e18 + Prepare for the next release candidate
  • 5e0e780 - refactor: issue #19030
  • + href="https://github.com/apache/commons-codec/commit/be06260d90edd8ad43879eb2862dac765e807cc0">be06260 + Bump actions/upload-artifact from 4.3.3 to 4.3.4 (#295)
  • 58fb035 - fix: sub define key should't be renamed when it's a defined - variable
  • + href="https://github.com/apache/commons-codec/commit/09ef422871b8d202d4dca1ff67d91f32723d3862">09ef422 + Bump github/codeql-action from 3.25.11 to 3.25.12 (#294)
  • af1fd12 - perf: regression
  • + href="https://github.com/apache/commons-codec/commit/86ef922a57d6c2632dc84c41cb04798fe489431c">86ef922 + Merge branch 'master' of https://gitbox.apache.org/repos/asf/commons-codec.git
  • 34f19cb - fix: package.json
  • + href="https://github.com/apache/commons-codec/commit/974cf873936633d7bb7e060b1caf119e60b60e98">974cf87 + Remove redundant keywords
  • 0ec7f5d - refactor: issue #19030
  • + href="https://github.com/apache/commons-codec/commit/0c82238e5b9a914fdd862df3f6ab0085f533b5e8">0c82238 + Remove redundant keywords
  • 5e7b8a2 - fix: package.json
  • + href="https://github.com/apache/commons-codec/commit/1e6544e4f1d269c0edf8b702f60d6dc866b3affa">1e6544e + Remove redundant keywords
  • 644f1d1 - refactor: no extra work for CSS unescaping
  • + href="https://github.com/apache/commons-codec/commit/8dcf9d1f745c88beedf54e63c7a5d683725ebdea">8dcf9d1 + Remove redundant keywords
  • Additional commits viewable in compare + href="https://github.com/apache/commons-codec/compare/rel/commons-codec-1.15...rel/commons-codec-1.17.1">compare view
@@ -130,7 +130,7 @@ Date: Fri Dec 6 23:35:19 2024 +0100 [![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 @@ -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). + diff --git a/develop/developer/index.html b/develop/developer/index.html index c78e0a28f..4c3eb61b1 100644 --- a/develop/developer/index.html +++ b/develop/developer/index.html @@ -386,5 +386,5 @@

Opencast Development Guides

\ No newline at end of file diff --git a/develop/developer/sitemap.xml.gz b/develop/developer/sitemap.xml.gz index a68f3b8c4a05a7e574998138f94f3ed4347aa8f3..0db6900e03b5ca9c1fb7340fbf4c899eebcea6f8 100644 GIT binary patch delta 13 Ucmb=gXP58h;9!^#JdwQu02!wPvj6}9 delta 13 Ucmb=gXP58h;ApT5n#f)O02>Jd-~a#s