Skip to content

Commit 660b449

Browse files
chore: upgarde nx version (#430)
* chore: update angular * chore: update angular
1 parent 491e30b commit 660b449

File tree

5 files changed

+2283
-2337
lines changed

5 files changed

+2283
-2337
lines changed

.eslintignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
node_modules

.gitignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -46,3 +46,4 @@ testem.log
4646
# System Files
4747
.DS_Store
4848
Thumbs.db
49+
migrations.json

apps/ngu-carousel-e2e/cypress.config.ts

Lines changed: 10 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,5 +2,14 @@ import { defineConfig } from 'cypress';
22
import { nxE2EPreset } from '@nrwl/cypress/plugins/cypress-preset';
33

44
export default defineConfig({
5-
e2e: nxE2EPreset(__dirname)
5+
e2e: {
6+
...nxE2EPreset(__dirname),
7+
/**
8+
* TODO(@nrwl/cypress): In Cypress v12,the testIsolation option is turned on by default.
9+
* This can cause tests to start breaking where not indended.
10+
* You should consider enabling this once you verify tests do not depend on each other
11+
* More Info: https://docs.cypress.io/guides/references/migration-guide#Test-Isolation
12+
**/
13+
testIsolation: false,
14+
}
615
});

package.json

Lines changed: 29 additions & 26 deletions
Original file line numberDiff line numberDiff line change
@@ -24,41 +24,44 @@
2424
},
2525
"private": true,
2626
"dependencies": {
27-
"@angular/animations": "15.0.2",
28-
"@angular/cdk": "15.0.1",
29-
"@angular/common": "15.0.2",
30-
"@angular/compiler": "15.0.2",
31-
"@angular/core": "15.0.2",
32-
"@angular/forms": "15.0.2",
33-
"@angular/material": "15.0.1",
34-
"@angular/platform-browser": "15.0.2",
35-
"@angular/platform-browser-dynamic": "15.0.2",
36-
"@angular/router": "15.0.2",
37-
"@nrwl/angular": "15.4.1",
27+
"@angular/animations": "15.2.6",
28+
"@angular/cdk": "15.2.6",
29+
"@angular/common": "15.2.6",
30+
"@angular/compiler": "15.2.6",
31+
"@angular/core": "15.2.6",
32+
"@angular/forms": "15.2.6",
33+
"@angular/material": "15.2.6",
34+
"@angular/platform-browser": "15.2.6",
35+
"@angular/platform-browser-dynamic": "15.2.6",
36+
"@angular/router": "15.2.6",
37+
"@nrwl/angular": "15.9.2",
3838
"hammerjs": "2.0.8",
39-
"rxjs": "7.5.7",
39+
"rxjs": "7.8.0",
4040
"tslib": "2.4.1",
4141
"zone.js": "0.12.0"
4242
},
4343
"devDependencies": {
44-
"@angular-devkit/build-angular": "15.0.2",
44+
"@angular-devkit/build-angular": "15.2.5",
45+
"@angular-devkit/core": "15.0.2",
46+
"@angular-devkit/schematics": "15.0.2",
4547
"@angular-eslint/eslint-plugin": "15.1.0",
4648
"@angular-eslint/eslint-plugin-template": "15.1.0",
4749
"@angular-eslint/template-parser": "15.1.0",
48-
"@angular/cli": "15.0.2",
49-
"@angular/compiler-cli": "15.0.2",
50-
"@angular/language-service": "15.0.2",
51-
"@nrwl/cypress": "15.4.1",
52-
"@nrwl/eslint-plugin-nx": "15.4.1",
53-
"@nrwl/linter": "15.4.1",
54-
"@nrwl/nx-cloud": "^15.0.2",
55-
"@nrwl/workspace": "15.4.1",
50+
"@angular/cli": "~15.2.0",
51+
"@angular/compiler-cli": "15.2.6",
52+
"@angular/language-service": "15.2.6",
53+
"@nrwl/cypress": "15.9.2",
54+
"@nrwl/eslint-plugin-nx": "15.9.2",
55+
"@nrwl/linter": "15.9.2",
56+
"@nrwl/nx-cloud": "15.3.5",
57+
"@nrwl/workspace": "15.9.2",
58+
"@schematics/angular": "15.0.2",
5659
"@types/hammerjs": "2.0.41",
5760
"@types/jasmine": "4.3.0",
5861
"@types/node": "16.11.7",
5962
"@typescript-eslint/eslint-plugin": "^5.36.1",
6063
"@typescript-eslint/parser": "^5.36.1",
61-
"cypress": "^11.0.0",
64+
"cypress": "^12.2.0",
6265
"eslint": "~8.15.0",
6366
"eslint-config-prettier": "8.1.0",
6467
"eslint-plugin-cypress": "^2.10.3",
@@ -71,14 +74,14 @@
7174
"karma-jasmine": "5.1.0",
7275
"karma-jasmine-html-reporter": "2.0.0",
7376
"lint-staged": "^13.2.0",
74-
"ng-packagr": "15.0.1",
75-
"nx": "15.4.1",
77+
"ng-packagr": "15.2.2",
78+
"nx": "15.9.2",
7679
"postcss": "^8.4.5",
7780
"postcss-import": "~14.1.0",
7881
"postcss-preset-env": "~7.5.0",
7982
"postcss-url": "~10.1.3",
8083
"prettier": "2.8.0",
81-
"typescript": "4.8.4"
84+
"typescript": "4.9.5"
8285
},
8386
"keywords": [
8487
"angular",
@@ -88,4 +91,4 @@
8891
"universal carousel",
8992
"ngu carousel"
9093
]
91-
}
94+
}

0 commit comments

Comments
 (0)