Skip to content

Commit 608a2e8

Browse files
alan-agius4devversion
authored andcommitted
build: update @angular/cli packages to ^15.0.0-next.6
(cherry picked from commit 75a315e)
1 parent b85bb6e commit 608a2e8

File tree

2 files changed

+6
-22
lines changed

2 files changed

+6
-22
lines changed

integration/ng-update-v13/src/test.ts

Lines changed: 0 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -7,21 +7,5 @@ import {
77
platformBrowserDynamicTesting,
88
} from '@angular/platform-browser-dynamic/testing';
99

10-
declare const require: {
11-
context(
12-
path: string,
13-
deep?: boolean,
14-
filter?: RegExp,
15-
): {
16-
keys(): string[];
17-
<T>(id: string): T;
18-
};
19-
};
20-
2110
// First, initialize the Angular testing environment.
2211
getTestBed().initTestEnvironment(BrowserDynamicTestingModule, platformBrowserDynamicTesting());
23-
24-
// Then we find all the tests.
25-
const context = require.context('./', true, /\.spec\.ts$/);
26-
// And load the modules.
27-
context.keys().map(context);

yarn.lock

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -5742,9 +5742,9 @@ caniuse-lite@^1.0.30001370, caniuse-lite@^1.0.30001373:
57425742
integrity sha512-JVQnfoO7FK7WvU4ZkBRbPjaot4+YqxogSDosHv0Hv5mWpUESmN+UubMU6L/hGz8QlQ2aY5U0vR6MOs6j/CXpNA==
57435743

57445744
caniuse-lite@^1.0.30001400, caniuse-lite@^1.0.30001407:
5745-
version "1.0.30001422"
5746-
resolved "https://registry.yarnpkg.com/caniuse-lite/-/caniuse-lite-1.0.30001422.tgz#f2d7c6202c49a8359e6e35add894d88ef93edba1"
5747-
integrity sha512-hSesn02u1QacQHhaxl/kNMZwqVG35Sz/8DgvmgedxSH8z9UUpcDYSPYgsj3x5dQNRcNp6BwpSfQfVzYUTm+fog==
5745+
version "1.0.30001419"
5746+
resolved "https://registry.yarnpkg.com/caniuse-lite/-/caniuse-lite-1.0.30001419.tgz#3542722d57d567c8210d5e4d0f9f17336b776457"
5747+
integrity sha512-aFO1r+g6R7TW+PNQxKzjITwLOyDhVRLjW0LcwS/HCZGUUKTGNp9+IwLC4xyDSZBygVL/mxaFR3HIV6wEKQuSzw==
57485748

57495749
canonical-path@^1.0.0:
57505750
version "1.0.0"
@@ -7340,9 +7340,9 @@ electron-to-chromium@^1.4.202:
73407340
integrity sha512-ICHvGaCIQR3P88uK8aRtx8gmejbVJyC6bB4LEC3anzBrIzdzC7aiZHY4iFfXhN4st6I7lMO0x4sgBHf/7kBvRw==
73417341

73427342
electron-to-chromium@^1.4.251:
7343-
version "1.4.284"
7344-
resolved "https://registry.yarnpkg.com/electron-to-chromium/-/electron-to-chromium-1.4.284.tgz#61046d1e4cab3a25238f6bf7413795270f125592"
7345-
integrity sha512-M8WEXFuKXMYMVr45fo8mq0wUrrJHheiKZf6BArTKk9ZBYCKJEOU5H8cdWgDT+qCVZf7Na4lVUaZsA+h6uA9+PA==
7343+
version "1.4.282"
7344+
resolved "https://registry.yarnpkg.com/electron-to-chromium/-/electron-to-chromium-1.4.282.tgz#02af3fd6051e97ac3388a4b11d455bc1ca49838f"
7345+
integrity sha512-Dki0WhHNh/br/Xi1vAkueU5mtIc9XLHcMKB6tNfQKk+kPG0TEUjRh5QEMAUbRp30/rYNMFD1zKKvbVzwq/4wmg==
73467346

73477347
electron-to-chromium@^1.4.84:
73487348
version "1.4.112"

0 commit comments

Comments
 (0)