Skip to content

Commit 7a252c5

Browse files
authored
chore(repo): update nx to 19.6.0-beta.6 (#333)
* chore(repo): update nx to 19.6.0-beta.6 * chore(repo): fixes
1 parent f2dcb77 commit 7a252c5

File tree

4 files changed

+933
-779
lines changed

4 files changed

+933
-779
lines changed

.circleci/config.yml

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -24,9 +24,7 @@ jobs:
2424
<<: *deploy_cache
2525

2626
- run: yarn nx-cloud record -- nx format:check --base=$NX_BASE --head=$NX_HEAD
27-
- run: yarn nx affected --base=$NX_BASE --head=$NX_HEAD -t lint --exclude shared-assets shared-styles --parallel 4
28-
- run: yarn nx affected --base=$NX_BASE --head=$NX_HEAD -t test build --parallel 4
29-
- run: yarn nx affected --base=$NX_BASE --head=$NX_HEAD -t e2e-ci --parallel 1
27+
- run: yarn nx affected --base=$NX_BASE --head=$NX_HEAD -t lint,test,build,e2e-ci --parallel 4
3028
- run: yarn nx affected --base=$NX_BASE --head=$NX_HEAD -t deploy --no-agents
3129
- run: git rev-parse HEAD > dist/last-deploy.txt
3230
- save_cache:

nx.json

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -47,6 +47,9 @@
4747
"cache": true,
4848
"dependsOn": ["^build"],
4949
"inputs": ["production", "^production"]
50+
},
51+
"e2e-ci--**/*": {
52+
"dependsOn": ["^products:build"]
5053
}
5154
},
5255
"namedInputs": {

package.json

Lines changed: 24 additions & 24 deletions
Original file line numberDiff line numberDiff line change
@@ -39,13 +39,13 @@
3939
"@emotion/babel-plugin": "11.11.0",
4040
"@emotion/react": "11.11.1",
4141
"@emotion/styled": "11.11.0",
42-
"@ngrx/component-store": "18.0.1",
43-
"@ngrx/effects": "18.0.1",
44-
"@ngrx/entity": "18.0.1",
45-
"@ngrx/operators": "^18.0.0",
46-
"@ngrx/router-store": "18.0.1",
47-
"@ngrx/store": "18.0.1",
48-
"@nx/angular": "19.5.0-beta.5",
42+
"@ngrx/component-store": "18.0.2",
43+
"@ngrx/effects": "18.0.2",
44+
"@ngrx/entity": "18.0.2",
45+
"@ngrx/operators": "18.0.2",
46+
"@ngrx/router-store": "18.0.2",
47+
"@ngrx/store": "18.0.2",
48+
"@nx/angular": "19.6.0-beta.6",
4949
"document-register-element": "1.13.1",
5050
"normalize.css": "^8.0.1",
5151
"react": "18.3.1",
@@ -69,17 +69,17 @@
6969
"@angular/language-service": "18.1.0",
7070
"@babel/core": "^7.14.5",
7171
"@babel/preset-react": "^7.14.5",
72-
"@ngrx/store-devtools": "18.0.1",
73-
"@nx/cypress": "19.5.0-beta.5",
74-
"@nx/devkit": "19.5.0-beta.5",
75-
"@nx/eslint": "19.5.0-beta.5",
76-
"@nx/eslint-plugin": "19.5.0-beta.5",
77-
"@nx/jest": "19.5.0-beta.5",
78-
"@nx/js": "19.5.0-beta.5",
79-
"@nx/react": "19.5.0-beta.5",
80-
"@nx/web": "19.5.0-beta.5",
81-
"@nx/webpack": "19.5.0-beta.5",
82-
"@nx/workspace": "19.5.0-beta.5",
72+
"@ngrx/store-devtools": "18.0.2",
73+
"@nx/cypress": "19.6.0-beta.6",
74+
"@nx/devkit": "19.6.0-beta.6",
75+
"@nx/eslint": "19.6.0-beta.6",
76+
"@nx/eslint-plugin": "19.6.0-beta.6",
77+
"@nx/jest": "19.6.0-beta.6",
78+
"@nx/js": "19.6.0-beta.6",
79+
"@nx/react": "19.6.0-beta.6",
80+
"@nx/web": "19.6.0-beta.6",
81+
"@nx/webpack": "19.6.0-beta.6",
82+
"@nx/workspace": "19.6.0-beta.6",
8383
"@pmmmwh/react-refresh-webpack-plugin": "^0.5.7",
8484
"@schematics/angular": "18.1.0",
8585
"@svgr/webpack": "^8.0.1",
@@ -88,15 +88,15 @@
8888
"@swc/core": "1.5.7",
8989
"@swc/helpers": "0.5.11",
9090
"@testing-library/react": "15.0.6",
91-
"@types/jest": "29.4.0",
91+
"@types/jest": "29.5.12",
9292
"@types/node": "^18.16.9",
9393
"@types/react": "18.3.1",
9494
"@types/react-dom": "18.3.0",
9595
"@types/react-router-dom": "5.3.3",
9696
"@typescript-eslint/eslint-plugin": "7.16.1",
9797
"@typescript-eslint/parser": "7.16.1",
9898
"@typescript-eslint/utils": "7.16.1",
99-
"babel-jest": "^29.4.1",
99+
"babel-jest": "29.7.0",
100100
"css-loader": "^6.4.0",
101101
"cypress": "13.13.1",
102102
"dotenv": "10.0.0",
@@ -110,17 +110,17 @@
110110
"fuzzy": "^0.1.3",
111111
"inquirer": "^6.2.2",
112112
"inquirer-autocomplete-prompt": "^1.0.1",
113-
"jest": "29.4.3",
114-
"jest-environment-jsdom": "29.4.3",
113+
"jest": "29.7.0",
114+
"jest-environment-jsdom": "29.7.0",
115115
"jest-preset-angular": "14.1.0",
116116
"netlify": "^2.4.8",
117-
"nx": "19.5.0-beta.5",
117+
"nx": "19.6.0-beta.6",
118118
"prettier": "2.6.2",
119119
"react-refresh": "^0.10.0",
120120
"style-loader": "^3.3.0",
121121
"stylus": "0.59.0",
122122
"stylus-loader": "^7.1.0",
123-
"ts-jest": "29.1.0",
123+
"ts-jest": "29.2.4",
124124
"ts-node": "10.9.1",
125125
"typescript": "5.5.3",
126126
"url-loader": "^4.1.1",

0 commit comments

Comments
 (0)