chore(repo): update nx to 16.10.0-beta.1 (#19446)

This commit is contained in:
Jason Jean 2023-10-04 16:56:49 -04:00 committed by GitHub
parent e5654c8336
commit 854d8b83b5
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
3 changed files with 300 additions and 916 deletions

View File

@ -64,20 +64,20 @@
"@ngrx/router-store": "~16.0.0",
"@ngrx/store": "~16.0.0",
"@nguniversal/builders": "~16.2.0",
"@nx/angular": "16.9.0-rc.1",
"@nx/cypress": "16.9.0-rc.1",
"@nx/devkit": "16.9.0-rc.1",
"@nx/esbuild": "16.9.0-rc.1",
"@nx/eslint-plugin": "16.9.0-rc.1",
"@nx/jest": "16.9.0-rc.1",
"@nx/js": "16.9.0-rc.1",
"@nx/linter": "16.9.0-rc.1",
"@nx/next": "16.9.0-rc.1",
"@nx/playwright": "16.9.0-rc.1",
"@nx/react": "16.9.0-rc.1",
"@nx/storybook": "16.9.0-rc.1",
"@nx/web": "16.9.0-rc.1",
"@nx/webpack": "16.9.0-rc.1",
"@nx/angular": "16.10.0-beta.1",
"@nx/cypress": "16.10.0-beta.1",
"@nx/devkit": "16.10.0-beta.1",
"@nx/esbuild": "16.10.0-beta.1",
"@nx/eslint-plugin": "16.10.0-beta.1",
"@nx/jest": "16.10.0-beta.1",
"@nx/js": "16.10.0-beta.1",
"@nx/linter": "16.10.0-beta.1",
"@nx/next": "16.10.0-beta.1",
"@nx/playwright": "16.10.0-beta.1",
"@nx/react": "16.10.0-beta.1",
"@nx/storybook": "16.10.0-beta.1",
"@nx/web": "16.10.0-beta.1",
"@nx/webpack": "16.10.0-beta.1",
"@parcel/watcher": "2.0.4",
"@phenomnomnominal/tsquery": "~5.0.1",
"@playwright/test": "^1.36.1",
@ -100,7 +100,7 @@
"@supabase/supabase-js": "^2.26.0",
"@svgr/rollup": "^8.0.1",
"@svgr/webpack": "^8.0.1",
"@swc-node/register": "^1.6.7",
"@swc-node/register": "1.6.8",
"@swc/cli": "0.1.62",
"@swc/core": "^1.3.85",
"@swc/jest": "^0.2.20",
@ -227,7 +227,7 @@
"ng-packagr": "~16.2.0",
"node-fetch": "^2.6.7",
"npm-package-arg": "11.0.1",
"nx": "16.9.0-rc.1",
"nx": "16.10.0-beta.1",
"nx-cloud": "16.4.0",
"octokit": "^2.0.14",
"open": "^8.4.0",

1182
pnpm-lock.yaml generated

File diff suppressed because it is too large Load Diff

View File

@ -84,7 +84,7 @@ const LARGE_BUFFER = 1024 * 1000000;
maxBuffer: LARGE_BUFFER,
});
let changelogCommand = `pnpm nx release changelog ${options.version} --tagVersionPrefix="" --interactive`;
let changelogCommand = `pnpm nx release changelog ${options.version} --tagVersionPrefix="" --file false --create-release github --interactive`;
if (options.from) {
changelogCommand += ` --from ${options.from}`;
}