Skip to content

Commit

Permalink
chore(repo): update nx to 16.5.0-beta.0 (#17826)
Browse files Browse the repository at this point in the history
  • Loading branch information
FrozenPandaz authored Jun 28, 2023
1 parent 20d45bb commit cbb2ca2
Show file tree
Hide file tree
Showing 15 changed files with 423 additions and 346 deletions.
27 changes: 0 additions & 27 deletions graph/client/.storybook/tsconfig.json

This file was deleted.

2 changes: 1 addition & 1 deletion graph/client/tsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
"path": "./tsconfig.spec.json"
},
{
"path": "./.storybook/tsconfig.json"
"path": "./tsconfig.storybook.json"
}
]
}
26 changes: 26 additions & 0 deletions graph/client/tsconfig.storybook.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,26 @@
{
"extends": "./tsconfig.json",
"compilerOptions": {
"emitDecoratorMetadata": true,
"outDir": ""
},
"files": [
"../../node_modules/@nx/react/typings/styled-jsx.d.ts",
"../../node_modules/@nx/react/typings/cssmodule.d.ts",
"../../node_modules/@nx/react/typings/image.d.ts"
],
"exclude": [
"src/**/*.spec.ts",
"src/**/*.spec.js",
"src/**/*.spec.tsx",
"src/**/*.spec.jsx"
],
"include": [
"src/**/*.stories.ts",
"src/**/*.stories.js",
"src/**/*.stories.jsx",
"src/**/*.stories.tsx",
"src/**/*.stories.mdx",
".storybook/*.js"
]
}
26 changes: 0 additions & 26 deletions graph/ui-components/.storybook/tsconfig.json

This file was deleted.

2 changes: 1 addition & 1 deletion graph/ui-components/tsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
"path": "./tsconfig.spec.json"
},
{
"path": "./.storybook/tsconfig.json"
"path": "./tsconfig.storybook.json"
}
],
"extends": "../../tsconfig.base.json"
Expand Down
26 changes: 26 additions & 0 deletions graph/ui-components/tsconfig.storybook.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,26 @@
{
"extends": "./tsconfig.json",
"compilerOptions": {
"emitDecoratorMetadata": true,
"outDir": ""
},
"files": [
"../../node_modules/@nx/react/typings/styled-jsx.d.ts",
"../../node_modules/@nx/react/typings/cssmodule.d.ts",
"../../node_modules/@nx/react/typings/image.d.ts"
],
"exclude": [
"src/**/*.spec.ts",
"src/**/*.spec.js",
"src/**/*.spec.tsx",
"src/**/*.spec.jsx"
],
"include": [
"src/**/*.stories.ts",
"src/**/*.stories.js",
"src/**/*.stories.jsx",
"src/**/*.stories.tsx",
"src/**/*.stories.mdx",
".storybook/*.js"
]
}
27 changes: 0 additions & 27 deletions graph/ui-graph/.storybook/tsconfig.json

This file was deleted.

2 changes: 1 addition & 1 deletion graph/ui-graph/tsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
"path": "./tsconfig.spec.json"
},
{
"path": "./.storybook/tsconfig.json"
"path": "./tsconfig.storybook.json"
}
]
}
26 changes: 26 additions & 0 deletions graph/ui-graph/tsconfig.storybook.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,26 @@
{
"extends": "./tsconfig.json",
"compilerOptions": {
"emitDecoratorMetadata": true,
"outDir": ""
},
"files": [
"../../node_modules/@nx/react/typings/styled-jsx.d.ts",
"../../node_modules/@nx/react/typings/cssmodule.d.ts",
"../../node_modules/@nx/react/typings/image.d.ts"
],
"exclude": [
"src/**/*.spec.ts",
"src/**/*.spec.js",
"src/**/*.spec.tsx",
"src/**/*.spec.jsx"
],
"include": [
"src/**/*.stories.ts",
"src/**/*.stories.js",
"src/**/*.stories.jsx",
"src/**/*.stories.tsx",
"src/**/*.stories.mdx",
".storybook/*.js"
]
}
26 changes: 0 additions & 26 deletions graph/ui-tooltips/.storybook/tsconfig.json

This file was deleted.

