Skip to content

Conversation

angular-robot
Copy link
Collaborator

@angular-robot angular-robot commented Feb 7, 2025

This PR contains the following updates:

Package Type Update Change
@angular/animations dependencies digest db9c25c -> 928d7e2
@angular/animations (source) devDependencies patch 19.2.0-next.1 -> 19.2.0-next.2
@angular/bazel devDependencies digest 01395b7 -> 4317ed8
@angular/build-tooling devDependencies digest 395af57 -> abfac3d
@angular/cdk dependencies digest 2640a3a -> e3905aa
@angular/cdk devDependencies patch 19.2.0-next.2 -> 19.2.0-next.3
@angular/common dependencies digest 637e65a -> a887eb5
@angular/common (source) devDependencies patch 19.2.0-next.1 -> 19.2.0-next.2
@angular/compiler dependencies digest 5395de9 -> 828c562
@angular/compiler (source) devDependencies patch 19.2.0-next.1 -> 19.2.0-next.2
@angular/compiler-cli dependencies digest 210114f -> 8d5e237
@angular/compiler-cli (source) devDependencies patch 19.2.0-next.1 -> 19.2.0-next.2
@angular/core dependencies digest 15d7782 -> 3d44f83
@angular/core (source) devDependencies patch 19.2.0-next.1 -> 19.2.0-next.2
@angular/forms dependencies digest 243447b -> 44f6725
@angular/forms (source) devDependencies patch 19.2.0-next.1 -> 19.2.0-next.2
@angular/language-service dependencies digest b050c2e -> 14fcc70
@angular/localize dependencies digest fb5806b -> 7f9f274
@angular/localize devDependencies patch 19.2.0-next.1 -> 19.2.0-next.2
@angular/material dependencies digest c779734 -> 1a2ba22
@angular/material devDependencies patch 19.2.0-next.2 -> 19.2.0-next.3
@angular/material-moment-adapter dependencies digest 957c7c2 -> 9bd086b
@angular/ng-dev devDependencies digest 46d05f1 -> d20f99e
@angular/platform-browser dependencies digest e9bf2c1 -> b9dd6c7
@angular/platform-browser (source) devDependencies patch 19.2.0-next.1 -> 19.2.0-next.2
@angular/platform-browser-dynamic dependencies digest 8e67c02 -> f4f1595
@angular/platform-browser-dynamic (source) devDependencies patch 19.2.0-next.1 -> 19.2.0-next.2
@angular/platform-server dependencies digest 79da94e -> 92604b4
@angular/platform-server (source) devDependencies patch 19.2.0-next.1 -> 19.2.0-next.2
@angular/router dependencies digest 1c2d5ca -> 0628c54
@angular/router (source) devDependencies patch 19.2.0-next.1 -> 19.2.0-next.2
@angular/service-worker dependencies digest 57a89d2 -> 63bd677
@angular/service-worker (source) devDependencies patch 19.2.0-next.1 -> 19.2.0-next.2
angular/dev-infra action digest de990ca -> 06c699a

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


Release Notes

angular/angular (@​angular/animations)

v19.2.0-next.2

Compare Source

compiler-cli
Commit Type Description
a97136052f9 fix gracefully fall back if const enum cannot be passed through (#​59815)
bae94b82fda fix handle const enums used inside HMR data (#​59815)
03bcd30e348 fix handle enum members without initializers in partial evaluator (#​59815)
core
Commit Type Description
146ab9a76e6 feat support TypeScript 5.8 (#​59830)
b592b1b0516 fix fix race condition in resource() (#​59851)
a299e02e914 fix preserve tracing snapshot until tick finishes (#​59796)
forms
Commit Type Description
fa0c3e32108 feat support type set in form validators (#​45793)
angular/components (@​angular/cdk)

v19.2.0-next.3

Compare Source

material
Commit Type Description
5423dd25ea fix bottom-sheet: remove remaining animation dependencies
9ea468a591 fix button-toggle: make null value selected on init (#​25553)
4eb06acbd9 fix chips: Async chips with a delay are not highlighted (#​27399)
212c354766 fix datepicker: remove remaining animation dependencies
f15a9395a8 fix datepicker: set aria-expanded on datepicker toggle (#​30438)
71c71be313 fix dialog: remove remaining animation dependencies
e164e2360e fix expansion: remove remaining animation dependencies
37693e308a fix form-field: remove remaining animation dependencies
879cbe7557 fix menu: remove remaining animation dependencies
5eeade7b43 fix select: remove remaining animation dependencies
04ae202b60 fix sidenav: end positioned sidenav not opening in RTL (#​30427)
712d5e2a40 fix sidenav: remove remaining animation dependencies
02ed862f76 fix snack-bar: remove remaining animation dependencies
25c18bf196 fix sort: remove remaining animation dependencies
872330721a fix stepper: remove remaining animation dependencies
b20a85a47a fix tabs: remove remaining animation dependencies
5d3f43c150 fix tooltip: remove remaining animation dependencies
7b17243689 perf button: Optimize the remaining descendant state selector. (#​30428)
1b3c42e074 perf checkbox: Optimize more expensive selectors (#​30409)
cdk-experimental
Commit Type Description
151ff1aed6 fix column-resize: Fix lazy resize mode (broken by ##​30378) (#​30413)
material-angular-io
Commit Type Description
fe441bdce5 feat allow module imports to be copied from API tab (#​30389)

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 Feb 7, 2025
@angular-robot
Copy link
Collaborator Author

⚠️ Artifact update problem

Renovate failed to update an artifact related to this branch. You probably do not want to merge this PR as-is.

♻ Renovate will retry this branch, including artifacts, only when one of the following happens:

  • any of the package files in this branch needs updating, or
  • the branch becomes conflicted, or
  • you click the rebase/retry checkbox if found above, or
  • you rename this PR's title to start with "rebase!" to trigger it manually

The artifact failure details are included below:

File name: pnpm-lock.yaml
/bin/sh: 1: pnpm: not found

@angular-robot angular-robot bot added the area: build & ci Related the build and CI infrastructure of the project label Feb 7, 2025
@jkrems jkrems merged commit 021985f into angular:main Feb 7, 2025
41 checks passed
@angular-robot angular-robot deleted the ng-renovate/angular branch February 7, 2025 20:03
@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 Mar 10, 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.

2 participants