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

chore(angular): upgrade to official 18 release #1846

Merged
merged 1 commit into from
Jun 3, 2024
Merged

Conversation

thetaPC
Copy link
Contributor

@thetaPC thetaPC commented May 30, 2024

Issue number: internal


What is the current behavior?

Angular and angular standalone starters are using v17.

What is the new behavior?

  • Updated to the official release 18.

Does this introduce a breaking change?

  • Yes
  • No

Other information

N/A

@thetaPC thetaPC marked this pull request as ready for review May 30, 2024 20:40
@thetaPC thetaPC requested a review from a team as a code owner May 30, 2024 20:40
@thetaPC thetaPC requested review from joselrio and brandyscarney and removed request for a team May 30, 2024 20:40
@@ -52,6 +52,6 @@
"karma-coverage": "~2.2.0",
"karma-jasmine": "~5.1.0",
"karma-jasmine-html-reporter": "~2.1.0",
"typescript": "~5.2.2"
"typescript": "~5.4.0"
Copy link
Contributor

Choose a reason for hiding this comment

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

Our test app is using ^5.4.0 vs. ~5.4.0. Do you have a recommendation on why one is more appropriate for the test app vs. the starters?

This applies to both package.json diffs.

Copy link
Contributor Author

Choose a reason for hiding this comment

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

No recommendation. I was simply following the structure of the starters. I also don't have any strong feelings. What is your suggestion here? ^5.4.0 or ~5.4.0?

Copy link
Member

Choose a reason for hiding this comment

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

The answer to this depends on whether or not we want people to always get the latest patch release or the latest minor release for typescript. It looks like typescript doesn't follow SemVer and pushes breaking changes in minor versions so we are probably safer sticking to patches.

Copy link
Contributor Author

@thetaPC thetaPC Jun 3, 2024

Choose a reason for hiding this comment

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

Going to merge but we can always adjust this in another PR.

@thetaPC thetaPC merged commit 3733f3e into main Jun 3, 2024
30 checks passed
@thetaPC thetaPC deleted the angular-18-official branch June 3, 2024 22:48
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