Skip to content

Conversation

@angular-robot
Copy link
Contributor

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

This PR contains the following updates:

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

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.0

Compare Source

Breaking Changes

common
  • Using the Y formatter (week-numbering year) without also including w (week number) is now detected as suspicious date pattern, as y is typically intended.
compiler
  • void in an expression now refers to the operator

    Previously an expression in the template like {{void}} referred to a
    property on the component class. After this change it now refers to the
    void operator, which would make the above example invalid. If you have
    existing expressions that need to refer to a property named void,
    change the expression to use this.void instead: {{this.void}}.

common
Commit Type Description
74cceba587 feat throw error for suspicious date patterns (#​59798)
compiler
Commit Type Description
f2d5cf7edd feat support exponentiation operator in templates (#​59894)
0361c2d81f feat support void operator in templates (#​59894)
core
Commit Type Description
962b59b14e fix Ensure ComponentFixture does not duplicate error reporting from FakeAsync (#​60104)
491b0a4ead fix Remove duplicate reporting of errors in CDR.detectChanges (#​60056)
router
Commit Type Description
7c12cb1df9 feat Allow resolvers to read resolved data from ancestors (#​59860)
db2f2d99c8 fix Scroller should scroll as soon as change detection completes (#​60086)

v19.2.0

Compare Source

common
Commit Type Description
3e39da593a feat introduce experimental httpResource (#​59876)
compiler
Commit Type Description
5b20bab96d feat Add Skip Hydration diagnostic. (#​59576)
fe8a68329b feat support untagged template literals in expressions (#​59230)
compiler-cli
Commit Type Description
ed705a856a feat detect missing structural directive imports (#​59443)
core
Commit Type Description
2588985f43 feat pass signal node to throwInvalidWriteToSignalErrorFn (#​59600)
168516462a feat support default value in resource() (#​59655)
bc2ad7bfd3 feat support streaming resources (#​59573)
146ab9a76e feat support TypeScript 5.8 (#​59830)
6c92d65349 fix add hasValue narrowing to ResourceRef (#​59708)
96e602ebe9 fix cancel in-progress request when same value is assigned (#​59280)
6789c7ef94 fix Defer afterRender until after first CD (#​59455) (#​59551)
c87e581dd9 fix Don't run effects in check no changes pass (#​59455) (#​59551)
127fc0dc84 fix fix resource()'s previous.state (#​59708)
b592b1b051 fix fix race condition in resource() (#​59851)
a299e02e91 fix preserve tracing snapshot until tick finishes (#​59796)
forms
Commit Type Description
fa0c3e3210 feat support type set in form validators (#​45793)
migrations
Commit Type Description
1cd3a7db83 feat add migration to convert templates to use self-closing tags (#​57342)
platform-browser
Commit Type Description
e6cb411e43 fix automatically disable animations on the server (#​59762)
platform-server
Commit Type Description
fc5d187da5 fix decouple server from animations module (#​59762)

v19.2.0-rc.0

Compare Source

19.2.0-rc.0 (2025-02-19)
common
Commit Description
feat - 3e39da593a introduce experimental httpResource (#​59876)
fix - 7bd4be0fa5 clean up urlChanges subscribers when root scope is destroyed (#​59703)
compiler
Commit Description
feat - 5b20bab96d Add Skip Hydration diagnostic. (#​59576)
compiler-cli
Commit Description
fix - 973033abd2 avoid crash in isolated transform operations (#​59869)
core
Commit Description
feat - 2588985f43 pass signal node to throwInvalidWriteToSignalErrorFn (#​59600)
forms
Commit Description
fix - cf36951f83 Fix typing on FormRecord. (#​59993)
migrations
Commit Description
feat - 1cd3a7db83 add migration to convert templates to use self-closing tags (#​57342)
angular/angular-cli (@​angular/build)

v19.2.0-rc.0

Compare Source

19.2.0-rc.0 (2025-02-19)
@​schematics/angular
Commit Description
fix - adf4ea5d4 remove animations module from ng new app
@​angular/cli
Commit Description
fix - 8c7c7ac69 correctly parse and resolve relative schematic collection names on Windows
fix - 09f5006b5 prefer installed package as fallback when listing package groups
@​angular-devkit/build-angular
Commit Description
feat - a00a49a65 add aot to WTR schema
fix - c0c1670a6 pass missing options to Karma esbuild builder
fix - 2bae1a9c0 support aot option for karma browser builder
@​angular/build
Commit Description
feat - 11fab9c7d add application builder karma testing to package
fix - a5fcf8044 provide karma stack trace sourcemap support
fix - f92787947 suppress asset missing warning for /index.html requests
fix - e6deb82c6 update critical CSS inlining to support autoCsp
angular/components (@​angular/cdk)

v19.2.0-rc.0

Compare Source

19.2.0-rc.0 "rutherfordium-rotor" (2025-02-19)

youtube-player
Commit Description
feat - d6fd2768a add API to put the player in fullscreen mode (#​30491)
material
Commit Description
fix - f0d665826 checkbox: ensure native control receives clicks (#​30511)
fix - f2cf22987 paginator: disabled buttons not visible in high contrast mode (#​30505)
fix - 657885e89 slide-toggle: rendering issue in Safari 18.3 (#​30490)
fix - 3d7f2714a snack-bar: snack-bar action button does not follow material guidelines (#​27769)
fix - 68b267dd5 tooltip: regression when injecting ViewContainerRef (#​30500)
perf - 6bd31f978 radio: Optimize costly css selectors. (#​30470)
cdk
Commit Description
fix - 26765a4c7 drag-drop: avoid retaining destroyed items until next drag (#​30514)
perf - 7f9970fb1 table: Short circuit _removeStickyStyle calls against elements with no sticky styles (#​30471)
material-angular-io
Commit Description
fix - 30673c63d remove animations dependency
fix - 71b896368 remove docs data from critical path

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 Feb 19, 2025
@angular-robot angular-robot bot added the area: build & ci Related the build and CI infrastructure of the project label Feb 19, 2025
@angular-robot angular-robot force-pushed the ng-renovate/angular-dependencies branch 7 times, most recently from 4f5a203 to e8bdd1e Compare February 25, 2025 10:34
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 4 times, most recently from 5450f43 to 898fe29 Compare February 26, 2025 22:18
@angular-robot angular-robot changed the title build: update angular dependencies to v19.2.0-rc.0 build: update angular dependencies Feb 26, 2025
@angular-robot angular-robot force-pushed the ng-renovate/angular-dependencies branch 2 times, most recently from 983e1be to ce47caf Compare March 3, 2025 12:31
@angular-robot angular-robot force-pushed the ng-renovate/angular-dependencies branch from ce47caf to 8008d05 Compare March 4, 2025 18:31
@josephperrott
Copy link
Member

This PR was merged into the repository by commit aaaca8d.

The changes were merged into the following branches: main

@angular-robot angular-robot deleted the ng-renovate/angular-dependencies branch March 4, 2025 23:15
@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 4, 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