mirror of
https://github.com/Alfresco/alfresco-ng2-components.git
synced 2025-07-24 17:32:15 +00:00
226 lines
8.2 KiB
JSON
226 lines
8.2 KiB
JSON
{
|
|
"migrations": [
|
|
{
|
|
"version": "15.7.0-beta.0",
|
|
"description": "Split global configuration files into individual project.json files. This migration has been added automatically to the beginning of your migration set to retroactively make them work with the new version of Nx.",
|
|
"cli": "nx",
|
|
"implementation": "./src/migrations/update-15-7-0/split-configuration-into-project-json-files",
|
|
"package": "@nrwl/workspace",
|
|
"name": "15-7-0-split-configuration-into-project-json-files"
|
|
},
|
|
{
|
|
"cli": "nx",
|
|
"version": "15.0.0-beta.1",
|
|
"description": "Replace implicitDependencies with namedInputs + target inputs",
|
|
"implementation": "./src/migrations/update-15-0-0/migrate-to-inputs",
|
|
"package": "nx",
|
|
"name": "15.0.0-migrate-to-inputs"
|
|
},
|
|
{
|
|
"cli": "nx",
|
|
"version": "15.0.0-beta.1",
|
|
"description": "Prefix outputs with {workspaceRoot}/{projectRoot} if needed",
|
|
"implementation": "./src/migrations/update-15-0-0/prefix-outputs",
|
|
"package": "nx",
|
|
"name": "15.0.0-prefix-outputs"
|
|
},
|
|
{
|
|
"cli": "nx",
|
|
"version": "15.0.12-beta.1",
|
|
"description": "Set project names in project.json files",
|
|
"implementation": "./src/migrations/update-15-1-0/set-project-names",
|
|
"package": "nx",
|
|
"name": "15.1.0-set-project-names"
|
|
},
|
|
{
|
|
"cli": "nx",
|
|
"version": "15.8.2-beta.0",
|
|
"description": "Updates the nx wrapper.",
|
|
"implementation": "./src/migrations/update-15-8-2/update-nxw",
|
|
"package": "nx",
|
|
"name": "15.8.2-update-nx-wrapper"
|
|
},
|
|
{
|
|
"cli": "nx",
|
|
"version": "14.7.6-beta.1",
|
|
"description": "Update usages of webpack executors to @nrwl/webpack",
|
|
"factory": "./src/migrations/update-14-7-6/update-webpack-executor",
|
|
"package": "@nrwl/node",
|
|
"name": "update-webpack-executor"
|
|
},
|
|
{
|
|
"version": "15.7.0-beta.0",
|
|
"description": "Split global configuration files (e.g., workspace.json) into individual project.json files.",
|
|
"cli": "nx",
|
|
"implementation": "./src/migrations/update-15-7-0/split-configuration-into-project-json-files",
|
|
"package": "@nrwl/workspace",
|
|
"name": "15-7-0-split-configuration-into-project-json-files"
|
|
},
|
|
{
|
|
"cli": "nx",
|
|
"version": "15.0.0-beta.0",
|
|
"description": "Stop hashing storybook config files and story files for build targets and dependent tasks",
|
|
"factory": "./src/migrations/update-15-0-0/add-storybook-inputs",
|
|
"package": "@nrwl/storybook",
|
|
"name": "update-15.0.8-add-storybook-inputs"
|
|
},
|
|
{
|
|
"cli": "nx",
|
|
"version": "15.4.6-beta.0",
|
|
"description": "Refactor the Storybook target options",
|
|
"factory": "./src/migrations/update-15-4-6/refactor-executor-options",
|
|
"package": "@nrwl/storybook",
|
|
"name": "update-15.4.6"
|
|
},
|
|
{
|
|
"cli": "nx",
|
|
"version": "15.5.3-beta.0",
|
|
"description": "Add @nrwl/webpack if it is missing and is used.",
|
|
"factory": "./src/migrations/update-15-5-3/ensure-webpack-package",
|
|
"package": "@nrwl/storybook",
|
|
"name": "update-15-5-3"
|
|
},
|
|
{
|
|
"cli": "nx",
|
|
"version": "15.7.0-beta.0",
|
|
"description": "Add @storybook/addon-essentials to all project-level configs and attempt to remove root config.",
|
|
"factory": "./src/migrations/update-15-7-0/add-addon-essentials-to-all",
|
|
"package": "@nrwl/storybook",
|
|
"name": "update-15-7-0"
|
|
},
|
|
{
|
|
"cli": "nx",
|
|
"version": "15.7.0-beta.1",
|
|
"description": "Install the required angular-devkit packages as we do not directly depend on them anymore",
|
|
"factory": "./src/migrations/update-15-7-0/install-required-packages",
|
|
"package": "@nrwl/angular",
|
|
"name": "install-required-packages"
|
|
},
|
|
{
|
|
"cli": "nx",
|
|
"version": "15.0.0-beta.0",
|
|
"description": "Rename @nrwl/angular:webpack-server executor to @nrwl/angular:webpack-dev-server",
|
|
"factory": "./src/migrations/update-14-8-0/rename-webpack-server",
|
|
"package": "@nrwl/angular",
|
|
"name": "rename-webpack-server-executor"
|
|
},
|
|
{
|
|
"cli": "nx",
|
|
"version": "15.0.0-beta.0",
|
|
"description": "Update the usages of @nrwl/angular/testing to import jasmine-marbles symbols from jasmine-marbles itself.",
|
|
"factory": "./src/migrations/update-15-0-0/switch-to-jasmine-marbles",
|
|
"package": "@nrwl/angular",
|
|
"name": "switch-to-jasmine-marbles"
|
|
},
|
|
{
|
|
"cli": "nx",
|
|
"version": "15.0.0-beta.1",
|
|
"description": "Stop hashing karma spec files and config files for build targets and dependent tasks",
|
|
"factory": "./src/migrations/update-15-0-0/add-karma-inputs",
|
|
"package": "@nrwl/angular",
|
|
"name": "add-karma-inputs"
|
|
},
|
|
{
|
|
"cli": "nx",
|
|
"version": "15.2.0-beta.0",
|
|
"requires": {
|
|
"@angular/core": ">=15.0.0"
|
|
},
|
|
"description": "Update the @angular/cli package version to ~15.0.0.",
|
|
"factory": "./src/migrations/update-15-2-0/update-angular-cli",
|
|
"package": "@nrwl/angular",
|
|
"name": "update-angular-cli-version-15-0-0"
|
|
},
|
|
{
|
|
"cli": "nx",
|
|
"version": "15.2.0-beta.0",
|
|
"requires": {
|
|
"@angular/core": ">=15.0.0"
|
|
},
|
|
"description": "Remove browserslist config as it's handled by build-angular",
|
|
"factory": "./src/migrations/update-15-2-0/remove-browserlist-config",
|
|
"package": "@nrwl/angular",
|
|
"name": "remove-browserlist-config"
|
|
},
|
|
{
|
|
"cli": "nx",
|
|
"version": "15.2.0-beta.0",
|
|
"requires": {
|
|
"@angular/core": ">=15.0.0"
|
|
},
|
|
"description": "Update typescript target to ES2022",
|
|
"factory": "./src/migrations/update-15-2-0/update-typescript-target",
|
|
"package": "@nrwl/angular",
|
|
"name": "update-typescript-target"
|
|
},
|
|
{
|
|
"cli": "nx",
|
|
"version": "15.2.0-beta.0",
|
|
"requires": {
|
|
"@angular/core": ">=15.0.0"
|
|
},
|
|
"description": "Remove bundleDependencies from server targets",
|
|
"factory": "./src/migrations/update-15-2-0/update-workspace-config",
|
|
"package": "@nrwl/angular",
|
|
"name": "update-workspace-config"
|
|
},
|
|
{
|
|
"cli": "nx",
|
|
"version": "15.2.0-beta.0",
|
|
"requires": {
|
|
"@angular/core": ">=15.0.0"
|
|
},
|
|
"description": "Remove exported `@angular/platform-server` `renderModule` method. The `renderModule` method is now exported by the Angular CLI.",
|
|
"factory": "./src/migrations/update-15-2-0/remove-platform-server-exports",
|
|
"package": "@nrwl/angular",
|
|
"name": "update-platform-server-exports"
|
|
},
|
|
{
|
|
"cli": "nx",
|
|
"version": "15.2.0-beta.0",
|
|
"requires": {
|
|
"@angular/core": ">=15.0.0"
|
|
},
|
|
"description": "Remove no longer needed require calls in Karma builder main file.",
|
|
"factory": "./src/migrations/update-15-2-0/update-karma-main-file",
|
|
"package": "@nrwl/angular",
|
|
"name": "update-karma-main-file"
|
|
},
|
|
{
|
|
"cli": "nx",
|
|
"version": "15.5.0-beta.0",
|
|
"requires": {
|
|
"@angular/core": ">=15.1.0"
|
|
},
|
|
"description": "Update the @angular/cli package version to ~15.1.0.",
|
|
"factory": "./src/migrations/update-15-5-0/update-angular-cli",
|
|
"package": "@nrwl/angular",
|
|
"name": "update-angular-cli-version-15-1-0"
|
|
},
|
|
{
|
|
"cli": "nx",
|
|
"version": "15.8.0-beta.4",
|
|
"description": "Update the @angular/cli package version to ~15.2.0.",
|
|
"factory": "./src/migrations/update-15-8-0/update-angular-cli",
|
|
"package": "@nrwl/angular",
|
|
"name": "update-angular-cli-version-15-2-0"
|
|
},
|
|
{
|
|
"cli": "nx",
|
|
"version": "15.9.0-beta.3",
|
|
"description": "Update the tsconfig.spec.json to use target es2016 for jest-preset-angular v13",
|
|
"factory": "./src/migrations/update-15-9-0/update-testing-tsconfig",
|
|
"package": "@nrwl/angular",
|
|
"name": "update-tsconfig-spec-jest"
|
|
},
|
|
{
|
|
"cli": "nx",
|
|
"version": "15.9.0-beta.9",
|
|
"description": "Update the file-server executor to use @nrwl/web:file-server",
|
|
"factory": "./src/migrations/update-15-9-0/update-file-server-executor",
|
|
"package": "@nrwl/angular",
|
|
"name": "update-file-server-executor"
|
|
}
|
|
]
|
|
}
|