Skip to content

chore(angular-server): add sync github action and update @stencil/core to 4.19.1 in core#29670

Merged
brandyscarney merged 8 commits intomainfrom
chore-fix-angular-server-build
Jun 27, 2024
Merged

chore(angular-server): add sync github action and update @stencil/core to 4.19.1 in core#29670
brandyscarney merged 8 commits intomainfrom
chore-fix-angular-server-build

Conversation

@brandyscarney
Copy link
Copy Markdown
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.

@vercel
Copy link
Copy Markdown

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
Copy Markdown
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
@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