120 lines
3.3 KiB
JSON
120 lines
3.3 KiB
JSON
{
|
|
"generators": {
|
|
"add-eslint-inputs": {
|
|
"cli": "nx",
|
|
"version": "15.0.0-beta.0",
|
|
"description": "Stop hashing eslint config files for build targets and dependent tasks",
|
|
"factory": "./src/migrations/update-15-0-0/add-eslint-inputs"
|
|
},
|
|
"add-eslint-ignore": {
|
|
"cli": "nx",
|
|
"version": "15.7.1-beta.0",
|
|
"description": "Add node_modules to root eslint ignore",
|
|
"factory": "./src/migrations/update-15-7-1/add-eslint-ignore"
|
|
},
|
|
"update-16-0-0-add-nx-packages": {
|
|
"cli": "nx",
|
|
"version": "16.0.0-beta.1",
|
|
"description": "Replace @nrwl/linter with @nx/linter",
|
|
"implementation": "./src/migrations/update-16-0-0-add-nx-packages/update-16-0-0-add-nx-packages"
|
|
},
|
|
"update-16-8-0-add-ignored-files": {
|
|
"version": "16.8.0",
|
|
"description": "update-16-8-0-add-ignored-files",
|
|
"implementation": "./src/migrations/update-16-8-0-add-ignored-files/update-16-8-0-add-ignored-files"
|
|
},
|
|
"update-17-0-0-rename-to-eslint": {
|
|
"version": "17.0.0-beta.7",
|
|
"description": "update-17-0-0-rename-to-eslint",
|
|
"implementation": "./src/migrations/update-17-0-0-rename-to-eslint/update-17-0-0-rename-to-eslint"
|
|
},
|
|
"update-typescript-eslint": {
|
|
"version": "17.1.0-beta.1",
|
|
"description": "Updates for @typescript-utils/utils v6.9.1+",
|
|
"implementation": "./src/migrations/update-17-1-0/update-typescript-eslint"
|
|
},
|
|
"simplify-eslint-patterns": {
|
|
"version": "17.2.0-beta.0",
|
|
"description": "Simplify eslintFilePatterns",
|
|
"implementation": "./src/migrations/update-17-2-0/simplify-eslint-patterns"
|
|
}
|
|
},
|
|
"packageJsonUpdates": {
|
|
"16.0.0": {
|
|
"version": "16.0.0-beta.0",
|
|
"packages": {
|
|
"@typescript-eslint/parser": {
|
|
"version": "^5.58.0"
|
|
},
|
|
"@typescript-eslint/eslint-plugin": {
|
|
"version": "^5.58.0"
|
|
},
|
|
"@typescript-eslint/utils": {
|
|
"version": "^5.58.0"
|
|
}
|
|
}
|
|
},
|
|
"16.5.0": {
|
|
"version": "16.5.0-beta.2",
|
|
"packages": {
|
|
"@typescript-eslint/parser": {
|
|
"version": "^5.60.1"
|
|
},
|
|
"@typescript-eslint/eslint-plugin": {
|
|
"version": "^5.60.1"
|
|
},
|
|
"@typescript-eslint/utils": {
|
|
"version": "^5.60.1"
|
|
}
|
|
}
|
|
},
|
|
"16.7.0": {
|
|
"version": "16.7.0-beta.2",
|
|
"packages": {
|
|
"eslint": {
|
|
"version": "~8.46.0"
|
|
},
|
|
"@typescript-eslint/parser": {
|
|
"version": "^5.60.1"
|
|
},
|
|
"@typescript-eslint/eslint-plugin": {
|
|
"version": "^5.60.1"
|
|
},
|
|
"@typescript-eslint/utils": {
|
|
"version": "^5.60.1"
|
|
}
|
|
}
|
|
},
|
|
"17.0.0": {
|
|
"version": "17.0.0-rc.2",
|
|
"packages": {
|
|
"eslint-config-prettier": {
|
|
"version": "^9.0.0"
|
|
}
|
|
}
|
|
},
|
|
"17.1.0": {
|
|
"version": "17.1.0-beta.1",
|
|
"packages": {
|
|
"@typescript-eslint/parser": {
|
|
"version": "^6.9.1"
|
|
},
|
|
"@typescript-eslint/eslint-plugin": {
|
|
"version": "^6.9.1"
|
|
},
|
|
"@typescript-eslint/utils": {
|
|
"version": "^6.9.1"
|
|
}
|
|
}
|
|
},
|
|
"17.2.0": {
|
|
"version": "17.2.0-beta.2",
|
|
"packages": {
|
|
"eslint": {
|
|
"version": "~8.48.0"
|
|
}
|
|
}
|
|
}
|
|
}
|
|
}
|