diff --git a/migrations.json b/migrations.json index c75d1028d..ae61b235c 100644 --- a/migrations.json +++ b/migrations.json @@ -1,28 +1,20 @@ { "migrations": [ { - "version": "15.0.0-beta.0", "cli": "nx", - "description": "Stop hashing jest spec files and config files for build targets and dependent tasks", - "factory": "./src/migrations/update-15-0-0/add-jest-inputs", - "package": "@nrwl/jest", - "name": "add-jest-inputs" + "version": "15.1.0-beta.0", + "description": "Update to Cypress v11. This migration will only update if the workspace is already on v10. https://www.cypress.io/blog/2022/11/04/upcoming-changes-to-component-testing/", + "factory": "./src/migrations/update-15-1-0/cypress-11", + "package": "@nrwl/cypress", + "name": "update-to-cypress-11" }, { "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", + "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.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" + "name": "15.1.0-set-project-names" } ] } diff --git a/package.json b/package.json index 03b7d3367..01faa2b98 100644 --- a/package.json +++ b/package.json @@ -22,18 +22,18 @@ "tslib": "^2.3.0" }, "devDependencies": { - "@nrwl/cli": "15.0.9", - "@nrwl/cypress": "15.0.9", - "@nrwl/jest": "15.0.9", - "@nrwl/js": "15.0.9", - "@nrwl/next": "15.0.9", - "@nrwl/node": "15.0.9", - "@nrwl/express": "15.0.9", + "@nrwl/cli": "15.2.1", + "@nrwl/cypress": "15.2.1", + "@nrwl/jest": "15.2.1", + "@nrwl/js": "15.2.1", + "@nrwl/next": "15.2.1", + "@nrwl/node": "15.2.1", + "@nrwl/express": "15.2.1", "@nrwl/nx-cloud": "15.0.2", - "@nrwl/react": "15.0.9", - "@nrwl/web": "15.0.9", - "@nrwl/workspace": "15.0.9", - "@nrwl/eslint-plugin-nx": "15.0.9", + "@nrwl/react": "15.2.1", + "@nrwl/web": "15.2.1", + "@nrwl/workspace": "15.2.1", + "@nrwl/eslint-plugin-nx": "15.2.1", "@openapitools/openapi-generator-cli": "2.3.7", "@testing-library/react": "13.4.0", "@trumbitta/nx-plugin-openapi": "^1.12.1", @@ -51,7 +51,7 @@ "eslint-plugin-react-hooks": "4.6.0", "jest": "28.1.1", "jest-environment-jsdom": "28.1.1", - "nx": "15.0.9", + "nx": "15.2.1", "prettier": "^2.6.2", "react-test-renderer": "18.2.0", "ts-jest": "28.0.5", @@ -60,3 +60,4 @@ "@typescript-eslint/eslint-plugin": "5.3.1" } } +