[DRAFT] Sample Angular App V3 Upgrade#130
Open
timgerstel wants to merge 11 commits intov3.x/stagingfrom
Open
Conversation
…-app to Angular 18.2.14 for Zowe V3 desktop compatibility - Upgrade all @angular/* dependencies from 12.0.0 to 18.2.14 - Upgrade supporting deps: rxjs 7.8.1, typescript 5.4.5, zone.js 0.14.4, angular-l10n 16.0.0, webpack 5.92.0, webpack-cli 5.1.4 - Replace ts-loader + angular2-template-loader with @ngtools/webpack 18.2.14 for AOT compilation - Remove legacy loaders no longer needed: html-loader, exports-loader, file-loader - Switch webpack config to extend webpack5.base.js and add AngularWebpackPlugin - Update output path to web/v3/ and add versioned entryPoint in pluginDefinition.json (2.0: main.js, 3.0: v3/main.js) - Update angular.json: remove deprecated options (extractCss, polyfills, defaultProject), rename browserTarget to buildTarget, styleext to style - Update tsconfig.app.json module from es2015 to es2020 - Fix AOT template type safety: .target.value -> (.target).value - Update @zlux/widgets to v3.x/master branch - Remove NODE_OPTIONS=--openssl-legacy-provider from build scripts Signed-off-by: Timothy Gerstel <tim.gerstel@gmail.com>
Signed-off-by: Timothy Gerstel <tim.gerstel@gmail.com>
Signed-off-by: Timothy Gerstel <tim.gerstel@gmail.com>
Signed-off-by: Timothy Gerstel <tim.gerstel@gmail.com>
Signed-off-by: Timothy Gerstel <tim.gerstel@gmail.com>
Signed-off-by: Timothy Gerstel <tim.gerstel@gmail.com>
Signed-off-by: Timothy Gerstel <tim.gerstel@gmail.com>
Signed-off-by: Timothy Gerstel <tim.gerstel@gmail.com>
Signed-off-by: Timothy Gerstel <tim.gerstel@gmail.com>
Signed-off-by: Timothy Gerstel <tim.gerstel@gmail.com>
Signed-off-by: Timothy Gerstel <tim.gerstel@gmail.com>
|
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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.



Related:
zowe/zlux-app-manager#690
zowe/zlux-app-manager#689
Upgrade to Angular 18.2.14 for Zowe V3 desktop compatibility