From 4044b65f375808f7e340b099141413acbc16729d Mon Sep 17 00:00:00 2001 From: Kristiyan Kostadinov Date: Sun, 18 Apr 2021 13:45:04 +0200 Subject: [PATCH] build: bump a few Angular and external dependencies * Bumps all of the Angular dependencies to 12.0.0-next.9. * Removes the logic related to `entryComponents` from the schematics code, because the CLI is in the process of removing ViewEngine and some of the options aren't there anymore. * Updates the versions of `ts-node` and `kagekiri` since we were a few minor versions behind. --- .circleci/config.yml | 6 +- package.json | 36 +-- .../ng-generate/drag-drop/schema.json | 5 - src/cdk/schematics/utils/build-component.ts | 21 -- .../utils/vendored-ast-utils/index.ts | 13 - .../ng-generate/address-form/schema.json | 5 - .../ng-generate/dashboard/schema.json | 5 - .../ng-generate/navigation/schema.json | 5 - .../schematics/ng-generate/table/schema.json | 5 - .../schematics/ng-generate/tree/schema.json | 5 - tools/public_api_guard/cdk/a11y.d.ts | 14 +- tools/public_api_guard/cdk/bidi.d.ts | 2 +- tools/public_api_guard/cdk/clipboard.d.ts | 2 +- tools/public_api_guard/cdk/collections.d.ts | 2 +- tools/public_api_guard/cdk/drag-drop.d.ts | 4 +- tools/public_api_guard/cdk/layout.d.ts | 4 +- tools/public_api_guard/cdk/observers.d.ts | 4 +- tools/public_api_guard/cdk/overlay.d.ts | 14 +- tools/public_api_guard/cdk/platform.d.ts | 2 +- tools/public_api_guard/cdk/scrolling.d.ts | 4 +- tools/public_api_guard/cdk/table.d.ts | 2 +- tools/public_api_guard/cdk/text-field.d.ts | 2 +- .../google-maps/google-maps.d.ts | 4 +- .../material/bottom-sheet.d.ts | 2 +- tools/public_api_guard/material/core.d.ts | 6 +- .../public_api_guard/material/datepicker.d.ts | 10 +- tools/public_api_guard/material/dialog.d.ts | 2 +- tools/public_api_guard/material/icon.d.ts | 2 +- .../material/icon/testing.d.ts | 2 +- .../public_api_guard/material/paginator.d.ts | 2 +- .../public_api_guard/material/snack-bar.d.ts | 2 +- tools/public_api_guard/material/sort.d.ts | 2 +- tools/public_api_guard/material/stepper.d.ts | 2 +- yarn.lock | 298 +++++++++--------- 34 files changed, 212 insertions(+), 284 deletions(-) diff --git a/.circleci/config.yml b/.circleci/config.yml index deece77f521e..33420480ca25 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -418,7 +418,7 @@ jobs: name: Prepare CDK artifacts for publish. command: | mkdir -p /tmp/cdk-umd-minified-bundles - cp dist/releases/cdk/bundles/*.umd.min.js /tmp/cdk-umd-minified-bundles + cp dist/releases/cdk/bundles/*.umd.js /tmp/cdk-umd-minified-bundles # Publish bundle artifacts which will be used to calculate the size change. # Note: Make sure that the size plugin from the Angular robot fetches the artifacts # from this CircleCI job (see .github/angular-robot.yml). Additionally any artifacts need to @@ -427,8 +427,8 @@ jobs: # artifacts from CircleCI. See: # https://github.com/angular/github-robot/blob/master/functions/src/plugins/size.ts#L392-L394 - store_artifacts: - path: dist/releases/material/bundles/material.umd.min.js - destination: /angular_material/material_release_output/material.umd.min.js + path: dist/releases/material/bundles/material.umd.js + destination: /angular_material/material_release_output/material.umd.js - store_artifacts: path: /tmp/cdk-umd-minified-bundles destination: /angular_material/cdk_release_output/ diff --git a/package.json b/package.json index 5b453d1affdc..d156ae5278f2 100644 --- a/package.json +++ b/package.json @@ -52,13 +52,13 @@ }, "version": "12.1.0-next.0", "dependencies": { - "@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", + "@angular/animations": "^12.0.0-next.9", + "@angular/common": "^12.0.0-next.9", + "@angular/compiler": "^12.0.0-next.9", + "@angular/core": "^12.0.0-next.9", + "@angular/elements": "^12.0.0-next.9", + "@angular/forms": "^12.0.0-next.9", + "@angular/platform-browser": "^12.0.0-next.9", "@types/googlemaps": "^3.43.1", "@types/youtube": "^0.0.42", "@webcomponents/custom-elements": "^1.1.0", @@ -71,15 +71,15 @@ "zone.js": "~0.11.3" }, "devDependencies": { - "@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-devkit/build-optimizer": "^0.1200.0-next.9", + "@angular-devkit/core": "^12.0.0-next.9", + "@angular-devkit/schematics": "^12.0.0-next.9", + "@angular/bazel": "^12.0.0-next.9", + "@angular/compiler-cli": "^12.0.0-next.9", "@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", + "@angular/platform-browser-dynamic": "^12.0.0-next.9", + "@angular/platform-server": "^12.0.0-next.9", + "@angular/router": "^12.0.0-next.9", "@axe-core/webdriverjs": "^4.1.0", "@bazel/bazelisk": "1.7.5", "@bazel/buildifier": "4.0.1", @@ -140,7 +140,7 @@ "@material/touch-target": "11.0.0-canary.15604bd0d.0", "@material/typography": "11.0.0-canary.15604bd0d.0", "@octokit/rest": "18.3.5", - "@schematics/angular": "^12.0.0-next.6", + "@schematics/angular": "^12.0.0-next.9", "@types/autoprefixer": "^9.7.2", "@types/browser-sync": "^2.26.1", "@types/fs-extra": "^9.0.5", @@ -179,7 +179,7 @@ "inquirer": "^8.0.0", "jasmine": "^3.6.0", "jasmine-core": "^3.6.0", - "kagekiri": "^1.0.18", + "kagekiri": "^1.4.1", "karma": "^4.4.1", "karma-browserstack-launcher": "^1.6.0", "karma-chrome-launcher": "^3.1.0", @@ -214,7 +214,7 @@ "stylelint": "^13.8.0", "terser": "^4.8.0", "ts-api-guardian": "^0.6.0", - "ts-node": "^9.0.0", + "ts-node": "^9.1.1", "tsickle": "0.39.1", "tslint": "^6.1.3", "tsutils": "^3.17.1", diff --git a/src/cdk/schematics/ng-generate/drag-drop/schema.json b/src/cdk/schematics/ng-generate/drag-drop/schema.json index ed96f52900b8..4b8c37175888 100644 --- a/src/cdk/schematics/ng-generate/drag-drop/schema.json +++ b/src/cdk/schematics/ng-generate/drag-drop/schema.json @@ -87,11 +87,6 @@ "type": "boolean", "default": false, "description": "Specifies if declaring module exports the component." - }, - "entryComponent": { - "type": "boolean", - "default": false, - "description": "Specifies if the component is an entry component of declaring module." } }, "required": ["name"] diff --git a/src/cdk/schematics/utils/build-component.ts b/src/cdk/schematics/utils/build-component.ts index e803cbd3ae25..e545f6f16706 100644 --- a/src/cdk/schematics/utils/build-component.ts +++ b/src/cdk/schematics/utils/build-component.ts @@ -34,7 +34,6 @@ import {dirname, join, resolve} from 'path'; import * as ts from 'typescript'; import { addDeclarationToModule, - addEntryComponentToModule, addExportToModule, } from '../utils/vendored-ast-utils'; import {getProjectFromWorkspace} from './get-project'; @@ -119,26 +118,6 @@ function addDeclarationToNgModule(options: ComponentOptions): Rule { host.commitUpdate(exportRecorder); } - if (options.entryComponent) { - // Need to refresh the AST because we overwrote the file in the host. - source = readIntoSourceFile(host, modulePath); - - const entryComponentRecorder = host.beginUpdate(modulePath); - const entryComponentChanges = addEntryComponentToModule( - source, - modulePath, - strings.classify(`${options.name}Component`), - relativePath); - - for (const change of entryComponentChanges) { - if (change instanceof InsertChange) { - entryComponentRecorder.insertLeft(change.pos, change.toAdd); - } - } - host.commitUpdate(entryComponentRecorder); - } - - return host; }; } diff --git a/src/cdk/schematics/utils/vendored-ast-utils/index.ts b/src/cdk/schematics/utils/vendored-ast-utils/index.ts index 40798fac1960..144a6eb46075 100644 --- a/src/cdk/schematics/utils/vendored-ast-utils/index.ts +++ b/src/cdk/schematics/utils/vendored-ast-utils/index.ts @@ -489,19 +489,6 @@ export function addExportToModule(source: ts.SourceFile, return addSymbolToNgModuleMetadata(source, modulePath, 'exports', classifiedName, importPath); } -/** - * Custom function to insert an entryComponent into NgModule. It also imports it. - * @deprecated - Since version 9.0.0 with Ivy, entryComponents is no longer necessary. - */ -export function addEntryComponentToModule(source: ts.SourceFile, - modulePath: string, classifiedName: string, - importPath: string): Change[] { - return addSymbolToNgModuleMetadata( - source, modulePath, - 'entryComponents', classifiedName, importPath, - ); -} - export function findBootstrapModuleCall(host: Tree, mainPath: string): ts.CallExpression | null { const mainBuffer = host.read(mainPath); if (!mainBuffer) { diff --git a/src/material/schematics/ng-generate/address-form/schema.json b/src/material/schematics/ng-generate/address-form/schema.json index 597848e98618..83d385bcf6d6 100644 --- a/src/material/schematics/ng-generate/address-form/schema.json +++ b/src/material/schematics/ng-generate/address-form/schema.json @@ -87,11 +87,6 @@ "type": "boolean", "default": false, "description": "Specifies if declaring module exports the component." - }, - "entryComponent": { - "type": "boolean", - "default": false, - "description": "Specifies if the component is an entry component of declaring module." } }, "required": ["name"] diff --git a/src/material/schematics/ng-generate/dashboard/schema.json b/src/material/schematics/ng-generate/dashboard/schema.json index ebfa42e5db66..b99839ab358e 100644 --- a/src/material/schematics/ng-generate/dashboard/schema.json +++ b/src/material/schematics/ng-generate/dashboard/schema.json @@ -87,11 +87,6 @@ "type": "boolean", "default": false, "description": "Specifies if declaring module exports the component." - }, - "entryComponent": { - "type": "boolean", - "default": false, - "description": "Specifies if the component is an entry component of declaring module." } }, "required": ["name"] diff --git a/src/material/schematics/ng-generate/navigation/schema.json b/src/material/schematics/ng-generate/navigation/schema.json index 09a4faeea6e5..b1e097f35b37 100644 --- a/src/material/schematics/ng-generate/navigation/schema.json +++ b/src/material/schematics/ng-generate/navigation/schema.json @@ -88,11 +88,6 @@ "default": false, "description": "Specifies if declaring module exports the component." }, - "entryComponent": { - "type": "boolean", - "default": false, - "description": "Specifies if the component is an entry component of declaring module." - }, "routing": { "type": "boolean", "default": false, diff --git a/src/material/schematics/ng-generate/table/schema.json b/src/material/schematics/ng-generate/table/schema.json index 6e19ab626545..19fdb15a8c95 100644 --- a/src/material/schematics/ng-generate/table/schema.json +++ b/src/material/schematics/ng-generate/table/schema.json @@ -87,11 +87,6 @@ "type": "boolean", "default": false, "description": "Specifies if declaring module exports the component." - }, - "entryComponent": { - "type": "boolean", - "default": false, - "description": "Specifies if the component is an entry component of declaring module." } }, "required": ["name"] diff --git a/src/material/schematics/ng-generate/tree/schema.json b/src/material/schematics/ng-generate/tree/schema.json index b05dc160493c..e836ee58524a 100644 --- a/src/material/schematics/ng-generate/tree/schema.json +++ b/src/material/schematics/ng-generate/tree/schema.json @@ -87,11 +87,6 @@ "type": "boolean", "default": false, "description": "Specifies if declaring module exports the component." - }, - "entryComponent": { - "type": "boolean", - "default": false, - "description": "Specifies if the component is an entry component of declaring module." } }, "required": ["name"] diff --git a/tools/public_api_guard/cdk/a11y.d.ts b/tools/public_api_guard/cdk/a11y.d.ts index a0a3fb03d7b9..0c3aa4af16a4 100644 --- a/tools/public_api_guard/cdk/a11y.d.ts +++ b/tools/public_api_guard/cdk/a11y.d.ts @@ -18,7 +18,7 @@ export declare class AriaDescriber implements OnDestroy { removeDescription(hostElement: Element, message: string, role?: string): void; removeDescription(hostElement: Element, message: HTMLElement): void; static ɵfac: i0.ɵɵFactoryDeclaration; - static ɵprov: i0.ɵɵInjectableDef; + static ɵprov: i0.ɵɵInjectableDeclaration; } export declare type AriaLivePoliteness = 'off' | 'polite' | 'assertive'; @@ -80,7 +80,7 @@ export declare class ConfigurableFocusTrapFactory { create(element: HTMLElement, config?: ConfigurableFocusTrapConfig): ConfigurableFocusTrap; create(element: HTMLElement, deferCaptureElements: boolean): ConfigurableFocusTrap; static ɵfac: i0.ɵɵFactoryDeclaration; - static ɵprov: i0.ɵɵInjectableDef; + static ɵprov: i0.ɵɵInjectableDeclaration; } export declare class EventListenerFocusTrapInertStrategy implements FocusTrapInertStrategy { @@ -115,7 +115,7 @@ export declare class FocusMonitor implements OnDestroy { stopMonitoring(element: HTMLElement): void; stopMonitoring(element: ElementRef): void; static ɵfac: i0.ɵɵFactoryDeclaration; - static ɵprov: i0.ɵɵInjectableDef; + static ɵprov: i0.ɵɵInjectableDeclaration; } export declare const enum FocusMonitorDetectionMode { @@ -159,7 +159,7 @@ export declare class FocusTrapFactory { constructor(_checker: InteractivityChecker, _ngZone: NgZone, _document: any); create(element: HTMLElement, deferCaptureElements?: boolean): FocusTrap; static ɵfac: i0.ɵɵFactoryDeclaration; - static ɵprov: i0.ɵɵInjectableDef; + static ɵprov: i0.ɵɵInjectableDeclaration; } export interface FocusTrapInertStrategy { @@ -178,7 +178,7 @@ export declare class HighContrastModeDetector { _applyBodyHighContrastModeCssClasses(): void; getHighContrastMode(): HighContrastMode; static ɵfac: i0.ɵɵFactoryDeclaration; - static ɵprov: i0.ɵɵInjectableDef; + static ɵprov: i0.ɵɵInjectableDeclaration; } export interface Highlightable extends ListKeyManagerOption { @@ -193,7 +193,7 @@ export declare class InteractivityChecker { isTabbable(element: HTMLElement): boolean; isVisible(element: HTMLElement): boolean; static ɵfac: i0.ɵɵFactoryDeclaration; - static ɵprov: i0.ɵɵInjectableDef; + static ɵprov: i0.ɵɵInjectableDeclaration; } export declare function isFakeMousedownFromScreenReader(event: MouseEvent): boolean; @@ -251,7 +251,7 @@ export declare class LiveAnnouncer implements OnDestroy { clear(): void; ngOnDestroy(): void; static ɵfac: i0.ɵɵFactoryDeclaration; - static ɵprov: i0.ɵɵInjectableDef; + static ɵprov: i0.ɵɵInjectableDeclaration; } export interface LiveAnnouncerDefaultOptions { diff --git a/tools/public_api_guard/cdk/bidi.d.ts b/tools/public_api_guard/cdk/bidi.d.ts index a83c328a802f..9dd143afd659 100644 --- a/tools/public_api_guard/cdk/bidi.d.ts +++ b/tools/public_api_guard/cdk/bidi.d.ts @@ -26,5 +26,5 @@ export declare class Directionality implements OnDestroy { constructor(_document?: any); ngOnDestroy(): void; static ɵfac: i0.ɵɵFactoryDeclaration; - static ɵprov: i0.ɵɵInjectableDef; + static ɵprov: i0.ɵɵInjectableDeclaration; } diff --git a/tools/public_api_guard/cdk/clipboard.d.ts b/tools/public_api_guard/cdk/clipboard.d.ts index 770a939ee635..0044a2150220 100644 --- a/tools/public_api_guard/cdk/clipboard.d.ts +++ b/tools/public_api_guard/cdk/clipboard.d.ts @@ -22,7 +22,7 @@ export declare class Clipboard { beginCopy(text: string): PendingCopy; copy(text: string): boolean; static ɵfac: i0.ɵɵFactoryDeclaration; - static ɵprov: i0.ɵɵInjectableDef; + static ɵprov: i0.ɵɵInjectableDeclaration; } export declare class ClipboardModule { diff --git a/tools/public_api_guard/cdk/collections.d.ts b/tools/public_api_guard/cdk/collections.d.ts index 6a4e24eb0314..0a7f931d8cb4 100644 --- a/tools/public_api_guard/cdk/collections.d.ts +++ b/tools/public_api_guard/cdk/collections.d.ts @@ -101,7 +101,7 @@ export declare class UniqueSelectionDispatcher implements OnDestroy { ngOnDestroy(): void; notify(id: string, name: string): void; static ɵfac: i0.ɵɵFactoryDeclaration; - static ɵprov: i0.ɵɵInjectableDef; + static ɵprov: i0.ɵɵInjectableDeclaration; } export declare type UniqueSelectionDispatcherListener = (id: string, name: string) => void; diff --git a/tools/public_api_guard/cdk/drag-drop.d.ts b/tools/public_api_guard/cdk/drag-drop.d.ts index 8bbae08f47db..7ce9051036a7 100644 --- a/tools/public_api_guard/cdk/drag-drop.d.ts +++ b/tools/public_api_guard/cdk/drag-drop.d.ts @@ -217,7 +217,7 @@ export declare class DragDrop { createDrag(element: ElementRef | HTMLElement, config?: DragRefConfig): DragRef; createDropList(element: ElementRef | HTMLElement): DropListRef; static ɵfac: i0.ɵɵFactoryDeclaration; - static ɵprov: i0.ɵɵInjectableDef; + static ɵprov: i0.ɵɵInjectableDeclaration; } export interface DragDropConfig extends Partial { @@ -257,7 +257,7 @@ export declare class DragDropRegistry, never>; - static ɵprov: i0.ɵɵInjectableDef>; + static ɵprov: i0.ɵɵInjectableDeclaration>; } export declare class DragRef { diff --git a/tools/public_api_guard/cdk/layout.d.ts b/tools/public_api_guard/cdk/layout.d.ts index 640782514320..cca1de9794c3 100644 --- a/tools/public_api_guard/cdk/layout.d.ts +++ b/tools/public_api_guard/cdk/layout.d.ts @@ -4,7 +4,7 @@ export declare class BreakpointObserver implements OnDestroy { ngOnDestroy(): void; observe(value: string | readonly string[]): Observable; static ɵfac: i0.ɵɵFactoryDeclaration; - static ɵprov: i0.ɵɵInjectableDef; + static ɵprov: i0.ɵɵInjectableDeclaration; } export declare const Breakpoints: { @@ -41,5 +41,5 @@ export declare class MediaMatcher { constructor(_platform: Platform); matchMedia(query: string): MediaQueryList; static ɵfac: i0.ɵɵFactoryDeclaration; - static ɵprov: i0.ɵɵInjectableDef; + static ɵprov: i0.ɵɵInjectableDeclaration; } diff --git a/tools/public_api_guard/cdk/observers.d.ts b/tools/public_api_guard/cdk/observers.d.ts index 94d914a85c63..3131fb473785 100644 --- a/tools/public_api_guard/cdk/observers.d.ts +++ b/tools/public_api_guard/cdk/observers.d.ts @@ -19,13 +19,13 @@ export declare class ContentObserver implements OnDestroy { observe(element: Element): Observable; observe(element: ElementRef): Observable; static ɵfac: i0.ɵɵFactoryDeclaration; - static ɵprov: i0.ɵɵInjectableDef; + static ɵprov: i0.ɵɵInjectableDeclaration; } export declare class MutationObserverFactory { create(callback: MutationCallback): MutationObserver | null; static ɵfac: i0.ɵɵFactoryDeclaration; - static ɵprov: i0.ɵɵInjectableDef; + static ɵprov: i0.ɵɵInjectableDeclaration; } export declare class ObserversModule { diff --git a/tools/public_api_guard/cdk/overlay.d.ts b/tools/public_api_guard/cdk/overlay.d.ts index def4dde5d175..83075bc8667a 100644 --- a/tools/public_api_guard/cdk/overlay.d.ts +++ b/tools/public_api_guard/cdk/overlay.d.ts @@ -158,7 +158,7 @@ export declare class FullscreenOverlayContainer extends OverlayContainer impleme getFullscreenElement(): Element; ngOnDestroy(): void; static ɵfac: i0.ɵɵFactoryDeclaration; - static ɵprov: i0.ɵɵInjectableDef; + static ɵprov: i0.ɵɵInjectableDeclaration; } export declare class GlobalPositionStrategy implements PositionStrategy { @@ -195,7 +195,7 @@ export declare class Overlay { create(config?: OverlayConfig): OverlayRef; position(): OverlayPositionBuilder; static ɵfac: i0.ɵɵFactoryDeclaration; - static ɵprov: i0.ɵɵInjectableDef; + static ɵprov: i0.ɵɵInjectableDeclaration; } export declare class OverlayConfig { @@ -229,7 +229,7 @@ export declare class OverlayContainer implements OnDestroy { getContainerElement(): HTMLElement; ngOnDestroy(): void; static ɵfac: i0.ɵɵFactoryDeclaration; - static ɵprov: i0.ɵɵInjectableDef; + static ɵprov: i0.ɵɵInjectableDeclaration; } export declare class OverlayKeyboardDispatcher extends BaseOverlayDispatcher { @@ -237,7 +237,7 @@ export declare class OverlayKeyboardDispatcher extends BaseOverlayDispatcher { add(overlayRef: OverlayReference): void; protected detach(): void; static ɵfac: i0.ɵɵFactoryDeclaration; - static ɵprov: i0.ɵɵInjectableDef; + static ɵprov: i0.ɵɵInjectableDeclaration; } export declare class OverlayModule { @@ -251,7 +251,7 @@ export declare class OverlayOutsideClickDispatcher extends BaseOverlayDispatcher add(overlayRef: OverlayReference): void; protected detach(): void; static ɵfac: i0.ɵɵFactoryDeclaration; - static ɵprov: i0.ɵɵInjectableDef; + static ɵprov: i0.ɵɵInjectableDeclaration; } export declare class OverlayPositionBuilder { @@ -260,7 +260,7 @@ export declare class OverlayPositionBuilder { flexibleConnectedTo(origin: FlexibleConnectedPositionStrategyOrigin): FlexibleConnectedPositionStrategy; global(): GlobalPositionStrategy; static ɵfac: i0.ɵɵFactoryDeclaration; - static ɵprov: i0.ɵɵInjectableDef; + static ɵprov: i0.ɵɵInjectableDeclaration; } export declare class OverlayRef implements PortalOutlet, OverlayReference { @@ -343,7 +343,7 @@ export declare class ScrollStrategyOptions { reposition: (config?: RepositionScrollStrategyConfig | undefined) => RepositionScrollStrategy; constructor(_scrollDispatcher: ScrollDispatcher, _viewportRuler: ViewportRuler, _ngZone: NgZone, document: any); static ɵfac: i0.ɵɵFactoryDeclaration; - static ɵprov: i0.ɵɵInjectableDef; + static ɵprov: i0.ɵɵInjectableDeclaration; } export declare function validateHorizontalPosition(property: string, value: HorizontalConnectionPos): void; diff --git a/tools/public_api_guard/cdk/platform.d.ts b/tools/public_api_guard/cdk/platform.d.ts index 6a1f58cfd135..c6d3edd7bb28 100644 --- a/tools/public_api_guard/cdk/platform.d.ts +++ b/tools/public_api_guard/cdk/platform.d.ts @@ -20,7 +20,7 @@ export declare class Platform { isBrowser: boolean; constructor(_platformId: Object); static ɵfac: i0.ɵɵFactoryDeclaration; - static ɵprov: i0.ɵɵInjectableDef; + static ɵprov: i0.ɵɵInjectableDeclaration; } export declare class PlatformModule { diff --git a/tools/public_api_guard/cdk/scrolling.d.ts b/tools/public_api_guard/cdk/scrolling.d.ts index c58a8fd6b605..9b842bfff95f 100644 --- a/tools/public_api_guard/cdk/scrolling.d.ts +++ b/tools/public_api_guard/cdk/scrolling.d.ts @@ -178,7 +178,7 @@ export declare class ScrollDispatcher implements OnDestroy { register(scrollable: CdkScrollable): void; scrolled(auditTimeInMs?: number): Observable; static ɵfac: i0.ɵɵFactoryDeclaration; - static ɵprov: i0.ɵɵInjectableDef; + static ɵprov: i0.ɵɵInjectableDeclaration; } export declare class ScrollingModule { @@ -199,7 +199,7 @@ export declare class ViewportRuler implements OnDestroy { }>; ngOnDestroy(): void; static ɵfac: i0.ɵɵFactoryDeclaration; - static ɵprov: i0.ɵɵInjectableDef; + static ɵprov: i0.ɵɵInjectableDeclaration; } export interface ViewportScrollPosition { diff --git a/tools/public_api_guard/cdk/table.d.ts b/tools/public_api_guard/cdk/table.d.ts index cea82453eef1..f0df73bbf0c0 100644 --- a/tools/public_api_guard/cdk/table.d.ts +++ b/tools/public_api_guard/cdk/table.d.ts @@ -6,7 +6,7 @@ export declare class _CoalescedStyleScheduler implements OnDestroy { schedule(task: () => unknown): void; scheduleEnd(task: () => unknown): void; static ɵfac: i0.ɵɵFactoryDeclaration<_CoalescedStyleScheduler, never>; - static ɵprov: i0.ɵɵInjectableDef<_CoalescedStyleScheduler>; + static ɵprov: i0.ɵɵInjectableDeclaration<_CoalescedStyleScheduler>; } export declare class _Schedule { diff --git a/tools/public_api_guard/cdk/text-field.d.ts b/tools/public_api_guard/cdk/text-field.d.ts index 59273122677d..d0487f9d2798 100644 --- a/tools/public_api_guard/cdk/text-field.d.ts +++ b/tools/public_api_guard/cdk/text-field.d.ts @@ -11,7 +11,7 @@ export declare class AutofillMonitor implements OnDestroy { stopMonitoring(element: Element): void; stopMonitoring(element: ElementRef): void; static ɵfac: i0.ɵɵFactoryDeclaration; - static ɵprov: i0.ɵɵInjectableDef; + static ɵprov: i0.ɵɵInjectableDeclaration; } export declare class CdkAutofill implements OnDestroy, OnInit { diff --git a/tools/public_api_guard/google-maps/google-maps.d.ts b/tools/public_api_guard/google-maps/google-maps.d.ts index 29080a5c78d8..8ab131e54905 100644 --- a/tools/public_api_guard/google-maps/google-maps.d.ts +++ b/tools/public_api_guard/google-maps/google-maps.d.ts @@ -140,14 +140,14 @@ export declare class MapDirectionsService { constructor(_ngZone: NgZone); route(request: google.maps.DirectionsRequest): Observable; static ɵfac: i0.ɵɵFactoryDeclaration; - static ɵprov: i0.ɵɵInjectableDef; + static ɵprov: i0.ɵɵInjectableDeclaration; } export declare class MapGeocoder { constructor(_ngZone: NgZone); geocode(request: google.maps.GeocoderRequest): Observable; static ɵfac: i0.ɵɵFactoryDeclaration; - static ɵprov: i0.ɵɵInjectableDef; + static ɵprov: i0.ɵɵInjectableDeclaration; } export interface MapGeocoderResponse { diff --git a/tools/public_api_guard/material/bottom-sheet.d.ts b/tools/public_api_guard/material/bottom-sheet.d.ts index 9acc0475cc6f..8c72c921a4b5 100644 --- a/tools/public_api_guard/material/bottom-sheet.d.ts +++ b/tools/public_api_guard/material/bottom-sheet.d.ts @@ -11,7 +11,7 @@ export declare class MatBottomSheet implements OnDestroy { open(component: ComponentType, config?: MatBottomSheetConfig): MatBottomSheetRef; open(template: TemplateRef, config?: MatBottomSheetConfig): MatBottomSheetRef; static ɵfac: i0.ɵɵFactoryDeclaration; - static ɵprov: i0.ɵɵInjectableDef; + static ɵprov: i0.ɵɵInjectableDeclaration; } export declare const matBottomSheetAnimations: { diff --git a/tools/public_api_guard/material/core.d.ts b/tools/public_api_guard/material/core.d.ts index 563e8df321aa..3246401cdefa 100644 --- a/tools/public_api_guard/material/core.d.ts +++ b/tools/public_api_guard/material/core.d.ts @@ -127,7 +127,7 @@ export declare const defaultRippleAnimationConfig: { export declare class ErrorStateMatcher { isErrorState(control: FormControl | null, form: FormGroupDirective | NgForm | null): boolean; static ɵfac: i0.ɵɵFactoryDeclaration; - static ɵprov: i0.ɵɵInjectableDef; + static ɵprov: i0.ɵɵInjectableDeclaration; } export interface GranularSanityChecks { @@ -319,7 +319,7 @@ export declare class NativeDateAdapter extends DateAdapter { toIso8601(date: Date): string; today(): Date; static ɵfac: i0.ɵɵFactoryDeclaration; - static ɵprov: i0.ɵɵInjectableDef; + static ɵprov: i0.ɵɵInjectableDeclaration; } export declare class NativeDateModule { @@ -389,7 +389,7 @@ export declare function setLines(lines: QueryList, element: ElementRef< export declare class ShowOnDirtyErrorStateMatcher implements ErrorStateMatcher { isErrorState(control: FormControl | null, form: FormGroupDirective | NgForm | null): boolean; static ɵfac: i0.ɵɵFactoryDeclaration; - static ɵprov: i0.ɵɵInjectableDef; + static ɵprov: i0.ɵɵInjectableDeclaration; } export declare type ThemePalette = 'primary' | 'accent' | 'warn' | undefined; diff --git a/tools/public_api_guard/material/datepicker.d.ts b/tools/public_api_guard/material/datepicker.d.ts index 1c1c6ee59dcb..2a97a6ceea5a 100644 --- a/tools/public_api_guard/material/datepicker.d.ts +++ b/tools/public_api_guard/material/datepicker.d.ts @@ -22,7 +22,7 @@ export declare class DefaultMatCalendarRangeStrategy implements MatDateRangeS createPreview(activeDate: D | null, currentRange: DateRange): DateRange; selectionFinished(date: D, currentRange: DateRange): DateRange; static ɵfac: i0.ɵɵFactoryDeclaration, never>; - static ɵprov: i0.ɵɵInjectableDef>; + static ɵprov: i0.ɵɵInjectableDeclaration>; } export declare type ExtractDateTypeFromSelection = T extends DateRange ? D : NonNullable; @@ -286,7 +286,7 @@ export declare class MatDatepickerIntl { switchToMultiYearViewLabel: string; formatYearRange(start: string, end: string): string; static ɵfac: i0.ɵɵFactoryDeclaration; - static ɵprov: i0.ɵɵInjectableDef; + static ɵprov: i0.ɵɵInjectableDeclaration; } export declare class MatDatepickerModule { @@ -396,7 +396,7 @@ export declare abstract class MatDateSelectionModel, never>; - static ɵprov: i0.ɵɵInjectableDef>; + static ɵprov: i0.ɵɵInjectableDeclaration>; } export declare class MatEndDate extends _MatDateRangeInputBase implements CanUpdateErrorState, DoCheck, OnInit { @@ -497,7 +497,7 @@ export declare class MatRangeDateSelectionModel extends MatDateSelectionModel isComplete(): boolean; isValid(): boolean; static ɵfac: i0.ɵɵFactoryDeclaration, never>; - static ɵprov: i0.ɵɵInjectableDef>; + static ɵprov: i0.ɵɵInjectableDeclaration>; } export declare class MatSingleDateSelectionModel extends MatDateSelectionModel { @@ -507,7 +507,7 @@ export declare class MatSingleDateSelectionModel extends MatDateSelectionMode isComplete(): boolean; isValid(): boolean; static ɵfac: i0.ɵɵFactoryDeclaration, never>; - static ɵprov: i0.ɵɵInjectableDef>; + static ɵprov: i0.ɵɵInjectableDeclaration>; } export declare class MatStartDate extends _MatDateRangeInputBase implements CanUpdateErrorState, DoCheck, OnInit { diff --git a/tools/public_api_guard/material/dialog.d.ts b/tools/public_api_guard/material/dialog.d.ts index 268024299115..bee810cf03f5 100644 --- a/tools/public_api_guard/material/dialog.d.ts +++ b/tools/public_api_guard/material/dialog.d.ts @@ -70,7 +70,7 @@ export declare class MatDialog extends _MatDialogBase { constructor(overlay: Overlay, injector: Injector, location: Location, defaultOptions: MatDialogConfig, scrollStrategy: any, parentDialog: MatDialog, overlayContainer: OverlayContainer); static ɵfac: i0.ɵɵFactoryDeclaration; - static ɵprov: i0.ɵɵInjectableDef; + static ɵprov: i0.ɵɵInjectableDeclaration; } export declare class MatDialogActions { diff --git a/tools/public_api_guard/material/icon.d.ts b/tools/public_api_guard/material/icon.d.ts index f5d60e650083..a0dad399b194 100644 --- a/tools/public_api_guard/material/icon.d.ts +++ b/tools/public_api_guard/material/icon.d.ts @@ -75,7 +75,7 @@ export declare class MatIconRegistry implements OnDestroy { registerFontClassAlias(alias: string, className?: string): this; setDefaultFontSetClass(className: string): this; static ɵfac: i0.ɵɵFactoryDeclaration; - static ɵprov: i0.ɵɵInjectableDef; + static ɵprov: i0.ɵɵInjectableDeclaration; } export interface SafeResourceUrlWithIconOptions { diff --git a/tools/public_api_guard/material/icon/testing.d.ts b/tools/public_api_guard/material/icon/testing.d.ts index 19b366d923fe..5a358b12b8d9 100644 --- a/tools/public_api_guard/material/icon/testing.d.ts +++ b/tools/public_api_guard/material/icon/testing.d.ts @@ -16,7 +16,7 @@ export declare class FakeMatIconRegistry implements PublicApi, registerFontClassAlias(): this; setDefaultFontSetClass(): this; static ɵfac: i0.ɵɵFactoryDeclaration; - static ɵprov: i0.ɵɵInjectableDef; + static ɵprov: i0.ɵɵInjectableDeclaration; } export interface IconHarnessFilters extends BaseHarnessFilters { diff --git a/tools/public_api_guard/material/paginator.d.ts b/tools/public_api_guard/material/paginator.d.ts index ea932053690b..046bf56b863e 100644 --- a/tools/public_api_guard/material/paginator.d.ts +++ b/tools/public_api_guard/material/paginator.d.ts @@ -77,7 +77,7 @@ export declare class MatPaginatorIntl { nextPageLabel: string; previousPageLabel: string; static ɵfac: i0.ɵɵFactoryDeclaration; - static ɵprov: i0.ɵɵInjectableDef; + static ɵprov: i0.ɵɵInjectableDeclaration; } export declare class MatPaginatorModule { diff --git a/tools/public_api_guard/material/snack-bar.d.ts b/tools/public_api_guard/material/snack-bar.d.ts index 12d982c3a64e..eeee67a459b6 100644 --- a/tools/public_api_guard/material/snack-bar.d.ts +++ b/tools/public_api_guard/material/snack-bar.d.ts @@ -28,7 +28,7 @@ export declare class MatSnackBar implements OnDestroy { openFromComponent(component: ComponentType, config?: MatSnackBarConfig): MatSnackBarRef; openFromTemplate(template: TemplateRef, config?: MatSnackBarConfig): MatSnackBarRef>; static ɵfac: i0.ɵɵFactoryDeclaration; - static ɵprov: i0.ɵɵInjectableDef; + static ɵprov: i0.ɵɵInjectableDeclaration; } export declare const matSnackBarAnimations: { diff --git a/tools/public_api_guard/material/sort.d.ts b/tools/public_api_guard/material/sort.d.ts index 6d8a7e488e18..8b882b5396d5 100644 --- a/tools/public_api_guard/material/sort.d.ts +++ b/tools/public_api_guard/material/sort.d.ts @@ -97,7 +97,7 @@ export declare class MatSortHeader extends _MatSortHeaderMixinBase implements Ca export declare class MatSortHeaderIntl { readonly changes: Subject; static ɵfac: i0.ɵɵFactoryDeclaration; - static ɵprov: i0.ɵɵInjectableDef; + static ɵprov: i0.ɵɵInjectableDeclaration; } export declare class MatSortModule { diff --git a/tools/public_api_guard/material/stepper.d.ts b/tools/public_api_guard/material/stepper.d.ts index f1d3e1bf8f25..cd6eea957774 100644 --- a/tools/public_api_guard/material/stepper.d.ts +++ b/tools/public_api_guard/material/stepper.d.ts @@ -106,7 +106,7 @@ export declare class MatStepperIntl { readonly changes: Subject; optionalLabel: string; static ɵfac: i0.ɵɵFactoryDeclaration; - static ɵprov: i0.ɵɵInjectableDef; + static ɵprov: i0.ɵɵInjectableDeclaration; } export declare class MatStepperModule { diff --git a/yarn.lock b/yarn.lock index 0a341bd86bd3..0e8a94443d64 100644 --- a/yarn.lock +++ b/yarn.lock @@ -2,52 +2,52 @@ # yarn lockfile v1 -"@angular-devkit/build-optimizer@^0.1200.0-next.6": - version "0.1200.0-next.6" - resolved "https://registry.yarnpkg.com/@angular-devkit/build-optimizer/-/build-optimizer-0.1200.0-next.6.tgz#b33fd762689b94c6b0a9924cfa6caf71bb3044ef" - integrity sha512-pMdHevSUYEwJ5l9Opeg4fcyPB68Oi8+xxMn89nfG/uU06g01Yeo2vZIbkupvjotTRThbogStJOINH8UobIAzug== +"@angular-devkit/build-optimizer@^0.1200.0-next.9": + version "0.1200.0-next.9" + resolved "https://registry.yarnpkg.com/@angular-devkit/build-optimizer/-/build-optimizer-0.1200.0-next.9.tgz#beed785553e251d341071ba1c50cb3753ab3a873" + integrity sha512-7BZ/OgbcR8ZPjD8KJGKeAoIPSljjMFgtPwgTS7YHdJVGAo3uFvfjJmhhXW+/bXXyTN3eG/LlOMVHljQ3RVG5GQ== dependencies: - loader-utils "2.0.0" source-map "0.7.3" - tslib "2.1.0" - typescript "4.2.3" - webpack-sources "2.2.0" + tslib "2.2.0" + typescript "4.2.4" -"@angular-devkit/core@12.0.0-next.6", "@angular-devkit/core@^12.0.0-next.6": - version "12.0.0-next.6" - resolved "https://registry.yarnpkg.com/@angular-devkit/core/-/core-12.0.0-next.6.tgz#3fd93bb7495f6a002c4b7e7e60b0afd5088502cd" - integrity sha512-PsiNi5g0k6yYZzCdCDcOtquWHr1gAVXKEuaeVP9OqBYIZrR8dz1Fa3ZoJXGaBN81/msymSm10JRy2nwagSU0sg== +"@angular-devkit/core@12.0.0-next.9", "@angular-devkit/core@^12.0.0-next.9": + version "12.0.0-next.9" + resolved "https://registry.yarnpkg.com/@angular-devkit/core/-/core-12.0.0-next.9.tgz#1f68bdeed25636a9c97d2cf9ce6873e148d1ee42" + integrity sha512-bBJmaQnufgV75wxtrrPJJYJZdJf+w/zHbHz344f65w735B6rMSwMQmVVTAslqSctbM15WLY/nHZYJGAu8Vs7fw== dependencies: - ajv "6.12.6" + ajv "8.1.0" + ajv-formats "2.0.2" fast-json-stable-stringify "2.1.0" magic-string "0.25.7" - rxjs "6.6.6" + rxjs "6.6.7" source-map "0.7.3" -"@angular-devkit/schematics@12.0.0-next.6", "@angular-devkit/schematics@^12.0.0-next.6": - version "12.0.0-next.6" - resolved "https://registry.yarnpkg.com/@angular-devkit/schematics/-/schematics-12.0.0-next.6.tgz#6da938aa5362d7d82ae29f4021919a2114efbed6" - integrity sha512-amJtne6yPm8ZLW2RT4tCcNWPNJl8egnp72MngEqHccj+gaNqI3Fw7Dw6fsBH/77JYxIYbVS9kzZkr61OOtPYfw== +"@angular-devkit/schematics@12.0.0-next.9", "@angular-devkit/schematics@^12.0.0-next.9": + version "12.0.0-next.9" + resolved "https://registry.yarnpkg.com/@angular-devkit/schematics/-/schematics-12.0.0-next.9.tgz#6faf337b233b3a47f2b6a91c7dcf2b28567e66a6" + integrity sha512-h5sAwk2ElGu3lVyTzzFyHrVTyzME4fOmt2OXALfvBVCh23uX/pZgYqky9g+hRP/kA/0KFggSDdH9TqAqLMkqug== dependencies: - "@angular-devkit/core" "12.0.0-next.6" + "@angular-devkit/core" "12.0.0-next.9" ora "5.4.0" - rxjs "6.6.6" + rxjs "6.6.7" -"@angular/animations@^12.0.0-next.7": - version "12.0.0-next.7" - resolved "https://registry.yarnpkg.com/@angular/animations/-/animations-12.0.0-next.7.tgz#1a8ace2cade4b91e221a0f89b5c30274afce0dd8" - integrity sha512-9sFO2qqFAPsTECCimgq1pc+dPJfQOKaoHexYza9koG16BFL1n1F/09FFDaog4Ex0ENmSFZnINLzwjLjXUiiK3A== +"@angular/animations@^12.0.0-next.9": + version "12.0.0-next.9" + resolved "https://registry.yarnpkg.com/@angular/animations/-/animations-12.0.0-next.9.tgz#88e96a5a43af9ff61384f5a9ce77878af7eaa11a" + integrity sha512-fETykFqIqaVfdsodIxa5XGd5qUuqP4T3nUpBtTyZoPJZEATee2X7zzV+/WocPIH2EwBWcE4lbxblKUWAJm2LuA== dependencies: tslib "^2.1.0" -"@angular/bazel@^12.0.0-next.7": - version "12.0.0-next.7" - resolved "https://registry.yarnpkg.com/@angular/bazel/-/bazel-12.0.0-next.7.tgz#7bd7fee75785a2df9c69a3db50263d74b4a89a4d" - integrity sha512-jwDtq4xnt1ix9pwl3rP6wsw4JApBkGlBXvdiiD/NLR99qMr5N2EU7SEi7aWNKvE4AU4xtoV2fUFbP8zHtQaXqA== +"@angular/bazel@^12.0.0-next.9": + version "12.0.0-next.9" + resolved "https://registry.yarnpkg.com/@angular/bazel/-/bazel-12.0.0-next.9.tgz#ad0406d06f0a52196598394b569c92822e29e212" + integrity sha512-vdWMr44PWfmGOHkv1D7+2bl1vOTxK47T7NbbfCX7NHwDDllt5FlFbIhKb9Zp8x+vtp88BrIAsiAaCdsrnaM6rA== dependencies: - "@microsoft/api-extractor" "^7.7.13" + "@microsoft/api-extractor" "7.7.11" shelljs "0.8.2" tsickle "^0.38.0" + tslib "^2.1.0" "@angular/benchpress@0.2.1": version "0.2.1" @@ -57,17 +57,17 @@ "@angular/core" "^10.0.0-0 || ^11.0.0" reflect-metadata "^0.1.13" -"@angular/common@^12.0.0-next.7": - version "12.0.0-next.7" - resolved "https://registry.yarnpkg.com/@angular/common/-/common-12.0.0-next.7.tgz#e756e8f5ec2ba44ea0655ceef04d7c11e36f5981" - integrity sha512-NA5S78X1ATxfQvH52KK5mJm9P2lHdURsVjHQ3os/G3MYLJGCibM6SHqmSeiH+3fNKpoak1YMTw4jGMIls9N6hA== +"@angular/common@^12.0.0-next.9": + version "12.0.0-next.9" + resolved "https://registry.yarnpkg.com/@angular/common/-/common-12.0.0-next.9.tgz#f4143b37a608ba87124cf0f0678a7cd49736d0ad" + integrity sha512-JHNBObCHpDUVeg9pXOMDmbBf43Guo5vN7dOEjpwhqIYPTyFEhxWHZ7AP56I9KcgDcuuEoRmw3YGEtEysLOtpAQ== dependencies: tslib "^2.1.0" -"@angular/compiler-cli@^12.0.0-next.7": - version "12.0.0-next.7" - resolved "https://registry.yarnpkg.com/@angular/compiler-cli/-/compiler-cli-12.0.0-next.7.tgz#7dba9ea4baba3d949794481f6af0146e4656042e" - integrity sha512-THU6l2yKnJdUAogQuhncAQKePft9gRuSjqh1dm9IA0+6G/0mC61jtTGjURCNuMtK4MgTTjGzzkqMlm3tEcc33Q== +"@angular/compiler-cli@^12.0.0-next.9": + version "12.0.0-next.9" + resolved "https://registry.yarnpkg.com/@angular/compiler-cli/-/compiler-cli-12.0.0-next.9.tgz#ed4636a7453e4854ce87fb44b97550ad161abad7" + integrity sha512-f4VPl2EcX6DwBGJd69FF/BoJeVx1UDsX4l6CGNXcXut/fPKr1078zjd9kKCJ58PspT+/9lez7j0REkGkTtOkFQ== dependencies: "@babel/core" "^7.8.6" "@babel/types" "^7.8.6" @@ -75,7 +75,6 @@ chokidar "^3.0.0" convert-source-map "^1.5.1" dependency-graph "^0.7.2" - fs-extra "4.0.2" magic-string "^0.25.0" minimist "^1.2.0" reflect-metadata "^0.1.2" @@ -90,10 +89,10 @@ resolved "https://registry.yarnpkg.com/@angular/compiler/-/compiler-9.0.0.tgz#87e0bef4c369b6cadae07e3a4295778fc93799d5" integrity sha512-ctjwuntPfZZT2mNj2NDIVu51t9cvbhl/16epc5xEwyzyDt76pX9UgwvY+MbXrf/C/FWwdtmNtfP698BKI+9leQ== -"@angular/compiler@^12.0.0-next.7": - version "12.0.0-next.7" - resolved "https://registry.yarnpkg.com/@angular/compiler/-/compiler-12.0.0-next.7.tgz#e2559d8d520c29c869a53b38a8e141051999ddbe" - integrity sha512-r2Sb0zMNNxdtrMLJZparK8BNg7IsePHimBWPk98UtilTjaH8el8AWCNW8HmBjXgbOrgzLS6a8o8XSr2kJfl00g== +"@angular/compiler@^12.0.0-next.9": + version "12.0.0-next.9" + resolved "https://registry.yarnpkg.com/@angular/compiler/-/compiler-12.0.0-next.9.tgz#e939a43fb5090668a2f67324da5b091690b53d5f" + integrity sha512-nRpxuGj5DKnh7DDqNzUT3dfNvejfIu2AxNjAF4Wa/cZTrSABgvVxPo3DmvEesLvu4v1XJORFe/0vdeErivtEbQ== dependencies: tslib "^2.1.0" @@ -109,10 +108,10 @@ dependencies: tslib "^2.0.0" -"@angular/core@^12.0.0-next.7": - version "12.0.0-next.7" - resolved "https://registry.yarnpkg.com/@angular/core/-/core-12.0.0-next.7.tgz#424880157bfee0594d4dc497c116e76040a46c1b" - integrity sha512-o94gNrQvqilL8hss62Luz0ZjlfWa+aTLfVyImrS1mLHfUiASCH55s77+9UzQwRjvQ9KjpmQaMLfTT9o8ih4Eew== +"@angular/core@^12.0.0-next.9": + version "12.0.0-next.9" + resolved "https://registry.yarnpkg.com/@angular/core/-/core-12.0.0-next.9.tgz#f617b879c9cc25e30f0835bdb666108073e0dd5a" + integrity sha512-Z328UtPoXTAx7bPPjqCg90RXtNJUd/GV1Z6Kd+qrZnxlFUQcbZmJa/aXrXYV0FtV98kYxiy+0+9r9iJs0w3puA== dependencies: tslib "^2.1.0" @@ -149,47 +148,47 @@ yaml "^1.10.0" yargs "^16.2.0" -"@angular/elements@^12.0.0-next.7": - version "12.0.0-next.7" - resolved "https://registry.yarnpkg.com/@angular/elements/-/elements-12.0.0-next.7.tgz#f43a69c881830a7accc966b0148ccee95b0a386b" - integrity sha512-YZRadEi0NG1IXD2FXngHIgolKt/VJ2HUcFd49HmoWDh5klFF/Uc1Zqz8A1rk7leuFvQ4qE0oz1uw0dkw1MMZYA== +"@angular/elements@^12.0.0-next.9": + version "12.0.0-next.9" + resolved "https://registry.yarnpkg.com/@angular/elements/-/elements-12.0.0-next.9.tgz#483488273c513dfcafe539d3df9a3207126f46fc" + integrity sha512-iJbcMNcRczK9RaDiVacce5hxCaDQ2ZqYku7FJzmEmslFnq9maVQIJuQYTF48qjvD4jyWEtLRZjapR8gPYVQXgA== dependencies: tslib "^2.1.0" -"@angular/forms@^12.0.0-next.7": - version "12.0.0-next.7" - resolved "https://registry.yarnpkg.com/@angular/forms/-/forms-12.0.0-next.7.tgz#3a27855b791cf1e1af49ef97963292a228789a31" - integrity sha512-u/Wy4rydT5MsXsXPtVKKNnbcSHScAdXvgIxjeOdEhPfLdUMY1Z+lAnuKEkMaOzps74+tbjO0IwXb/ZvlCJhhzA== +"@angular/forms@^12.0.0-next.9": + version "12.0.0-next.9" + resolved "https://registry.yarnpkg.com/@angular/forms/-/forms-12.0.0-next.9.tgz#c8c4fbc33a76c271629f15b0bfe4ccaf9dcac2c7" + integrity sha512-ANXH1jlo6fUxO/r4685kV+FMOvpw522wLcaocqnXv3aHIHhXJSTpMAAQw7Wc2XfYKrO49q882bToOHvOYxjPZA== dependencies: tslib "^2.1.0" -"@angular/platform-browser-dynamic@^12.0.0-next.7": - version "12.0.0-next.7" - resolved "https://registry.yarnpkg.com/@angular/platform-browser-dynamic/-/platform-browser-dynamic-12.0.0-next.7.tgz#b1c9cdeb55f0976dcc7ce385d5cf6c2eba2d4c61" - integrity sha512-ObGt1aEVLk48nB12tCzwltXV/PSwkjCs46GhGXCRY9xiEfmoe0oREjbyp1lC/STzbwj4MYB8mZvMWOyPSXYOzQ== +"@angular/platform-browser-dynamic@^12.0.0-next.9": + version "12.0.0-next.9" + resolved "https://registry.yarnpkg.com/@angular/platform-browser-dynamic/-/platform-browser-dynamic-12.0.0-next.9.tgz#b1b9bbf8c54c909f47a6e070108cd70e3f791d3a" + integrity sha512-En6KqwlHfWGdmovKHpDjz2pKelz0wyyJTNlYJjizCRN3JgRgj4f/Ebynb//qg9vf8eVSg8U5JtH2GZ/5lOrpTg== dependencies: tslib "^2.1.0" -"@angular/platform-browser@^12.0.0-next.7": - version "12.0.0-next.7" - resolved "https://registry.yarnpkg.com/@angular/platform-browser/-/platform-browser-12.0.0-next.7.tgz#622cd11853d70343ca027d2ad0aa07630bc353cd" - integrity sha512-qm1ICtGHnxK17YuJuWTq2HzsoRQpqs0igeH8Zg2epnj7QO5qj9qIv7a7FoylH3wr1s9oL5cmsarLPorT/Zasnw== +"@angular/platform-browser@^12.0.0-next.9": + version "12.0.0-next.9" + resolved "https://registry.yarnpkg.com/@angular/platform-browser/-/platform-browser-12.0.0-next.9.tgz#12eba4e2edf6107b02bc90ef64193754149b855b" + integrity sha512-DrK7P4ScWms06+P1ar+Rpt7eR3T67vDHKzdnNDwn50ylFR8rqcjPk7LQCOJithMEzTCKWax5s59oPahLazuHDA== dependencies: tslib "^2.1.0" -"@angular/platform-server@^12.0.0-next.7": - version "12.0.0-next.7" - resolved "https://registry.yarnpkg.com/@angular/platform-server/-/platform-server-12.0.0-next.7.tgz#20042024e7694dde84ec82d2825c8482606f452d" - integrity sha512-gkCNLoAKcXk+lKj5FT5e770ympQHPo6piGs2OdUkP/eVGlHjYhiCV7p5Rt16wgOG1hqxwnUX8CLJAraT3KqaRA== +"@angular/platform-server@^12.0.0-next.9": + version "12.0.0-next.9" + resolved "https://registry.yarnpkg.com/@angular/platform-server/-/platform-server-12.0.0-next.9.tgz#bab0a095ed8fe1da9372ad42e13736ea73644eac" + integrity sha512-X/1EBbok3KA051hM5PEy5NTJGbwEFu6sIIOTgoz+BZm+O2GgkqyVasALzVi5X+b5XhSpC7GRYz3W5PE0ObLj2Q== dependencies: domino "^2.1.2" tslib "^2.1.0" xhr2 "^0.2.0" -"@angular/router@^12.0.0-next.7": - version "12.0.0-next.7" - resolved "https://registry.yarnpkg.com/@angular/router/-/router-12.0.0-next.7.tgz#d2fe77eb55708a8f74d340742f8aca29eff55f62" - integrity sha512-TR8D6qtOcGxPSCMYERySgGFWS0YzpBVZOqFDhxOzLHoEKT0QQ1/Hmo8GevnRsCu0msyd2hdLgnS+0m0Skzo8/A== +"@angular/router@^12.0.0-next.9": + version "12.0.0-next.9" + resolved "https://registry.yarnpkg.com/@angular/router/-/router-12.0.0-next.9.tgz#b4d0dc11b23d75ea74afc77cd58ad607254892ec" + integrity sha512-F+Pf64GCoXXDMju/Vbid9k2Q6dMETeiNZwKZO+lavyqBIXhtg7lZ9U7gupdRnp1fCKuSkemxcEzyTCKBYPjJtQ== dependencies: tslib "^2.1.0" @@ -1456,23 +1455,23 @@ "@material/theme" "11.0.0-canary.15604bd0d.0" tslib "^2.1.0" -"@microsoft/api-extractor-model@7.8.0": - version "7.8.0" - resolved "https://registry.yarnpkg.com/@microsoft/api-extractor-model/-/api-extractor-model-7.8.0.tgz#5f532998f01109f23d57b422803bbdf5ad655d80" - integrity sha512-rk3n2GJ2DyKsmKmSK0VYN92ZAWPgc5+zBLbGASpty3pBZBuByJ0ioZdkxbtm5gaeurJzsG9DFTPCmpg/+Mt/nw== +"@microsoft/api-extractor-model@7.7.10": + version "7.7.10" + resolved "https://registry.yarnpkg.com/@microsoft/api-extractor-model/-/api-extractor-model-7.7.10.tgz#52c661825f05a311b9d2dfdecd8d523c0c751b92" + integrity sha512-gMFDXwUgoQYz9TgatyNPALDdZN4xBC3Un3fGwlzME+vM13PoJ26pGuqI7kv/OlK9+q2sgrEdxWns8D3UnLf2TA== dependencies: "@microsoft/tsdoc" "0.12.19" - "@rushstack/node-core-library" "3.19.7" + "@rushstack/node-core-library" "3.19.6" -"@microsoft/api-extractor@^7.7.13": - version "7.8.1" - resolved "https://registry.yarnpkg.com/@microsoft/api-extractor/-/api-extractor-7.8.1.tgz#29b473ef85273b6b28974f89f1ccd46329297bc3" - integrity sha512-jS1B1E7kQK8yrCM6SwwYFdtXTHb0/xLrF/kbHJoRnNQYKz2c1hwHMK35JKTTDiWTwpBMpkbzCR5Fj+6Up3yy0A== +"@microsoft/api-extractor@7.7.11": + version "7.7.11" + resolved "https://registry.yarnpkg.com/@microsoft/api-extractor/-/api-extractor-7.7.11.tgz#444f1bb23fda5ac7a7ecb46bfb4a8d8d643cbaa4" + integrity sha512-kd2kakdDoRgI54J5H11a76hyYZBMhtp4piwWAy4bYTwlQT0v/tp+G/UMMgjUL4vKf0kTNhitEUX/0LfQb1AHzQ== dependencies: - "@microsoft/api-extractor-model" "7.8.0" + "@microsoft/api-extractor-model" "7.7.10" "@microsoft/tsdoc" "0.12.19" - "@rushstack/node-core-library" "3.19.7" - "@rushstack/ts-command-line" "4.4.0" + "@rushstack/node-core-library" "3.19.6" + "@rushstack/ts-command-line" "4.3.13" colors "~1.2.1" lodash "~4.17.15" resolve "1.8.1" @@ -1792,10 +1791,10 @@ estree-walker "^1.0.1" picomatch "^2.2.2" -"@rushstack/node-core-library@3.19.7": - version "3.19.7" - resolved "https://registry.yarnpkg.com/@rushstack/node-core-library/-/node-core-library-3.19.7.tgz#8d8a193fd6f99536c92dd797ab50fd5fcb7630ea" - integrity sha512-gKE/OXH5GAj8yJ1kEyRW68UekJernilZ3QTRgmQ0MUHBCQmtZ9Q6T5PQ1sVbcL4teH8BMdpZeFy1DKnHs8h3PA== +"@rushstack/node-core-library@3.19.6": + version "3.19.6" + resolved "https://registry.yarnpkg.com/@rushstack/node-core-library/-/node-core-library-3.19.6.tgz#da67dc9e93fb36b807007892ca6b699fc0c81e6d" + integrity sha512-1+FoymIdr9W9k0D8fdZBBPwi5YcMwh/RyESuL5bY29rLICFxSLOPK+ImVZ1OcWj9GEMsvDx5pNpJ311mHQk+MA== dependencies: "@types/node" "10.17.13" colors "~1.2.1" @@ -1805,22 +1804,22 @@ timsort "~0.3.0" z-schema "~3.18.3" -"@rushstack/ts-command-line@4.4.0": - version "4.4.0" - resolved "https://registry.yarnpkg.com/@rushstack/ts-command-line/-/ts-command-line-4.4.0.tgz#796f24681fdcbd01d463278c9e80a51ea5f73b2b" - integrity sha512-AYRICJg9Cwz+IBo1+leG0MtHx2uVScEs5P5ZNW3oocKekN6oLZvM1SNxghB7EXJzmYHnEMvCGhQx0Ll4oEkIyQ== +"@rushstack/ts-command-line@4.3.13": + version "4.3.13" + resolved "https://registry.yarnpkg.com/@rushstack/ts-command-line/-/ts-command-line-4.3.13.tgz#f84cdfad2e50663419bcf4064acf6b9dbfc6e674" + integrity sha512-BUBbjYu67NJGQkpHu8aYm7kDoMFizL1qx78+72XE3mX/vDdXYJzw/FWS7TPcMJmY4kNlYs979v2B0Q0qa2wRiw== dependencies: - "@types/argparse" "1.0.38" + "@types/argparse" "1.0.33" argparse "~1.0.9" colors "~1.2.1" -"@schematics/angular@^12.0.0-next.6": - version "12.0.0-next.6" - resolved "https://registry.yarnpkg.com/@schematics/angular/-/angular-12.0.0-next.6.tgz#94ee96be451640fd8555afc3b4602e16b963629c" - integrity sha512-FHeVrNRA6oc2cgnOca2q1lGXKSPgq1tHHuxb/lhcOxnbTbOTS7/018MSG9IdVgya24eq/dXdtBGnkKJdwdrgVg== +"@schematics/angular@^12.0.0-next.9": + version "12.0.0-next.9" + resolved "https://registry.yarnpkg.com/@schematics/angular/-/angular-12.0.0-next.9.tgz#406e4e9fcfd1565bfbe052e42aea7652f56f9a0a" + integrity sha512-aPL4NGBGGBwa4M/5I8bOZ5u1fZ+AERE5imu2JISZCLVSACLCpbqa/78YpfZ1jKvhg+pbCAS+xebXzoN9V7F5uQ== dependencies: - "@angular-devkit/core" "12.0.0-next.6" - "@angular-devkit/schematics" "12.0.0-next.6" + "@angular-devkit/core" "12.0.0-next.9" + "@angular-devkit/schematics" "12.0.0-next.9" jsonc-parser "3.0.0" "@sindresorhus/is@^0.14.0": @@ -1862,10 +1861,10 @@ dependencies: "@types/glob" "*" -"@types/argparse@1.0.38": - version "1.0.38" - resolved "https://registry.yarnpkg.com/@types/argparse/-/argparse-1.0.38.tgz#a81fd8606d481f873a3800c6ebae4f1d768a56a9" - integrity sha512-ebDJ9b0e702Yr7pWgB0jzm+CX4Srzz8RcXtLJDJB+BSccqMa36uyH/zUsSYao5+BD1ytv3k3rPYCq4mAE1hsXA== +"@types/argparse@1.0.33": + version "1.0.33" + resolved "https://registry.yarnpkg.com/@types/argparse/-/argparse-1.0.33.tgz#2728669427cdd74a99e53c9f457ca2866a37c52d" + integrity sha512-VQgHxyPMTj3hIlq9SY1mctqx+Jj8kpQfoLvDlVSDNOyuYs8JYfkuY3OW/4+dO657yPmNhHpePRx0/Tje5ImNVQ== "@types/autoprefixer@^9.7.2": version "9.7.2" @@ -2337,7 +2336,24 @@ agent-base@^4.1.0: dependencies: es6-promisify "^5.0.0" -ajv@6.12.6, ajv@^6.12.2, ajv@^6.12.3: +ajv-formats@2.0.2: + version "2.0.2" + resolved "https://registry.yarnpkg.com/ajv-formats/-/ajv-formats-2.0.2.tgz#69875cb99d76c74be46e9c7a4444bc232354eba0" + integrity sha512-Brah4Uo5/U8v76c6euTwtjVFFaVishwnJrQBYpev1JRh4vjA1F4HY3UzQez41YUCszUCXKagG8v6eVRBHV1gkw== + dependencies: + ajv "^8.0.0" + +ajv@8.1.0, ajv@^8.0.0: + version "8.1.0" + resolved "https://registry.yarnpkg.com/ajv/-/ajv-8.1.0.tgz#45d5d3d36c7cdd808930cc3e603cf6200dbeb736" + integrity sha512-B/Sk2Ix7A36fs/ZkuGLIR86EdjbgR6fsAcbx9lOP/QBSXujDNbVmIS/U4Itz5k8fPFDeVZl/zQ/gJW4Jrq6XjQ== + dependencies: + fast-deep-equal "^3.1.1" + json-schema-traverse "^1.0.0" + require-from-string "^2.0.2" + uri-js "^4.2.2" + +ajv@^6.12.2, ajv@^6.12.3: version "6.12.6" resolved "https://registry.yarnpkg.com/ajv/-/ajv-6.12.6.tgz#baf5a62e802b07d977034586f8c3baf5adf26df4" integrity sha512-j3fVLgvTo527anyYyJOGTYJbG+vnnQYvE0m5mmkc1TK+nxAppkCLMIL0aZ4dblVCNoGShhm+kzE4ZUykBoMg4g== @@ -2987,11 +3003,6 @@ big-integer@^1.6.17: resolved "https://registry.yarnpkg.com/big-integer/-/big-integer-1.6.48.tgz#8fd88bd1632cba4a1c8c3e3d7159f08bb95b4b9e" integrity sha512-j51egjPa7/i+RdiRuJbPdJ2FIUYYPhvYLjzoYbcMMm62ooO6F94fETG4MTs46zPAF9Brs04OajboA/qTGuz78w== -big.js@^5.2.2: - version "5.2.2" - resolved "https://registry.yarnpkg.com/big.js/-/big.js-5.2.2.tgz#65f0af382f578bcdc742bd9c281e9cb2d7768328" - integrity sha512-vyL2OymJxmarO8gxMr0mhChsO9QGwhynfuu4+MHTAW6czfq9humCB7rKpUjDd9YUiDPU4mzpyupFSvOClAwbmQ== - bignumber.js@^9.0.0: version "9.0.1" resolved "https://registry.yarnpkg.com/bignumber.js/-/bignumber.js-9.0.1.tgz#8d7ba124c882bfd8e43260c67475518d0689e4e5" @@ -5047,11 +5058,6 @@ emoji-regex@^8.0.0: resolved "https://registry.yarnpkg.com/emoji-regex/-/emoji-regex-8.0.0.tgz#e818fd69ce5ccfcb404594f842963bf53164cc37" integrity sha512-MSjYzcWNOA0ewAHpz0MxpYFvwg6yjy1NG3xteoqz644VCo/RPgnr1/GGt+ic3iJTzQ8Eu3TdM14SawnVUmGE6A== -emojis-list@^3.0.0: - version "3.0.0" - resolved "https://registry.yarnpkg.com/emojis-list/-/emojis-list-3.0.0.tgz#5570662046ad29e2e916e71aae260abdff4f6a78" - integrity sha512-/kyM18EfinwXZbno9FyUGeFh87KC8HRQBQGildHZbEuRyWFOmv1U10o9BBp8XVZDVNNuQKyIGIu5ZYAAXJ0V2Q== - enabled@2.0.x: version "2.0.0" resolved "https://registry.yarnpkg.com/enabled/-/enabled-2.0.0.tgz#f9dd92ec2d6f4bbc0d5d1e64e21d61cd4665e7c2" @@ -6038,15 +6044,6 @@ fs-extra@3.0.1: jsonfile "^3.0.0" universalify "^0.1.0" -fs-extra@4.0.2: - version "4.0.2" - resolved "https://registry.yarnpkg.com/fs-extra/-/fs-extra-4.0.2.tgz#f91704c53d1b461f893452b0c307d9997647ab6b" - integrity sha1-+RcExT0bRh+JNFKwwwfZmXZHq2s= - dependencies: - graceful-fs "^4.1.2" - jsonfile "^4.0.0" - universalify "^0.1.0" - fs-extra@^0.23.1: version "0.23.1" resolved "https://registry.yarnpkg.com/fs-extra/-/fs-extra-0.23.1.tgz#6611dba6adf2ab8dc9c69fab37cddf8818157e3d" @@ -8014,7 +8011,7 @@ jws@^4.0.0: jwa "^2.0.0" safe-buffer "^5.0.1" -kagekiri@^1.0.18: +kagekiri@^1.4.1: version "1.4.1" resolved "https://registry.yarnpkg.com/kagekiri/-/kagekiri-1.4.1.tgz#1ca819a95da5f046a7feb770297a73ab0fa85338" integrity sha512-RD6xw0PFW+QDv0jwFlURSBL7wAsWZDQfMYZ204mMFNtivHlQZsOI4QzqWfC02hX5KXL8YRsZNbNh2I4JJMSzuQ== @@ -8275,15 +8272,6 @@ load-json-file@^4.0.0: pify "^3.0.0" strip-bom "^3.0.0" -loader-utils@2.0.0: - version "2.0.0" - resolved "https://registry.yarnpkg.com/loader-utils/-/loader-utils-2.0.0.tgz#e4cace5b816d425a166b5f097e10cd12b36064b0" - integrity sha512-rP4F0h2RaWSvPEkD7BLDFQnvSf+nK+wr3ESUjNTyAGobqrijmW92zc+SO6d4p4B1wh7+B/Jg1mkQe5NYUEHtHQ== - dependencies: - big.js "^5.2.2" - emojis-list "^3.0.0" - json5 "^2.1.2" - localtunnel@^2.0.0: version "2.0.1" resolved "https://registry.yarnpkg.com/localtunnel/-/localtunnel-2.0.1.tgz#8f7c593f3005647f7675e6e69af9bf746571a631" @@ -11366,10 +11354,10 @@ rxjs-tslint-rules@^4.33.1: tsutils "^3.0.0" tsutils-etc "^1.2.2" -rxjs@6.6.6, rxjs@^6.4.0, rxjs@^6.5.3, rxjs@^6.6.0, rxjs@^6.6.6: - version "6.6.6" - resolved "https://registry.yarnpkg.com/rxjs/-/rxjs-6.6.6.tgz#14d8417aa5a07c5e633995b525e1e3c0dec03b70" - integrity sha512-/oTwee4N4iWzAMAL9xdGKjkEHmIwupR3oXbQjCKywF1BeFohswF3vZdogbmEF6pZkOsXTzWkrZszrWpQTByYVg== +rxjs@6.6.7: + version "6.6.7" + resolved "https://registry.yarnpkg.com/rxjs/-/rxjs-6.6.7.tgz#90ac018acabf491bf65044235d5863c4dab804c9" + integrity sha512-hTdwr+7yYNIT5n4AMYp85KA6yw2Va0FLa3Rguvbpa4W3I5xynaBZo41cM3XM+4Q6fRMj3sBYIR1VAmZMXYJvRQ== dependencies: tslib "^1.9.0" @@ -11380,6 +11368,13 @@ rxjs@^5.5.6: dependencies: symbol-observable "1.0.1" +rxjs@^6.4.0, rxjs@^6.5.3, rxjs@^6.6.0, rxjs@^6.6.6: + version "6.6.6" + resolved "https://registry.yarnpkg.com/rxjs/-/rxjs-6.6.6.tgz#14d8417aa5a07c5e633995b525e1e3c0dec03b70" + integrity sha512-/oTwee4N4iWzAMAL9xdGKjkEHmIwupR3oXbQjCKywF1BeFohswF3vZdogbmEF6pZkOsXTzWkrZszrWpQTByYVg== + dependencies: + tslib "^1.9.0" + safe-buffer@5.1.2, safe-buffer@~5.1.0, safe-buffer@~5.1.1: version "5.1.2" resolved "https://registry.yarnpkg.com/safe-buffer/-/safe-buffer-5.1.2.tgz#991ec69d296e0313747d59bdfd2b745c35f8828d" @@ -11850,11 +11845,6 @@ socks@^2.3.3: ip "^1.1.5" smart-buffer "^4.1.0" -source-list-map@^2.0.1: - version "2.0.1" - resolved "https://registry.yarnpkg.com/source-list-map/-/source-list-map-2.0.1.tgz#3993bd873bfc48479cca9ea3a547835c7c154b34" - integrity sha512-qnQ7gVMxGNxsiL4lEuJwe/To8UnK7fAnmbGEEH8RpLouuKbeEm0lhbQVFIrNSuB+G7tVrAlVsZgETT5nljf+Iw== - source-map-resolve@^0.5.0: version "0.5.2" resolved "https://registry.yarnpkg.com/source-map-resolve/-/source-map-resolve-0.5.2.tgz#72e2cc34095543e43b2c62b2c4c10d4a9054f259" @@ -12764,7 +12754,7 @@ ts-node@^8.6.2: source-map-support "^0.5.17" yn "3.1.1" -ts-node@^9.0.0: +ts-node@^9.1.1: version "9.1.1" resolved "https://registry.yarnpkg.com/ts-node/-/ts-node-9.1.1.tgz#51a9a450a3e959401bda5f004a72d54b936d376d" integrity sha512-hPlt7ZACERQGf03M253ytLY3dHbGNGrAq9qIHWUY9XHYl1z7wYngSr3OQ5xmui8o2AaxsONxIzjafLUiWBo1Fg== @@ -12786,16 +12776,21 @@ tsickle@^0.38.0: resolved "https://registry.yarnpkg.com/tsickle/-/tsickle-0.38.1.tgz#30762db759d40c435943093b6972c7f2efb384ef" integrity sha512-4xZfvC6+etRu6ivKCNqMOd1FqcY/m6JY3Y+yr5+Xw+i751ciwrWINi6x/3l1ekcODH9GZhlf0ny2LpzWxnjWYA== -tslib@2.1.0, tslib@^2.0.0, tslib@^2.0.1, tslib@^2.1.0: - version "2.1.0" - resolved "https://registry.yarnpkg.com/tslib/-/tslib-2.1.0.tgz#da60860f1c2ecaa5703ab7d39bc05b6bf988b97a" - integrity sha512-hcVC3wYEziELGGmEEXue7D75zbwIIVUMWAVbHItGPx0ziyXxrOMQx4rQEVEV45Ut/1IotuEvwqPopzIOkDMf0A== +tslib@2.2.0: + version "2.2.0" + resolved "https://registry.yarnpkg.com/tslib/-/tslib-2.2.0.tgz#fb2c475977e35e241311ede2693cee1ec6698f5c" + integrity sha512-gS9GVHRU+RGn5KQM2rllAlR3dU6m7AcpJKdtH8gFvQiC4Otgk98XnmMU+nZenHt/+VhnBPWwgrJsyrdcw6i23w== tslib@^1.10.0, tslib@^1.13.0, tslib@^1.8.1, tslib@^1.9.0: version "1.13.0" resolved "https://registry.yarnpkg.com/tslib/-/tslib-1.13.0.tgz#c881e13cc7015894ed914862d276436fa9a47043" integrity sha512-i/6DQjL8Xf3be4K/E6Wgpekn5Qasl1usyw++dAA35Ue5orEn65VIxOA+YvNNl9HV3qv70T7CNwjODHZrLwvd1Q== +tslib@^2.0.0, tslib@^2.0.1, tslib@^2.1.0: + version "2.1.0" + resolved "https://registry.yarnpkg.com/tslib/-/tslib-2.1.0.tgz#da60860f1c2ecaa5703ab7d39bc05b6bf988b97a" + integrity sha512-hcVC3wYEziELGGmEEXue7D75zbwIIVUMWAVbHItGPx0ziyXxrOMQx4rQEVEV45Ut/1IotuEvwqPopzIOkDMf0A== + tslint@^6.1.3: version "6.1.3" resolved "https://registry.yarnpkg.com/tslint/-/tslint-6.1.3.tgz#5c23b2eccc32487d5523bd3a470e9aa31789d904" @@ -12923,6 +12918,11 @@ typescript@4.2.3, typescript@^3.2.2, typescript@~4.2.3: resolved "https://registry.yarnpkg.com/typescript/-/typescript-4.2.3.tgz#39062d8019912d43726298f09493d598048c1ce3" integrity sha512-qOcYwxaByStAWrBf4x0fibwZvMRG+r4cQoTjbPtUlrWjBHbmCAww1i448U0GJ+3cNNEtebDteo/cHOR3xJ4wEw== +typescript@4.2.4: + version "4.2.4" + resolved "https://registry.yarnpkg.com/typescript/-/typescript-4.2.4.tgz#8610b59747de028fda898a8aef0e103f156d0961" + integrity sha512-V+evlYHZnQkaz8TRBuxTA92yZBPotr5H+WhQ7bD3hZUndx5tGOa1fuCgeSjxAzM1RiN5IzvadIXTVefuuwZCRg== + typescript@^3.9.5, typescript@^3.9.7: version "3.9.7" resolved "https://registry.yarnpkg.com/typescript/-/typescript-3.9.7.tgz#98d600a5ebdc38f40cb277522f12dc800e9e25fa" @@ -13447,14 +13447,6 @@ webdriver-manager@^12.0.6, webdriver-manager@^12.1.7: semver "^5.3.0" xml2js "^0.4.17" -webpack-sources@2.2.0: - version "2.2.0" - resolved "https://registry.yarnpkg.com/webpack-sources/-/webpack-sources-2.2.0.tgz#058926f39e3d443193b6c31547229806ffd02bac" - integrity sha512-bQsA24JLwcnWGArOKUxYKhX3Mz/nK1Xf6hxullKERyktjNMC4x8koOeaDNTA2fEJ09BdWLbM/iTW0ithREUP0w== - dependencies: - source-list-map "^2.0.1" - source-map "^0.6.1" - when@^3.7.5: version "3.7.8" resolved "https://registry.yarnpkg.com/when/-/when-3.7.8.tgz#c7130b6a7ea04693e842cdc9e7a1f2aa39a39f82"