Skip to content

Commit cbb2ca2

Browse files
authored
chore(repo): update nx to 16.5.0-beta.0 (nrwl#17826)
1 parent 20d45bb commit cbb2ca2

15 files changed

+423
-346
lines changed

graph/client/.storybook/tsconfig.json

-27
This file was deleted.

graph/client/tsconfig.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
"path": "./tsconfig.spec.json"
1515
},
1616
{
17-
"path": "./.storybook/tsconfig.json"
17+
"path": "./tsconfig.storybook.json"
1818
}
1919
]
2020
}

graph/client/tsconfig.storybook.json

+26
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,26 @@
1+
{
2+
"extends": "./tsconfig.json",
3+
"compilerOptions": {
4+
"emitDecoratorMetadata": true,
5+
"outDir": ""
6+
},
7+
"files": [
8+
"../../node_modules/@nx/react/typings/styled-jsx.d.ts",
9+
"../../node_modules/@nx/react/typings/cssmodule.d.ts",
10+
"../../node_modules/@nx/react/typings/image.d.ts"
11+
],
12+
"exclude": [
13+
"src/**/*.spec.ts",
14+
"src/**/*.spec.js",
15+
"src/**/*.spec.tsx",
16+
"src/**/*.spec.jsx"
17+
],
18+
"include": [
19+
"src/**/*.stories.ts",
20+
"src/**/*.stories.js",
21+
"src/**/*.stories.jsx",
22+
"src/**/*.stories.tsx",
23+
"src/**/*.stories.mdx",
24+
".storybook/*.js"
25+
]
26+
}

graph/ui-components/.storybook/tsconfig.json

-26
This file was deleted.

graph/ui-components/tsconfig.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616
"path": "./tsconfig.spec.json"
1717
},
1818
{
19-
"path": "./.storybook/tsconfig.json"
19+
"path": "./tsconfig.storybook.json"
2020
}
2121
],
2222
"extends": "../../tsconfig.base.json"
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,26 @@
1+
{
2+
"extends": "./tsconfig.json",
3+
"compilerOptions": {
4+
"emitDecoratorMetadata": true,
5+
"outDir": ""
6+
},
7+
"files": [
8+
"../../node_modules/@nx/react/typings/styled-jsx.d.ts",
9+
"../../node_modules/@nx/react/typings/cssmodule.d.ts",
10+
"../../node_modules/@nx/react/typings/image.d.ts"
11+
],
12+
"exclude": [
13+
"src/**/*.spec.ts",
14+
"src/**/*.spec.js",
15+
"src/**/*.spec.tsx",
16+
"src/**/*.spec.jsx"
17+
],
18+
"include": [
19+
"src/**/*.stories.ts",
20+
"src/**/*.stories.js",
21+
"src/**/*.stories.jsx",
22+
"src/**/*.stories.tsx",
23+
"src/**/*.stories.mdx",
24+
".storybook/*.js"
25+
]
26+
}

graph/ui-graph/.storybook/tsconfig.json

-27
This file was deleted.

graph/ui-graph/tsconfig.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
"path": "./tsconfig.spec.json"
1515
},
1616
{
17-
"path": "./.storybook/tsconfig.json"
17+
"path": "./tsconfig.storybook.json"
1818
}
1919
]
2020
}
+26
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,26 @@
1+
{
2+
"extends": "./tsconfig.json",
3+
"compilerOptions": {
4+
"emitDecoratorMetadata": true,
5+
"outDir": ""
6+
},
7+
"files": [
8+
"../../node_modules/@nx/react/typings/styled-jsx.d.ts",
9+
"../../node_modules/@nx/react/typings/cssmodule.d.ts",
10+
"../../node_modules/@nx/react/typings/image.d.ts"
11+
],
12+
"exclude": [
13+
"src/**/*.spec.ts",
14+
"src/**/*.spec.js",
15+
"src/**/*.spec.tsx",
16+
"src/**/*.spec.jsx"
17+
],
18+
"include": [
19+
"src/**/*.stories.ts",
20+
"src/**/*.stories.js",
21+
"src/**/*.stories.jsx",
22+
"src/**/*.stories.tsx",
23+
"src/**/*.stories.mdx",
24+
".storybook/*.js"
25+
]
26+
}

graph/ui-tooltips/.storybook/tsconfig.json

-26
This file was deleted.

graph/ui-tooltips/tsconfig.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616
"path": "./tsconfig.spec.json"
1717
},
1818
{
19-
"path": "./.storybook/tsconfig.json"
19+
"path": "./tsconfig.storybook.json"
2020
}
2121
],
2222
"extends": "../../tsconfig.base.json"
+26
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,26 @@
1+
{
2+
"extends": "./tsconfig.json",
3+
"compilerOptions": {
4+
"emitDecoratorMetadata": true,
5+
"outDir": ""
6+
},
7+
"files": [
8+
"../../node_modules/@nx/react/typings/styled-jsx.d.ts",
9+
"../../node_modules/@nx/react/typings/cssmodule.d.ts",
10+
"../../node_modules/@nx/react/typings/image.d.ts"
11+
],
12+
"exclude": [
13+
"src/**/*.spec.ts",
14+
"src/**/*.spec.js",
15+
"src/**/*.spec.tsx",
16+
"src/**/*.spec.jsx"
17+
],
18+
"include": [
19+
"src/**/*.stories.ts",
20+
"src/**/*.stories.js",
21+
"src/**/*.stories.jsx",
22+
"src/**/*.stories.tsx",
23+
"src/**/*.stories.mdx",
24+
".storybook/*.js"
25+
]
26+
}

