build: update angular#30018
Closed
angular-robot wants to merge 1 commit intoangular:mainfrom
Closed
Conversation
cf34a93 to
fdb1f6a
Compare
Contributor
|
Looks like what happens is that the function name doesn't appear because it gets minified? // [...]
if (rf & 1) {
_angular_core__WEBPACK_IMPORTED_MODULE_1__.ay();
_angular_core__WEBPACK_IMPORTED_MODULE_0__.dZ(0, "svg", 0)(1, "text", 1);
_angular_core__WEBPACK_IMPORTED_MODULE_0__.fH(2, "Hello World");
_angular_core__WEBPACK_IMPORTED_MODULE_0__.dY()();
}
// [...]Previously this was: if (rf & 1) {
_angular_core__WEBPACK_IMPORTED_MODULE_0__["ɵɵnamespaceSVG"]();
_angular_core__WEBPACK_IMPORTED_MODULE_0__["ɵɵelementStart"](0, "svg", 0)(1, "text", 1);
_angular_core__WEBPACK_IMPORTED_MODULE_0__["ɵɵtext"](2, "Hello World");
_angular_core__WEBPACK_IMPORTED_MODULE_0__["ɵɵelementEnd"]()();
} |
55e8062 to
6534ae8
Compare
Merged
Contributor
|
Sending a fixed PR with required test update: #30024 |
9f386ed to
a40b0b0
Compare
a40b0b0 to
c19d081
Compare
|
This issue has been automatically locked due to inactivity. Read more about our automatic conversation locking policy. This action has been performed automatically by a bot. |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
This PR contains the following updates:
64fa492->a738f8820.0.0-next.4->20.0.0-next.50e88de0->2f4096e20.0.0-next.4->20.0.0-next.5908459b->f82f9da20.0.0-next.4->20.0.0-next.5b1d89ff->382080120.0.0-next.4->20.0.0-next.502b648d->534150320.0.0-next.4->20.0.0-next.5df98069->39fa08d20.0.0-next.4->20.0.0-next.5df47e65->1140b4d20.0.0-next.4->20.0.0-next.51cd0e44->7ae72fb05c5399->b5430b920.0.0-next.4->20.0.0-next.5f78d1e4->7baa57c20.0.0-next.4->20.0.0-next.58f906c6->29374c010732a8->55e081c70477a4->5e5398d20.0.0-next.4->20.0.0-next.50477f8e->03f0448b4fc7dc->1c2bb1c20.0.0-next.4->20.0.0-next.59a7e3e4->08e5edc20.0.0-next.4->20.0.0-next.5c0eb717->e1724fd20.0.0-next.4->20.0.0-next.5b3b3466->f172f3f🔡 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.5Compare Source
Breaking Changes
core
Before upgrading to Angular v20, ensure the Node.js version is at least 20.11.1.
For the full list of supported versions, visit: https://angular.dev/reference/versions
ErrorHandlerare now also reported to Angular's internal errorhandling machinery. For tests, this means that the error will be
rethrown by default rather than only logging the error. Developers
should fix these errors, catch them in the test if the test is
intentionally covering an error case, or use
rethrowApplicationErrors: falseinconfigureTestingModuleas a last resort.router
Routeno longer includeanyinthe type union. The union includes functions for the functional guards
as well as a type matching
Injector.get:ProviderToken<T>|string.Note that string is still deprecated on both the route guards and
Injector.get.Deprecations
core
ngIf/ngFor/ngSwitchare deprecated. Use the control flow blocks instead (@for/@if/@switch).animations
@angular/common(#60660)compiler
compiler-cli
rootDir(#60555)core
DestroyRefon destroy callback if view is destroyed (#58008)hasPendingTasksobservers (#59723)forceRootflag for effects (#60535)ngIf/ngFor/ngSwitch. (#60492)forms
language-service
migrations
router
service-worker
angular/components (@angular/cdk)
v20.0.0-next.5Compare Source
cdk
material
cdk-experimental
multiple
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.
This PR has been generated by Renovate Bot.