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: support angular 18 #513

Merged
merged 4 commits into from
Sep 3, 2024
Merged

feat: support angular 18 #513

merged 4 commits into from
Sep 3, 2024

Conversation

henkkelder
Copy link
Contributor

@henkkelder henkkelder commented Sep 1, 2024

In this PR several components have been updated, but the most importent change is that the dependencies of the 2 packages(cordova-builders and schematics) have been updated to Angular 18.

also:

  • cordova-builders/utils/index.tx has been modified to get rid of a typescript error.
  • packages/cordova-builders/cordova-serve/index.ts has been modified to get rid of a reference to an internal Angular component.

Copy link
Contributor

@sean-perkins sean-perkins left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Can you please add a brief PR description to what you changed and why (high level is fine), to help with any future archeology a developer may make to identify why code changed to support Angular 18?

e.g.:

  • Updated Angular dependencies to support compilation against Angular 18
  • Updated lint-staged and copy-webpack-plugin because "insert reasoning"

packages/cordova-builders/utils/index.ts Outdated Show resolved Hide resolved
package.json Outdated Show resolved Hide resolved
packages/cordova-builders/cordova-serve/index.ts Outdated Show resolved Hide resolved
@sean-perkins sean-perkins changed the title Support for Angular 18. feat: support angular 18 Sep 3, 2024
Copy link
Contributor

@sean-perkins sean-perkins left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Changes look good to me. I appreciate the contribution here!

I haven't approved a PR here since my permissions were adjusted, so if I need to get another approval for merge, I will notify the internal team. Otherwise we can move forward with a merge & release.

@sean-perkins sean-perkins merged commit 70d5066 into ionic-team:main Sep 3, 2024
1 check 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.

2 participants