Skip to content

Conversation

@angular-robot
Copy link
Contributor

@angular-robot angular-robot commented Jan 8, 2025

This PR contains the following updates:

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

Warning

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


Release Notes

angular/angular (@​angular/animations)

v19.1.0-rc.0

Compare Source

compiler
Commit Type Description
ceadd28ea1 fix allow $any in two-way bindings (#​59362)
compiler-cli
Commit Type Description
ce3b6641fb fix account for more expression types when determining HMR dependencies (#​59323)
ee99879fdc fix preserve defer block dependencies during HMR when class metadata is disabled (#​59313)
core
Commit Type Description
9870b643bf fix Defer afterRender until after first CD (#​58250)
a5fc962094 fix Don't run effects in check no changes pass (#​58250)
5c0d68804e fix Ensure that a destroyed effect never run. (#​59415)
migrations
Commit Type Description
d298d25426 feat add schematic to clean up unused imports (#​59353)
platform-browser
Commit Type Description
8c5db3cfb7 fix avoid circular DI error in async renderer (#​59256)
0e23f20c41 fix styles not replaced during HMR when using animations renderer (#​59393)
router
Commit Type Description
5ac6f065ab fix avoid component ID collisions with user code (#​59300)
52a6710f54 fix complete router events on dispose (#​59327)
angular/angular-cli (@​angular/build)

v19.1.0-rc.0

Compare Source

@​schematics/angular
Commit Type Description
02825eec5 feat use @angular/build package in library generation schematic
88431b756 fix application migration should migrate ng-packagr builder package
@​angular-devkit/architect
Commit Type Description
aa6bf07f3 fix provide better error when builder is not defined
@​angular-devkit/build-angular
Commit Type Description
916979c8a fix preserve css type for jasmine.css
@​angular/build
Commit Type Description
2c9d7368f feat add ng-packagr builder to the package
2f921219f fix add asset tracking to application builder watch files
a5618693a fix do not mark Babel _defineProperty helper function as pure
ef3dc2ed0 fix enable serving files with bundle-like names
e76800ce5 fix fix incorrect budget calculation
a0b4ea23c fix handle relative URLs when constructing new URLs during server fetch
5cc62d4a3 fix mitigate JS transformer worker execArgv errors
8639a3b6d fix pass define option defined in application builder to Vite prebundling
48cae815c fix skip vite SSR warmup file configuration when SSR is disabled
ba16ad6b5 fix support incremental build file results in watch mode
bfe9ee36c fix warn when @angular/localize/init is imported directly
@​angular/ssr
Commit Type Description
3feecddbb fix disable component boostrapping when running route extraction
6edb90883 fix throw error when using route matchers
angular/components (@​angular/cdk)

v19.1.0-rc.0

Compare Source

cdk
Commit Type Description
52758beab0 fix menu: avoid re-opening the menu on enter (#​30263)
2be0afcfb5 fix menu: avoid resetting the scroll position when using the mouse (#​30249)
e421765d8d fix menu: not responding to position changes (#​30234)
5c75bbecb2 fix scrolling: avoid SSR error in CdkVirtualScrollableWindow (#​30259)
0f053ff685 fix tree: expandAll not expanding all nodes (#​30226)
d721f0c2bc perf table: Use afterNextRender for sticky styling. Fixes a performance regression dating back to #​28393 and removes need for coalesced sticky styler. (#​30242)
material
Commit Type Description
4e04540792 fix datepicker: simplify DI setup (#​30247)
66741b8132 fix sidenav: remove deprecated API usage (#​30268)
31896c8a35 fix sidenav: switch away from animations module (#​30235)
0c099ff024 fix sort: avoid center align for sort header
1c1ebfd87b fix sort: show arrow on focus (#​30217)
2219b1198f fix timepicker: don't mark as touched when blurred while dropdown is open (#​30228)
af29a92c01 perf tooltip: Tiny but measurable optimization to MatTooltip construction. Defer hooking up to directionality changes until overlay is created. (#​30214)
980f9ba7bb perf tooltip: Use afterNextRender to invoke aria describer to align layout updates with other components using afterNextRender. (#​30265)
cdk-experimental
Commit Type Description
9f73fed470 perf column-resize: Use ResizeObserver to avoid layout thrashing (#​30215)

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.

🔕 Ignore: Close this PR and you won't be reminded about these updates again.


  • 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 Jan 8, 2025
@angular-robot angular-robot bot added the area: build & ci Related the build and CI infrastructure of the project label Jan 8, 2025
@angular-robot angular-robot force-pushed the ng-renovate/angular-dependencies branch 4 times, most recently from a3a4ee3 to d3514bd Compare January 9, 2025 09:14
@angular-robot angular-robot force-pushed the ng-renovate/angular-dependencies branch from d3514bd to ff730e7 Compare January 9, 2025 14:14
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

@josephperrott
Copy link
Member

This PR was merged into the repository by commit a459370.

The changes were merged into the following branches: main

@angular-robot angular-robot deleted the ng-renovate/angular-dependencies branch January 9, 2025 15:09
@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 Feb 9, 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