@ihk-gfi/lux-components-update 18.0.0 → 18.0.2
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/package.json
CHANGED
|
@@ -32,12 +32,13 @@ function updateDependencies() {
|
|
|
32
32
|
updateDep('@angular/cdk', '^18.2.6', addOrUpdate),
|
|
33
33
|
updateDep('@angular/material', '^18.2.6', addOrUpdate),
|
|
34
34
|
updateDep('rxjs', '~7.8.1', addOrUpdate),
|
|
35
|
-
updateDep('dompurify', '3.1.6', addOrUpdate),
|
|
35
|
+
updateDep('dompurify', '~3.1.6', addOrUpdate),
|
|
36
36
|
updateDep('marked', '4.0.15', addOrUpdate),
|
|
37
37
|
updateDep('zone.js', '~0.14.10', addOrUpdate),
|
|
38
38
|
updateDep('tslib', '^2.3.0', updateIfExists),
|
|
39
39
|
updateDep('hammerjs', '2.0.8', addOrUpdate),
|
|
40
40
|
updateDep('ng2-pdf-viewer', '10.3.1', addOrUpdate),
|
|
41
|
+
updateDep('pdfjs-dist', '4.6.82', addOrUpdate),
|
|
41
42
|
updateDep('ngx-cookie-service', '^18.0.0', addOrUpdate),
|
|
42
43
|
updateDep('ngx-build-plus', '^18.0.0', addOrUpdate),
|
|
43
44
|
updateDevDep('@ihk-gfi/lux-components-update', '^18.0.0', addOrUpdate),
|
package/updates/18.0.0/index.js
CHANGED
|
@@ -26,7 +26,7 @@ function update180000(options) {
|
|
|
26
26
|
return (0, schematics_1.chain)([
|
|
27
27
|
check(options),
|
|
28
28
|
(0, util_1.applyRuleIf)(exports.updateMinVersion, updateProject(options)),
|
|
29
|
-
(0, util_1.finish)(false, `${chalk.yellowBright('
|
|
29
|
+
(0, util_1.finish)(false, ``, `${chalk.yellowBright('Nur für JAST-Apps')}`, `${chalk.yellowBright('----------------------------------------------------------------------')}`, `${chalk.yellowBright('1. Bitte die Node-Version 22 verwenden.')}`, `${chalk.yellowBright('2. Bitte die pipeline.yaml anpassen:')}`, `${chalk.yellowBright(' a. Den Parameter --no-optional entfernen.')}`, `${chalk.yellowBright(' b. Das Image von "node:18-alpine" auf "node:22-alpine" ändern.')}`, ``, `${chalk.greenBright('Fertig!')}`)
|
|
30
30
|
]);
|
|
31
31
|
};
|
|
32
32
|
}
|