Skip to content

Commit

Permalink
chore(repo): update to 20.0.0-beta.8 (#28300)
Browse files Browse the repository at this point in the history
<!-- Please make sure you have read the submission guidelines before
posting an PR -->
<!--
https://github.com/nrwl/nx/blob/master/CONTRIBUTING.md#-submitting-a-pr
-->

<!-- Please make sure that your commit message follows our format -->
<!-- Example: `fix(nx): must begin with lowercase` -->

<!-- If this is a particularly complex change or feature addition, you
can request a dedicated Nx release for this pull request branch. Mention
someone from the Nx team or the `@nrwl/nx-pipelines-reviewers` and they
will confirm if the PR warrants its own release for testing purposes,
and generate it for you if appropriate. -->

## Current Behavior
<!-- This is the behavior we have today -->

## Expected Behavior
<!-- This is the behavior we should expect with the changes in this PR
-->

## Related Issue(s)
<!-- Please link the issue being fixed so it gets closed when this is
merged. -->

Fixes #

---------

Co-authored-by: Jonathan Cammisuli <[email protected]>
  • Loading branch information
jaysoo and Cammisuli authored Oct 4, 2024
1 parent cbda8cf commit 75c1da3
Show file tree
Hide file tree
Showing 4 changed files with 206 additions and 209 deletions.
1 change: 0 additions & 1 deletion .local.env
Original file line number Diff line number Diff line change
@@ -1 +0,0 @@
NX_DB_CACHE=false
4 changes: 1 addition & 3 deletions nx.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
{
"$schema": "packages/nx/schemas/nx-schema.json",
"enableDbCache": true,
"namedInputs": {
"default": ["{projectRoot}/**/*", "sharedGlobals"],
"production": [
Expand Down Expand Up @@ -70,8 +69,7 @@
"generatorOptions": {
"packageRoot": "build/packages/{projectName}",
"currentVersionResolver": "registry",
"skipLockFileUpdate": true,
"updateDependents": "never"
"skipLockFileUpdate": true
},
"git": {
"commit": false,
Expand Down
32 changes: 16 additions & 16 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -69,24 +69,24 @@
"@ngrx/store": "18.0.2",
"@nuxt/kit": "^3.10.0",
"@nuxt/schema": "^3.10.0",
"@nx/angular": "20.0.0-beta.7",
"@nx/cypress": "20.0.0-beta.7",
"@nx/devkit": "20.0.0-beta.7",
"@nx/esbuild": "20.0.0-beta.7",
"@nx/eslint": "20.0.0-beta.7",
"@nx/eslint-plugin": "20.0.0-beta.7",
"@nx/jest": "20.0.0-beta.7",
"@nx/js": "20.0.0-beta.7",
"@nx/next": "20.0.0-beta.7",
"@nx/playwright": "20.0.0-beta.7",
"@nx/angular": "20.0.0-beta.8",
"@nx/cypress": "20.0.0-beta.8",
"@nx/devkit": "20.0.0-beta.8",
"@nx/esbuild": "20.0.0-beta.8",
"@nx/eslint": "20.0.0-beta.8",
"@nx/eslint-plugin": "20.0.0-beta.8",
"@nx/jest": "20.0.0-beta.8",
"@nx/js": "20.0.0-beta.8",
"@nx/next": "20.0.0-beta.8",
"@nx/playwright": "20.0.0-beta.8",
"@nx/powerpack-license": "0.0.2-alpha.4",
"@nx/powerpack-s3-cache": "0.0.2-alpha.4",
"@nx/powerpack-shared-fs-cache": "0.0.2-alpha.4",
"@nx/react": "20.0.0-beta.7",
"@nx/storybook": "20.0.0-beta.7",
"@nx/vite": "20.0.0-beta.7",
"@nx/web": "20.0.0-beta.7",
"@nx/webpack": "20.0.0-beta.7",
"@nx/react": "20.0.0-beta.8",
"@nx/storybook": "20.0.0-beta.8",
"@nx/vite": "20.0.0-beta.8",
"@nx/web": "20.0.0-beta.8",
"@nx/webpack": "20.0.0-beta.8",
"@phenomnomnominal/tsquery": "~5.0.1",
"@playwright/test": "^1.36.1",
"@pmmmwh/react-refresh-webpack-plugin": "^0.5.7",
Expand Down Expand Up @@ -247,7 +247,7 @@
"node-fetch": "^2.6.7",
"npm-package-arg": "11.0.1",
"nuxt": "^3.10.0",
"nx": "20.0.0-beta.7",
"nx": "20.0.0-beta.8",
"octokit": "^2.0.14",
"open": "^8.4.0",
"openai": "~4.3.1",
Expand Down
Loading

0 comments on commit 75c1da3

Please sign in to comment.