Skip to content

Conversation

@angular-robot
Copy link
Contributor

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

This PR contains the following updates:

Package Type Update Change
@angular/animations (source) devDependencies patch 20.0.0-next.2 -> 20.0.0-next.3
@angular/build dependencies patch 20.0.0-next.1 -> 20.0.0-next.2
@angular/cdk devDependencies patch 20.0.0-next.1 -> 20.0.0-next.3
@angular/cli devDependencies patch 20.0.0-next.1 -> 20.0.0-next.2
@angular/common (source) devDependencies patch 20.0.0-next.2 -> 20.0.0-next.3
@angular/compiler (source) devDependencies patch 20.0.0-next.2 -> 20.0.0-next.3
@angular/compiler-cli (source) devDependencies patch 20.0.0-next.2 -> 20.0.0-next.3
@angular/core (source) resolutions patch 20.0.0-next.2 -> 20.0.0-next.3
@angular/core (source) devDependencies patch 20.0.0-next.2 -> 20.0.0-next.3
@angular/forms (source) devDependencies patch 20.0.0-next.2 -> 20.0.0-next.3
@angular/material devDependencies patch 20.0.0-next.1 -> 20.0.0-next.3
@angular/platform-browser (source) devDependencies patch 20.0.0-next.2 -> 20.0.0-next.3
@angular/platform-browser-dynamic (source) devDependencies patch 20.0.0-next.2 -> 20.0.0-next.3
@angular/router (source) devDependencies patch 20.0.0-next.2 -> 20.0.0-next.3

Warning

Some dependencies could not be looked up. Check the Dependency Dashboard for more information.


Release Notes

angular/angular (@​angular/animations)

v20.0.0-next.3

Compare Source

Breaking Changes

core
    • TestBed.get has been removed. Use TestBed.inject instead.
compiler-cli
Commit Type Description
bec1610da2 feat add extended diagnostic for invalid nullish coalescing (#​60279)
1971e57a45 feat support type checking of host bindings (#​60267)
29eded6457 fix report more accurate diagnostic for invalid import (#​60455)
2d51a203dc fix wrong event name for host listener decorators (#​60460)
core
Commit Type Description
22d3f0562c feat add hook for producer creation side effects (#​60333)
b154fb3911 feat add support for two-way bindings on dynamically-created components (#​60342)
644d9f3bbd feat mark the toSignal API as stable (#​60442)
5e209cb560 feat remove TestBed.get (#​60414)
b461e06ecb fix catch hydration marker with implicit body tag (#​60429)
b8daf472d8 fix execute timer trigger outside zone (#​60392)
8953e45a43 fix include input name in error message (#​60404)
48974c3cf8 fix remove rejectErrors option encourages uncaught exceptions (#​60397)
04d963c0a5 fix remove unused parameter from listener instruction (#​60406)
platform-browser-dynamic
Commit Type Description
3606aabd6b fix ensure compiler is loaded before @angular/common (#​60458)
upgrade
Commit Type Description
cd7c170763 fix handle output emitters when downgrading a component (#​60369)
angular/angular-cli (@​angular/build)

v20.0.0-next.2

Compare Source

Breaking Changes

@​schematics/angular
  • --server-routing option has been removed from several schematics. Server routing will be used when using the application builder.
@​schematics/angular
Commit Type Description
26fd4ea73 feat add migrations for server rendering updates
18e13e2ce feat remove --server-routing option
86d241629 fix add @angular/ssr dependency only when provideServerRendering import has been updated
da6ef626f fix ensure app-shell schematic consistently uses withAppShell
f126f8d34 fix ensure module discovery checks for an NgModule decorator
23fc8e1e1 fix generate components without a .component extension/type
8d715fa94 fix generate directives without a .directive extension/type
bc0f07b48 fix generate services without a .service extension/type
c0de72317 fix replace @angular/platform-browser-dynamic with @angular/platform-browser
@​angular/build
Commit Type Description
f4be83119 feat Support Sass package importers
cb2ab43ab fix ensure errors for missing component resources
f780e8beb fix ensure relative karma stack traces for test failures
@​angular/ssr
Commit Type Description
33b9de3eb feat expose provideServerRendering and remove provideServerRouting
cdfc50c29 feat stabilize AngularNodeAppEngine, AngularAppEngine, and provideServerRouting APIs
angular/components (@​angular/cdk)

v20.0.0-next.3

Compare Source

cdk
Commit Type Description
1e5082dd5 fix overlay: ensure re-exported transitive Dir directive can be imported (#​30679)
1b4cae7f2 fix tree: retainining previous objects (#​30431)
material
Commit Type Description
aba4c4437 fix chips: chip input not showing placeholder (#​30664)
33795a1a1 fix chips: implement disabledInteractive in chip input (#​30665)
ee442555e fix timepicker: TimepickerInput component in shadow DOM (#​30642)
multiple
Commit Type Description
cb3b0a87a fix ensure re-exported module symbols can be imported (#​30667)

v20.0.0-next.2

Compare Source

Breaking Changes

material
    • ButtonVariant which is returned by MatButtonHarness.getVariant no longer includes the appearance of the button. Use MatButtonHarness.getAppearance instead.
cdk-experimental
Commit Type Description
7343657f5 fix ui-patterns: small fixes for internal compatibi… (#​30625)
material
Commit Type Description
fb81ab4f2 feat button: add support for tonal button (#​30638)
e79f60558 feat button: allow appearance to be set dynamically
097f49d90 fix autocomplete: allow overlay backdrop by setting hasBackdrop option (#​30631)
2c7199c02 fix button: align harness with new terminology
443df2661 fix card: remove alternate token for container-color (#​30640)
09b25a159 fix chips: adds default placeholder for chips input (#​30452)
b4fcae45d fix core: include alternative tokens (#​30633)
75713b0a0 fix paginator: prevent keyboard nav to disabled buttons (#​30627)
688c430fe fix select: close panel on detach output event (#​30634)
d5ba63d00 fix select: use flexible overlay dimensions (#​30628)
0e985f2c6 fix slider: handle null values in slider input (#​30621)
43b08600c fix timepicker: assertion error if reopened quickly (#​30639)
cdk
Commit Type Description
dc70692ab fix text-field: Long multiline textfield focus issue (#​30312)
multiple
Commit Type Description
e1cf2844f fix avoid repeating selectors in m3 themes (#​30645)

Configuration

📅 Schedule: Branch creation - At any time (no schedule defined), 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 comp: build renovate managed labels Mar 19, 2025
@angular-robot angular-robot bot added the area: build & ci Related the build and CI infrastructure of the project label Mar 19, 2025
@angular-robot angular-robot force-pushed the ng-renovate/angular-dependencies branch from ff79d37 to bd94170 Compare March 19, 2025 20:30
@angular-robot angular-robot changed the title build: update angular dependencies to v20.0.0-next.2 build: update angular dependencies Mar 19, 2025
@angular-robot angular-robot force-pushed the ng-renovate/angular-dependencies branch 3 times, most recently from 201327c to c32f76b Compare March 21, 2025 11:32
Copy link
Member

@josephperrott josephperrott left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM

@angular-robot angular-robot force-pushed the ng-renovate/angular-dependencies branch from c32f76b to 4869750 Compare March 21, 2025 15:33
josephperrott pushed a commit to josephperrott/dev-infra that referenced this pull request Mar 21, 2025
@angular-robot angular-robot deleted the ng-renovate/angular-dependencies branch March 21, 2025 16:14
@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 21, 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 comp: build renovate managed

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants