Skip to content

Commit fb41f69

Browse files
authored
Merge pull request #53 from mhenkens/feature/angular15
Feature/angular15
2 parents 588dd2f + ebfc966 commit fb41f69

File tree

88 files changed

+8997
-8688
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

88 files changed

+8997
-8688
lines changed

.github/workflows/ci.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ on:
1414

1515
env:
1616
TZ: "Europe/Brussels"
17-
MAIN_NODEJS: "18"
17+
MAIN_NODEJS: "20"
1818
NPM_VERSION: "10.x"
1919
LOGS_DIR: /tmp/ngx-form-errors/logs
2020
LOGS_FILE: /tmp/ngx-form-errors/logs/build-perf.log
@@ -26,14 +26,14 @@ jobs:
2626
runs-on: ${{ matrix.os }}
2727
strategy:
2828
matrix:
29-
node_version: ["18"]
29+
node_version: ["20"]
3030
os: [ubuntu-latest]
3131
experimental: [false]
3232
# Mark following configurations as "experimental" and allow to continue in case of error
3333
# See documentation: https://docs.github.com/en/actions/reference/workflow-syntax-for-github-actions#example-including-new-combinations
3434
include:
3535
- os: macos-latest
36-
node_version: 18
36+
node_version: 20
3737
experimental: true
3838
steps:
3939
# Some actions should be executed only in one environment.

base.spec.ts

Lines changed: 0 additions & 19 deletions
Original file line numberDiff line numberDiff line change
@@ -18,22 +18,3 @@ import { TestBed } from "@angular/core/testing";
1818
import { BrowserDynamicTestingModule, platformBrowserDynamicTesting } from "@angular/platform-browser-dynamic/testing";
1919

2020
TestBed.initTestEnvironment(BrowserDynamicTestingModule, platformBrowserDynamicTesting(), { teardown: { destroyAfterEach: false } });
21-
22-
// define global environment variable if needed
23-
// global["ENV"] = "development";
24-
// Then we find all the tests.
25-
26-
declare const require: {
27-
context(
28-
path: string,
29-
deep?: boolean,
30-
filter?: RegExp
31-
): {
32-
keys(): string[];
33-
<T>(id: string): T;
34-
};
35-
};
36-
37-
const context = require.context("./src", true, /\.spec\.ts$/);
38-
// And load the modules.
39-
context.keys().forEach(context);

demo-app/ng13/src/app/parent-error-state-matcher.ts

Lines changed: 0 additions & 12 deletions
This file was deleted.

demo-app/ng13/src/app/password-validator.ts

Lines changed: 0 additions & 33 deletions
This file was deleted.

demo-app/ng14/package-lock.json

Lines changed: 7 additions & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.

demo-app/ng13/angular.json renamed to demo-app/ng15/angular.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -119,8 +119,8 @@
119119
}
120120
}
121121
},
122-
"defaultProject": "demo-app",
123122
"cli": {
124-
"defaultCollection": "@angular-eslint/schematics"
123+
"schematicCollections": ["@angular-eslint/schematics"],
124+
"analytics": false
125125
}
126126
}
File renamed without changes.
File renamed without changes.
File renamed without changes.

0 commit comments

Comments
 (0)