Skip to content

Commit

Permalink
chore: migrate to nx 19.2.3
Browse files Browse the repository at this point in the history
  • Loading branch information
Hotell committed Jun 26, 2024
1 parent b914ade commit c50c74f
Show file tree
Hide file tree
Showing 6 changed files with 284 additions and 263 deletions.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -165,3 +165,4 @@ gulp-cache
.rollupcache
.swc
.nx/cache
.nx/workspace-data
3 changes: 2 additions & 1 deletion .prettierignore
Original file line number Diff line number Diff line change
Expand Up @@ -41,4 +41,5 @@ packages/fluentui/ability-attributes/src/schema.ts

CODEOWNERS

/.nx/cache
/.nx/cache
/.nx/workspace-data
18 changes: 13 additions & 5 deletions migrations.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,11 +2,19 @@
"migrations": [
{
"cli": "nx",
"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"
"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": "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"
}
]
}
22 changes: 11 additions & 11 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -93,14 +93,14 @@
"@microsoft/load-themed-styles": "1.10.26",
"@microsoft/loader-load-themed-styles": "2.0.17",
"@microsoft/tsdoc": "0.14.2",
"@nx/devkit": "19.1.2",
"@nx/eslint": "19.1.2",
"@nx/eslint-plugin": "19.1.2",
"@nx/jest": "19.1.2",
"@nx/js": "19.1.2",
"@nx/node": "19.1.2",
"@nx/plugin": "19.1.2",
"@nx/workspace": "19.1.2",
"@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/plugin": "19.2.3",
"@nx/workspace": "19.2.3",
"@octokit/rest": "18.12.0",
"@phenomnomnominal/tsquery": "6.1.3",
"@playwright/test": "1.44.0",
Expand All @@ -123,8 +123,8 @@
"@storybook/react": "6.5.15",
"@storybook/theming": "6.5.15",
"@swc/cli": "0.3.14",
"@swc/core": "1.3.87",
"@swc/helpers": "0.5.1",
"@swc/core": "1.5.7",
"@swc/helpers": "0.5.11",
"@testing-library/dom": "8.11.3",
"@testing-library/jest-dom": "5.16.5",
"@testing-library/react": "12.1.2",
Expand Down Expand Up @@ -278,7 +278,7 @@
"monosize-bundler-webpack": "0.1.4",
"monosize-storage-azure": "0.0.14",
"node-plop": "0.25.0",
"nx": "19.1.2",
"nx": "19.2.3",
"p-queue": "6.6.2",
"parse-diff": "0.7.1",
"path-browserify": "1.0.1",
Expand Down
2 changes: 1 addition & 1 deletion tools/workspace-plugin/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
"lint": "eslint --ext .ts,.js,.json ."
},
"dependencies": {
"@nx/devkit": "~19.1.2"
"@nx/devkit": "~19.2.3"
},
"devDependencies": {}
}
Loading

0 comments on commit c50c74f

Please sign in to comment.