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

Update angularmaterial monorepo to v18 (major) #27

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

Conversation

renovate[bot]
Copy link

@renovate renovate bot commented Aug 22, 2021

Mend Renovate

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
@angular/cdk 11.2.13 -> 18.0.0 age adoption passing confidence
@angular/material 11.2.13 -> 18.0.0 age adoption passing confidence

Release Notes

angular/components (@​angular/cdk)

v18.0.0

Compare Source

Breaking Changes

material
  • The following APIs have been renamed. If you update using ng update, your app will be fixed automatically.
    • define-light-theme to m2-define-light-theme
    • define-dark-theme to m2-define-dark-theme
    • define-palette to m2-define-palette
    • get-contrast-color-from-palette to m2-get-contrast-color-from-palette
    • get-color-from-palette to m2-get-color-from-palette
    • get-color-config to m2-get-color-config
    • get-typography-config to m2-get-typography-config
    • get-density-config to m2-get-density-config
    • $red-palette to $m2-red-palette
    • $pink-palette to $m2-pink-palette
    • $indigo-palette to $m2-indigo-palette
    • $purple-palette to $m2-purple-palette
    • $deep-purple-palette to $m2-deep-purple-palette
    • $blue-palette to $m2-blue-palette
    • $light-blue-palette to $m2-light-blue-palette
    • $cyan-palette to $m2-cyan-palette
    • $teal-palette to $m2-teal-palette
    • $green-palette to $m2-green-palette
    • $light-green-palette to $m2-light-green-palette
    • $lime-palette to $m2-lime-palette
    • $yellow-palette to $m2-yellow-palette
    • $amber-palette to $m2-amber-palette
    • $orange-palette to $m2-orange-palette
    • $deep-orange-palette to $m2-deep-orange-palette
    • $brown-palette to $m2-brown-palette
    • $grey-palette to $m2-grey-palette
    • $gray-palette to $m2-gray-palette
    • $blue-grey-palette to $m2-blue-grey-palette
    • $blue-gray-palette to $m2-blue-gray-palette
    • $light-theme-background-palette to $m2-light-theme-background-palette
    • $dark-theme-background-palette to $m2-dark-theme-background-palette
    • $light-theme-foreground-palette to $m2-light-theme-foreground-palette
    • $dark-theme-foreground-palette to $m2-dark-theme-foreground-palette
    • define-typography-level to m2-define-typography-level
    • define-rem-typography-config to m2-define-rem-typography-config
    • define-typography-config to m2-define-typography-config
    • define-legacy-typography-config to m2-define-legacy-typography-config
    • typography-level to m2-typography-level
    • font-size to m2-font-size
    • line-height to m2-line-height
    • font-weight to m2-font-weight
    • letter-spacing to m2-letter-spacing
    • font-family to m2-font-family
    • font-shorthand to m2-font-shorthand
