Skip to content
This repository was archived by the owner on Jan 27, 2022. It is now read-only.

build(deps): update angular-components to v13 - #964

Open
renovate[bot] wants to merge 1 commit into
mainfrom
renovate/angular-components
Open

build(deps): update angular-components to v13#964
renovate[bot] wants to merge 1 commit into
mainfrom
renovate/angular-components

Conversation

@renovate

@renovaterenovateBot commented Nov 4, 2021

Copy link
Copy Markdown
Contributor

WhiteSource Renovate

This PR contains the following updates:

PackageChangeAgeAdoptionPassingConfidence
@angular/cdk~12.2.0 -> ~13.1.0ageadoptionpassingconfidence
@angular/material~12.2.0 -> ~13.1.0ageadoptionpassingconfidence

Release Notes

angular/components

v13.1.1

Compare Source

material
CommitTypeDescription
0629a2c1b3fixschematics: don't replace variables contained within the names of other variables in theming API migration (#​24021)
6ce89aa0a5fixstepper: assistive technology reading out stepper icon (#​24025)
655b41ab0ffixtabs: remove CSS content from chevron element (#​24091)

Special Thanks

Kristiyan Kostadinov and Paul Gschwendtner

v13.1.0

Compare Source

cdk
CommitTypeDescription
c381a6c5afeatbidi: support auto direction value (#​23906)
material
CommitTypeDescription
e7494314dfeatcore: change ErrorStateMatcher to accept AbstractForm instead of FormControl (#​24012)
1b6c93571fixtable: set class and role on no data row (#​23749)
google-maps
CommitTypeDescription
7dbe9a428featGetting google.maps.Map instance (#​23856)
material-luxon-adapter
CommitTypeDescription
a52da04a8featadd option to set first day of week (#​24027)

Special Thanks

Amy Sorto, Andrew Seguin, Jeremy Elbourn, Jiří Balcar, Kristiyan Kostadinov, Lukas Taake, Miles Malerba, Paul Gschwendtner, Umer Naeem, Wagner Maciel and Zach Arend

v13.0.4

Compare Source

cdk
CommitTypeDescription
dddc933c5fixdrag-drop: last item not returned at initial index when sorting is disabled (#​23934)
material
CommitTypeDescription
8de380837fixdatepicker: hover styles not disabled on touch devices (#​23915)
cdk-experimental
CommitTypeDescription
e103a218efixcolumn-resize: Ensure resizable entity is not destroyed before applying min/max update (#​24007)
material-experimental
CommitTypeDescription
a90861a15fixcolumn-resize: Update for MDC and spec changes (#​23908)
45b7b1a0bfixmdc-checkbox: reduce amount of emitted theme css (#​24004)
4671d877efixmdc-slider: throw error when thumb is missing (#​24061)

Special Thanks

Aristeidis Bampakos, Csaba Sandor, Ekkolon, Karl Seamon, Kristiyan Kostadinov, Nathaniel, Paul Gschwendtner and Robin Richtsfeld

v13.0.3

Compare Source

cdk
CommitTypeDescription
a3f99f8c6afixdrag-drop: remove boundary error (#​23966)
b92f0bc806perfa11y: tree-shake warnings in production (#​23967)
material
CommitTypeDescription
73414a9ba6perfbottom-sheet: do not run change detection when focusing element (#​23965)
a25dda672bperfcore: tree shake sanity checks (#​23969)
multiple
CommitTypeDescription
f05a9c655afixsome experimental components not cleaned up completely (#​23994)

Special Thanks

Artur Androsovych, Kristiyan Kostadinov, Paul Gschwendtner and Ruslan Lekhman

v13.0.2

Compare Source

cdk
CommitTypeDescription
a24b1ac301fixdrag-drop: handle not working when it has a child inside shadow DOM
a38fcc2924fixtesting: fake events not propagating through shadow DOM
material
CommitTypeDescription
ba5d36a0bafixdatepicker: Add aria-current="date" to current date (#​23714)
759d85a2fffixtabs: pagination sometimes incorrectly shown after zoom (#​23759)
material-experimental
CommitTypeDescription
59ea11602afixmdc-list: don't override focus styles with hover (#​23840)
multiple
CommitTypeDescription
e5c589d473perfdon't emit fallbacks for CSS variables in experimental components (#​23912)

Special Thanks

ByzantineFailure, Dario Piotrowicz, Jeremy Elbourn, Joey Perrott, Kristiyan Kostadinov, Miles Malerba and Paul Gschwendtner

v13.0.1

Compare Source

cdk
CommitTypeDescription
36fa18b5a4fixoverlay: remove Optional decorator in ConnectedOverlayPositionChange constructor (#​23735)
material
CommitTypeDescription
15237f8c13fixchips: add selected indication in high contrast mode (#​23828)
e8a6eed7bffixchips: Declare that MatChipInput.inputElement is always defined (#​23868)
2fc63ef9e7fixcore: test environment check not picking up jest (#​23722)
5d49df1df6fixform-field: update outline gap when prefix changes (#​23869)
2b99632813fixslide-toggle: remove tabindex from host node (#​23891)
multiple
CommitTypeDescription
9a3fc9a1adfixupdate to angular v13.0.1 to emit proper partial compilation output (#​23951)

Special Thanks

Jeremy Elbourn, Joey Perrott, Kristiyan Kostadinov, Marco Marche, Miles Malerba, Paul Gschwendtner and Ruslan Lekhman

v13.0.0

Compare Source

Breaking Changes

cdk

If your application imports styles from ~@​angular/cdk, the @import/@use statements need to
be updated to omit the tilde. The tilde syntax is deprecated within the webpack sass-loader and
does not work with APF v13.

// before
@​use '~@​angular/cdk' as cdk;
// after
@​use '@​angular/cdk' as cdk;

The Angular CLI will automatically migrate your application with: ng update @​angular/cdk.

Additional breaking changes:

  • CKD_COPY_TO_CLIPBOARD_CONFIG has been removed. Use CDK_COPY_TO_CLIPBOARD_CONFIG instead.
  • ConnectedPositionStrategy has been removed. Use FlexibleConnectedPositionStrategy instead.
  • OverlayPositionBuilder.connectedTo has been removed. Use OverlayPositionBuilder.flexibleConnectedTo instead.
material

If your application imports styles from ~@​angular/material, the @import/@use statements need to
be updated to omit the tilde. The tilde syntax is deprecated within the webpack sass-loader and
does not work with APF v13.

// before
@​use '~@​angular/material' as mat;
// after
@​use '@​angular/material' as mat;

The Angular CLI will automatically migrate your application with: ng update @​angular/material.

Additionally, the following breaking changes have been made:

  • The minimum version of Sass has been bumped to 1.34.0. Version 1.38.0 is recommended.
  • CanColorCtor is no longer necessary and has been removed.
  • CanDisableRippleCtor is no longer necessary and has been removed.
  • CanDisableCtor is no longer necessary and has been removed.
  • CanUpdateErrorStateCtor is no longer necessary and has been removed.
  • HasInitializedCtor is no longer necessary and has been removed.
  • HasTabIndexCtor is no longer necessary and has been removed.
  • The _document and _dialog parameters have been removed from the MatDatepicker and MatDateRangePicker constructors.
  • MatFormFieldHarness.getHarnessLoaderForPrefix has been removed. Use MatFormFieldHarness.getPrefixText instead.
  • MatFormFieldHarness.getHarnessLoaderForSuffix has been removed. Use MatFormFieldHarness.getSuffixText instead.
  • The _labelOptions parameter of the MatFormField constructor has been removed.
  • MatFormField.underlineRef has been removed.
  • matTextareaAutosize has been removed. Use cdkTextareaAutosize from the @angular/cdk/text-field module instead.
  • MatTabHarness.getHarnessLoaderForContent has been removed. Use MatTabHarness.getRootHarnessLoader instead.
youtube-player
    • YouTubePlayer.createEventsBoundInZone has been removed.
material-date-fns-adapter
CommitTypeDescription
e8dd070bbdfeatadd date adapter for date-fns (#​23262)
2a358120f4fixlocale not passed into parse function (#​23653)
material-experimental
CommitTypeDescription
2789d8eb5ffeatmdc-card: add DI token for configuring appearance (#​23302)
a4ae3b88c0featmdc-slide-toggle: switch to non-deprecated styles (#​23143)
e7a77edf1efixmdc-tabs: update theming api (#​23855)
youtube-player
CommitTypeDescription
7539cf2837refactorremove deprecated APIs for v13 (#​23520)
google-maps
CommitTypeDescription
7c16258cfbfeatswitch to non-deprecated typings (#​23350)
material
CommitTypeDescription
3dc5af4bfdfeatdialog: add support for content sections in harness (#​23357)
e4b54aa2b7featprogress-bar: add default options injection token (#​23363)
6c724c18a7fixchips: show required asterisk when using required validator (#​23379)
728cf1c8ebfixdialog: improve screen reader support when opened (#​23085)
881edec3e6fixicon: make icon-registry compatible with Trusted Types (#​23140)
1568b35972fixinput: show required asterisk when using required validator (#​23362)
64ba72f1fdfixselect: show required asterisk when using required validator (#​23500)
01734b35affixsidenav: restore focus with correct origin when closing via the backdrop (#​23492)
7bc9bfb9dcrefactorcore: remove deprecated APIs for v13 (#​23529)
40f0674e39refactorcore: update minimum required sass version and clean up workarounds (#​23414)
f8dc1770d1refactordatepicker: remove deprecated APIs for v13 (#​23574)
700c0601c0refactorform-field: remove deprecated APIs for version 13 (#​23389)
760b4564farefactorinput: remove deprecated autosize directive (#​23408)
3ad08940f1refactortabs: remove deprecated APIs for v13 (#​23426)
cdk
CommitTypeDescription
51796e1601featoverlay: Extend cdkConnectedOverlayOrigin to support more types. (#​23253)
04b5a08190featschematics: add migration for removed symbols (#​23530)
b25283cda9fixa11y: error on firefox (#​23395)
219e1f558afixdrag-drop: add conditional to scroll update (#​23337)
6e1f522d6afixdrag-drop: allow using cdkDragRootElement w/ comment tag (#​23596)
d70faa0018fixdrag-drop: sorted event emitted multiple times for single-item list (#​23589)
f2ff9e3142fixschematics: drop tilde imports when updating to v13 (#​23732)
692ebafe7bfixtesting: fake touch event does not set proper touch identifier
5833597a7arefactorclipboard: clean up deprecated APIs for v13 (#​23401)
8d39384770refactoroverlay: remove deprecated connected position strategy
multiple
CommitTypeDescription
769996ed3ffeatadd options to autoFocus field for dialogs (#​22780)
db18b4093ffeatadd support for TypeScript 4.4 (#​23646)
ng-add
CommitTypeDescription
5c22a1dbf0fixsyntax error due to ES2020 being used for ng-add with NodeJS 12.x (#​23744)

Special Thanks

Amy Sorto, Andrew Seguin, Charles, Jeremy Elbourn, Joey Perrott, Kristiyan Kostadinov, Md. Enzam Hossain, Michael Prentice, Miles Malerba, Paul Gschwendtner, Ruslan Lekhman, Suguru Inatomi, Wagner Maciel, Zach Arend, bjarkler and mmalerba

v12.2.13

Compare Source

material
CommitTypeDescription
a0cf5220f8fixcore: test environment check not picking up jest (#​23722) (#​23924)

Special Thanks

Amy Sorto, Kristiyan Kostadinov, Paul Gschwendtner and Suguru Inatomi

v12.2.12

Compare Source

cdk
CommitTypeDescription
6161ec622fixportal: write generic type for TemplateRef in the Template Portal code example (#​23818)
material
CommitTypeDescription
d8c84d608fixicon: disable text selection (#​23730)

Special Thanks

Kristiyan Kostadinov, Paul Gschwendtner and Sergey Vakhramov

v12.2.11

Compare Source

cdk
CommitTypeDescription
5402a8b23ffixoverlay: OverlayRef.outsidePointerEvents() should only emit due to pointerdown outside overlay (#​23679)
59eee5dad1fixtesting: simulate focusin/focusout events (#​23768)
material
CommitTypeDescription
edad40fcd1fixdatepicker: revert breaking change on IE (#​23786)
7086e448a8fixinput: incorrect color for select using the size attribute (#​23734)
18fcc4519ffixtabs: incorrect ripple color when CSS variables are used for theme (#​23686)
material-experimental
CommitTypeDescription
d8b5d9f4f1fixmdc-card: action alignment not working (#​23742)
1ac871f5a0fixmdc-select: add list class to option (#​23738)
multiple
CommitTypeDescription
51997be26efixuse ripple theme color for color mixins (#​23739)

Special Thanks

Andrew Seguin, Kristiyan Kostadinov and Lukas Spirig

v12.2.10

Compare Source

material
CommitTypeDescription
47c4710739fixsort: correctly specify AriaDesciber token (#​23751)
7727d9e28cfixsort: add description input for sort-header (#​23633)
material-experimental
CommitTypeDescription
261cb86c43fixmdc-tabs: switch to new theming API (#​23726)
509cd3919dfixmdc-radio: switch to new theming API (#​23725)

Special Thanks

Jeremy Elbourn, Joey Perrott, Marco Marche and Zach Arend

v12.2.9

Compare Source

cdk
CommitTypeDescription
85189204acfixdrag-drop: error when preview is destroyed before animation completes (#​23662)
material
CommitTypeDescription
544423b227fixcore: sanity checks not disabled for node-based test environments (#​23636)
9056d95e28fixstepper: add text for screen readers to indicate when step is complete or editable (#​23519)
material-experimental
CommitTypeDescription
b72c17759bfixmdc-menu: Use body1 typography for menu content (#​23657)

Special Thanks

Amy Sorto, Kristiyan Kostadinov, Miles Malerba and Вася

v12.2.8

Compare Source

material
CommitTypeDescription
6b7116902bfixbadge: correctly apply badge description (#​23562)
1c26ae8e8cfixexpansion: fix header border in high contrast mode (#​23613)
b026b4ed74fixstepper: add styling to stepper for high contrast mode (#​23526)
material-experimental
CommitTypeDescription
5f9c9d4b19fixmdc-typography: better mappings for 2014 to 2018 typography (#​23618)

Special Thanks

Amy Sorto, Jeremy Elbourn, Marco Marche, Miles Malerba and Zach Arend

v12.2.7

Compare Source

cdk
CommitTypeDescription
2ed15d806fixoverlay: avoid unnecessary timeouts when disposing of overlay (#​23474)
92140d288fixlayout: breakpoint observer not firing callback on chrome in specific cases (#​23571)
material
CommitTypeDescription
01d8e8988fixcore: avoid running sanity checks on some test environments (#​23374)
aad556928fixselect: error if selected value is accessed too early (#​23378)
d256219c1fixtabs: picking up mat-tab-label from child tabs (#​23560)
525bf7dcffixlist: fix action-list focus state for high contrast firefox (#​23584)
material-experimental
CommitTypeDescription
a9c2da11efixmdc-menu: use primary text color for menu icons (#​23608)
201220f65fixmdc-snack-bar: add harness support for getting label and actions (#​23585)
82fd042fffixmdc-slider: append class to indicate short value indicator text (#​23566)

Special Thanks

Benjamin Kindle, Jeremy Elbourn, Kristiyan Kostadinov, Marco Marche, Miles Malerba, Wagner Maciel and Zach Arend

v12.2.6

Compare Source

cdk
CommitTypeDescription
63f127b0c5fixa11y: complete input modality streams on destroy (#​23522)
material
CommitTypeDescription
b48732305afixdatepicker: improve color contrast in calendar header (#​23517)
886522ccd5fixinput: preserve password autofill icon (#​23534)
b12018a25efixchips: handle matChipRemove set on a button (#​23538)
3bb9bd4ed6fixstepper: incorrect navigation order when steps are added later on (#​23541)
material-experimental
CommitTypeDescription
e54229f4f0fixmdc-menu: ensure mat-mdc- prefix on all classes (#​23559)
13b24ab50bfixmdc-form-field: fix outline notch width (#​23005)
4fa5e6c827fixmdc-slider: remove deep imports (#​23451)
5ca6311382fixmdc-button: avoid shrinking FAB and icon button (#​23532)

Special Thanks

Kristiyan Kostadinov, Miles Malerba, Naveed Baloch and Paul Gschwendtner

v12.2.5

Compare Source

material
CommitTypeDescription
eeac3e647fixchips: error if selected value is accessed too early (#​23419)
2a68fa8d7fixautocomplete: don't emit optionActivated event when option is reset (#​23437)
03c033fdcfixtabs: fix contentTabIndex input type (#​23413)

Special Thanks

Brandon Yanofsky, Daniil Rabizo, Kristiyan Kostadinov, Paul Gschwendtner and Zach Arend

v12.2.4

Compare Source

cdk
CommitTypeDescription
7177d33906fixtesting: fix value stringification in harnesses (#​23421)
material
CommitTypeDescription
116766d13efixtabs: tab header border reset when parent has a background color (#​23450)

Special Thanks

Kristiyan Kostadinov, Miles Malerba, Paul Gschwendtner and Rameshwor Shrestha

v12.2.3

Compare Source

material/datepicker
CommitDescription
1244e25e9fix: calendar reopening on spacebar selection (#​23336)
material/stepper
CommitDescription
8103d9bc5fix: remove ripple and hover styling for disabled step (#​23386)
material-experimental/mdc-slider
CommitDescription
e725863a4fix: correct description of slider harness thumb getters (#​23431)

Special Thanks:

Amy Sorto, Kristiyan Kostadinov, Michael-James, Paul Gschwendtner and Wagner Maciel


Configuration

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

🚦 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.


  • 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
renovateBotforce-pushed the renovate/angular-components branch 5 times, most recently from 765369d to 962a4e0CompareNovember 9, 2021 23:28
Sign up for freeto subscribe to this conversation on GitHub. Already have an account? Sign in.

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant

@renovate-bot