Skip to content

Commit

Permalink
chore: upgrade workspace
Browse files Browse the repository at this point in the history
  • Loading branch information
valerymelou committed Oct 7, 2024
1 parent 40ee1b8 commit 669d8e5
Show file tree
Hide file tree
Showing 4 changed files with 1,627 additions and 1,292 deletions.
44 changes: 44 additions & 0 deletions migrations.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,44 @@
{
"migrations": [
{
"version": "20.0.0-beta.7",
"description": "Migration for v20.0.0-beta.7",
"implementation": "./src/migrations/update-20-0-0/move-use-daemon-process",
"package": "nx",
"name": "move-use-daemon-process"
},
{
"cli": "nx",
"version": "20.0.0-beta.5",
"description": "replace getJestProjects with getJestProjectsAsync",
"implementation": "./src/migrations/update-20-0-0/replace-getJestProjects-with-getJestProjectsAsync",
"package": "@nx/jest",
"name": "replace-getJestProjects-with-getJestProjectsAsync"
},
{
"cli": "nx",
"version": "19.6.0-beta.4",
"description": "Ensure Module Federation DTS is turned off by default.",
"factory": "./src/migrations/update-19-6-0/turn-off-dts-by-default",
"package": "@nx/angular",
"name": "update-19-6-0"
},
{
"cli": "nx",
"version": "19.6.0-beta.7",
"requires": { "@angular/core": ">=18.2.0" },
"description": "Update the @angular/cli package version to ~18.2.0.",
"factory": "./src/migrations/update-19-6-0/update-angular-cli",
"package": "@nx/angular",
"name": "update-angular-cli-version-18-2-0"
},
{
"cli": "nx",
"version": "19.6.1-beta.0",
"description": "Ensure Target Defaults are set correctly for Module Federation.",
"factory": "./src/migrations/update-19-6-1/ensure-depends-on-for-mf",
"package": "@nx/angular",
"name": "update-19-6-1-ensure-module-federation-target-defaults"
}
]
}
3 changes: 2 additions & 1 deletion nx.json
Original file line number Diff line number Diff line change
Expand Up @@ -84,5 +84,6 @@
"targetName": "eslint:lint"
}
}
]
],
"nxCloudId": "6704112b48285c3175c9c49c"
}
67 changes: 34 additions & 33 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,17 +7,18 @@
},
"private": true,
"dependencies": {
"@angular/animations": "~18.1.0",
"@angular/cdk": "~18.1.1",
"@angular/common": "~18.1.0",
"@angular/compiler": "~18.1.0",
"@angular/core": "~18.1.0",
"@angular/forms": "~18.1.0",
"@angular/platform-browser": "~18.1.0",
"@angular/platform-browser-dynamic": "~18.1.0",
"@angular/platform-server": "~18.1.0",
"@angular/router": "~18.1.0",
"@angular/ssr": "~18.2.3",
"@angular/animations": "18.2.7",
"@angular/cdk": "18.2.7",
"@angular/common": "18.2.7",
"@angular/compiler": "18.2.7",
"@angular/core": "18.2.7",
"@angular/forms": "18.2.7",
"@angular/platform-browser": "18.2.7",
"@angular/platform-browser-dynamic": "18.2.7",
"@angular/platform-server": "18.2.7",
"@angular/router": "18.2.7",
"@angular/service-worker": "18.2.7",
"@angular/ssr": "18.2.7",
"@flowup/contentful-rich-text-angular-renderer": "^0.8.0",
"@ng-icons/bootstrap-icons": "^29.0.0",
"@ng-icons/core": "^29.0.0",
Expand All @@ -29,44 +30,44 @@
"zone.js": "~0.14.3"
},
"devDependencies": {
"@angular-devkit/build-angular": "~18.1.0",
"@angular-devkit/core": "~18.1.0",
"@angular-devkit/schematics": "~18.1.0",
"@angular-devkit/build-angular": "18.2.7",
"@angular-devkit/core": "18.2.7",
"@angular-devkit/schematics": "18.2.7",
"@angular-eslint/eslint-plugin": "^18.0.1",
"@angular-eslint/eslint-plugin-template": "^18.0.1",
"@angular-eslint/template-parser": "^18.0.1",
"@angular/build": "~18.2.3",
"@angular/cli": "~18.1.0",
"@angular/compiler-cli": "~18.1.0",
"@angular/language-service": "~18.1.0",
"@nx/angular": "19.5.4",
"@nx/eslint": "19.5.4",
"@nx/eslint-plugin": "19.5.4",
"@nx/jest": "19.5.4",
"@nx/js": "19.5.4",
"@nx/plugin": "19.5.4",
"@nx/workspace": "19.5.4",
"@schematics/angular": "~18.1.0",
"@angular/build": "18.2.7",
"@angular/cli": "~18.2.0",
"@angular/compiler-cli": "18.2.7",
"@angular/language-service": "18.2.7",
"@nx/angular": "20.0.0",
"@nx/eslint": "20.0.0",
"@nx/eslint-plugin": "20.0.0",
"@nx/jest": "20.0.0",
"@nx/js": "20.0.0",
"@nx/plugin": "20.0.0",
"@nx/workspace": "20.0.0",
"@schematics/angular": "18.2.7",
"@swc-node/register": "~1.10.9",
"@swc/core": "~1.7.1",
"@swc/core": "~1.7.26",
"@swc/helpers": "~0.5.11",
"@types/express": "4.17.21",
"@types/jest": "^29.4.0",
"@types/jest": "29.5.13",
"@types/node": "22.5.4",
"@typescript-eslint/eslint-plugin": "^7.16.0",
"@typescript-eslint/parser": "^7.16.0",
"@typescript-eslint/utils": "^7.16.0",
"autoprefixer": "^10.4.20",
"browser-sync": "^3.0.0",
"eslint": "~8.57.0",
"eslint": "~8.57.1",
"eslint-config-prettier": "^9.0.0",
"jest": "^29.4.1",
"jest-environment-jsdom": "^29.4.1",
"jest": "29.7.0",
"jest-environment-jsdom": "29.7.0",
"jest-environment-node": "^29.4.1",
"jest-preset-angular": "~14.1.0",
"jsonc-eslint-parser": "^2.1.0",
"ng-packagr": "~18.1.0",
"nx": "19.5.4",
"ng-packagr": "18.2.1",
"nx": "20.0.0",
"postcss": "^8.4.5",
"postcss-url": "~10.1.3",
"prettier": "^3.2.5",
Expand Down
Loading

0 comments on commit 669d8e5

Please sign in to comment.