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

fix(@angular-devkit/build-angular): fix --watch regression in karma #28739

Merged
merged 1 commit into from
Oct 29, 2024

Conversation

jkrems
Copy link
Contributor

@jkrems jkrems commented Oct 29, 2024

Outside of single-run mode, the karma test provider was expected to watch for changes. In the application builder branch, we only handled the case of an explicit --watch though. This meant that the karma runner was kept running but didn't see any file changes.

Fixes #28730

Outside of single-run mode, the karma test provider was expected to
watch for changes. In the application builder branch, we only handled
the case of an explicit `--watch` though. This meant that the karma
runner was kept running but didn't see any file changes.

Fixes angular#28730
@jkrems jkrems requested a review from clydin October 29, 2024 17:01
@jkrems jkrems added target: patch This PR is targeted for the next patch release action: review The PR is still awaiting reviews from at least one requested reviewer labels Oct 29, 2024
@jkrems jkrems added action: merge The PR is ready for merge by the caretaker target: rc This PR is targeted for the next release-candidate and removed action: review The PR is still awaiting reviews from at least one requested reviewer target: patch This PR is targeted for the next patch release labels Oct 29, 2024
@jkrems jkrems merged commit 8646751 into angular:main Oct 29, 2024
35 checks passed
@jkrems
Copy link
Contributor Author

jkrems commented Oct 29, 2024

The changes were merged into the following branches: main, 19.0.x

@jkrems jkrems deleted the jk-fix-watch branch October 29, 2024 17:19
@angular-automatic-lock-bot
Copy link

This issue has been automatically locked due to inactivity.
Please file a new issue if you are encountering a similar or related problem.

Read more about our automatic conversation locking policy.

This action has been performed automatically by a bot.

@angular-automatic-lock-bot angular-automatic-lock-bot bot locked and limited conversation to collaborators Nov 29, 2024
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
action: merge The PR is ready for merge by the caretaker area: @angular-devkit/build-angular target: rc This PR is targeted for the next release-candidate
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Karma builder doesn't watch files with "builderMode: application"
2 participants