Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Hi,
this PR merges the following npm dependency PRs:
ramsey/uuid
as dependency #8559express
#8561node-schedule
#8564socket.io
andsocket.io-client
#8567winston
#8569linkifyjs
andlinkify-element
#8572rollup
as npm Dependency for ILIAS 11 #8664@rollup/plugin-terser
as npm Dependency for ILIAS 11 #8665eslint
as npm Dependency for ILIAS 11 #8667eslint-plugin-import
as npm Dependency for ILIAS 11 #8668mariadb
#8749dropzone
as npm Dependency for ILIAS 11 #9039Please note the following points
eslint + eslint-config-airbnb-base
The list doesn't include the accepted Dependency #8669 (eslint-config-airbnb-base).
We require
eslint
v9.16 which conflicts witheslint-config-airbnb-base
's requirement foreslint
v8.2. But as this version is already EOL (see: https://eslint.org/version-support/) I opt for droppingeslint-config-airbnb-base
instead of downgradingeslint
until this is decided. @thibsy As you suggest both dependencies: Can you provide a way forward?Updated asset paths
I adjusted asset paths in the following
Component
classes, so thatcomposer install
doesn't fail:ILIAS\Calendar
: Dropped packagemoment
(@smeyer-ilias)ILIAS\UI
: Renamed path in package@yaireo/tagify
(@Amstutz / @klees)ILIAS\UIComponent
: Dropped packagejstree
ILIAS\jQuery
: Dropped packagejquery
If these changes should be made in another PR (not by me) I can drop these instead.