2 changes: 1 addition & 1 deletion graph/ui-tooltips/tsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
"path": "./tsconfig.spec.json"
},
{
"path": "./.storybook/tsconfig.json"
"path": "./tsconfig.storybook.json"
}
],
"extends": "../../tsconfig.base.json"
Expand Down
26 changes: 26 additions & 0 deletions graph/ui-tooltips/tsconfig.storybook.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,26 @@
{
"extends": "./tsconfig.json",
"compilerOptions": {
"emitDecoratorMetadata": true,
"outDir": ""
},
"files": [
"../../node_modules/@nx/react/typings/styled-jsx.d.ts",
"../../node_modules/@nx/react/typings/cssmodule.d.ts",
"../../node_modules/@nx/react/typings/image.d.ts"
],
"exclude": [
"src/**/*.spec.ts",
"src/**/*.spec.js",
"src/**/*.spec.tsx",
"src/**/*.spec.jsx"
],
"include": [
"src/**/*.stories.ts",
"src/**/*.stories.js",
"src/**/*.stories.jsx",
"src/**/*.stories.tsx",
"src/**/*.stories.mdx",
".storybook/*.js"
]
}
11 changes: 9 additions & 2 deletions nx.json
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,8 @@
"!{projectRoot}/jest.config.[jt]s",
"!{projectRoot}/.eslintrc.json",
"!{projectRoot}/.storybook/**/*",
"!{projectRoot}/**/*.stories.@(js|jsx|ts|tsx|mdx)"
"!{projectRoot}/**/*.stories.@(js|jsx|ts|tsx|mdx)",
"!{projectRoot}/tsconfig.storybook.json"
],
"sharedGlobals": ["{workspaceRoot}/babel.config.json"],
"native": [
Expand Down Expand Up @@ -166,7 +167,13 @@
"inputs": ["default", "^production"]
},
"build-storybook": {
"inputs": ["default", "^production", "{workspaceRoot}/.storybook/**/*"]
"inputs": [
"default",
"^production",
"{workspaceRoot}/.storybook/**/*",
"{projectRoot}/.storybook/**/*",
"{projectRoot}/tsconfig.storybook.json"
]
}
},
"plugins": ["@monodon/rust"]
Expand Down
28 changes: 14 additions & 14 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -64,17 +64,17 @@
"@ngrx/router-store": "~16.0.0",
"@ngrx/store": "~16.0.0",
"@nguniversal/builders": "~16.1.0",
"@nx/cypress": "16.4.0-beta.16",
"@nx/devkit": "16.4.0-beta.16",
"@nx/eslint-plugin": "16.4.0-beta.16",
"@nx/jest": "16.4.0-beta.16",
"@nx/js": "16.4.0-beta.16",
"@nx/linter": "16.4.0-beta.16",
"@nx/next": "16.4.0-beta.16",
"@nx/react": "16.4.0-beta.16",
"@nx/storybook": "16.4.0-beta.16",
"@nx/web": "16.4.0-beta.16",
"@nx/webpack": "16.4.0-beta.16",
"@nx/cypress": "16.5.0-beta.0",
"@nx/devkit": "16.5.0-beta.0",
"@nx/eslint-plugin": "16.5.0-beta.0",
"@nx/jest": "16.5.0-beta.0",
"@nx/js": "16.5.0-beta.0",
"@nx/linter": "16.5.0-beta.0",
"@nx/next": "16.5.0-beta.0",
"@nx/react": "16.5.0-beta.0",
"@nx/storybook": "16.5.0-beta.0",
"@nx/web": "16.5.0-beta.0",
"@nx/webpack": "16.5.0-beta.0",
"@parcel/watcher": "2.0.4",
"@phenomnomnominal/tsquery": "~5.0.1",
"@pmmmwh/react-refresh-webpack-plugin": "^0.5.7",
Expand Down Expand Up @@ -143,7 +143,7 @@
"convert-source-map": "^2.0.0",
"copy-webpack-plugin": "^10.2.4",
"css-minimizer-webpack-plugin": "^5.0.0",
"cypress": "12.11.0",
"cypress": "12.16.0",
"cytoscape": "^3.18.2",
"cytoscape-dagre": "^2.4.0",
"cytoscape-popper": "^2.0.0",
Expand Down Expand Up @@ -210,7 +210,7 @@
"next-sitemap": "^3.1.10",
"ng-packagr": "~16.1.0",
"node-fetch": "^2.6.7",
"nx": "16.4.0-beta.16",
"nx": "16.5.0-beta.0",
"nx-cloud": "16.0.5",
"octokit": "^2.0.14",
"open": "^8.4.0",
Expand Down Expand Up @@ -267,7 +267,7 @@
"use-sync-external-store": "^1.2.0",
"verdaccio": "^5.0.4",
"vite": "^4.3.4",
"webpack": "^5.80.0",
"webpack": "5.86.0",
"webpack-dev-server": "^4.9.3",
"webpack-merge": "^5.8.0",
"webpack-node-externals": "^3.0.0",
Expand Down
Loading

1 comment on commit cbb2ca2

@vercel
Copy link

@vercel vercel bot commented on cbb2ca2 Jun 28, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Successfully deployed to the following URLs:

nx-dev – ./

nx.dev
nx-five.vercel.app
nx-dev-git-master-nrwl.vercel.app
nx-dev-nrwl.vercel.app

Please sign in to comment.