diff --git a/.nvmrc b/.nvmrc new file mode 100644 index 00000000..3c032078 --- /dev/null +++ b/.nvmrc @@ -0,0 +1 @@ +18 diff --git a/migrations.json b/migrations.json deleted file mode 100644 index 3eb5a069..00000000 --- a/migrations.json +++ /dev/null @@ -1,124 +0,0 @@ -{ - "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.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" - }, - { - "version": "15.8.0-beta.0", - "cli": "nx", - "description": "Update jest configs to support jest 29 changes (https://jestjs.io/docs/upgrading-to-jest29)", - "factory": "./src/migrations/update-15-8-0/update-configs-jest-29", - "package": "@nrwl/jest", - "name": "update-configs-jest-29" - }, - { - "version": "15.8.0-beta.0", - "cli": "nx", - "description": "Update jest test files to support jest 29 changes (https://jestjs.io/docs/upgrading-to-jest29)", - "factory": "./src/migrations/update-15-8-0/update-tests-jest-29", - "package": "@nrwl/jest", - "name": "update-tests-jest-29" - }, - { - "cli": "nx", - "version": "15.5.0-beta.0", - "description": "Update to Cypress v12. Cypress 12 contains a handful of breaking changes that might causes tests to start failing that nx cannot directly fix. Read more Cypress 12 changes: https://docs.cypress.io/guides/references/migration-guide#Migrating-to-Cypress-12-0.This migration will only run if you are already using Cypress v11.", - "factory": "./src/migrations/update-15-5-0/update-to-cypress-12", - "package": "@nrwl/cypress", - "name": "update-to-cypress-12" - }, - { - "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.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" - }, - { - "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", - "package": "@nrwl/linter", - "name": "add-eslint-ignore" - }, - { - "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" - }, - { - "description": "The road to v15.2", - "version": "15.2.0", - "factory": "./15_2_0/index", - "package": "@ngrx/store", - "name": "ngrx-store-migration-15-2-0" - }, - { - "description": "The road to v15 beta", - "version": "15-beta", - "factory": "./15_0_0-beta/index", - "package": "@ngrx/effects", - "name": "ngrx-effects-migration-15-beta" - }, - { - "description": "As of NgRx v14, `ReactiveComponentModule` is deprecated. It is replaced by `LetModule` and `PushModule`.", - "version": "15.0.0-beta", - "factory": "./15_0_0-beta/index", - "package": "@ngrx/component", - "name": "ngrx-component-migration-15-beta" - } - ] -}