Skip to content

Commit

Permalink
deps: upgrade nx
Browse files Browse the repository at this point in the history
  • Loading branch information
naimulcsx committed Jan 10, 2025
1 parent 6a30f59 commit 9047947
Show file tree
Hide file tree
Showing 4 changed files with 1,040 additions and 838 deletions.
3 changes: 2 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -41,4 +41,5 @@ Thumbs.db
.nx/cache
.nx/workspace-data

vite.config.*.timestamp*
vite.config.*.timestamp*
vitest.config.*.timestamp*
25 changes: 25 additions & 0 deletions migrations.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,25 @@
{
"migrations": [
{
"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"
},
{
"version": "20.2.0-beta.5",
"description": "Update TypeScript ESLint packages to v8.13.0 if they are already on v8",
"implementation": "./src/migrations/update-20-2-0/update-typescript-eslint-v8-13-0",
"package": "@nx/eslint",
"name": "update-typescript-eslint-v8.13.0"
},
{
"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"
}
]
}
Loading

0 comments on commit 9047947

Please sign in to comment.