Skip to content

Commit

Permalink
build: 📦 update nrwl workspace to 20.3.0
Browse files Browse the repository at this point in the history
  • Loading branch information
🤖 JSCutlery Bot committed Jan 1, 2025
1 parent 51526b1 commit ce72801
Show file tree
Hide file tree
Showing 4 changed files with 220 additions and 197 deletions.
3 changes: 2 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -49,4 +49,5 @@ playwright-report
.nx/cache
.nx/workspace-data
.swc
vite.config.*.timestamp*
vite.config.*.timestamp*
vitest.config.*.timestamp*
26 changes: 26 additions & 0 deletions migrations.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,26 @@
{
"migrations": [
{
"version": "20.3.0-beta.1",
"description": "Update ESLint flat config to include .cjs, .mjs, .cts, and .mts files in overrides (if needed)",
"implementation": "./src/migrations/update-20-3-0/add-file-extensions-to-overrides",
"package": "@nx/eslint",
"name": "add-file-extensions-to-overrides"
},
{
"cli": "nx",
"version": "20.3.0-beta.2",
"description": "If workspace includes Module Federation projects, ensure the new @nx/module-federation package is installed.",
"factory": "./src/migrations/update-20-3-0/ensure-nx-module-federation-package",
"package": "@nx/angular",
"name": "ensure-nx-module-federation-package"
},
{
"version": "20.3.0-beta.2",
"description": "Add gitignore entry for temporary vitest config files.",
"implementation": "./src/migrations/update-20-3-0/add-vitest-temp-files-to-git-ignore",
"package": "@nx/vite",
"name": "update-20-3-0"
}
]
}
28 changes: 14 additions & 14 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -67,19 +67,19 @@
"@jscutlery/swc-angular": "link:dist/packages/swc-angular",
"@jscutlery/swc-angular-plugin": "link:dist/packages/swc-angular-plugin",
"@monodon/rust": "2.1.1",
"@nx/angular": "20.2.2",
"@nx/cypress": "20.2.2",
"@nx/devkit": "20.2.2",
"@nx/eslint": "20.2.2",
"@nx/eslint-plugin": "20.2.2",
"@nx/jest": "20.2.2",
"@nx/js": "20.2.2",
"@nx/node": "20.2.2",
"@nx/plugin": "20.2.2",
"@nx/rollup": "20.2.2",
"@nx/vite": "20.2.2",
"@nx/web": "20.2.2",
"@nx/workspace": "20.2.2",
"@nx/angular": "20.3.0",
"@nx/cypress": "20.3.0",
"@nx/devkit": "20.3.0",
"@nx/eslint": "20.3.0",
"@nx/eslint-plugin": "20.3.0",
"@nx/jest": "20.3.0",
"@nx/js": "20.3.0",
"@nx/node": "20.3.0",
"@nx/plugin": "20.3.0",
"@nx/rollup": "20.3.0",
"@nx/vite": "20.3.0",
"@nx/web": "20.3.0",
"@nx/workspace": "20.3.0",
"@playwright/experimental-ct-core": "1.49.1",
"@playwright/test": "1.49.1",
"@schematics/angular": "19.0.6",
Expand Down Expand Up @@ -109,7 +109,7 @@
"jest-preset-angular": "14.4.2",
"mock-fs": "^5.4.1",
"ng-packagr": "19.0.1",
"nx": "20.2.2",
"nx": "20.3.0",
"postcss": "^8.4.49",
"postcss-import": "16.1.0",
"postcss-preset-env": "~10.1.0",
Expand Down
Loading

0 comments on commit ce72801

Please sign in to comment.