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-server): add sync github action and update @stencil/core to 4.19.1 in core #29670

Merged
merged 8 commits into from
Jun 27, 2024

Conversation

brandyscarney
Copy link
Member

@brandyscarney brandyscarney commented Jun 27, 2024

Issue number: internal


This PR does a couple things:

1 - Adds a sync command to get the latest core build in angular-server

The release process for angular-server failed here. This failure was only made apparent because the Lerna command here runs prior to building each package.

This should have been caught by CI on the update to @stencil/core to v4.19.0, but the angular-server package is the only package that doesn't sync core before it builds. This PR adds a sync command so that angular-server will use the latest core build during the normal build action.

2 - Resolving types errors in angular-server

After properly syncing core in angular-server using the command added, running build fails with the following:

Screenshot 2024-06-27 at 1 16 15 PM

This was a regression in Stencil. @stencil/core has been updated to resolve these errors so the build passes.

Copy link

vercel bot commented Jun 27, 2024

The latest updates on your projects. Learn more about Vercel for Git ↗︎

Name Status Preview Comments Updated (UTC)
ionic-framework ✅ Ready (Inspect) Visit Preview 💬 Add feedback Jun 27, 2024 10:00pm

@github-actions github-actions bot added the package: angular @ionic/angular package label Jun 27, 2024
@brandyscarney brandyscarney changed the title chore: add dep install with lerna chore(angular-server): add sync github action Jun 27, 2024
@brandyscarney brandyscarney changed the title chore(angular-server): add sync github action chore(angular-server): add sync github action and update @stencil/core to 4.19.1 in core Jun 27, 2024
@brandyscarney brandyscarney marked this pull request as ready for review June 27, 2024 22:10
@brandyscarney brandyscarney requested a review from a team as a code owner June 27, 2024 22:10
@brandyscarney brandyscarney requested a review from gnbm June 27, 2024 22:10
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.

@brandyscarney brandyscarney merged commit 4c90830 into main Jun 27, 2024
59 checks passed
@brandyscarney brandyscarney deleted the chore-fix-angular-server-build branch June 27, 2024 22:12
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
package: angular @ionic/angular package package: core @ionic/core package
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants