-
-
Notifications
You must be signed in to change notification settings - Fork 85
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
chore(deps): update angular monorepo to v16.0.0-next.5 (patch) #5350
Conversation
⚠ Artifact update problemRenovate 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:
The artifact failure details are included below: File name: e2e/a16/package-lock.json
|
Codecov ReportPatch and project coverage have no change.
Additional details and impacted files@@ Coverage Diff @@
## master #5350 +/- ##
=========================================
Coverage 100.00% 100.00%
=========================================
Files 224 224
Lines 4773 4773
Branches 1090 1090
=========================================
Hits 4773 4773 Help us with your feedback. Take ten seconds to tell us how you rate us. Have a feature suggestion? Share it here. ☔ View full report in Codecov by Sentry. |
4d8d637
to
ea108c0
Compare
ea108c0
to
3af5b42
Compare
Edited/Blocked NotificationRenovate will not automatically rebase this PR, because it does not recognize the last commit author and assumes somebody else may have edited the PR. You can manually request rebase by checking the rebase/retry box above. ⚠ Warning: custom changes will be lost. |
fix(a16): supporting required inputs #5350
v14.9.0 has been released and contains a fix for the issue. Feel free to reopen the issue or to submit a new one if you meet any problems. |
This PR contains the following updates:
16.0.0-next.4
->16.0.0-next.5
16.0.0-next.4
->16.0.0-next.5
16.0.0-next.4
->16.0.0-next.5
16.0.0-next.4
->16.0.0-next.5
16.0.0-next.4
->16.0.0-next.5
16.0.0-next.4
->16.0.0-next.5
16.0.0-next.4
->16.0.0-next.5
16.0.0-next.4
->16.0.0-next.5
16.0.0-next.4
->16.0.0-next.5
Release Notes
angular/angular
v16.0.0-next.5
Compare Source
Breaking Changes
bazel
common
Before the change, the following template was compiling:
However, it does not compile now because the 'xxx' property does not exist in 'MyContext', resulting in the error: 'Type '{ $implicit: string; xxx: string; }' is not assignable to type 'MyContext'.'
The solution is either:
core
entryComponents
has been deleted from the@NgModule
and@Component
public APIs. Any usages can be removed since they weren't doing anyting.ANALYZE_FOR_ENTRY_COMPONENTS
injection token has been deleted. Any references can be removed.component if it is different from the previous value (based on
Object.is
equality). If code relies on the input always being set, it should be
updated to copy objects or wrap primitives in order to ensure the input
value differs from the previous call to
setInput
.Deprecations
core
makeStateKey
,StateKey
andTransferState
exports have been moved from@angular/platform-browser
to@angular/core
. Please update the imports.@Directive
/@Component
moduleId
property is nowdeprecated. It did not have any effect for multiple major versions and
will be removed in v17.
platform-server
PlatformConfig.baseUrl
andPlatformConfig.useAbsoluteUrl
platform-server config options are deprecated as these were not used.common
compiler
compiler-cli
nSkipHydration
(#49512)core
assertInInjectionContext
(#49529)moduleId
references (#49496)makeStateKey
,StateKey
andTransferState
(#49563)moduleId
@Component
property (#49496)http
migrations
Router
guard and resolver interfaces (#49337)platform-browser
platform-server
useAbsoluteUrl
andbaseUrl
(#49546)router
Special Thanks
Alan Agius, Alex Rickabaugh, Andrew Kushnir, Andrew Scott, Asaf Malin, Jan Cabadaj, Jessica Janiuk, JiaLiPassion, Kristiyan Kostadinov, Matthieu Riegler, Paul Gschwendtner, Pawel Kozlowski, Sid, Tano Abeleyra and tomalaforge
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.
This PR has been generated by Mend Renovate. View repository job log here.