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

build: bump Angular dependencies and drop benchpress #22390

Merged
merged 1 commit into from
Apr 7, 2021
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -366,7 +366,7 @@ jobs:
# much about any failures that have made it into the main branch.
command: |
if [ -n "$CIRCLE_PR_NUMBER" ]; then
yarn ng-dev commit-message validate-range --range $CI_COMMIT_RANGE
yarn ng-dev commit-message validate-range $CI_GIT_BASE_REVISION $CI_GIT_REVISION
fi

- *slack_notify_on_failure
Expand Down
35 changes: 17 additions & 18 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -52,13 +52,13 @@
},
"version": "12.0.0-next.5",
"dependencies": {
"@angular/animations": "^12.0.0-next.5",
"@angular/common": "^12.0.0-next.5",
"@angular/compiler": "^12.0.0-next.5",
"@angular/core": "^12.0.0-next.5",
"@angular/elements": "^12.0.0-next.5",
"@angular/forms": "^12.0.0-next.5",
"@angular/platform-browser": "^12.0.0-next.5",
"@angular/animations": "^12.0.0-next.7",
"@angular/common": "^12.0.0-next.7",
"@angular/compiler": "^12.0.0-next.7",
"@angular/core": "^12.0.0-next.7",
"@angular/elements": "^12.0.0-next.7",
"@angular/forms": "^12.0.0-next.7",
"@angular/platform-browser": "^12.0.0-next.7",
"@types/googlemaps": "^3.43.1",
"@types/youtube": "^0.0.42",
"@webcomponents/custom-elements": "^1.1.0",
Expand All @@ -71,16 +71,15 @@
"zone.js": "~0.11.3"
},
"devDependencies": {
"@angular-devkit/build-optimizer": "^0.1200.0-next.4",
"@angular-devkit/core": "^12.0.0-next.4",
"@angular-devkit/schematics": "^12.0.0-next.4",
"@angular/bazel": "^12.0.0-next.5",
"@angular/benchpress": "^0.2.1",
"@angular/compiler-cli": "^12.0.0-next.5",
"@angular/dev-infra-private": "https://github.com/angular/dev-infra-private-builds.git#a8dbb0d8cd8de1e86a4ec4ea66b5bd89a47d4876",
"@angular/platform-browser-dynamic": "^12.0.0-next.5",
"@angular/platform-server": "^12.0.0-next.5",
"@angular/router": "^12.0.0-next.5",
"@angular-devkit/build-optimizer": "^0.1200.0-next.6",
"@angular-devkit/core": "^12.0.0-next.6",
"@angular-devkit/schematics": "^12.0.0-next.6",
"@angular/bazel": "^12.0.0-next.7",
"@angular/compiler-cli": "^12.0.0-next.7",
"@angular/dev-infra-private": "https://github.com/angular/dev-infra-private-builds.git#3953ba9eea35a2660b6068523bafb92634042be9",
"@angular/platform-browser-dynamic": "^12.0.0-next.7",
"@angular/platform-server": "^12.0.0-next.7",
"@angular/router": "^12.0.0-next.7",
"@axe-core/webdriverjs": "^4.1.0",
"@bazel/bazelisk": "^1.4.0",
"@bazel/buildifier": "^4.0.0",
Expand Down Expand Up @@ -140,7 +139,7 @@
"@material/touch-target": "11.0.0-canary.0cde52f5a.0",
"@material/typography": "11.0.0-canary.0cde52f5a.0",
"@octokit/rest": "18.3.5",
"@schematics/angular": "^12.0.0-next.4",
"@schematics/angular": "^12.0.0-next.6",
"@types/autoprefixer": "^9.7.2",
"@types/browser-sync": "^2.26.1",
"@types/fs-extra": "^9.0.5",
Expand Down
32 changes: 16 additions & 16 deletions tools/public_api_guard/cdk/a11y.d.ts
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
export declare class A11yModule {
constructor(highContrastModeDetector: HighContrastModeDetector);
static ɵfac: i0.ɵɵFactoryDef<A11yModule, never>;
static ɵinj: i0.ɵɵInjectorDef<A11yModule>;
static ɵmod: i0.ɵɵNgModuleDefWithMeta<A11yModule, [typeof i1.CdkAriaLive, typeof i2.CdkTrapFocus, typeof i3.CdkMonitorFocus], [typeof i4.PlatformModule, typeof i5.ObserversModule], [typeof i1.CdkAriaLive, typeof i2.CdkTrapFocus, typeof i3.CdkMonitorFocus]>;
static ɵfac: i0.ɵɵFactoryDeclaration<A11yModule, never>;
static ɵinj: i0.ɵɵInjectorDeclaration<A11yModule>;
static ɵmod: i0.ɵɵNgModuleDeclaration<A11yModule, [typeof i1.CdkAriaLive, typeof i2.CdkTrapFocus, typeof i3.CdkMonitorFocus], [typeof i4.PlatformModule, typeof i5.ObserversModule], [typeof i1.CdkAriaLive, typeof i2.CdkTrapFocus, typeof i3.CdkMonitorFocus]>;
}

export declare class ActiveDescendantKeyManager<T> extends ListKeyManager<Highlightable & T> {
Expand All @@ -17,7 +17,7 @@ export declare class AriaDescriber implements OnDestroy {
ngOnDestroy(): void;
removeDescription(hostElement: Element, message: string, role?: string): void;
removeDescription(hostElement: Element, message: HTMLElement): void;
static ɵfac: i0.ɵɵFactoryDef<AriaDescriber, never>;
static ɵfac: i0.ɵɵFactoryDeclaration<AriaDescriber, never>;
static ɵprov: i0.ɵɵInjectableDef<AriaDescriber>;
}

Expand All @@ -32,17 +32,17 @@ export declare class CdkAriaLive implements OnDestroy {
set politeness(value: AriaLivePoliteness);
constructor(_elementRef: ElementRef, _liveAnnouncer: LiveAnnouncer, _contentObserver: ContentObserver, _ngZone: NgZone);
ngOnDestroy(): void;
static ɵdir: i0.ɵɵDirectiveDefWithMeta<CdkAriaLive, "[cdkAriaLive]", ["cdkAriaLive"], { "politeness": "cdkAriaLive"; }, {}, never>;
static ɵfac: i0.ɵɵFactoryDef<CdkAriaLive, never>;
static ɵdir: i0.ɵɵDirectiveDeclaration<CdkAriaLive, "[cdkAriaLive]", ["cdkAriaLive"], { "politeness": "cdkAriaLive"; }, {}, never>;
static ɵfac: i0.ɵɵFactoryDeclaration<CdkAriaLive, never>;
}

export declare class CdkMonitorFocus implements AfterViewInit, OnDestroy {
cdkFocusChange: EventEmitter<FocusOrigin>;
constructor(_elementRef: ElementRef<HTMLElement>, _focusMonitor: FocusMonitor);
ngAfterViewInit(): void;
ngOnDestroy(): void;
static ɵdir: i0.ɵɵDirectiveDefWithMeta<CdkMonitorFocus, "[cdkMonitorElementFocus], [cdkMonitorSubtreeFocus]", never, {}, { "cdkFocusChange": "cdkFocusChange"; }, never>;
static ɵfac: i0.ɵɵFactoryDef<CdkMonitorFocus, never>;
static ɵdir: i0.ɵɵDirectiveDeclaration<CdkMonitorFocus, "[cdkMonitorElementFocus], [cdkMonitorSubtreeFocus]", never, {}, { "cdkFocusChange": "cdkFocusChange"; }, never>;
static ɵfac: i0.ɵɵFactoryDeclaration<CdkMonitorFocus, never>;
}

export declare class CdkTrapFocus implements OnDestroy, AfterContentInit, OnChanges, DoCheck {
Expand All @@ -58,8 +58,8 @@ export declare class CdkTrapFocus implements OnDestroy, AfterContentInit, OnChan
ngOnDestroy(): void;
static ngAcceptInputType_autoCapture: BooleanInput;
static ngAcceptInputType_enabled: BooleanInput;
static ɵdir: i0.ɵɵDirectiveDefWithMeta<CdkTrapFocus, "[cdkTrapFocus]", ["cdkTrapFocus"], { "enabled": "cdkTrapFocus"; "autoCapture": "cdkTrapFocusAutoCapture"; }, {}, never>;
static ɵfac: i0.ɵɵFactoryDef<CdkTrapFocus, never>;
static ɵdir: i0.ɵɵDirectiveDeclaration<CdkTrapFocus, "[cdkTrapFocus]", ["cdkTrapFocus"], { "enabled": "cdkTrapFocus"; "autoCapture": "cdkTrapFocusAutoCapture"; }, {}, never>;
static ɵfac: i0.ɵɵFactoryDeclaration<CdkTrapFocus, never>;
}

export declare class ConfigurableFocusTrap extends FocusTrap implements ManagedFocusTrap {
Expand All @@ -79,7 +79,7 @@ export declare class ConfigurableFocusTrapFactory {
constructor(_checker: InteractivityChecker, _ngZone: NgZone, _focusTrapManager: FocusTrapManager, _document: any, _inertStrategy?: FocusTrapInertStrategy);
create(element: HTMLElement, config?: ConfigurableFocusTrapConfig): ConfigurableFocusTrap;
create(element: HTMLElement, deferCaptureElements: boolean): ConfigurableFocusTrap;
static ɵfac: i0.ɵɵFactoryDef<ConfigurableFocusTrapFactory, [null, null, null, null, { optional: true; }]>;
static ɵfac: i0.ɵɵFactoryDeclaration<ConfigurableFocusTrapFactory, [null, null, null, null, { optional: true; }]>;
static ɵprov: i0.ɵɵInjectableDef<ConfigurableFocusTrapFactory>;
}

Expand Down Expand Up @@ -114,7 +114,7 @@ export declare class FocusMonitor implements OnDestroy {
ngOnDestroy(): void;
stopMonitoring(element: HTMLElement): void;
stopMonitoring(element: ElementRef<HTMLElement>): void;
static ɵfac: i0.ɵɵFactoryDef<FocusMonitor, [null, null, { optional: true; }, { optional: true; }]>;
static ɵfac: i0.ɵɵFactoryDeclaration<FocusMonitor, [null, null, { optional: true; }, { optional: true; }]>;
static ɵprov: i0.ɵɵInjectableDef<FocusMonitor>;
}

Expand Down Expand Up @@ -158,7 +158,7 @@ export declare class FocusTrap {
export declare class FocusTrapFactory {
constructor(_checker: InteractivityChecker, _ngZone: NgZone, _document: any);
create(element: HTMLElement, deferCaptureElements?: boolean): FocusTrap;
static ɵfac: i0.ɵɵFactoryDef<FocusTrapFactory, never>;
static ɵfac: i0.ɵɵFactoryDeclaration<FocusTrapFactory, never>;
static ɵprov: i0.ɵɵInjectableDef<FocusTrapFactory>;
}

Expand All @@ -177,7 +177,7 @@ export declare class HighContrastModeDetector {
constructor(_platform: Platform, document: any);
_applyBodyHighContrastModeCssClasses(): void;
getHighContrastMode(): HighContrastMode;
static ɵfac: i0.ɵɵFactoryDef<HighContrastModeDetector, never>;
static ɵfac: i0.ɵɵFactoryDeclaration<HighContrastModeDetector, never>;
static ɵprov: i0.ɵɵInjectableDef<HighContrastModeDetector>;
}

Expand All @@ -192,7 +192,7 @@ export declare class InteractivityChecker {
isFocusable(element: HTMLElement, config?: IsFocusableConfig): boolean;
isTabbable(element: HTMLElement): boolean;
isVisible(element: HTMLElement): boolean;
static ɵfac: i0.ɵɵFactoryDef<InteractivityChecker, never>;
static ɵfac: i0.ɵɵFactoryDeclaration<InteractivityChecker, never>;
static ɵprov: i0.ɵɵInjectableDef<InteractivityChecker>;
}

Expand Down Expand Up @@ -250,7 +250,7 @@ export declare class LiveAnnouncer implements OnDestroy {
announce(message: string, politeness?: AriaLivePoliteness, duration?: number): Promise<void>;
clear(): void;
ngOnDestroy(): void;
static ɵfac: i0.ɵɵFactoryDef<LiveAnnouncer, [{ optional: true; }, null, null, { optional: true; }]>;
static ɵfac: i0.ɵɵFactoryDeclaration<LiveAnnouncer, [{ optional: true; }, null, null, { optional: true; }]>;
static ɵprov: i0.ɵɵInjectableDef<LiveAnnouncer>;
}

Expand Down
14 changes: 7 additions & 7 deletions tools/public_api_guard/cdk/accordion.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,8 @@ export declare class CdkAccordion implements OnDestroy, OnChanges {
ngOnDestroy(): void;
openAll(): void;
static ngAcceptInputType_multi: BooleanInput;
static ɵdir: i0.ɵɵDirectiveDefWithMeta<CdkAccordion, "cdk-accordion, [cdkAccordion]", ["cdkAccordion"], { "multi": "multi"; }, {}, never>;
static ɵfac: i0.ɵɵFactoryDef<CdkAccordion, never>;
static ɵdir: i0.ɵɵDirectiveDeclaration<CdkAccordion, "cdk-accordion, [cdkAccordion]", ["cdkAccordion"], { "multi": "multi"; }, {}, never>;
static ɵfac: i0.ɵɵFactoryDeclaration<CdkAccordion, never>;
}

export declare class CdkAccordionItem implements OnDestroy {
Expand All @@ -32,12 +32,12 @@ export declare class CdkAccordionItem implements OnDestroy {
toggle(): void;
static ngAcceptInputType_disabled: BooleanInput;
static ngAcceptInputType_expanded: BooleanInput;
static ɵdir: i0.ɵɵDirectiveDefWithMeta<CdkAccordionItem, "cdk-accordion-item, [cdkAccordionItem]", ["cdkAccordionItem"], { "expanded": "expanded"; "disabled": "disabled"; }, { "closed": "closed"; "opened": "opened"; "destroyed": "destroyed"; "expandedChange": "expandedChange"; }, never>;
static ɵfac: i0.ɵɵFactoryDef<CdkAccordionItem, [{ optional: true; skipSelf: true; }, null, null]>;
static ɵdir: i0.ɵɵDirectiveDeclaration<CdkAccordionItem, "cdk-accordion-item, [cdkAccordionItem]", ["cdkAccordionItem"], { "expanded": "expanded"; "disabled": "disabled"; }, { "closed": "closed"; "opened": "opened"; "destroyed": "destroyed"; "expandedChange": "expandedChange"; }, never>;
static ɵfac: i0.ɵɵFactoryDeclaration<CdkAccordionItem, [{ optional: true; skipSelf: true; }, null, null]>;
}

export declare class CdkAccordionModule {
static ɵfac: i0.ɵɵFactoryDef<CdkAccordionModule, never>;
static ɵinj: i0.ɵɵInjectorDef<CdkAccordionModule>;
static ɵmod: i0.ɵɵNgModuleDefWithMeta<CdkAccordionModule, [typeof i1.CdkAccordion, typeof i2.CdkAccordionItem], never, [typeof i1.CdkAccordion, typeof i2.CdkAccordionItem]>;
static ɵfac: i0.ɵɵFactoryDeclaration<CdkAccordionModule, never>;
static ɵinj: i0.ɵɵInjectorDeclaration<CdkAccordionModule>;
static ɵmod: i0.ɵɵNgModuleDeclaration<CdkAccordionModule, [typeof i1.CdkAccordion, typeof i2.CdkAccordionItem], never, [typeof i1.CdkAccordion, typeof i2.CdkAccordionItem]>;
}
12 changes: 6 additions & 6 deletions tools/public_api_guard/cdk/bidi.d.ts
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
export declare class BidiModule {
static ɵfac: i0.ɵɵFactoryDef<BidiModule, never>;
static ɵinj: i0.ɵɵInjectorDef<BidiModule>;
static ɵmod: i0.ɵɵNgModuleDefWithMeta<BidiModule, [typeof i1.Dir], never, [typeof i1.Dir]>;
static ɵfac: i0.ɵɵFactoryDeclaration<BidiModule, never>;
static ɵinj: i0.ɵɵInjectorDeclaration<BidiModule>;
static ɵmod: i0.ɵɵNgModuleDeclaration<BidiModule, [typeof i1.Dir], never, [typeof i1.Dir]>;
}

export declare class Dir implements Directionality, AfterContentInit, OnDestroy {
Expand All @@ -12,8 +12,8 @@ export declare class Dir implements Directionality, AfterContentInit, OnDestroy
get value(): Direction;
ngAfterContentInit(): void;
ngOnDestroy(): void;
static ɵdir: i0.ɵɵDirectiveDefWithMeta<Dir, "[dir]", ["dir"], { "dir": "dir"; }, { "change": "dirChange"; }, never>;
static ɵfac: i0.ɵɵFactoryDef<Dir, never>;
static ɵdir: i0.ɵɵDirectiveDeclaration<Dir, "[dir]", ["dir"], { "dir": "dir"; }, { "change": "dirChange"; }, never>;
static ɵfac: i0.ɵɵFactoryDeclaration<Dir, never>;
}

export declare const DIR_DOCUMENT: InjectionToken<Document>;
Expand All @@ -25,6 +25,6 @@ export declare class Directionality implements OnDestroy {
readonly value: Direction;
constructor(_document?: any);
ngOnDestroy(): void;
static ɵfac: i0.ɵɵFactoryDef<Directionality, [{ optional: true; }]>;
static ɵfac: i0.ɵɵFactoryDeclaration<Directionality, [{ optional: true; }]>;
static ɵprov: i0.ɵɵInjectableDef<Directionality>;
}
12 changes: 6 additions & 6 deletions tools/public_api_guard/cdk/clipboard.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,8 @@ export declare class CdkCopyToClipboard implements OnDestroy {
constructor(_clipboard: Clipboard, _ngZone: NgZone, config?: CdkCopyToClipboardConfig);
copy(attempts?: number): void;
ngOnDestroy(): void;
static ɵdir: i0.ɵɵDirectiveDefWithMeta<CdkCopyToClipboard, "[cdkCopyToClipboard]", never, { "text": "cdkCopyToClipboard"; "attempts": "cdkCopyToClipboardAttempts"; }, { "copied": "cdkCopyToClipboardCopied"; }, never>;
static ɵfac: i0.ɵɵFactoryDef<CdkCopyToClipboard, [null, null, { optional: true; }]>;
static ɵdir: i0.ɵɵDirectiveDeclaration<CdkCopyToClipboard, "[cdkCopyToClipboard]", never, { "text": "cdkCopyToClipboard"; "attempts": "cdkCopyToClipboardAttempts"; }, { "copied": "cdkCopyToClipboardCopied"; }, never>;
static ɵfac: i0.ɵɵFactoryDeclaration<CdkCopyToClipboard, [null, null, { optional: true; }]>;
}

export interface CdkCopyToClipboardConfig {
Expand All @@ -21,14 +21,14 @@ export declare class Clipboard {
constructor(document: any);
beginCopy(text: string): PendingCopy;
copy(text: string): boolean;
static ɵfac: i0.ɵɵFactoryDef<Clipboard, never>;
static ɵfac: i0.ɵɵFactoryDeclaration<Clipboard, never>;
static ɵprov: i0.ɵɵInjectableDef<Clipboard>;
}

export declare class ClipboardModule {
static ɵfac: i0.ɵɵFactoryDef<ClipboardModule, never>;
static ɵinj: i0.ɵɵInjectorDef<ClipboardModule>;
static ɵmod: i0.ɵɵNgModuleDefWithMeta<ClipboardModule, [typeof i1.CdkCopyToClipboard], never, [typeof i1.CdkCopyToClipboard]>;
static ɵfac: i0.ɵɵFactoryDeclaration<ClipboardModule, never>;
static ɵinj: i0.ɵɵInjectorDeclaration<ClipboardModule>;
static ɵmod: i0.ɵɵNgModuleDeclaration<ClipboardModule, [typeof i1.CdkCopyToClipboard], never, [typeof i1.CdkCopyToClipboard]>;
}

export declare class PendingCopy {
Expand Down
2 changes: 1 addition & 1 deletion tools/public_api_guard/cdk/collections.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -100,7 +100,7 @@ export declare class UniqueSelectionDispatcher implements OnDestroy {
listen(listener: UniqueSelectionDispatcherListener): () => void;
ngOnDestroy(): void;
notify(id: string, name: string): void;
static ɵfac: i0.ɵɵFactoryDef<UniqueSelectionDispatcher, never>;
static ɵfac: i0.ɵɵFactoryDeclaration<UniqueSelectionDispatcher, never>;
static ɵprov: i0.ɵɵInjectableDef<UniqueSelectionDispatcher>;
}

Expand Down
Loading