Skip to content

Commit

Permalink
chore(repo): update nx to 15.9.0-beta.9 (#15865)
Browse files Browse the repository at this point in the history
  • Loading branch information
FrozenPandaz committed Mar 23, 2023
1 parent 24cb81d commit 65be9fc
Show file tree
Hide file tree
Showing 4 changed files with 170 additions and 198 deletions.
26 changes: 13 additions & 13 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -59,18 +59,18 @@
"@ngrx/router-store": "~15.3.0",
"@ngrx/store": "~15.3.0",
"@nguniversal/builders": "~15.2.0",
"@nrwl/cypress": "15.9.0-beta.4",
"@nrwl/devkit": "15.9.0-beta.4",
"@nrwl/eslint-plugin-nx": "15.9.0-beta.4",
"@nrwl/jest": "15.9.0-beta.4",
"@nrwl/js": "15.9.0-beta.4",
"@nrwl/linter": "15.9.0-beta.4",
"@nrwl/next": "15.9.0-beta.4",
"@nrwl/cypress": "15.9.0-beta.9",
"@nrwl/devkit": "15.9.0-beta.9",
"@nrwl/eslint-plugin-nx": "15.9.0-beta.9",
"@nrwl/jest": "15.9.0-beta.9",
"@nrwl/js": "15.9.0-beta.9",
"@nrwl/linter": "15.9.0-beta.9",
"@nrwl/next": "15.9.0-beta.9",
"@nrwl/nx-cloud": "15.3.2",
"@nrwl/react": "15.9.0-beta.4",
"@nrwl/storybook": "15.9.0-beta.4",
"@nrwl/web": "15.9.0-beta.4",
"@nrwl/webpack": "15.9.0-beta.4",
"@nrwl/react": "15.9.0-beta.9",
"@nrwl/storybook": "15.9.0-beta.9",
"@nrwl/web": "15.9.0-beta.9",
"@nrwl/webpack": "15.9.0-beta.9",
"@parcel/watcher": "2.0.4",
"@phenomnomnominal/tsquery": "4.1.1",
"@pmmmwh/react-refresh-webpack-plugin": "^0.5.7",
Expand Down Expand Up @@ -131,6 +131,7 @@
"autoprefixer": "10.4.13",
"babel-jest": "29.4.3",
"babel-loader": "^9.1.2",
"babel-plugin-transform-async-to-promises": "^0.8.15",
"browserslist": "^4.21.4",
"chalk": "^4.1.0",
"chokidar": "^3.5.1",
Expand Down Expand Up @@ -199,7 +200,7 @@
"next-sitemap": "^3.1.10",
"ng-packagr": "~15.2.2",
"node-fetch": "^2.6.7",
"nx": "15.9.0-beta.4",
"nx": "15.9.0-beta.9",
"octokit": "^2.0.14",
"open": "^8.4.0",
"ora": "5.3.0",
Expand Down Expand Up @@ -336,4 +337,3 @@
]
}
}

4 changes: 2 additions & 2 deletions packages/workspace/src/generators/library/library.ts
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ import {
getRootTsConfigPathInTree,
} from '../../utilities/ts-config';
import { nxVersion, typescriptVersion } from '../../utils/versions';
import { Schema } from './schema';
import type { Schema } from './schema';

export interface NormalizedSchema extends Schema {
name: string;
Expand Down Expand Up @@ -237,7 +237,7 @@ function normalizeOptions(tree: Tree, options: Schema): NormalizedSchema {
}

if (!options.linter) {
const { Linter } = require('@nrwl/linter');
const { Linter } = ensurePackage('@nrwl/linter', nxVersion);
options.linter = Linter.EsLint;
}

Expand Down
2 changes: 1 addition & 1 deletion packages/workspace/src/generators/library/schema.d.ts
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
// nx-ignore-next-line
const { Linter } = require('@nrwl/linter'); // use require to import to avoid circular dependency
const { Linter } = require('@nrwl/linter');

export interface Schema {
name: string;
Expand Down

1 comment on commit 65be9fc

@vercel
Copy link

@vercel vercel bot commented on 65be9fc Mar 23, 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-nrwl.vercel.app
nx-dev-git-master-nrwl.vercel.app
nx-five.vercel.app
nx.dev

Please sign in to comment.