Skip to content

Commit

Permalink
Merge pull request #53 from mhenkens/feature/angular15
Browse files Browse the repository at this point in the history
Feature/angular15
  • Loading branch information
SuperITMan authored Sep 20, 2024
2 parents 588dd2f + ebfc966 commit fb41f69
Show file tree
Hide file tree
Showing 88 changed files with 8,997 additions and 8,688 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ on:

env:
TZ: "Europe/Brussels"
MAIN_NODEJS: "18"
MAIN_NODEJS: "20"
NPM_VERSION: "10.x"
LOGS_DIR: /tmp/ngx-form-errors/logs
LOGS_FILE: /tmp/ngx-form-errors/logs/build-perf.log
Expand All @@ -26,14 +26,14 @@ jobs:
runs-on: ${{ matrix.os }}
strategy:
matrix:
node_version: ["18"]
node_version: ["20"]
os: [ubuntu-latest]
experimental: [false]
# Mark following configurations as "experimental" and allow to continue in case of error
# See documentation: https://docs.github.com/en/actions/reference/workflow-syntax-for-github-actions#example-including-new-combinations
include:
- os: macos-latest
node_version: 18
node_version: 20
experimental: true
steps:
# Some actions should be executed only in one environment.
Expand Down
19 changes: 0 additions & 19 deletions base.spec.ts
Original file line number Diff line number Diff line change
Expand Up @@ -18,22 +18,3 @@ import { TestBed } from "@angular/core/testing";
import { BrowserDynamicTestingModule, platformBrowserDynamicTesting } from "@angular/platform-browser-dynamic/testing";

TestBed.initTestEnvironment(BrowserDynamicTestingModule, platformBrowserDynamicTesting(), { teardown: { destroyAfterEach: false } });

// define global environment variable if needed
// global["ENV"] = "development";
// Then we find all the tests.

declare const require: {
context(
path: string,
deep?: boolean,
filter?: RegExp
): {
keys(): string[];
<T>(id: string): T;
};
};

const context = require.context("./src", true, /\.spec\.ts$/);
// And load the modules.
context.keys().forEach(context);
12 changes: 0 additions & 12 deletions demo-app/ng13/src/app/parent-error-state-matcher.ts

This file was deleted.

33 changes: 0 additions & 33 deletions demo-app/ng13/src/app/password-validator.ts

This file was deleted.

8 changes: 7 additions & 1 deletion demo-app/ng14/package-lock.json

Some generated files are not rendered by default. Learn more about how customized 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.
4 changes: 2 additions & 2 deletions demo-app/ng13/angular.json → demo-app/ng15/angular.json
Original file line number Diff line number Diff line change
Expand Up @@ -119,8 +119,8 @@
}
}
},
"defaultProject": "demo-app",
"cli": {
"defaultCollection": "@angular-eslint/schematics"
"schematicCollections": ["@angular-eslint/schematics"],
"analytics": false
}
}
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
Loading

0 comments on commit fb41f69

Please sign in to comment.