Skip to content
This repository has been archived by the owner on Oct 7, 2024. It is now read-only.

Commit

Permalink
chore(nxext): update Nx
Browse files Browse the repository at this point in the history
  • Loading branch information
DominikPieper committed Jun 12, 2024
1 parent 1ff5540 commit 084e9d9
Show file tree
Hide file tree
Showing 8 changed files with 481 additions and 459 deletions.
3 changes: 2 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -58,4 +58,5 @@ e2e/stencil-e2e/tests/dev.test.ts
# Vitepress
/docs/.vitepress/cache

.nx/cache
.nx/cache
.nx/workspace-data
2 changes: 2 additions & 0 deletions .prettierignore
Original file line number Diff line number Diff line change
Expand Up @@ -8,3 +8,5 @@

/.nx/cache
pnpm-lock.yaml

/.nx/workspace-data
45 changes: 15 additions & 30 deletions migrations.json
Original file line number Diff line number Diff line change
@@ -1,43 +1,28 @@
{
"migrations": [
{
"version": "18.1.0-beta.3",
"description": "Moves affected.defaultBase to defaultBase in `nx.json`",
"implementation": "./src/migrations/update-17-2-0/move-default-base",
"package": "nx",
"name": "move-default-base-to-nx-json-root"
},
{
"cli": "nx",
"version": "18.1.0-beta.3",
"description": "Update to Cypress ^13.6.6 if the workspace is using Cypress v13 to ensure workspaces don't use v13.6.5 which has an issue when verifying Cypress.",
"implementation": "./src/migrations/update-18-1-0/update-cypress-version-13-6-6",
"package": "@nx/cypress",
"name": "update-cypress-version-13-6-6"
},
{
"cli": "nx",
"version": "18.1.0-beta.3",
"description": "Remove invalid baseUrl option from @nx/playwright:playwright targets in project.json.",
"implementation": "./src/migrations/update-18-1-0/remove-baseUrl-from-project-json",
"package": "@nx/playwright",
"name": "18-1-0-remove-baseUrl-from-project-json"
"version": "19.2.0-beta.2",
"description": "Updates the default workspace data directory to .nx/workspace-data",
"implementation": "./src/migrations/update-19-2-0/move-workspace-data-directory",
"package": "nx",
"name": "19-2-0-move-graph-cache-directory"
},
{
"cli": "nx",
"version": "18.1.1-beta.0",
"description": "Ensure targetDefaults inputs for task hashing when '@nx/webpack:webpack' is used are correct for Module Federation.",
"factory": "./src/migrations/update-18-1-1/fix-target-defaults-inputs",
"package": "@nx/react",
"name": "fix-target-defaults-for-webpack"
"version": "19.2.2-beta.0",
"description": "Updates the nx wrapper.",
"implementation": "./src/migrations/update-17-3-0/update-nxw",
"package": "nx",
"name": "19-2-2-update-nx-wrapper"
},
{
"cli": "nx",
"version": "18.1.1-beta.0",
"description": "Ensure targetDefaults inputs for task hashing when '@nx/angular:webpack-browser' is used are correct for Module Federation.",
"factory": "./src/migrations/update-18-1-1/fix-target-defaults-inputs",
"package": "@nx/angular",
"name": "fix-target-defaults-for-webpack-browser"
"version": "19.1.0-beta.6",
"description": "Migrate no-extra-semi rules into user config, out of nx extendable configs",
"implementation": "./src/migrations/update-19-1-0-migrate-no-extra-semi/migrate-no-extra-semi",
"package": "@nx/eslint-plugin",
"name": "update-19-1-0-rename-no-extra-semi"
}
]
}
42 changes: 21 additions & 21 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -54,29 +54,29 @@
"@eslint/eslintrc": "^2.1.1",
"@eslint/js": "8.49.0",
"@nuxt/kit": "3.10.3",
"@nx/angular": "18.3.1",
"@nx/cypress": "18.3.1",
"@nx/devkit": "18.3.1",
"@nx/eslint": "18.3.1",
"@nx/eslint-plugin": "18.3.1",
"@nx/jest": "18.3.1",
"@nx/js": "18.3.1",
"@nx/node": "18.3.1",
"@nx/playwright": "18.3.1",
"@nx/plugin": "18.3.1",
"@nx/react": "18.3.1",
"@nx/storybook": "18.3.1",
"@nx/vite": "18.3.1",
"@nx/web": "18.3.1",
"@nx/workspace": "18.3.1",
"@nx/angular": "19.2.3",
"@nx/cypress": "19.2.3",
"@nx/devkit": "19.2.3",
"@nx/eslint": "19.2.3",
"@nx/eslint-plugin": "19.2.3",
"@nx/jest": "19.2.3",
"@nx/js": "19.2.3",
"@nx/node": "19.2.3",
"@nx/playwright": "19.2.3",
"@nx/plugin": "19.2.3",
"@nx/react": "19.2.3",
"@nx/storybook": "19.2.3",
"@nx/vite": "19.2.3",
"@nx/web": "19.2.3",
"@nx/workspace": "19.2.3",
"@nxext/svelte": "^18.0.0",
"@phenomnomnominal/tsquery": "~5.0.1",
"@schematics/angular": "17.3.4",
"@stencil/core": "3.4.0",
"@swc-node/register": "1.8.0",
"@swc/cli": "0.1.62",
"@swc/core": "^1.3.85",
"@swc/jest": "^0.2.20",
"@swc-node/register": "1.9.2",
"@swc/cli": "0.3.12",
"@swc/core": "1.5.7",
"@swc/jest": "0.2.36",
"@types/glob": "^8.1.0",
"@types/globrex": "^0.1.2",
"@types/is-ci": "^3.0.1",
Expand Down Expand Up @@ -107,8 +107,8 @@
"jsonc-parser": "^3.2.1",
"kill-port": "^2.0.1",
"lint-staged": "13.2.3",
"nx": "18.3.1",
"nx-cloud": "^18.0.0",
"nx": "19.2.3",
"nx-cloud": "19.0.0",
"prettier": "2.7.1",
"pretty-quick": "^3.1.3",
"tcp-port-used": "^1.0.2",
Expand Down
6 changes: 3 additions & 3 deletions packages/capacitor/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -22,9 +22,9 @@
"schematics": "./generators.json",
"builders": "./executors.json",
"dependencies": {
"@nx/devkit": "18.3.1",
"nx": "18.3.1",
"@nx/web": "18.3.1",
"@nx/devkit": "19.2.3",
"nx": "19.2.3",
"@nx/web": "19.2.3",
"ignore": "^5.3.1",
"tslib": "^2.3.0"
},
Expand Down
8 changes: 4 additions & 4 deletions packages/ionic-angular/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -26,10 +26,10 @@
"builders": "./executors.json",
"dependencies": {
"@nxext/capacitor": "^18.0.4",
"@nx/devkit": "18.3.1",
"@nx/eslint": "18.3.1",
"@nx/angular": "18.3.1",
"@nx/js": "18.3.1",
"@nx/devkit": "19.2.3",
"@nx/eslint": "19.2.3",
"@nx/angular": "19.2.3",
"@nx/js": "19.2.3",
"@phenomnomnominal/tsquery": "~5.0.1",
"typescript": "5.4.5",
"tslib": "^2.3.0"
Expand Down
6 changes: 3 additions & 3 deletions packages/ionic-react/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -26,9 +26,9 @@
"builders": "./executors.json",
"dependencies": {
"@nxext/capacitor": "^18.0.4",
"@nx/devkit": "18.3.1",
"@nx/eslint": "18.3.1",
"@nx/react": "18.3.1",
"@nx/devkit": "19.2.3",
"@nx/eslint": "19.2.3",
"@nx/react": "19.2.3",
"typescript": "5.4.5",
"@phenomnomnominal/tsquery": "~5.0.1",
"tslib": "^2.3.0"
Expand Down
Loading

0 comments on commit 084e9d9

Please sign in to comment.