material-experimental
Commit Type Description
c345df788 feat theming: add mixin for customizing checkbox tokens (#​28759)
c932512ba fix theming: avoid re-emitting the same tokens from the backwards-compatibility styles
material
Commit Type Description
4473a379f feat core: add prebuilt themes based on M3
e2a45bf1e feat core: Allow namespacing ripple-loader event handler (#​28699)
d679024de feat core: move Material 3 support into stable (#​28913)
4ba4689dc feat core: namespace m2-specific theming APIs (#​28892)
295fd67fa feat schematics: Add custom M3 theme schematic (#​28766)
b312b9491 feat schematics: use M3 themes in schematics
f8bd658df feat theming: add ability to use sys variables (#​28898)
49901c640 fix button-toggle: use radio pattern for single select Mat toggle button group (#​28548)
5501d9b40 fix core: add migration for M2 theming APIs (#​28927)
0ccc52830 fix core: export all available M3 palettes (#​28975)
a5ad288bf fix core: ripple loader not working in shadow DOM (#​29015)
ec9e83db4 fix datepicker: resolve repeater warnings in calendar (#​29028)
6dc8f7e90 fix dialog: mark dialog content as scrollable (#​28963)
ae82909a9 fix schematics: Add css token renaming migration
3e9d3c394 fix schematics: add option to generate system variables in M3 schematic
bdb17c6b3 fix schematics: Change themeTypes to a single select instead of a multiselect prompt in M3 theme schematic (#​28997)
c86359dd4 fix slide-toggle: no outline when selected in high contrast mode (#​28979)
d4e61e233 fix table: use ResizeObserver to react to size changes (#​28783)
a4fc0a097 fix theming: remove shadow css variable (#​28953)
0bb5610d0 fix theming: restrict css color usage behind a flag (#​28944)
a332146ff perf core: speed up M3 compilation (#​29009)
cdk
Commit Type Description
d8a6c3edd fix observers: don't observe content of comments (#​28858)
81fe8f322 fix observers: Run content changed callback in NgZone (#​28870)
108cce33b fix overlay: Remove use of zone onStable to detach content (#​28740)
d91d0d424 fix scrolling: fix virtual scrolling jankiness with run coalescing (#​28846)
c8b62a154 fix scrolling: fix virtual scrolling jankiness with run coalescing (#​28968)
multiple
Commit Type Description
4719da2c3 feat token overrides api (#​28910)

v17.3.10

Compare Source

cdk
Commit Type Description
a22b29bd2 fix drag-drop: defer loading reset styles (#​29056)
material
Commit Type Description
4cc7c1585 fix chips: simplify repeat chip removal prevention (#​29048)
2f0f57691 fix slider: aria-valuetext host binding should be onPush compatible (#​29042)
080164e62 fix slider: resolve duplicate key warnings (#​29073)

v17.3.9

Compare Source

cdk
Commit Type Description
ba8137dfa fix observers: logs "ResizeObserver loop limit exceeded" errors (#​29036)
6d9c2e7b3 fix overlay: skip trigger interactions in outside click event (#​29044)
material
Commit Type Description
0b30688d3 fix core: ripple element not destroyed after trigger change (#​29010) (#​29012)

v17.3.8

Compare Source

cdk
Commit Type Description
23dc148e7f fix menu: allow for scroll strategy to be configured (#​29005)
material
Commit Type Description
f20105d87e fix button: incorrect template for icon button anchor (#​28996)
72baa7cff2 fix chips: highlighted not working in M3 (#​29001)
cf0785cd67 fix tooltip: Tooltip should mark for check when visibility changes (#​29000)

v17.3.7

Compare Source

cdk
Commit Type Description
3c8abfb990 fix drag-drop: remove preview wrapper
a03a47c938 fix drag-drop: reset user agent color on preview popover
8e3dfd2e5b fix drag-drop: resolve incompatibility with property minification (#​28980)

v17.3.6

Compare Source

cdk
Commit Type Description
c2dc2da71e fix a11y: handle signal based items in list key manager (#​28854)
e33c436c73 fix drag-drop: use native popover to avoid stacking issues with preview
material
Commit Type Description
d78c7706c6 fix progress-bar: avoid CSP issues for apps not using buffer mode (#​28946)
multiple
Commit Type Description
73d1e2e3cf fix remove label for attribute on non-native elements (#​28948)

v17.3.5

Compare Source

cdk
Commit Type Description
8c8fe2b65 fix drag-drop: text selection not disabled inside shadow dom on firefox (#​28835)
312d57a9b fix observers: don't observe content of comments (#​28871)
material
Commit Type Description
80437d83b fix autocomplete: panel not visible when opened from multiple triggers (#​28843)
69b5ded96 fix autocomplete: remove dependency on NgClass (#​28849)
4a56d6afa fix core: throw better error when mixin doesn't support color variants (#​28880)
cbe0a78f7 fix datepicker: remove dependency on NgClass (#​28865)
7a085c6e0 fix menu: remove dependency on NgClass (#​28877)
4c16d2cd8 fix tabs: remove dependency on NgClass (#​28875)
google-maps
Commit Type Description
d99167eb3 fix make info window open method compatible with advanced marker

v17.3.4

Compare Source

cdk
Commit Type Description
09dcbd2ecf fix drag-drop: make sure event is cancelable before calling "preventDefault" (#​28825)
material
Commit Type Description
36a1d45e4e fix list: nav list item border-radius (#​28789)
317327d82b fix menu: invert arrow in RTL (#​28830)

v17.3.3

Compare Source

material
Commit Type Description
7ccc392936 fix button-toggle: standard button toggle strong focus bord… (#​28790)
8b92fda61f fix sort: clear aria description on destroy (#​28801)
multiple
Commit Type Description
6b5b0c5db3 fix set nonce using setAttribute (#​28800)

v17.3.2

Compare Source

cdk
Commit Type Description
de2388190 fix a11y: support signals in ListKeyManager (#​28757)
38a12a9f0 fix listbox: improve SSR compatibility by adding an _isBrowser check before calling _setPreviousActiveOptionAsActiveOptionOnWindowBlur (#​28746)
material
Commit Type Description
aee721ec6 fix chips: use concrete value for remove icon size (#​28751)
4ca9ac56b fix datepicker: datepicker row count inaccurate for screen reader (#​28760)

v17.3.1

Compare Source

cdk
Commit Type Description
31e30883a3 fix drag-drop: optionally inject parent drag in preview and placeholder (#​28750)

v17.3.0

Compare Source

material
Commit Type Description
26b376e43 feat tooltip: be able to customize the longpress delay (#​27512)
09111d002 fix button-toggle: Add checkmark indicators with hideSingleSelectionIndicator and hideMultipleSelectionIndicator input and config options (#​28553)
52da8b33f fix core: avoid solid ripples in buttons (#​28717)
36d82d89c fix core: theming validation for m2 themes firing incorrectly (#​28707)
79b447e2e fix form-field: ensure same stacking context as container (#​28713)
63a764de6 fix slide-toggle: m3 selected track outline (#​28625)
386f768b6 fix slider: fix animation issue (#​28704)
google-maps
Commit Type Description
b4b91be04 feat add advanced marker (#​28525)
cc618b450 fix advanced marker not destroyed
5269e0f9d fix mapId not being set

v17.2.2

Compare Source

cdk
Commit Type Description
4af777a189 fix drag-drop: resolve helper directives with DI for proper hostDirectives support (#​28633)
94eafc134f fix overlay: fix overlay margin in isBoundedByLeftViewportEdge ('left-ward') mode (#​28233)
material
Commit Type Description
65aaaf3abf fix autocomplete: prevent hidden overlay from blocking clicks (#​28677)
d08ddaab81 fix autocomplete: requireSelection sometimes not clearing value when editing after selection (#​28628)
5b3210bfda fix checkbox: derive checkmark color from palette
fb20320b82 fix chips: derive surface color from palette
fe01e298a0 fix core: mark fields on HasErrorState as nullable (#​28689)
afbb34e415 fix datepicker: always move caret to the end of the start input on backspace (#​28669)
ec6f8e2e62 fix datepicker: datepicker doesn't announce newly selected range in firefox (#​28529)
ba6e809761 fix expansion: prevent focus from entering the panel while it's animating (#​28646)
07f5ed9dc6 fix schematics: add typography and density to custom theme (#​28645)
6d8160c166 fix schematics: don't interrupt ng add if adding the animations module fails (#​28675)
9655ecb872 fix slide-toggle: m3 selected track outline (#​28625) (#​28634)
7d352fbf88 perf form-field: resolve scrolling performance issues (#​27251)
material-experimental
Commit Type Description
f18ef99785 feat theming: provide hook for formatting toke… (#​28660)
multiple
Commit Type Description
14c055fe07 fix derive all token values from theme (#​28664)

v17.2.1

Compare Source

cdk
Commit Type Description
c617cd7c8 fix listbox: make typeahead label nullable (#​28602)
67956e065 fix overlay: only emit positionChanges when position is different
d5d856348 fix overlay: run positionChange event inside the zone
material
Commit Type Description
0c5781bfc fix expansion: center indicator icon in M3 (#​28603)

v17.2.0

Compare Source

cdk
Commit Type Description
55eeee3516 fix listbox: unable to tab in if active option is removed (#​28583)
2f7aaaa220 fix table: error if outlets are assigned too early (#​28551)
material
Commit Type Description
99a4e2a10f fix button-toggle: Add remaining typography tokens needed for M3 (#​28578)
e05795dde0 fix button: calculate icon button padding based on tokens
a496855f30 fix button: generate separate tokens for mini fab
cbeeb3ae17 fix checkbox: use token for disabled label color
0a1c8eedb4 fix chips: Tokenize chip outline and disabled opacity (#​28488)
58764afec2 fix chips: Tokenize the hover & focus overlays (#​28497)
32f86e48e1 fix chips: Tokenize the selected state (#​28498)
1dcc195853 fix core: ensure that option inherits container background
873c8e97dc fix datepicker: fix M3 styles (#​28556)
8ac58ff328 fix datepicker: fix touchui shadow and border-radius (#​28577)
92ab097987 fix datepicker: use direction-agnostic text-align
0edc47673f fix form-field: container height in lower densities (#​28546)
b1f281cab5 fix list: ensure leading icon scales with token
306c2424f7 fix list: indexOf usage incorreect for active focus reset (#​28531)
75955eb9b4 fix list: match leading icon size in M3 to spec
b8327cd92c fix list: tokenize active-indicator (#​28586)
ba05521005 fix list: tokenize space around leading icon
0d88889452 fix list: use direction-agnostic text-align
46fe83f21f fix list: use transparent background for M3 (#​28504)
044c9ba648 fix menu: prevent icon from collapsing when text is long (#​28541)
47c55925c0 fix menu: Update token values and styles for M3 (#​28470)
a656164255 fix progress-bar: incorrect alignment if direction is set on element
f6d3f1bc21 fix schematics: import async animations and remove deprecated function usages (#​28424)
fbf2ef3fcb fix select: fix m3 arrow alignment (#​28545)
fca43aa49b fix select: styles for m3 (#​28492)
d799c044a7 fix slide-toggle: fix m3 slide-toggle handle (#​28503)
130afedf1c fix slide-toggle: m3 slide-toggle track (#​28539)
63c6b841b4 fix slide-toggle: m3 track outline and handle opacity (#​28565)
2455a42d3c fix stepper: Update token values for M3 and add color variant support (#​28430)
f9621a7c8c fix tabs: prevent page scroll on space press (#​28532)
material-experimental
Commit Type Description
d16e8ac5de feat theming: add M3 tokens for pseudo checkbox (#​28407)
4742a175ab fix theming: Add more tests for M3 theme tokens (#​28561)
1f1dac5e57 fix theming: Add support for color variants in badge, button-toggle, button, pseudo-checkbox, and chips (#​28457)
08c97ab648 fix theming: Add support for color variants in option, checkbox, and fab (#​28412)
715877a13d fix theming: Add support for color variants in progress-spiner, progress-bar, list, form-field, and datepicker (#​28451)
29a1e5d8a1 fix theming: Add support for color variants in slide-toggle, select, and radio (#​28445)
e45e210055 fix theming: Add support for color variants in tabs and slider (#​28417)
9ab104b804 fix theming: align dialog with M3
957bc487bf fix theming: align fab with M3 spec
ba3680ed48 fix theming: align M3 icon buttons with spec
601a745fc8 fix theming: cap icon button size
339905c5af fix theming: disabled radio button incorrect label color (#​28415)
b6e0b20e1f fix theming: Fix chip trailing icon opacity in M3 (#​28530)
fdd16e6675 fix theming: fix filled text field
06c81e38c7 fix theming: fix paginator in M3
59b93b44ab fix theming: Fix token causing test failure on CI (#​28569)
1e48cd431f fix theming: fix up M3 checkbox
056e2221ec fix theming: implement M3 badge (#​28460)
93f3421538 fix theming: incorrect track color for alternate progress bar palettes (#​28484)
935eda0872 fix theming: incorrect validation for density scale
8fab89229d fix theming: Make color API back-cmpat styles available (#​28526)
f1deb30a17 fix theming: Make M3 work with typography-hierarchy (#​28540)
5f1a7ea1ee fix theming: resolve M3 issues in mat-option (#​28482)
dabb96765a fix theming: set up core theme and app tokens (#​28431)
d26a51e3a5 fix theming: set up internal form field in M3 (#​28414)
42f2cc9ad8 fix theming: set up padding tokens
0da585f730 fix theming: Update color palettes (#​28472)

v17.1.2

Compare Source

material
Commit Type Description
8675ae2436 fix form-field: insufficient color contrast text to input fill (#​28274)
b6a9ac8214 fix schematics: import async animations and remove deprecated function usages (#​28481)
251293f950 fix slide-toggle: Emit token values under current selector or root (#​28390)
9e02a1135b fix slider: error if slider is destroyed before first change detection (#​28494)

v17.1.1

Compare Source

material
Commit Type Description
739b841bbc fix badge: move structural styles out of theme (#​28452)
9e7fe24494 fix core: fix mat-error not rendering with Closure Compiler (#​28405)
90456b0d4c fix dialog: scale animation not working (#​28449)
ed0a7aaa43 fix slide-toggle: move state-layer-size token (#​28397)
ab2ceab21c fix slide-toggle: use css var for disabled label color (#​28471)
material-experimental
Commit Type Description
d7f26c3342 fix theming: align form field icons with M3 (#​28463)
multiple
Commit Type Description
4c83ea8ef8 fix import ANIMATION_MODULE_TYPE from core (#​28459)

v17.1.0

Compare Source

cdk
Commit Type Description
46eb9321cc fix table: _cellRole lint error (#​28391)
d3e8a28389 fix table: measuring sticky row too early (#​28393)
30f0705491 fix table: support hydration (#​28356)
1fe1f69303 perf table: Optimize a11y role logic in CdkCell. (#​28336)
material
Commit Type Description
f23d8c1f7e feat button: add the ability to interact with disabled buttons (#​28242)
6719168192 feat chips: expose _chipGrid in MatChipInput and add a stream of chip removal events (#​28012) (#​28013)
556eeb19c8 fix button: Move unthemable icon button tokens to theme mixin (#​27570)
714eac3be4 fix button: remove duplicate typography styles from FAB (#​28258)
2dc10daa07 fix button: use tokens for button elevation (#​28396)
ec86cf88ee fix checkbox: move required validation into component
c00c2db924 fix datepicker: unable to distinguish disabled buttons in the calendar (#​28385)
fef66fee7c fix dialog: mat-dialog-title should work under OnPush viewContainerRef (#​28329)
9e43890155 fix form-field: work around closure compiler issue (#​28185)
4d0719a6a0 fix paginator: match visual and reading order (#​28285)
00e70fd8e3 fix slide-toggle: delete custom typography tokens (#​28365)
c2c818ceeb fix slide-toggle: move required validation into component
6bfbe9b19f fix slider: update inactive input width on value change (#​28275)
a643a2ed42 fix snack-bar: Ensure snackbar open animation works with OnPush ancestor (#​28331)
7f601b0936 fix stepper: enable hydration (#​28382)
a7f87a80a1 fix tabs: enable hydration (#​28366)
google-maps
Commit Type Description
9f1989228f feat add support for dynamic library loading API
338aa184ae fix error when added through ng add
youtube-player
Commit Type Description
e0414b19c1 feat automatically load youtube api
381a65f33d feat coerce inputs
b7c47c3025 feat improve initial load performance using a placeholder image (#​28207)
62ca3ede70 fix error when added through ng add
material-experimental
Commit Type Description
244bed4675 feat theming: add M3 button tokens (#​28375)
cf6ab1c1d0 feat theming: add M3 expansion support (#​28159)
2963b7aaca feat theming: add M3 icon-button & fab support (#​28157)
0b7e656f19 feat theming: Add support for color variants (#​28279)
94d8997b2c fix theming: fix border radius of filled form field
d1ceb6b44a fix theming: fix disabled form field in M3
material-moment-adapter
Commit Type Description
eca50162a7 fix error when added through ng add
material-luxon-adapter
Commit Type Description
91b646717d fix error when added through ng add
material-date-fns-adapter
Commit Type Description
083472db0e feat support date-fns 3.0 (#​28364)
2da9f6bc32 fix error when added through ng add
multiple
Commit Type Description
997bf75f9f fix consolidate and tokenize internal form field (#​28236)
7840cd3a77 fix provide standalone-friendly APIs for date adapters (#​28349)
21737ad394 fix use provide functions in providers for date adapters (#​28363)

v17.0.6

Compare Source

material
Commit Type Description
53aae488ff fix progress-bar: remove track color workaround (#​28416)

v17.0.5

Compare Source

cdk
Commit Type Description
5e2d13b912 fix a11y: resolve hydration error in focus trap
837d396aff fix collections: Do not deselect comparable already selected value with setSelection (#​28267)
94a9fa9c6c fix dialog: resolve hydration error in focus trap
82c37a9774 fix drag-drop: auto-scroll to the left not starting in rtl layout (#​28334)
[a75bb7ad87](https://togithub.com/

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.


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

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

@renovate renovate bot force-pushed the renovate/major-angularmaterial-monorepo branch 2 times, most recently from 389ced5 to ed06bb9 Compare August 26, 2021 00:08
@renovate renovate bot force-pushed the renovate/major-angularmaterial-monorepo branch 3 times, most recently from 95c2849 to 44ce752 Compare September 8, 2021 18:48
@renovate renovate bot force-pushed the renovate/major-angularmaterial-monorepo branch from 44ce752 to 50a79c7 Compare September 15, 2021 17:01
@renovate renovate bot force-pushed the renovate/major-angularmaterial-monorepo branch 2 times, most recently from bcf5afc to 129ef7e Compare September 29, 2021 18:49
@renovate renovate bot force-pushed the renovate/major-angularmaterial-monorepo branch from 129ef7e to f856116 Compare October 6, 2021 23:50
@renovate renovate bot force-pushed the renovate/major-angularmaterial-monorepo branch 2 times, most recently from 25f0894 to ebd5c85 Compare October 20, 2021 13:07
@renovate renovate bot force-pushed the renovate/major-angularmaterial-monorepo branch from ebd5c85 to a39b057 Compare October 27, 2021 18:13
@renovate renovate bot force-pushed the renovate/major-angularmaterial-monorepo branch from a39b057 to 53814da Compare November 3, 2021 21:01
@renovate renovate bot changed the title Update angularmaterial monorepo to v12 (major) Update angularmaterial monorepo to v13 (major) Nov 3, 2021
@renovate renovate bot force-pushed the renovate/major-angularmaterial-monorepo branch 2 times, most recently from b020618 to f0f6b69 Compare November 17, 2021 23:31
@renovate renovate bot force-pushed the renovate/major-angularmaterial-monorepo branch from f0f6b69 to 52dd36a Compare March 7, 2022 18:02
@renovate renovate bot force-pushed the renovate/major-angularmaterial-monorepo branch from 52dd36a to 1480500 Compare March 26, 2022 12:48
@renovate renovate bot force-pushed the renovate/major-angularmaterial-monorepo branch from 1480500 to e7eeade Compare April 24, 2022 18:05
@renovate renovate bot force-pushed the renovate/major-angularmaterial-monorepo branch from e7eeade to 45c0bf4 Compare May 15, 2022 21:59
@renovate renovate bot force-pushed the renovate/major-angularmaterial-monorepo branch from 45c0bf4 to 620b65d Compare June 18, 2022 15:55
@renovate renovate bot changed the title Update angularmaterial monorepo to v13 (major) Update angularmaterial monorepo to v14 (major) Jun 18, 2022
@renovate renovate bot force-pushed the renovate/major-angularmaterial-monorepo branch from 620b65d to 1636199 Compare June 23, 2022 18:44
@renovate renovate bot force-pushed the renovate/major-angularmaterial-monorepo branch from 1636199 to 3aaa502 Compare September 25, 2022 15:09
@renovate renovate bot force-pushed the renovate/major-angularmaterial-monorepo branch from 3aaa502 to a2be6aa Compare November 20, 2022 21:50
@gitguardian
Copy link

gitguardian bot commented Nov 20, 2022

️✅ There are no secrets present in this pull request anymore.

If these secrets were true positive and are still valid, we highly recommend you to revoke them.
Once a secret has been leaked into a git repository, you should consider it compromised, even if it was deleted immediately.
Find here more information about risks.


🦉 GitGuardian detects secrets in your source code to help developers and security teams secure the modern development process. You are seeing this because you or someone else with access to this repository has authorized GitGuardian to scan your pull request.

@renovate renovate bot changed the title Update angularmaterial monorepo to v14 (major) Update angularmaterial monorepo to v15 (major) Nov 20, 2022
@renovate renovate bot force-pushed the renovate/major-angularmaterial-monorepo branch 2 times, most recently from 93699dc to 6b91ac3 Compare March 22, 2023 19:38
@renovate renovate bot force-pushed the renovate/major-angularmaterial-monorepo branch from 6b91ac3 to a0ae047 Compare March 23, 2023 19:17
@renovate renovate bot force-pushed the renovate/major-angularmaterial-monorepo branch 3 times, most recently from 73f8eec to ffa7d20 Compare November 8, 2023 16:00
@renovate renovate bot changed the title Update angularmaterial monorepo to v16 (major) Update angularmaterial monorepo to v17 (major) Nov 8, 2023
@renovate renovate bot force-pushed the renovate/major-angularmaterial-monorepo branch from ffa7d20 to c417e04 Compare November 16, 2023 18:44
@renovate renovate bot force-pushed the renovate/major-angularmaterial-monorepo branch 2 times, most recently from 0473994 to a4c90d7 Compare December 7, 2023 22:16
@renovate renovate bot force-pushed the renovate/major-angularmaterial-monorepo branch from a4c90d7 to d93f798 Compare December 14, 2023 20:49
@renovate renovate bot force-pushed the renovate/major-angularmaterial-monorepo branch 2 times, most recently from f43a932 to fdaa97d Compare January 17, 2024 19:17
@renovate renovate bot force-pushed the renovate/major-angularmaterial-monorepo branch from fdaa97d to 44c77ca Compare January 17, 2024 22:28
@renovate renovate bot force-pushed the renovate/major-angularmaterial-monorepo branch 2 times, most recently from e29129e to 701a078 Compare January 31, 2024 21:46
@renovate renovate bot force-pushed the renovate/major-angularmaterial-monorepo branch from 701a078 to b5679bc Compare February 15, 2024 00:58
@renovate renovate bot force-pushed the renovate/major-angularmaterial-monorepo branch from b5679bc to 426d3d8 Compare February 22, 2024 15:57
@renovate renovate bot force-pushed the renovate/major-angularmaterial-monorepo branch from 426d3d8 to f8080bf Compare March 6, 2024 19:05
@renovate renovate bot force-pushed the renovate/major-angularmaterial-monorepo branch 2 times, most recently from 01e249f to 2c0ee06 Compare March 20, 2024 22:52
@renovate renovate bot force-pushed the renovate/major-angularmaterial-monorepo branch 2 times, most recently from 90a3fec to c02a9f8 Compare April 3, 2024 23:29
@renovate renovate bot force-pushed the renovate/major-angularmaterial-monorepo branch 2 times, most recently from d8e2f66 to fe8afd6 Compare April 17, 2024 21:54
@renovate renovate bot force-pushed the renovate/major-angularmaterial-monorepo branch from fe8afd6 to 8f1f38c Compare April 24, 2024 21:56
@renovate renovate bot force-pushed the renovate/major-angularmaterial-monorepo branch 2 times, most recently from aabb6f5 to ad16922 Compare May 8, 2024 19:21
@renovate renovate bot force-pushed the renovate/major-angularmaterial-monorepo branch 2 times, most recently from e1e317e to f668b8a Compare May 22, 2024 20:28
@renovate renovate bot force-pushed the renovate/major-angularmaterial-monorepo branch from f668b8a to 01da2ae Compare May 22, 2024 22:14
@renovate renovate bot changed the title Update angularmaterial monorepo to v17 (major) Update angularmaterial monorepo to v18 (major) May 22, 2024
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.

None yet

0 participants