Skip to content

build: update angular #22784

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

Merged
merged 2 commits into from
Mar 24, 2022
Merged

build: update angular #22784

merged 2 commits into from
Mar 24, 2022

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Mar 2, 2022

WhiteSource Renovate

This PR contains the following updates:

Package Type Update Change Age Adoption Passing Confidence
@angular/animations dependencies digest dbe1bab -> ce85655 age adoption passing confidence
@angular/animations devDependencies patch 14.0.0-next.6 -> 14.0.0-next.7 age adoption passing confidence
@angular/cdk dependencies digest 0913b0d -> d665ed9 age adoption passing confidence
@angular/cdk devDependencies patch 14.0.0-next.6 -> 14.0.0-next.8 age adoption passing confidence
@angular/common dependencies digest 2b01f72 -> af3c3a1 age adoption passing confidence
@angular/common devDependencies patch 14.0.0-next.6 -> 14.0.0-next.7 age adoption passing confidence
@angular/compiler dependencies digest 1d140d2 -> 402cac8 age adoption passing confidence
@angular/compiler devDependencies patch 14.0.0-next.6 -> 14.0.0-next.7 age adoption passing confidence
@angular/compiler-cli dependencies digest 88693d9 -> 12b1cce age adoption passing confidence
@angular/compiler-cli devDependencies patch 14.0.0-next.6 -> 14.0.0-next.7 age adoption passing confidence
@angular/core dependencies digest a46f19c -> bc289b4 age adoption passing confidence
@angular/core devDependencies patch 14.0.0-next.6 -> 14.0.0-next.7 age adoption passing confidence
@angular/dev-infra-private devDependencies digest 216c252 -> 1e08de0 age adoption passing confidence
@angular/forms dependencies digest b85c2db -> 69fe0a0 age adoption passing confidence
@angular/forms devDependencies patch 14.0.0-next.6 -> 14.0.0-next.7 age adoption passing confidence
@angular/language-service dependencies digest 2765fd9 -> d2c764b age adoption passing confidence
@angular/localize dependencies digest 94d5f01 -> df1e9ef age adoption passing confidence
@angular/localize devDependencies patch 14.0.0-next.6 -> 14.0.0-next.7 age adoption passing confidence
@angular/material dependencies digest 09fbf69 -> 91a810f age adoption passing confidence
@angular/material devDependencies patch 14.0.0-next.6 -> 14.0.0-next.8 age adoption passing confidence
@angular/material-moment-adapter dependencies digest d7bd498 -> b274db2 age adoption passing confidence
@angular/platform-browser dependencies digest 4c9545d -> 5375c91 age adoption passing confidence
@angular/platform-browser devDependencies patch 14.0.0-next.6 -> 14.0.0-next.7 age adoption passing confidence
@angular/platform-browser-dynamic dependencies digest 505b674 -> 54d3e10 age adoption passing confidence
@angular/platform-browser-dynamic devDependencies patch 14.0.0-next.6 -> 14.0.0-next.7 age adoption passing confidence
@angular/platform-server dependencies digest f49b6f6 -> 81bd539 age adoption passing confidence
@angular/platform-server devDependencies patch 14.0.0-next.6 -> 14.0.0-next.7 age adoption passing confidence
@angular/router dependencies digest e408959 -> 218f74d age adoption passing confidence
@angular/router devDependencies patch 14.0.0-next.6 -> 14.0.0-next.7 age adoption passing confidence
@angular/service-worker dependencies digest 4becba3 -> e2d46df age adoption passing confidence
@angular/service-worker devDependencies patch 14.0.0-next.6 -> 14.0.0-next.7 age adoption passing confidence
angular/dev-infra action digest 104c49a -> 223f927 age adoption passing confidence

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


Release Notes

angular/angular

v14.0.0-next.7

Compare Source

