Skip to content

Conversation

angular-robot
Copy link
Collaborator

@angular-robot angular-robot commented Mar 11, 2025

This PR contains the following updates:

Package Type Update Change
@angular/animations dependencies digest 93a39fe -> e584028
@angular/animations (source) devDependencies patch 20.0.0-next.1 -> 20.0.0-next.2
@angular/cdk dependencies digest 3c5ee06 -> f2ce660
@angular/cdk devDependencies patch 20.0.0-next.0 -> 20.0.0-next.1
@angular/common dependencies digest 2bc57f0 -> 01d5048
@angular/common (source) devDependencies patch 20.0.0-next.0 -> 20.0.0-next.2
@angular/common (source) devDependencies patch 20.0.0-next.1 -> 20.0.0-next.2
@angular/compiler dependencies digest b6a8c95 -> 523dac1
@angular/compiler (source) devDependencies patch 20.0.0-next.0 -> 20.0.0-next.2
@angular/compiler (source) devDependencies patch 20.0.0-next.1 -> 20.0.0-next.2
@angular/compiler-cli dependencies digest 2269e2a -> ff3ed45
@angular/compiler-cli (source) devDependencies patch 20.0.0-next.0 -> 20.0.0-next.2
@angular/compiler-cli (source) devDependencies patch 20.0.0-next.1 -> 20.0.0-next.2
@angular/core dependencies digest 5ae5975 -> 10fc1e4
@angular/core (source) devDependencies patch 20.0.0-next.0 -> 20.0.0-next.2
@angular/core (source) devDependencies patch 20.0.0-next.1 -> 20.0.0-next.2
@angular/forms dependencies digest 0aee144 -> 25932d9
@angular/forms (source) devDependencies patch 20.0.0-next.1 -> 20.0.0-next.2
@angular/language-service dependencies digest ceb9ee1 -> 7f8ee16
@angular/localize dependencies digest 38f6103 -> fcce120
@angular/localize devDependencies patch 20.0.0-next.1 -> 20.0.0-next.2
@angular/material dependencies digest 9442210 -> 8acdf1d
@angular/material devDependencies patch 20.0.0-next.0 -> 20.0.0-next.1
@angular/material-moment-adapter dependencies digest 1fc1753 -> 8b9f481
@angular/platform-browser dependencies digest 52ff9a9 -> 95eaabd
@angular/platform-browser (source) devDependencies patch 20.0.0-next.0 -> 20.0.0-next.2
@angular/platform-browser (source) devDependencies patch 20.0.0-next.1 -> 20.0.0-next.2
@angular/platform-browser-dynamic dependencies digest a3299a2 -> d0e03e6
@angular/platform-browser-dynamic (source) devDependencies patch 20.0.0-next.1 -> 20.0.0-next.2
@angular/platform-server dependencies digest 2c0cc07 -> c3f2e22
@angular/platform-server (source) devDependencies patch 20.0.0-next.0 -> 20.0.0-next.2
@angular/platform-server (source) devDependencies patch 20.0.0-next.1 -> 20.0.0-next.2
@angular/router dependencies digest f0c0688 -> 6b4daa7
@angular/router (source) devDependencies patch 20.0.0-next.0 -> 20.0.0-next.2
@angular/router (source) devDependencies patch 20.0.0-next.1 -> 20.0.0-next.2
@angular/service-worker dependencies digest 8e522d0 -> 7479509
@angular/service-worker (source) devDependencies patch 20.0.0-next.1 -> 20.0.0-next.2
angular/dev-infra action digest f2a610b -> 47572ab

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


Release Notes

angular/angular (@​angular/animations)

v20.0.0-next.2

Compare Source

Breaking Changes

core
    • InjectFlags has been removed.
    • inject no longer accepts InjectFlags.
    • Injector.get no longer accepts InjectFlags.
    • EnvironmentInjector.get no longer accepts InjectFlags.
    • TestBed.get no longer accepts InjectFlags.
    • TestBed.inject no longer accepts InjectFlags.
  • The any overload has been removed from
    injector.get. It now only supports ProviderToken<T> and (deprecated
    since v4) string.
  • ApplicationRef.tick will no longer catch and report
    errors to the appplication ErrorHandler. Errors will instead be thrown out of
    the method and will allow callers to determine how to handle these
    errors, such as aborting follow-up work or reporting the error and
    continuing.

Deprecations

platform-browser
  • HammerJS support is deprecated and will be removed in a future major version.
