diff --git a/.github/workflows/angular.yml b/.github/workflows/angular.yml index a6c6dfa..acda832 100644 --- a/.github/workflows/angular.yml +++ b/.github/workflows/angular.yml @@ -16,7 +16,7 @@ jobs: strategy: matrix: - node-version: [14.x, 15.x] + node-version: [14.x, 15.x, 16.x] # See supported Node.js release schedule at https://nodejs.org/en/about/releases/ steps: @@ -25,6 +25,6 @@ jobs: uses: actions/setup-node@v1 with: node-version: ${{ matrix.node-version }} - - run: npm ci + - run: npm ci --legacy-peer-deps - run: npm run build --if-present - run: npm test diff --git a/.gitignore b/.gitignore index ee5c9d8..84c8d4f 100644 --- a/.gitignore +++ b/.gitignore @@ -25,6 +25,7 @@ !.vscode/extensions.json # misc +/.angular/cache /.sass-cache /connect.lock /coverage diff --git a/angular.json b/angular.json index 411c913..8086b72 100644 --- a/angular.json +++ b/angular.json @@ -87,22 +87,8 @@ "test": { "builder": "@angular-builders/jest:run", "options": { - "jestConfig": "jest.config.js", "setupFilesAfterEnv": "/test-setup.ts", - "detect-open-handles": true - } - }, - "lint": { - "builder": "@angular-devkit/build-angular:tslint", - "options": { - "tsConfig": [ - "tsconfig.app.json", - "tsconfig.spec.json", - "e2e/tsconfig.json" - ], - "exclude": [ - "**/node_modules/**" - ] + "detectOpenHandles": true } }, "e2e": { @@ -140,20 +126,8 @@ "test": { "builder": "@angular-builders/jest:run", "options": { - "jestConfig": "projects/manekinekko/angular-web-bluetooth/jest.config.js", - "setupFilesAfterEnv": "./test-setup.ts" - } - }, - "lint": { - "builder": "@angular-devkit/build-angular:tslint", - "options": { - "tsConfig": [ - "projects/manekinekko/angular-web-bluetooth/tsconfig.lib.json", - "projects/manekinekko/angular-web-bluetooth/tsconfig.spec.json" - ], - "exclude": [ - "**/node_modules/**" - ] + "setupFilesAfterEnv": "./test-setup.ts", + "detectOpenHandles": true } } } diff --git a/docs/dependencies.html b/docs/dependencies.html index a6c6e82..87fdac5 100644 --- a/docs/dependencies.html +++ b/docs/dependencies.html @@ -49,25 +49,25 @@