core
Commit Type Description
225e4f2dbe feat triggerEventHandler accept optional eventObj (#​45279)
forms
Commit Type Description
9db9091349 fix improve error message for invalid value accessors (#​45192)

Special Thanks

Alan Agius, Alistair Kane, Amer Yousuf, Andrew Kushnir, Andrew Scott, Derek Cormier, Jessica Janiuk, JiaLiPassion, Lee Cooper, Paul Gschwendtner, alirezaghey and why520crazy

angular/components

v14.0.0-next.8

Compare Source

cdk
Commit Type Description
fb03164b3 fix schematics: mark ng-add schematics as hidden
ee452de49 perf a11y: avoid triggering change detection if there are no subscribers to stream (#​15077)
ad33d7a1b perf scrolling: do not run change detection if there are no viewChange listeners (#​23987)
material
Commit Type Description
ff0119648 fix autocomplete: re-enter the Angular zone when the NgZone.onStable emits (#​24569)
937160675 fix checkbox: model value not updated when using toggle method (#​11902)
6b2b51844 fix input: preserve native placeholder on non-legacy appearances (#​20936)
063841933 fix input: resolve memory leak on iOS (#​24599)
35018812c fix schematics: mark ng-add schematics as hidden
ff12d09c1 fix schematics: remove usages of deprecated defaultProject option (#​24641)
0276784b4 fix select: NVDA reading out table when opening select on Chrome (#​23446)
5f4148f35 fix select: value set through property not being propagated to value accessor (#​10246)
d250b1775 perf icon: remove IE workaround (#​24514)
cdk-experimental
Commit Type Description
c176670ce feat combobox: glue together combobox and listbox with DI instead of a panel directive (#​24637)
4cc6b04a2 feat menu: allow configuration of typeahead and menu position (#​24600)
material-experimental
Commit Type Description
12b5387ea fix mdc-chips: replace innerText w/ textContent (#​24635)
multiple
Commit Type Description
ea081feab feat Add a harness filter option for checked checkboxes, radios, and slide-toggles (#​24625)
764030d04 fix memory leak when forcing focus (#​24520)

Special Thanks

Alan Agius, Artur Androsovych, CommanderRoot, Jeremy Elbourn, Joey Perrott, Kristiyan Kostadinov, Miles Malerba, Paul Gschwendtner, Wagner Maciel and tomicarsk6

v14.0.0-next.7

Compare Source

cdk
Commit Type Description
45fae71ea fix drag-drop: only block dragstart event on event targets (#​24581)
material
Commit Type Description
8ef312528 feat dialog: add the ability to control the animation duration (#​13466)
cc6112298 feat stepper: add input for controlling the animation duration (#​17133)
fc5f8b026 feat stepper: add the ability to control the position of the header in a horizontal stepper (#​15509)
f42fee0de feat tabs: Throw error in MDC tabs if [tabPanel] input is not provided (#​24517)
0f15d1983 fix badge: ensure overflow visible (#​24602)
0b5256184 fix card: use more specific selector for divider override (#​23531)
47517b65e fix card: use more specific selector for divider override (#​23531)
6b4f2bfa9 fix datepicker: fix Voiceover losing focus on PageDown (#​24399)
14f5b6e06 fix datepicker: use cdk-visually-hidden on calendar header (#​24523)
f16548462 fix dialog: provide defaults for dialog animation (#​24591)
575332c92 fix dialog: use quoted keys in the animation state object (#​24594)
025a53448 fix icon: clip overflowing icon elements (#​12429)
9e06e4ab0 fix tabs: avoid timeouts in background tabs (#​24000)
cdk-experimental
Commit Type Description
dc020c7ac feat menu: Use DI instead of CdkMenuPanel to connect menus (#​24558)
material-experimental
Commit Type Description
6982ca7ec fix mdc-core: add app background color (#​22992)
356618d0c fix mdc-radio: add hover indication (#​24595)

Special Thanks

Andrew Seguin, Kristiyan Kostadinov, Miles Malerba, Paul Gschwendtner, Zach Arend, Zack Elliott and renovate[bot]


Configuration

📅 Schedule: "after 10pm every weekday,before 4am every weekday,every weekend" in timezone America/Tijuana.

🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.

Rebasing: Renovate will not automatically rebase this PR, because other commits have been found.

👻 Immortal: This PR will be recreated if closed unmerged. Get config help if that's undesired.


  • If you want to rebase/retry this PR, click this checkbox.

This PR has been generated by WhiteSource Renovate. View repository job log here.

@renovate renovate bot added action: merge The PR is ready for merge by the caretaker target: minor This PR is targeted for the next minor release labels Mar 2, 2022
@renovate renovate bot force-pushed the renovate/angular branch 2 times, most recently from 31d780b to 90e499c Compare March 2, 2022 15:28
@renovate renovate bot changed the title build: update angular to 538a747 build: update angular to 62dda67 Mar 2, 2022
@renovate renovate bot force-pushed the renovate/angular branch 5 times, most recently from 58eb27c to 08b357b Compare March 2, 2022 20:45
@renovate renovate bot changed the title build: update angular to 62dda67 build: update angular Mar 2, 2022
@renovate renovate bot force-pushed the renovate/angular branch 19 times, most recently from a278f54 to 4fd136d Compare March 7, 2022 06:44
@renovate renovate bot force-pushed the renovate/angular branch 21 times, most recently from 3ffc38b to 99df6d6 Compare March 24, 2022 06:07
@renovate renovate bot force-pushed the renovate/angular branch from 99df6d6 to 08b5ce3 Compare March 24, 2022 11:54
@alan-agius4 alan-agius4 added the action: merge The PR is ready for merge by the caretaker label Mar 24, 2022
@alan-agius4 alan-agius4 merged commit 80d486f into master Mar 24, 2022
@alan-agius4 alan-agius4 deleted the renovate/angular branch March 24, 2022 13:55
@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 26, 2022
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 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