uiuniversal / ngu-carousel

Angular Universal carousel
https://ngu-carousel.netlify.app
MIT License
326 stars 105 forks source link

build: add Angular 16 support & update packages #450

Closed Yberion closed 1 year ago

Yberion commented 1 year ago

Hello,

This PR fixes https://github.com/uiuniversal/ngu-carousel/issues/449.

What I did:

Problems:

Note:

TODO on your side:

Yberion commented 1 year ago

Oh, I didn't run the CI, I forgot that Node.js 14 wasn't supported anymore by Angular 16. You might run against "^16.14.0 || >=18.10.0" now

nx-cloud[bot] commented 1 year ago

☁️ Nx Cloud Report

CI is running/has finished running commands for commit e8a7c3f793b4cc698930d9a06baef7345d0a8f69. As they complete they will appear below. Click to see the status, the terminal output, and the build insights.

📂 See all runs for this branch


✅ Successfully ran 1 target - [`nx run-many --target=build --all`](https://cloud.nx.app/runs/Kbb41k4WBf)

Sent with 💌 from NxCloud.

Yberion commented 1 year ago

Hello @santoshyadavdev, I've updated to latest packages (again) and updated the CI, it works fine now ^^