nx.json

+9-2
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,8 @@
4343
"!{projectRoot}/jest.config.[jt]s",
4444
"!{projectRoot}/.eslintrc.json",
4545
"!{projectRoot}/.storybook/**/*",
46-
"!{projectRoot}/**/*.stories.@(js|jsx|ts|tsx|mdx)"
46+
"!{projectRoot}/**/*.stories.@(js|jsx|ts|tsx|mdx)",
47+
"!{projectRoot}/tsconfig.storybook.json"
4748
],
4849
"sharedGlobals": ["{workspaceRoot}/babel.config.json"],
4950
"native": [
@@ -166,7 +167,13 @@
166167
"inputs": ["default", "^production"]
167168
},
168169
"build-storybook": {
169-
"inputs": ["default", "^production", "{workspaceRoot}/.storybook/**/*"]
170+
"inputs": [
171+
"default",
172+
"^production",
173+
"{workspaceRoot}/.storybook/**/*",
174+
"{projectRoot}/.storybook/**/*",
175+
"{projectRoot}/tsconfig.storybook.json"
176+
]
170177
}
171178
},
172179
"plugins": ["@monodon/rust"]

package.json

+14-14
Original file line numberDiff line numberDiff line change
@@ -64,17 +64,17 @@
6464
"@ngrx/router-store": "~16.0.0",
6565
"@ngrx/store": "~16.0.0",
6666
"@nguniversal/builders": "~16.1.0",
67-
"@nx/cypress": "16.4.0-beta.16",
68-
"@nx/devkit": "16.4.0-beta.16",
69-
"@nx/eslint-plugin": "16.4.0-beta.16",
70-
"@nx/jest": "16.4.0-beta.16",
71-
"@nx/js": "16.4.0-beta.16",
72-
"@nx/linter": "16.4.0-beta.16",
73-
"@nx/next": "16.4.0-beta.16",
74-
"@nx/react": "16.4.0-beta.16",
75-
"@nx/storybook": "16.4.0-beta.16",
76-
"@nx/web": "16.4.0-beta.16",
77-
"@nx/webpack": "16.4.0-beta.16",
67+
"@nx/cypress": "16.5.0-beta.0",
68+
"@nx/devkit": "16.5.0-beta.0",
69+
"@nx/eslint-plugin": "16.5.0-beta.0",
70+
"@nx/jest": "16.5.0-beta.0",
71+
"@nx/js": "16.5.0-beta.0",
72+
"@nx/linter": "16.5.0-beta.0",
73+
"@nx/next": "16.5.0-beta.0",
74+
"@nx/react": "16.5.0-beta.0",
75+
"@nx/storybook": "16.5.0-beta.0",
76+
"@nx/web": "16.5.0-beta.0",
77+
"@nx/webpack": "16.5.0-beta.0",
7878
"@parcel/watcher": "2.0.4",
7979
"@phenomnomnominal/tsquery": "~5.0.1",
8080
"@pmmmwh/react-refresh-webpack-plugin": "^0.5.7",
@@ -143,7 +143,7 @@
143143
"convert-source-map": "^2.0.0",
144144
"copy-webpack-plugin": "^10.2.4",
145145
"css-minimizer-webpack-plugin": "^5.0.0",
146-
"cypress": "12.11.0",
146+
"cypress": "12.16.0",
147147
"cytoscape": "^3.18.2",
148148
"cytoscape-dagre": "^2.4.0",
149149
"cytoscape-popper": "^2.0.0",
@@ -210,7 +210,7 @@
210210
"next-sitemap": "^3.1.10",
211211
"ng-packagr": "~16.1.0",
212212
"node-fetch": "^2.6.7",
213-
"nx": "16.4.0-beta.16",
213+
"nx": "16.5.0-beta.0",
214214
"nx-cloud": "16.0.5",
215215
"octokit": "^2.0.14",
216216
"open": "^8.4.0",
@@ -267,7 +267,7 @@
267267
"use-sync-external-store": "^1.2.0",
268268
"verdaccio": "^5.0.4",
269269
"vite": "^4.3.4",
270-
"webpack": "^5.80.0",
270+
"webpack": "5.86.0",
271271
"webpack-dev-server": "^4.9.3",
272272
"webpack-merge": "^5.8.0",
273273
"webpack-node-externals": "^3.0.0",

0 commit comments

Comments
 (0)