Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat!: update to Angular 14 #720

Merged
merged 2 commits into from
Dec 5, 2023
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
13 changes: 10 additions & 3 deletions nx.json
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,14 @@
}
}
},
"cli": {
"defaultCollection": "@nrwl/js"
}
"tasksRunnerOptions": {
"default": {
"runner": "nx/tasks-runners/default",
"options": {
"cacheableOperations": ["build", "test", "lint"],
"parallel": 3
}
}
},
"$schema": "./node_modules/nx/schemas/nx-schema.json"
}
12,189 changes: 6,862 additions & 5,327 deletions package-lock.json

Large diffs are not rendered by default.

38 changes: 19 additions & 19 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -79,24 +79,24 @@
},
"prettier": "@taiga-ui/prettier-config",
"devDependencies": {
"@angular-devkit/build-angular": "13.3.11",
"@angular-devkit/core": "13.3.11",
"@angular-devkit/schematics": "13.3.11",
"@angular-devkit/schematics-cli": "13.0.0",
"@angular/cli": "13.3.11",
"@angular/compiler-cli": "13.3.12",
"@angular/language-service": "13.3.12",
"@angular-devkit/build-angular": "14.2.13",
"@angular-devkit/core": "14.2.13",
"@angular-devkit/schematics": "14.2.13",
"@angular-devkit/schematics-cli": "14.2.13",
"@angular/cli": "14.2.13",
"@angular/compiler-cli": "14.2.12",
"@angular/language-service": "14.2.12",
"@commitlint/cli": "18.4.3",
"@nrwl/angular": "14.1.9",
"@nrwl/cli": "14.1.9",
"@nrwl/eslint-plugin-nx": "14.1.9",
"@nrwl/jest": "14.1.9",
"@nrwl/js": "14.1.9",
"@nrwl/node": "14.1.9",
"@nrwl/react": "14.1.9",
"@nrwl/tao": "14.1.9",
"@nrwl/web": "14.1.9",
"@nrwl/workspace": "14.1.9",
"@nrwl/angular": "14.6.0",
"@nrwl/cli": "14.6.0",
"@nrwl/eslint-plugin-nx": "14.6.0",
"@nrwl/jest": "14.6.0",
"@nrwl/js": "14.6.0",
"@nrwl/node": "14.6.0",
"@nrwl/react": "14.6.0",
"@nrwl/tao": "14.6.0",
"@nrwl/web": "14.6.0",
"@nrwl/workspace": "14.6.0",
"@taiga-ui/commitlint-config": "0.4.2",
"@taiga-ui/cspell-config": "0.24.0",
"@taiga-ui/eslint-plugin-experience": "0.39.3",
Expand All @@ -119,7 +119,7 @@
"jest-environment-jsdom": "29.7.0",
"jest-preset-angular": "13.1.4",
"lint-staged": "15.2.0",
"ng-packagr": "13.3.1",
"ng-packagr": "14.2.2",
"postcss": "8.4.32",
"postcss-import": "15.1.0",
"postcss-preset-env": "9.3.0",
Expand All @@ -130,7 +130,7 @@
"ts-jest": "29.1.1",
"ts-node": "10.9.1",
"tsutils": "3.21.0",
"typescript": "4.6.4"
"typescript": "4.7.4"
},
"engines": {
"node": ">= 18",
Expand Down
6 changes: 3 additions & 3 deletions projects/angular/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -32,9 +32,9 @@
"tslib": "2.6.2"
},
"peerDependencies": {
"@angular/common": ">=13.0.0",
"@angular/core": ">=13.0.0",
"@angular/forms": ">=13.0.0",
"@angular/common": ">=14.0.0",
"@angular/core": ">=14.0.0",
"@angular/forms": ">=14.0.0",
"@maskito/core": "^1.9.0",
"rxjs": ">=6.0.0"
},
Expand Down
1 change: 1 addition & 0 deletions projects/angular/project.json
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
{
"$schema": "../../node_modules/nx/schemas/project-schema.json",
"projectType": "library",
"sourceRoot": "projects/angular/src",
"prefix": "maskito",
Expand Down
1 change: 1 addition & 0 deletions projects/core/project.json
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
{
"$schema": "../../node_modules/nx/schemas/project-schema.json",
"sourceRoot": "projects/core/src",
"projectType": "library",
"targets": {
Expand Down
28 changes: 14 additions & 14 deletions projects/demo/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,21 +2,21 @@
"name": "@maskito/demo",
"private": true,
"dependencies": {
"@angular/animations": "13.4.0",
"@angular/cdk": "13.3.9",
"@angular/common": "13.4.0",
"@angular/compiler": "13.4.0",
"@angular/core": "13.4.0",
"@angular/forms": "13.4.0",
"@angular/platform-browser": "13.4.0",
"@angular/platform-browser-dynamic": "13.4.0",
"@angular/platform-server": "13.4.0",
"@angular/router": "13.4.0",
"@angular/animations": "14.2.12",
"@angular/cdk": "14.2.7",
"@angular/common": "14.2.12",
"@angular/compiler": "14.2.12",
"@angular/core": "14.2.12",
"@angular/forms": "14.2.12",
"@angular/platform-browser": "14.2.12",
"@angular/platform-browser-dynamic": "14.2.12",
"@angular/platform-server": "14.2.12",
"@angular/router": "14.2.12",
"@maskito/angular": "*",
"@maskito/core": "*",
"@maskito/kit": "*",
"@ng-web-apis/universal": "3.0.7",
"@nguniversal/express-engine": "13.1.1",
"@nguniversal/express-engine": "14.2.3",
"@stackblitz/sdk": "1.9.0",
"@taiga-ui/addon-doc": "3.56.0",
"@taiga-ui/addon-mobile": "3.56.0",
Expand All @@ -28,7 +28,7 @@
"@taiga-ui/testing": "3.56.0",
"@tinkoff/ng-dompurify": "4.0.0",
"dompurify": "3.0.6",
"ngx-markdown": "13.1.0",
"ngx-markdown": "14.0.1",
"react": "18.2.0",
"react-dom": "18.2.0",
"rxjs": "6.6.7",
Expand All @@ -37,8 +37,8 @@
"zone.js": "0.11.8"
},
"devDependencies": {
"@angular-builders/custom-webpack": "13.1.0",
"@nguniversal/builders": "13.1.1",
"@angular-builders/custom-webpack": "14.1.0",
"@nguniversal/builders": "14.2.3",
"@types/dompurify": "3.0.5",
"@types/express": "4.17.21",
"express": "4.18.2"
Expand Down
1 change: 1 addition & 0 deletions projects/demo/project.json
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
{
"$schema": "../../node_modules/nx/schemas/project-schema.json",
"projectType": "application",
"generators": {},
"sourceRoot": "projects/demo/src",
Expand Down
23 changes: 22 additions & 1 deletion projects/demo/src/app/app.component.spec.ts
Original file line number Diff line number Diff line change
Expand Up @@ -17,9 +17,30 @@ describe('Test dummy', () => {
});

fixture = TestBed.createComponent(AppComponent);
fixture.detectChanges();
});

it('AppComponent compiles properly', async () => {
it('AppComponent compiles properly', () => {
expect(fixture.nativeElement.textContent).toContain('Getting started');
expect(fixture.nativeElement.textContent).toContain('Core concepts');
});

xit('Router works', async () => {
/**
* Angular 14 regression
* ___
* TODO: In Angular 15.2.0 use `RouterTestingHarness`:
* ```ts
* import {RouterTestingHarness} from '@angular/router/testing';
* // [...]
* const router = await RouterTestingHarness.create();
* const activatedComponent = await harness.navigateByUrl('/${DemoPath.WhatIsMaskito}', AppComponent);
* ```
*
* Learn more:
* - https://github.com/angular/angular/commit/dedac8d3f73ebf4f05b773454e2a22ab5fa4bf7c
* - https://blog.angular.io/write-better-tests-without-router-mocks-stubs-bf5fc95c1c57
*/
await TestBed.inject(Router).navigate([`/${DemoPath.WhatIsMaskito}`]);

expect(fixture.nativeElement.textContent).toContain('Why Maskito?');
Expand Down
Loading
Loading