Skip to content
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

Merged
merged 23 commits into from
Oct 13, 2024
Merged

V18.x.x #7

merged 23 commits into from
Oct 13, 2024

Conversation

zahmo
Copy link
Owner

@zahmo zahmo commented Oct 13, 2024

support added for angular 18

zahmo added 23 commits October 2, 2024 21:35
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
@zahmo zahmo merged commit e04c2e2 into main Oct 13, 2024
1 of 3 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant