mirror of https://github.com/abpframework/abp
You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
78 lines
2.9 KiB
78 lines
2.9 KiB
{
|
|
"migrations": [
|
|
{
|
|
"cli": "nx",
|
|
"version": "16.6.0-beta.6",
|
|
"description": "Prefix outputs with {workspaceRoot}/{projectRoot} if needed",
|
|
"implementation": "./src/migrations/update-15-0-0/prefix-outputs",
|
|
"package": "nx",
|
|
"name": "16.6.0-prefix-outputs"
|
|
},
|
|
{
|
|
"cli": "nx",
|
|
"version": "16.4.0-beta.10",
|
|
"description": "Remove tsconfig.e2e.json and add settings to project tsconfig.json. tsConfigs executor option is now deprecated. The project level tsconfig.json file should be used instead.",
|
|
"implementation": "./src/migrations/update-16-4-0/tsconfig-sourcemaps",
|
|
"package": "@nx/cypress",
|
|
"name": "update-16-3-0-remove-old-tsconfigs"
|
|
},
|
|
{
|
|
"cli": "nx",
|
|
"version": "16.6.0-beta.0",
|
|
"description": "Explicitly set 'updateBuildableProjectDepsInPackageJson' to 'true' in targets that rely on that value as the default.",
|
|
"factory": "./src/migrations/update-16-6-0/explicitly-set-projects-to-update-buildable-deps",
|
|
"package": "@nx/js",
|
|
"name": "explicitly-set-projects-to-update-buildable-deps"
|
|
},
|
|
{
|
|
"cli": "nx",
|
|
"version": "16.5.0-beta.2",
|
|
"description": "Add test-setup.ts to ignored files in production input",
|
|
"implementation": "./src/migrations/update-16-5-0/add-test-setup-to-inputs-ignore",
|
|
"package": "@nx/jest",
|
|
"name": "add-test-setup-to-inputs-ignore"
|
|
},
|
|
{
|
|
"cli": "nx",
|
|
"version": "16.4.0-beta.6",
|
|
"requires": {
|
|
"@angular-eslint/eslint-plugin-template": ">=16.0.0"
|
|
},
|
|
"description": "Remove the 'accessibility-' prefix from '@angular-eslint/eslint-plugin-template' rules.",
|
|
"factory": "./src/migrations/update-16-4-0/rename-angular-eslint-accesibility-rules",
|
|
"package": "@nx/angular",
|
|
"name": "rename-angular-eslint-accesibility-rules"
|
|
},
|
|
{
|
|
"cli": "nx",
|
|
"version": "16.4.0-beta.11",
|
|
"requires": {
|
|
"@angular/core": ">=16.1.0"
|
|
},
|
|
"description": "Update the @angular/cli package version to ~16.1.0.",
|
|
"factory": "./src/migrations/update-16-4-0/update-angular-cli",
|
|
"package": "@nx/angular",
|
|
"name": "update-angular-cli-version-16-1-0"
|
|
},
|
|
{
|
|
"cli": "nx",
|
|
"version": "16.6.0-beta.0",
|
|
"description": "Explicitly set 'updateBuildableProjectDepsInPackageJson' to 'true' in targets that rely on that value as the default.",
|
|
"factory": "./src/migrations/update-16-6-0/explicitly-set-projects-to-update-buildable-deps",
|
|
"package": "@nx/angular",
|
|
"name": "explicitly-set-projects-to-update-buildable-deps"
|
|
},
|
|
{
|
|
"cli": "nx",
|
|
"version": "16.7.0-beta.6",
|
|
"requires": {
|
|
"@angular/core": ">=16.2.0"
|
|
},
|
|
"description": "Update the @angular/cli package version to ~16.2.0.",
|
|
"factory": "./src/migrations/update-16-7-0/update-angular-cli",
|
|
"package": "@nx/angular",
|
|
"name": "update-angular-cli-version-16-2-0"
|
|
}
|
|
]
|
|
}
|