Skip to content

build: update angular#22723

Merged
dgp1130 merged 2 commits into
masterfrom
renovate/angular
Mar 1, 2022
Merged

build: update angular#22723
dgp1130 merged 2 commits into
masterfrom
renovate/angular

Conversation

@renovate
Copy link
Copy Markdown
Contributor

@renovate renovate Bot commented Feb 17, 2022

WhiteSource Renovate

This PR contains the following updates:

Package Type Update Change Age Adoption Passing Confidence
@angular/animations dependencies digest 5457147 -> 931e07e age adoption passing confidence
@angular/animations devDependencies patch 14.0.0-next.2 -> 14.0.0-next.4 age adoption passing confidence
@angular/cdk dependencies digest 204a17e -> 62ab6c2 age adoption passing confidence
@angular/cdk devDependencies patch 14.0.0-next.2 -> 14.0.0-next.4 age adoption passing confidence
@angular/common dependencies digest 22e9dae -> e1c7faa age adoption passing confidence
@angular/common devDependencies patch 14.0.0-next.2 -> 14.0.0-next.4 age adoption passing confidence
@angular/compiler dependencies digest 7a30956 -> 4d9437a age adoption passing confidence
@angular/compiler devDependencies patch 14.0.0-next.2 -> 14.0.0-next.4 age adoption passing confidence
@angular/compiler-cli dependencies digest a7ff25b -> bd14680 age adoption passing confidence
@angular/compiler-cli devDependencies patch 14.0.0-next.2 -> 14.0.0-next.4 age adoption passing confidence
@angular/core dependencies digest 75f1806 -> f58075e age adoption passing confidence
@angular/core devDependencies patch 14.0.0-next.2 -> 14.0.0-next.4 age adoption passing confidence
@angular/dev-infra-private devDependencies digest bd27798 -> 5e484f9 age adoption passing confidence
@angular/forms dependencies digest f389d34 -> a87fda8 age adoption passing confidence
@angular/forms devDependencies patch 14.0.0-next.2 -> 14.0.0-next.4 age adoption passing confidence
@angular/language-service dependencies digest 53a1ed6 -> bf8dad6 age adoption passing confidence
@angular/localize dependencies digest b833e14 -> 95a59ca age adoption passing confidence
@angular/localize devDependencies patch 14.0.0-next.2 -> 14.0.0-next.4 age adoption passing confidence
@angular/material dependencies digest 0090f58 -> aba8727 age adoption passing confidence
@angular/material devDependencies patch 14.0.0-next.2 -> 14.0.0-next.4 age adoption passing confidence
@angular/material-moment-adapter dependencies digest 3dd25e3 -> 0fd3b50 age adoption passing confidence
@angular/platform-browser dependencies digest 66e6c0b -> 77909e6 age adoption passing confidence
@angular/platform-browser devDependencies patch 14.0.0-next.2 -> 14.0.0-next.4 age adoption passing confidence
@angular/platform-browser-dynamic dependencies digest 9c85203 -> 2b081dd age adoption passing confidence
@angular/platform-browser-dynamic devDependencies patch 14.0.0-next.2 -> 14.0.0-next.4 age adoption passing confidence
@angular/platform-server dependencies digest 8d8d976 -> 38ec90b age adoption passing confidence
@angular/platform-server devDependencies patch 14.0.0-next.2 -> 14.0.0-next.4 age adoption passing confidence
@angular/router dependencies digest fd17af3 -> dd441c7 age adoption passing confidence
@angular/router devDependencies patch 14.0.0-next.2 -> 14.0.0-next.4 age adoption passing confidence
@angular/service-worker dependencies digest 2792015 -> 09c950f age adoption passing confidence
@angular/service-worker devDependencies patch 14.0.0-next.2 -> 14.0.0-next.4 age adoption passing confidence
angular/dev-infra action digest 5b35e20 -> 104c49a 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.4

Compare Source

Breaking Changes

animations
  • The AnimationDriver.getParentElement method has become required, so any
    implementors of this interface are now required to provide an implementation
    for this method. This breakage is unlikely to affect application developers,
    as AnimationDriver is not expected to be implemented in user code.
animations
Commit Type Description
f8dc660605 fix allow animations with unsupported CSS properties (#​44729)
59559fdbac refactor make AnimationDriver.getParentElement required (#​45114)
compiler-cli
Commit Type Description
c0778b4dfc fix Support resolve animation name from the DTS (#​45107)
core
Commit Type Description
071c8af8ba perf avoid storing LView in ngContext (#​45051)
a96c4827c4 perf make Compiler, ApplicationRef and ApplicationInitStatus tree-shakable (#​45102)
1e60fe0a3e perf make LOCALE_ID and other tokens from ApplicationModule tree-shakable (#​45102)

Special Thanks

Alan Cohen, AlirezaEbrahimkhani, Andrew Kushnir, Andrew Scott, Daniele Maltese, David Wolf, JiaLiPassion, JoostK, Kristiyan Kostadinov, Paul Gschwendtner, arturovt, dario-piotrowicz, ivanwonder and manuelkroiss

v14.0.0-next.3

Compare Source

animations
Commit Type Description
5c7c56bc85 perf improve algorithm to balance animation namespaces (#​45057)
4c778cdb28 perf made errors in the animations package tree shakeable (#​45004)
common
Commit Type Description
bedb257afc fix cleanup URL change listeners when the root view is removed (#​44901)
compiler
Commit Type Description
1b91e1049e perf chain element start/end instructions (#​44994)
core
Commit Type Description
e461f716d4 feat move ANIMATION_MODULE_TYPE injection token into core (#​44970)
822439fddd fix ViewContainerRef.createComponent should consult module injector when custom one is provided (#​44966)
45d98e7ca5 perf make IterableDiffers and KeyValueDiffers tree-shakable (#​45094)

Special Thanks

Alan Cohen, AlirezaEbrahimkhani, Amer Yousuf, Andrew Kushnir, Aristeidis Bampakos, Dario Piotrowicz, Dylan Hunn, Esteban Gehring, George Kalpakas, Jessica Janiuk, JiaLiPassion, Joey Perrott, JoostK, Kristiyan Kostadinov, Mina Hosseini Moghadam, Patrick Cameron, Srdjan Milic, Yousaf Nawaz, arturovt, dario-piotrowicz, markostanimirovic, mgechev and zuckjet

angular/components

v14.0.0-next.4

Compare Source

Breaking Changes

material
  • Previously the mixinErrorState mixin function defined
    a class member for stateChanges. This is no longer the case, and consumers
    need to provide the stateChanges class member themselves.

    • CdkStepper._orientation has been removed. Use CdkStepper.orientation instead.
  • The _document parameter from the CdkStepper constructor has been removed.
  • The _document parameter from the MatStepper constructor has been removed.
  • MatVerticalStepper has been removed. Use MatStepper instead.
  • MatHorizontalStepper has been removed. Use MatStepper instead.
material-experimental
Commit Type Description
3e1080931e feat mdc-list: add support for marking the act… (#​24433)
4c0a4603d9 fix mdc-dialog: align change detection with non-MDC version (#​24451)
f6cdc96994 fix mdc-list: fix typo in action-list css class (#​24448)
dbcd1404bb fix mdc-list: use body-1 rather than subtitle-1 typography for list items (#​24417)
f5d74daf1d fix mdc-select: target correct element with typography (#​24258)
ea6fdb91c1 perf mdc-table: reduce bundle size (#​24309)
material
Commit Type Description
9946bb34bb feat form-field: add color to default options (#​24438) (#​24440)
0d162a4132 feat sort: default arrow position in MatSortDefaultOptions (#​23609)
c0ed5ce5de fix autocomplete: closing immediately when input is focused programmatically (#​21081)
7e9916bc9e fix autocomplete: use narrow value for aria-haspopup (#​15361)
b703cb36a8 fix button-toggle: unable to override elevation and high contrast styling applied incorrectly (#​14722)
ab39847567 fix checkbox: clear static aria attributes from host nodes (#​17092)
19b89342a3 fix form-field: use correct color for form fields in high contrast mode (#​24422)
e0b76ed029 fix radio: clicks not propagating to wrapper elements (#​24459)
f80403c97d fix radio: not checked on first click if partially visible (#​19505)
1d5175b313 fix select: arrow highlighted state not updating in Safari (#​15281)
dddfbd1ea6 fix sidenav: prevent focus from entering hidden sidenav if child element has a visibility
d9ad68acda fix tabs: use buttons for paginator also tab-header and mdc (#​24338)
bab3b989f9 refactor core: no longer define stateChanges in mixinErrorState (#​22875)
db126b5797 refactor stepper: remove deprecated APIs for version 13 (#​23328)
cdk
Commit Type Description
feaf50b43a feat a11y: HighContrastModeDetector need not support IE11 (#​24462)
3e1de9dd29 fix drag-drop: incorrectly sorting element inside dialog with blocked scrolling (#​14806)
761f5fde28 fix drag-drop: stop pointer events on placeholder (#​24404)
ripple
Commit Type Description
65fb5f4491 fix not fading out on touch devices (#​12488)

Special Thanks

Alireza Ebrahimkhani, Andrew Seguin, Arthur Ming, Jeri Peier, Kristiyan Kostadinov, Miles Malerba, Paul Gschwendtner, Ruslan Lekhman and renovate[bot]

v14.0.0-next.3

Compare Source

material
Commit Type Description
06e65c6b5 feat chips: update chip-list describedby to match input (#​24292)
ca1aaae7e feat progress-spinner: add color to default options (#​24356)
5603d9b7f fix datepicker: fix failing unit test in multiyear view (#​24418)
15774a923 fix datepicker: update active date on focusing a cell (#​24384)
599d1b445 fix dialog: Use align as @Input() in MatDialogActions (#​24328)
f868e33a5 fix menu: position classes not update when window is resized (#​24385)
e917541cb fix tabs: allow coercing of booleans for all inputs (#​24377)
cdk-experimental
Commit Type Description
d8ff80a44 fix column-resize: Fix bug in hover logic introduced by IE cleanup (#​24396)

Special Thanks

Jean-Philippe, Jeri Peier, Karl Seamon, Kristiyan Kostadinov, Paul Gschwendtner, Robin (Robert) Thomas, Ruslan Lekhman, Wagner Maciel, Zach Arend and Zack Elliott


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 Feb 17, 2022
@renovate renovate Bot force-pushed the renovate/angular branch 28 times, most recently from 5c75f9d to 166eb9d Compare February 23, 2022 09:50
@renovate renovate Bot force-pushed the renovate/angular branch 22 times, most recently from 9799911 to a8691ef Compare February 28, 2022 16:57
@renovate renovate Bot force-pushed the renovate/angular branch from a8691ef to 88c1343 Compare February 28, 2022 17:35
These symbols are now exported from the primary entry-point.
@dgp1130 dgp1130 merged commit f8765cc into master Mar 1, 2022
@angular-automatic-lock-bot
Copy link
Copy Markdown

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 1, 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.

3 participants