-
Notifications
You must be signed in to change notification settings - Fork 3
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
4 changed files
with
1,208 additions
and
1,010 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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" | ||
} | ||
] | ||
} |
Oops, something went wrong.