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

build: update angular #27475

Merged
merged 1 commit into from
Apr 17, 2024
Merged

Conversation

angular-robot
Copy link
Collaborator

@angular-robot angular-robot commented Apr 16, 2024

This PR contains the following updates:

Package Type Update Change
@angular/animations dependencies digest a5aa596 -> 1bf9a89
@angular/animations (source) devDependencies patch 18.0.0-next.4 -> 18.0.0-next.5
@angular/bazel devDependencies digest 4e80fcc -> d4cd1ac
@angular/build-tooling devDependencies digest 262ffed -> ba23169
@angular/cdk dependencies digest bd5d8f0 -> b4ad0a9
@angular/common dependencies digest c0c875e -> bcb3ce3
@angular/common (source) devDependencies patch 18.0.0-next.4 -> 18.0.0-next.5
@angular/compiler dependencies digest d3f73ad -> b32b4ad
@angular/compiler (source) devDependencies patch 18.0.0-next.4 -> 18.0.0-next.5
@angular/compiler-cli dependencies digest 7baeeca -> b70ef2b
@angular/compiler-cli (source) devDependencies patch 18.0.0-next.4 -> 18.0.0-next.5
@angular/core dependencies digest 52abdb7 -> c907ebe
@angular/core (source) devDependencies patch 18.0.0-next.4 -> 18.0.0-next.5
@angular/forms dependencies digest e5b7b9f -> 60d0259
@angular/forms (source) devDependencies patch 18.0.0-next.4 -> 18.0.0-next.5
@angular/language-service dependencies digest 11ffa56 -> df65e96
@angular/localize dependencies digest 7ed5dde -> a4a3752
@angular/localize devDependencies patch 18.0.0-next.4 -> 18.0.0-next.5
@angular/material dependencies digest 9a5808c -> 0d38b6b
@angular/material-moment-adapter dependencies digest aa3218f -> 0fdb660
@angular/ng-dev devDependencies digest 0f93420 -> 5f1f27c
@angular/platform-browser dependencies digest 949f35f -> cfdd851
@angular/platform-browser (source) devDependencies patch 18.0.0-next.4 -> 18.0.0-next.5
@angular/platform-browser-dynamic dependencies digest 4815672 -> 4af2bed
@angular/platform-browser-dynamic (source) devDependencies patch 18.0.0-next.4 -> 18.0.0-next.5
@angular/platform-server dependencies digest ccabd80 -> 676a281
@angular/platform-server (source) devDependencies patch 18.0.0-next.4 -> 18.0.0-next.5
@angular/router dependencies digest e0d63bd -> 2b23012
@angular/router (source) devDependencies patch 18.0.0-next.4 -> 18.0.0-next.5
@angular/service-worker dependencies digest ce1e132 -> 239c97d
@angular/service-worker (source) devDependencies patch 18.0.0-next.4 -> 18.0.0-next.5
angular/dev-infra action digest f8b2efa -> 10f65a1

πŸ”‘ If you wish to disable git hash updates, add ":disableDigestUpdates" to the extends array in your config.


Release Notes

angular/angular (@​angular/animations)

v18.0.0-next.5

Compare Source

Breaking Changes

common
  • The deprecated isPlatformWorkerUi and isPlatformWorkerApp have been removed without replacement, as they serve no purpose since the removal of the WebWorker platform.
compiler
  • Angular only supports writable expressions inside of two-way bindings.
core
  • Angular will ensure change detection runs, even when the state update originates from
    outside the zone, tests may observe additional rounds of change
    detection compared to the previous behavior.

    This change will be more likely to impact existing unit tests.
    This should usually be seen as more correct and the test should be updated,
    but in cases where it is too much effort to debug, the test can revert to the old behavior by adding
    provideZoneChangeDetection({schedulingMode: NgZoneSchedulingMode.NgZoneOnly})
    to the TestBed providers.

    Similarly, applications which may want to update state outside the zone
    and not trigger change detection can add
    provideZoneChangeDetection({schedulingMode: NgZoneSchedulingMode.NgZoneOnly})
    to the providers in bootstrapApplication or add
    schedulingMode: NgZoneSchedulingMode.NgZoneOnly to the
    BootstrapOptions of bootstrapModule.

  • Testability methods increasePendingRequestCount,
    decreasePendingRequestCount and getPendingRequestCount have been
    removed. This information is tracked with zones.

common
Commit Type Description
3b0de30b37 refactor remove deprecated isPlatformWorkerApp and isPlatformWorkerUi API (#​55302)
compiler
Commit Type Description
7d5bc1c628 fix remove container index from conditional instruction (#​55190)
4eb0165750 fix remove support for unassignable expressions in two-way bindings (#​55342)
core
Commit Type Description
fdd560ea14 feat Add ability to configure zone change detection to use zoneless scheduler (#​55252)
bce5e2344f feat Add build target for jsaction contract binary. (#​55319)
f09c5a7bc4 feat Add zoneless change detection provider as experimental (#​55329)
d28614b90e feat Modify EventType from an enum to an object. (#​55323)
1ee9f32621 feat Synchronize changes from internal JSAction codebase. (#​55182)
de7447d15e fix Angular should not ignore changes that happen outside the zone (#​55102)
0cec9e4f9a fix Fix null dereference error addEvent (#​55353)
6534c035c0 fix Remove deprecated Testability methods (#​53768)
service-worker
Commit Type Description
3bc63eaaf3 fix avoid running CDs on controllerchange (#​54222)

Configuration

πŸ“… Schedule: Branch creation - "after 10:00pm every weekday,before 4:00am every weekday,every weekend" in timezone America/Tijuana, Automerge - At any time (no schedule defined).

🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.

β™» Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.

πŸ‘» Immortal: This PR will be recreated if closed unmerged. Get config help if that's undesired.


  • If you want to rebase/retry this PR, check this box

This PR has been generated by Renovate Bot.

@angular-robot angular-robot added action: merge The PR is ready for merge by the caretaker target: minor This PR is targeted for the next minor release labels Apr 16, 2024
@angular-robot angular-robot bot added the area: build & ci Related the build and CI infrastructure of the project label Apr 16, 2024
@angular-robot angular-robot force-pushed the ng-renovate/angular branch 16 times, most recently from c5e4484 to 8d5f19e Compare April 17, 2024 14:11
@alan-agius4 alan-agius4 merged commit adf1197 into angular:main Apr 17, 2024
49 checks passed
@alan-agius4 alan-agius4 deleted the ng-renovate/angular branch April 17, 2024 16:51
@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 May 18, 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: build & ci Related the build and CI infrastructure of the project target: minor This PR is targeted for the next minor release
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants