Skip to content
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

fix(deps): update dependency @angular/cdk to v14.2.7 #744

Open
wants to merge 1 commit into
base: development
Choose a base branch
from

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Jun 29, 2022

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
@angular/cdk 14.0.3 -> 14.2.7 age adoption passing confidence

Release Notes

angular/components (@​angular/cdk)

v14.2.7

Compare Source

14.2.7 "smoke-spirit" (2022-11-09)

material
Commit Description
fix - 53588b51d2 stepper: add HCM disabled styles for stepper and tabs (#​25393) (#​25932)
fix - a1473b93fc stepper: content not visibile on first navigation when nested in tabs (#​25930)
cdk
Commit Description
fix - f63918a3b8 scrolling: error when querying for CdkVirtualScrollViewport as CdkScrollable (#​25937)

Special Thanks

Douglas Parker, Kristiyan Kostadinov and Wagner Maciel

v14.2.6

Compare Source

14.2.6 "quilt-seagull" (2022-10-26)

material
Commit Description
fix - 89771dcc4 tabs: scroll position lost when tab header is hidden (#​25855)

Special Thanks

Kristiyan Kostadinov

v14.2.5

Compare Source

cdk
Commit Type Description
b116f57d16 fix drag-drop: native event not passed as parameter to drop container (#​25763)
material
Commit Type Description
79eab3838d fix icon: forward fontIcon attribute to element (#​25779)

Special Thanks

Joe K, Joey Perrott and Kristiyan Kostadinov

v14.2.4

Compare Source

material
Commit Type Description
9909f2a33 fix tooltip: animation not cancelled when mouseleave goes through tooltip (#​25740)

Special Thanks

Joey Perrott, Kristiyan Kostadinov and Titos Chaniotakis

v14.2.3

Compare Source

material
Commit Type Description
8c3d79156 fix bottom-sheet: aria-modal not being set
7d314a87b fix dialog: aria-modal not being set
bc978445b fix stepper: remove invalid aria attribute (#​25644)
a9d3bc580 fix tooltip: animations running when timeouts haven't elapsed (#​25699) (#​25701)

Special Thanks

James Skinner, Kristiyan Kostadinov and Paul Gschwendtner

v14.2.2

Compare Source

cdk
Commit Type Description
6275f9d41f fix a11y: account for Windows 11 high contrast themes in detector (#​25624)
eb5f79bb7b fix listbox: error with multiple preselected values (#​25621)
65af24ee53 fix menu: don't prevent default enter and space actions (#​25591)
material
Commit Type Description
b3e35f3be4 fix datepicker: restore focus after closing animation (#​25567)

Special Thanks

Kristiyan Kostadinov and Paul Gschwendtner

v14.2.1

Compare Source

cdk
Commit Type Description
84388dd23 fix collections: ConnectableObservable incorrectly inferred as data source (#​25526)
material
Commit Type Description
8683f476c fix button-toggle: incorrect event source in some cases (#​25544)

Special Thanks

Kristiyan Kostadinov, Mark Goldberg and Paul Gschwendtner

v14.2.0

Compare Source

cdk
Commit Type Description
06c2164618 feat a11y: add named export and public property to CdkMonitorFocus directive (#​25427)
0fb2e9a5f7 feat listbox: add listbox to cdk (#​25380) (#​25474)
79858ea14b fix scrolling: error during server-side rendering (#​25461)
material
Commit Type Description
657774e29b feat datepicker: Allow user to jump between start and end dates with arrow keys (#​25359)
cdk-experimental
Commit Type Description
aaa9d93c92 fix listbox: fix issue with aria-selected (#​25373)

Special Thanks

Andrew Seguin, Emmanuel Roux, Joey Perrott, Karl Seamon, Kristiyan Kostadinov, Miles Malerba, Paul Gschwendtner and Wagner Maciel

v14.1.3

Compare Source

cdk
Commit Type Description
f661a9300e fix dialog: fall back to node injector token doesn't exist in template injector (#​25406)
b9f09aa741 fix overlay: backdropClass type mismatch (#​25487)
material
Commit Type Description
d1ef7e23c6 fix button-toggle: toggle name falling out of sync if name changes (#​24713)
19df7cf940 fix expansion: fix lint issue (#​25469)
expansion
Commit Type Description
b1450b1cb5 fix fix expansion .mat-expansion-panel-header styles (#​20019)

Special Thanks

Andrew Seguin, Dmitrii Kuzmin, Kristiyan Kostadinov, ko-tori and swseverance

v14.1.2

Compare Source

material
Commit Type Description
69b29046d5 fix chips: selectable="false" doesn't work on initial assignment (#​24906)
0f2ec70c86 fix tooltip: avoid problem when triggers hide animation for not visible tooltip (#​24652)
material-experimental
Commit Type Description
0a4d8e9fc4 fix mdc-list: set a role on MatNavList and MatActionList (#​25412)

Special Thanks

Egor Volvachev, Miles Malerba, Wagner Maciel and Zach Arend

v14.1.1

Compare Source

cdk
Commit Type Description
251c9abdf fix dialog: use config injector if provided (#​25332)
636dd60ee fix drag-drop: expose pickup position in constrainPosition callback (#​25341)
aea1a5d67 fix overlay: detach overlay when portal is destroyed from the outside (#​25212)
63ca33bc8 fix schematics: strip bom from sass files (#​25364)
material-experimental
Commit Type Description
e045e8d49 fix mdc-chips: don't use button element if chip row isn't editable (#​25327)
394b93f18 fix mdc-slider: skip resizing while the user is dragging (#​25318)

Special Thanks

Amadou Sall, Kristiyan Kostadinov, Paul Gschwendtner and Serge

v14.1.0

Compare Source

cdk
Commit Type Description
176213d70 feat scrolling: make scroller element configurable for virtual scrolling (#​24394)
material
Commit Type Description
1256c6cf2 feat core: use strong focus indicators in high contrast mode
dd1a0feb5 feat icon: SEO friendly ligature icons (#​24578)
799cf7cf2 fix datepicker: add i18n strings (#​25024)
cdk-experimental
Commit Type Description
5c2a7e00e fix listbox: clean up some TODOs (#​25005)
0b5963753 fix listbox: clean up the listbox API and make it work with forms (#​24920)
material-experimental
Commit Type Description
864f92e0f feat mdc-button: support custom leading/trailing icons (#​24987)
1f6810831 feat mdc-list: add support for activated state in harness (#​24934)
c543db57a fix mdc-checkbox: remove extra a11y tree node for the (#​24907)
7736515f1 fix mdc-form-field: ensure appearance is valid (#​24963)

Special Thanks

Adrien Crivelli, Amy Sorto, Andrew Seguin, Jackie Chu, Kristiyan Kostadinov, Maxi, Miles Malerba, Paul Gschwendtner, Wagner Maciel, Zach Arend and atrawally

v14.0.6

Compare Source

material
Commit Type Description
cc510216a fix autocomplete: prevent outside clicks from going to other overlays (#​25243)
b73b2fb85 fix checkbox: incorrect animation state when going from pre-checked to indeterminate (#​25297)
e7b359286 fix slider: add cancelable checks to touchmove and touchend events (#​25301)
d7e422668 fix tabs: disable tab label color transition when animations are disabled (#​25308)
material-experimental
Commit Type Description
43bfbac51 fix mdc-slider: thumb incorrectly positioned when inside an overlay (#​25288)

Special Thanks

Alka Vats, John Vandenberg, Kristiyan Kostadinov and Oliver Kierepka

v14.0.5

Compare Source

cdk
Commit Type Description
9cd5a6ad70 fix a11y: correctly detect focus from input label (#​25232)
938aa2fa13 fix clipboard: page jumping on iOS (#​25221)
material
Commit Type Description
f5bdefe6fd fix checkbox: broken appearance in some grid layouts (#​25197)
25ce8e775c fix select: add selected indication in high contrast mode (#​25237)
76c0e9c1cd fix tabs: ink bar not shown in some cases (#​25218)
material-experimental
Commit Type Description
a9c7f59240 fix mdc-button: always treat icon-button content as an icon (#​25200)
7101a91ef5 fix mdc-form-field: ensure clip-path does not truncate label early (#​25264)
84a4e9a742 fix mdc-form-field: fix notch visual artifact (#​25201)
ce7f42b912 fix mdc-form-field: use a CSS var for the floating label scale (#​25178)
c0716784b2 fix mdc-paginator: allow form-field density to go lower than -4 (#​25192)

Commit Type Description
89bc64a329 fix making the parse format available for native date adapter extension (#​25226)
multiple
Commit Type Description
68edf42798 fix fix disabled label style (#​25181)

Special Thanks

Andrew Seguin, Kai Schönberger, Kristiyan Kostadinov, Miles Malerba, Oliver Kierepka and Paul Gschwendtner

v14.0.4

Compare Source

material
Commit Type Description
c970ff9d3 fix stepper: isErrorState accepts AbstractControl instead of UntypedFormControl to avoid compiler errors when strict typing is enabled (#​25105)
material-experimental
Commit Type Description
1b50a0743 fix mdc-chips: missing role for trailing actions container (#​25160)
docs
Commit Type Description
c4ae88fb5 fix rename master to something else (#​25151)
multiple
Commit Type Description
301f6b0ef fix touch targets not excluded in densities lower than -2 (#​25108)

Special Thanks

Ammar Najjar, Amy Sorto, Angular Robot, James Jansson, Kristiyan Kostadinov, Paul Gschwendtner, Zach Arend and renovate[bot]


Configuration

📅 Schedule: Branch creation - "after 10pm every weekday,before 5am every weekday,every weekend" in timezone Europe/Berlin, 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 this update again.


  • If you want to rebase/retry this PR, check this box

This PR was generated by Mend Renovate. View the repository job log.

@codecov
Copy link

codecov bot commented Jun 29, 2022

Codecov Report

Merging #744 (1cdb5df) into development (adf4a2c) will not change coverage.
The diff coverage is n/a.

@@             Coverage Diff              @@
##           development     #744   +/-   ##
============================================
  Coverage        98.95%   98.95%           
============================================
  Files               12       12           
  Lines              287      287           
  Branches            53       53           
============================================
  Hits               284      284           
  Partials             3        3           
Flag Coverage Δ
core 98.95% <ø> (ø)

Flags with carried forward coverage won't be shown. Click here to find out more.

📣 We’re building smart automated test selection to slash your CI/CD build times. Learn more

@renovate renovate bot force-pushed the renovate/angularmaterial-monorepo branch 2 times, most recently from 6ba1b98 to ea998ea Compare July 14, 2022 22:27
@renovate renovate bot changed the title fix(deps): update dependency @angular/cdk to v14.0.4 fix(deps): update dependency @angular/cdk to v14.0.5 Jul 14, 2022
@renovate renovate bot force-pushed the renovate/angularmaterial-monorepo branch from ea998ea to 8a49a78 Compare July 20, 2022 13:12
@renovate renovate bot changed the title fix(deps): update dependency @angular/cdk to v14.0.5 fix(deps): update dependency @angular/cdk to v14.1.0 Jul 20, 2022
@renovate renovate bot force-pushed the renovate/angularmaterial-monorepo branch from 8a49a78 to 3df4b5d Compare August 3, 2022 19:27
@renovate renovate bot changed the title fix(deps): update dependency @angular/cdk to v14.1.0 fix(deps): update dependency @angular/cdk to v14.1.1 Aug 3, 2022
@renovate renovate bot force-pushed the renovate/angularmaterial-monorepo branch from 3df4b5d to 43c5d6c Compare August 11, 2022 21:51
@renovate renovate bot changed the title fix(deps): update dependency @angular/cdk to v14.1.1 fix(deps): update dependency @angular/cdk to v14.1.2 Aug 11, 2022
@renovate renovate bot force-pushed the renovate/angularmaterial-monorepo branch from 43c5d6c to 0b1997a Compare August 19, 2022 20:21
@renovate renovate bot changed the title fix(deps): update dependency @angular/cdk to v14.1.2 fix(deps): update dependency @angular/cdk to v14.1.3 Aug 19, 2022
@renovate renovate bot force-pushed the renovate/angularmaterial-monorepo branch from 0b1997a to e44a4a1 Compare August 26, 2022 01:27
@renovate renovate bot changed the title fix(deps): update dependency @angular/cdk to v14.1.3 fix(deps): update dependency @angular/cdk to v14.2.0 Aug 26, 2022
@renovate renovate bot changed the title fix(deps): update dependency @angular/cdk to v14.2.0 fix(deps): update dependency @angular/cdk to v14.2.1 Sep 7, 2022
@renovate renovate bot force-pushed the renovate/angularmaterial-monorepo branch from e44a4a1 to f40ec88 Compare September 7, 2022 16:52
@renovate renovate bot force-pushed the renovate/angularmaterial-monorepo branch from f40ec88 to b534bb5 Compare September 25, 2022 18:37
@renovate renovate bot changed the title fix(deps): update dependency @angular/cdk to v14.2.1 fix(deps): update dependency @angular/cdk to v14.2.2 Sep 25, 2022
@renovate renovate bot force-pushed the renovate/angularmaterial-monorepo branch from b534bb5 to 5f3274d Compare November 20, 2022 18:16
@renovate renovate bot changed the title fix(deps): update dependency @angular/cdk to v14.2.2 fix(deps): update dependency @angular/cdk to v14.2.7 Nov 20, 2022
@renovate
Copy link
Contributor Author

renovate bot commented Aug 27, 2023

⚠ Artifact update problem

Renovate 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:

  • any of the package files in this branch needs updating, or
  • the branch becomes conflicted, or
  • you click the rebase/retry checkbox if found above, or
  • you rename this PR's title to start with "rebase!" to trigger it manually

The artifact failure details are included below:

File name: src/package-lock.json
npm ERR! code ERESOLVE
npm ERR! ERESOLVE could not resolve
npm ERR! 
npm ERR! While resolving: [email protected]
npm ERR! Found: @angular-devkit/[email protected]
npm ERR! node_modules/@angular-devkit/core
npm ERR!   @angular-devkit/core@"14.0.3" from the root project
npm ERR!   @angular-devkit/core@"14.0.3" from @angular-devkit/[email protected]
npm ERR!   node_modules/@angular-devkit/build-angular
npm ERR!     dev @angular-devkit/build-angular@"14.0.3" from the root project
npm ERR!   3 more (@angular-devkit/schematics, @angular/cli, @schematics/angular)
npm ERR! 
npm ERR! Could not resolve dependency:
npm ERR! peer @angular-devkit/core@"^9.0.0 || ^10.0.0 || ^11.0.0 || ^12.0.0 || ^13.0.0" from [email protected]
npm ERR! node_modules/angular-cli-ghpages
npm ERR!   dev angular-cli-ghpages@"1.0.0" from the root project
npm ERR! 
npm ERR! Conflicting peer dependency: @angular-devkit/[email protected]
npm ERR! node_modules/@angular-devkit/core
npm ERR!   peer @angular-devkit/core@"^9.0.0 || ^10.0.0 || ^11.0.0 || ^12.0.0 || ^13.0.0" from [email protected]
npm ERR!   node_modules/angular-cli-ghpages
npm ERR!     dev angular-cli-ghpages@"1.0.0" from the root project
npm ERR! 
npm ERR! Fix the upstream dependency conflict, or retry
npm ERR! this command with --force or --legacy-peer-deps
npm ERR! to accept an incorrect (and potentially broken) dependency resolution.
npm ERR! 
npm ERR! 
npm ERR! For a full report see:
npm ERR! /tmp/worker/2559d1/ccded6/cache/others/npm/_logs/2023-08-27T00_42_36_416Z-eresolve-report.txt

npm ERR! A complete log of this run can be found in: /tmp/worker/2559d1/ccded6/cache/others/npm/_logs/2023-08-27T00_42_36_416Z-debug-0.log

@renovate renovate bot force-pushed the renovate/angularmaterial-monorepo branch from 5f3274d to 1cdb5df Compare August 27, 2023 00:42
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant