Skip to content

Commit 50a5f1e

Browse files
chore: migrate to nx 16.6 (#193)
1 parent c98b917 commit 50a5f1e

File tree

5 files changed

+1462
-951
lines changed

5 files changed

+1462
-951
lines changed

.gitignore

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ npm-debug.log
3333
yarn-error.log
3434
testem.log
3535
/typings
36-
./migrations.json
36+
migrations.json
3737

3838
# System Files
3939
.DS_Store

package.json

Lines changed: 14 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -23,16 +23,16 @@
2323
"@commitlint/config-angular": "^17.3.0",
2424
"@commitlint/config-conventional": "^17.3.0",
2525
"@jscutlery/semver": "^2.29.0",
26-
"@nx/cypress": "16.4.0",
27-
"@nx/devkit": "16.4.0",
28-
"@nx/eslint-plugin": "16.4.0",
29-
"@nx/jest": "16.4.0",
30-
"@nx/js": "16.4.0",
31-
"@nx/linter": "16.4.0",
32-
"@nx/plugin": "16.4.0",
33-
"@nx/storybook": "16.4.0",
34-
"@nx/vite": "16.4.0",
35-
"@nx/workspace": "16.4.0",
26+
"@nx/cypress": "16.6.0",
27+
"@nx/devkit": "16.6.0",
28+
"@nx/eslint-plugin": "16.6.0",
29+
"@nx/jest": "16.6.0",
30+
"@nx/js": "16.6.0",
31+
"@nx/linter": "16.6.0",
32+
"@nx/plugin": "16.6.0",
33+
"@nx/storybook": "16.6.0",
34+
"@nx/vite": "16.6.0",
35+
"@nx/workspace": "16.6.0",
3636
"@nxkit/playwright": "^3.0.2",
3737
"@swc-node/register": "^1.4.2",
3838
"@swc/cli": "0.1.62",
@@ -42,8 +42,8 @@
4242
"@types/node": "16.11.7",
4343
"@types/tcp-port-used": "1.0.1",
4444
"@types/yargs": "17.0.24",
45-
"@typescript-eslint/eslint-plugin": "5.59.1",
46-
"@typescript-eslint/parser": "5.59.1",
45+
"@typescript-eslint/eslint-plugin": "5.62.0",
46+
"@typescript-eslint/parser": "5.62.0",
4747
"all-contributors-cli": "^6.24.0",
4848
"chalk": "^4.1.0",
4949
"commitizen": "^4.2.5",
@@ -63,8 +63,8 @@
6363
"jsonc-eslint-parser": "^2.1.0",
6464
"kill-port": "2.0.1",
6565
"ngx-deploy-npm": "^6.0.0",
66-
"nx": "16.4.0",
67-
"nx-cloud": "16.0.5",
66+
"nx": "16.6.0",
67+
"nx-cloud": "16.2.0",
6868
"prettier": "^2.8.0",
6969
"pretty-quick": "^3.1.3",
7070
"tcp-port-used": "1.0.2",

packages/create-qwik-nx/project.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,8 @@
4444
"glob": "LICENSE",
4545
"output": "/"
4646
}
47-
]
47+
],
48+
"updateBuildableProjectDepsInPackageJson": true
4849
}
4950
},
5051
"lint": {

packages/qwik-nx/src/generators/library/__snapshots__/generator.spec.ts.snap

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -229,6 +229,7 @@ Object {
229229
"options": Object {
230230
"lintFilePatterns": Array [
231231
"libs/mylib/**/*.{ts,tsx,js,jsx}",
232+
"libs/mylib/package.json",
232233
],
233234
},
234235
"outputs": Array [

0 commit comments

Comments
 (0)