Skip to content

Conversation

@sean-perkins
Copy link
Contributor

Pull request checklist

Please check if your PR fulfills the following requirements:

  • Tests for the changes have been added (for bug fixes / features)
  • Docs have been reviewed and added / updated if needed (for bug fixes / features)
    • Some docs updates need to be made in the ionic-docs repo, in a separate PR. See the contributing guide for details.
  • Build (npm run build) was run locally and any changes were pushed
  • Lint (npm run lint) has passed locally and any fixes were made for failures

Pull request type

Please check the type of change your PR introduces:

  • Bugfix
  • Feature
  • Code style update (formatting, renaming)
  • Refactoring (no functional changes, no api changes)
  • Build related changes
  • Documentation content changes
  • Other (please describe):

What is the current behavior?

Angular test app targets the RC version of Angular 15.

Github action for testing Angular app installs legacy peer dependencies.

Issue URL: Internal

What is the new behavior?

  • Updates the Angular 15 test app to use ^15.0.0 vs. the RC
  • Reverts the legacy peer deps change when installing dependencies for the test app (was required for RC)

Does this introduce a breaking change?

  • Yes
  • No

Other information

@github-actions github-actions bot added the package: angular @ionic/angular package label Nov 17, 2022
@sean-perkins sean-perkins changed the title Fw 2714 chore(angular): test app support for angular 15 Nov 17, 2022
@sean-perkins sean-perkins marked this pull request as ready for review November 17, 2022 19:04
@sean-perkins sean-perkins requested a review from a team as a code owner November 17, 2022 19:04
"@ionic/angular": "^6.1.15",
"@ionic/angular-server": "^6.1.15",
"@nguniversal/express-engine": "^14.0.3",
"angular-in-memory-web-api": "^0.11.0",
Copy link
Contributor Author

Choose a reason for hiding this comment

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

This dependency was unused and was causing problems. I'll have a follow-up PR to remove it from the other test apps (it is unused in all).

@sean-perkins sean-perkins merged commit 124e1b5 into main Nov 21, 2022
@sean-perkins sean-perkins deleted the FW-2714 branch November 21, 2022 18:51
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

package: angular @ionic/angular package

Projects

None yet

Development

Successfully merging this pull request may close these issues.

4 participants