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

feat: upgrade to Angular 18 #525

Merged
merged 1 commit into from
Sep 9, 2024
Merged

feat: upgrade to Angular 18 #525

merged 1 commit into from
Sep 9, 2024

Conversation

arturovt
Copy link
Member

@arturovt arturovt commented Sep 9, 2024

No description provided.

@arturovt arturovt marked this pull request as ready for review September 9, 2024 18:14
@arturovt arturovt merged commit c546589 into master Sep 9, 2024
1 check passed
@arturovt arturovt deleted the feat/ng-18 branch September 9, 2024 18:14
@dipsx
Copy link

dipsx commented Sep 10, 2024

Sorry, when will the new build be ready for use?)

@arturovt
Copy link
Member Author

[email protected]

@Sergei-TOL
Copy link

Sergei-TOL commented Sep 10, 2024

[email protected]

create-single-spa still create project with angular v17 (and with "single-spa-angular": "^9.2.0" in package,json)

{
  "name": "app4",
  "version": "0.0.0",
  "scripts": {
    "ng": "ng",
    "start": "ng serve",
    "build": "ng build",
    "watch": "ng build --watch --configuration development",
    "test": "ng test",
    "build:single-spa:app4": "ng build app4 --configuration production",
    "serve:single-spa:app4": "ng s --project app4 --disable-host-check --port 4200 --live-reload false"
  },
  "private": true,
  "dependencies": {
    "@angular/animations": "^17.3.0",
    "@angular/common": "^17.3.0",
    "@angular/compiler": "^17.3.0",
    "@angular/core": "^17.3.0",
    "@angular/forms": "^17.3.0",
    "@angular/platform-browser": "^17.3.0",
    "@angular/platform-browser-dynamic": "^17.3.0",
    "@angular/router": "^17.3.0",
    "rxjs": "~7.8.0",
    "single-spa": ">=4.0.0",
    "single-spa-angular": "^9.2.0",
    "tslib": "^2.3.0",
    "zone.js": "~0.14.3"
  },
  "devDependencies": {
    "@angular-builders/custom-webpack": "17.0.2",
    "@angular-devkit/build-angular": "^17.3.0",
    "@angular/cli": "^17.3.0",
    "@angular/compiler-cli": "^17.3.0",
    "@types/jasmine": "~5.1.0",
    "jasmine-core": "~5.1.0",
    "karma": "~6.4.0",
    "karma-chrome-launcher": "~3.2.0",
    "karma-coverage": "~2.2.0",
    "karma-jasmine": "~5.1.0",
    "karma-jasmine-html-reporter": "~2.1.0",
    "style-loader": "^3.3.1",
    "typescript": "~5.4.2"
  }
} 

@arturovt
Copy link
Member Author

create-single-spa is a separate repository which I do not maintain (https://github.com/single-spa/create-single-spa).

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.

3 participants