Skip to content

Commit

Permalink
chore(repo): update nx to 19.1.0-beta.1 (#24023)
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` -->

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

This repo uses Nx 19.0.0-rc.1

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

This repo uses Nx 19.1.0-beta.1
## Related Issue(s)
<!-- Please link the issue being fixed so it gets closed when this is
merged. -->

Fixes #

(cherry picked from commit 6e6211d)
  • Loading branch information
FrozenPandaz committed May 22, 2024
1 parent 1c59acb commit 1c186f6
Show file tree
Hide file tree
Showing 3 changed files with 327 additions and 388 deletions.
45 changes: 20 additions & 25 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -64,21 +64,21 @@
"@ngrx/store": "17.0.1",
"@nuxt/kit": "^3.10.0",
"@nuxt/schema": "^3.10.0",
"@nx/angular": "19.0.0-rc.1",
"@nx/cypress": "19.0.0-rc.1",
"@nx/devkit": "19.0.0-rc.1",
"@nx/esbuild": "19.0.0-rc.1",
"@nx/eslint": "19.0.0-rc.1",
"@nx/eslint-plugin": "19.0.0-rc.1",
"@nx/jest": "19.0.0-rc.1",
"@nx/js": "19.0.0-rc.1",
"@nx/next": "19.0.0-rc.1",
"@nx/playwright": "19.0.0-rc.1",
"@nx/react": "19.0.0-rc.1",
"@nx/storybook": "19.0.0-rc.1",
"@nx/vite": "19.0.0-rc.1",
"@nx/web": "19.0.0-rc.1",
"@nx/webpack": "19.0.0-rc.1",
"@nx/angular": "19.1.0-beta.1",
"@nx/cypress": "19.1.0-beta.1",
"@nx/devkit": "19.1.0-beta.1",
"@nx/esbuild": "19.1.0-beta.1",
"@nx/eslint": "19.1.0-beta.1",
"@nx/eslint-plugin": "19.1.0-beta.1",
"@nx/jest": "19.1.0-beta.1",
"@nx/js": "19.1.0-beta.1",
"@nx/next": "19.1.0-beta.1",
"@nx/playwright": "19.1.0-beta.1",
"@nx/react": "19.1.0-beta.1",
"@nx/storybook": "19.1.0-beta.1",
"@nx/vite": "19.1.0-beta.1",
"@nx/web": "19.1.0-beta.1",
"@nx/webpack": "19.1.0-beta.1",
"@phenomnomnominal/tsquery": "~5.0.1",
"@playwright/test": "^1.36.1",
"@pmmmwh/react-refresh-webpack-plugin": "^0.5.7",
Expand Down Expand Up @@ -152,7 +152,7 @@
"convert-source-map": "^2.0.0",
"copy-webpack-plugin": "^10.2.4",
"css-minimizer-webpack-plugin": "^5.0.0",
"cypress": "^13.6.6",
"cypress": "13.9.0",
"cytoscape": "^3.18.2",
"cytoscape-dagre": "^2.4.0",
"cytoscape-popper": "^2.0.0",
Expand All @@ -165,7 +165,7 @@
"enhanced-resolve": "^5.8.3",
"esbuild": "0.19.5",
"eslint": "8.57.0",
"eslint-config-next": "14.0.4",
"eslint-config-next": "14.2.3",
"eslint-config-prettier": "9.1.0",
"eslint-plugin-cypress": "2.14.0",
"eslint-plugin-import": "2.27.5",
Expand Down Expand Up @@ -230,7 +230,7 @@
"node-fetch": "^2.6.7",
"npm-package-arg": "11.0.1",
"nuxt": "^3.10.0",
"nx": "19.0.0-rc.1",
"nx": "19.1.0-beta.1",
"octokit": "^2.0.14",
"open": "^8.4.0",
"openai": "~4.3.1",
Expand Down Expand Up @@ -332,7 +332,7 @@
"json-schema-to-typescript": "^10.1.5",
"jsonpointer": "^5.0.0",
"license-checker": "^25.0.1",
"next": "14.0.4",
"next": "14.2.3",
"next-seo": "^5.13.0",
"node-machine-id": "1.1.12",
"npm-run-path": "^4.0.1",
Expand Down Expand Up @@ -366,10 +366,5 @@
"documentation"
]
},
"packageManager": "pnpm@8.15.7",
"pnpm": {
"patchedDependencies": {
"@nx/js@19.0.0-rc.1": "patches/@nx__js@19.0.0-rc.1.patch"
}
}
"packageManager": "pnpm@8.15.7"
}
37 changes: 0 additions & 37 deletions patches/@nx__js@19.0.0-rc.1.patch

This file was deleted.

0 comments on commit 1c186f6

Please sign in to comment.