generated from zahmo/zajsf
-
Notifications
You must be signed in to change notification settings - Fork 0
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
V18.x.x #7
Conversation
This file contains 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
output: √ Packages successfully installed. Using package manager: npm Collecting installed dependencies... Found 42 dependencies. Fetching dependency metadata from registry... Updating package.json with dependency @angular-devkit/build-angular @ "18.2.7" (was "17.3.9")... Updating package.json with dependency @angular/cli @ "18.2.7" (was "17.3.9")... Updating package.json with dependency @angular/compiler-cli @ "18.2.6" (was "17.3.12")... Updating package.json with dependency @angular/language-service @ "18.2.6" (was "17.3.12")... Updating package.json with dependency ng-packagr @ "18.2.1" (was "17.3.0")... Updating package.json with dependency typescript @ "5.5.4" (was "5.2.2")... Updating package.json with dependency @angular/animations @ "18.2.6" (was "17.3.12")... Updating package.json with dependency @angular/common @ "18.2.6" (was "17.3.12")... Updating package.json with dependency @angular/compiler @ "18.2.6" (was "17.3.12")... Updating package.json with dependency @angular/core @ "18.2.6" (was "17.3.12")... Updating package.json with dependency @angular/forms @ "18.2.6" (was "17.3.12")... Updating package.json with dependency @angular/platform-browser @ "18.2.6" (was "17.3.12")... Updating package.json with dependency @angular/platform-browser-dynamic @ "18.2.6" (was "17.3.12")... Updating package.json with dependency @angular/router @ "18.2.6" (was "17.3.12")... UPDATE package.json (6873 bytes) √ Cleaning node modules directory √ Installing packages ** Optional migrations of package '@angular/cli' ** This package has 1 optional migration that can be executed. Optional migrations may be skipped and executed after the update process, if preferred. Select the migrations that you'd like to run [use-application-builder] Migrate application projects to the new build system. (https://angular.dev/tools/cli/build-system-migration) > Migrate application projects to the new build system. Application projects that are using the '@angular-devkit/build-angular' package's 'browser' and/or 'browser-esbuild' builders will be migrated to use the new 'application' builder. You can read more about this, including known issues and limitations, here: https://angular.dev/tools/cli/build-system-migration The output location of the browser build has been updated from "dist/demo" to "dist/demo/browser". You might need to adjust your deployment pipeline or, as an alternative, set outputPath.browser to "" in order to maintain the previous functionality. UPDATE angular.json (13976 bytes) UPDATE tsconfig.json (2051 bytes) Migration completed (2 files modified). ** Executing migrations of package '@angular/core' ** > Updates two-way bindings that have an invalid expression to use the longform expression instead. Migration completed (No changes made). > Replace deprecated HTTP related modules with provider functions. UPDATE demo/app/demo.module.ts (2678 bytes) Migration completed (1 file modified). > Updates calls to afterRender with an explicit phase to the new API. Migration completed (No changes made).
output: Using package manager: npm Collecting installed dependencies... Found 42 dependencies. Fetching dependency metadata from registry... Updating package.json with dependency @angular/cdk @ "18.2.6" (was "17.3.10")... Updating package.json with dependency @angular/material @ "18.2.6" (was "17.3.10")... UPDATE package.json (6872 bytes) √ Cleaning node modules directory √ Installing packages ** Executing migrations of package '@angular/cdk' ** > Updates the Angular CDK to v18. Skipping migration for project demo-e2e. Unable to determine 'tsconfig.json' file in workspace config. ✓ Updated Angular CDK to version 18 Migration completed (No changes made). ** Executing migrations of package '@angular/material' ** > Updates Angular Material to v18. Skipping migration for project demo-e2e. Unable to determine 'tsconfig.json' file in workspace config. Updated Angular Material to version 18 UPDATE demo/styles.scss (3288 bytes) UPDATE projects/ng-formworks-material/assets/material-design-themes.scss (3086 bytes) UPDATE projects/ng-formworks-material/src/lib/material-design-themes.scss (3086 bytes) Migration completed (3 files modified).
"start:no-prebundle": "ng serve --prebundle=false" as a workaround to the bindingStartIndex null issue see angular/angular#35586
…rentUrl.searchParams.set to avoid adding duplicate params
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.
support added for angular 18