e-Spirit / fs-spartacus-bridge

Apache License 2.0
0 stars 0 forks source link

Angular 17 / Composable Storefront 2211.19 compatibility #1

Closed stormpanda closed 3 weeks ago

stormpanda commented 6 months ago

Hello,

I am currently working on the upgrade to Composable Storefront 2211.19. We are using the Spartacus Bridge, but it seems like it is not compatible with the new version anymore.

The issue that I face is that when trying to run the application I get the following error:

./node_modules/fs-spartacus-bridge/node_modules/@angular/common/fesm2020/common.mjs:2950:12-32 - Error: export 'ɵɵInputFlags' (imported as 'i0') was not found in '@angular/core'

This is probably a result of Angular 15 and 17 clashing as ɵɵInputFlags is internal API.

I see that you are still using Angular 15 (as CSF was before the latest update). Are there any plans to update the library?

mko-cp commented 6 months ago

Hi @stormpanda,

thanks for letting us know. We will perform an update and will let you know once the new version is available.

hsc-cp commented 5 months ago

Hi @stormpanda, the new version is now available. You can find the releasenotes here: https://docs.e-spirit.com/ecom/fsconnect-sap-headless/24.5.0/FS_Connect_SAP_hl_Releasenotes_EN.html

stormpanda commented 5 months ago

Perfect, thanks for letting me know! I will start doing the Angular Update first thing next week. Have a nice weekend!