common
Commit Type Description
92250493ff fix support equality function in httpResource (#​60026)
compiler
Commit Type Description
ef1fd137a9 fix incorrect spans for template literals (#​60323)
compiler-cli
Commit Type Description
a1cacc5b17 fix avoid fatal diagnostics for missing template files (#​58673)
9be2b334ed fix handle transformed classes when generating HMR code (#​60298)
core
Commit Type Description
611baaf069 feat remove InjectFlags from public API (#​60318)
e170d24240 fix add migration away from InjectFlags (#​60318)
79ae35577e fix check whether application is destroyed before initializing event replay (#​59789)
c82384104f fix ensures immediate trigger fires properly with lazy loaded routes (#​60203)
de2bfc0913 fix fix removal of a container reference used in the component file (#​60210)
ff772d7800 fix fix typing on injector.get to omit 'any' (#​60202)
338818ce89 fix Surface errors from ApplicationRef.tick to callsite (#​60102)
forms
Commit Type Description
81fe0536fd fix Make sure statusChanges is emitted (#​57098)
platform-browser
Commit Type Description
a980ac9a6a refactor Deprecate the HammerJS integration (#​60257)
platform-server
Commit Type Description
0cff9a12d3 fix add missing peer dependency for rxjs (#​60308)
router
Commit Type Description
219f41d049 fix Prevent dangling promise rejections from internal navigations (#​60162)
cae1fe519b fix update symbols (#​60233)
angular/components (@​angular/cdk)

v20.0.0-next.1

Compare Source

Breaking Changes

cdk
    • SelectionModel.clear now returns a boolean.
    • SelectionModel.deselect now returns a boolean.
    • SelectionModel.select now returns a boolean.
    • SelectionModel.setSelection now returns a boolean.
    • SelectionModel.toggle now returns a boolean.
    • DIALOG_SCROLL_STRATEGY_PROVIDER has been removed.
    • DIALOG_SCROLL_STRATEGY_PROVIDER_FACTORY has been removed.
    • DragDropRegistry is no longer generic.
    • DragDropRegistry.scroll has been removed. Use the scrolled method instead.
    • DomPortalHost has been removed. Use DomPortalOutlet instead.
    • PortalInjector has been removed. Use Injector.create instead.
    • PortalHost has been removed. Use PortalOutlet instead.
    • BasePortalHost has been removed. Use BasePortalOutlet instead.
    • Constructor symbol has been removed.
    • CanStickCtor symbol has been removed.
    • mixinHasStickyInput has been removed. Implement the CanStick interface instead.
material
    • MAT_CHECKBOX_REQUIRED_VALIDATOR has been removed.
    • MAT_CHECKBOX_VALUE_ACCESSOR has been removed.
    • MatCheckboxRequiredValidator has been removed.
    • _MatCheckboxRequiredValidatorModule has been removed.
    • MAT_DIALOG_SCROLL_STRATEGY_PROVIDER has been removed.
    • MAT_DIALOG_SCROLL_STRATEGY_PROVIDER_FACTORY has been removed.
    • matSelectAnimations.transformPanelWrap has been removed.
    • MAT_SLIDE_TOGGLE_REQUIRED_VALIDATOR has been removed.
    • MAT_SLIDE_TOGGLE_VALUE_ACCESSOR has been removed.
    • MatSlideToggleRequiredValidator has been removed.
    • _MatSlideToggleRequiredValidatorModule has been removed.
material
Commit Type Description
e61d152e0 fix autocomplete: incorrectly resolving focused element in shadow DOM (#​30619)
77d6b69e7 fix checkbox: breaking changes for v20
227e83d24 fix dialog: breaking changes for v20
da371e9ca fix schematics: some options missing from schema (#​30602)
db090cac3 fix select: breaking changes for v20
c6ad44c68 fix slide-toggle: breaking changes for v20
3a970116a fix timepicker: wrong default scroll strategy (#​30593)
cdk
Commit Type Description
1167d0638 fix collections: breaking changes for v20
79e887219 fix dialog: breaking changes for v20
b3e516f2d fix drag-drop: breaking changes for v20
d0d5de489 fix portal: fix incorrect injector hierarchy with DomPortalOutlet and child environment injectors (#​30610)
11599f808 fix portal: remove deprecated symbols (#​30584)
8078efc21 fix table: breaking changes for v20
multiple
Commit Type Description
810495ce0 fix deprecate exported factories (#​30608)
32353fb3a fix resolve directive host binding issues (#​30606)

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 Mar 11, 2025
@angular-robot angular-robot bot added the area: build & ci Related the build and CI infrastructure of the project label Mar 11, 2025
@angular-robot angular-robot force-pushed the ng-renovate/angular branch 6 times, most recently from cac0c49 to 91aa737 Compare March 11, 2025 17:04
@angular angular deleted a comment from ngbot bot Mar 11, 2025
@angular-robot angular-robot force-pushed the ng-renovate/angular branch 12 times, most recently from fdfa9e6 to 8f1ba4a Compare March 12, 2025 17:27
@angular-robot angular-robot changed the title build: update angular build: update angular - autoclosed Mar 13, 2025
@angular-robot angular-robot deleted the ng-renovate/angular branch March 13, 2025 09:04
@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 Apr 13, 2025
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.

3 participants