Skip to content

Commit

Permalink
chore: update nx
Browse files Browse the repository at this point in the history
  • Loading branch information
nartc committed Mar 28, 2024
1 parent 78163b3 commit 7661181
Show file tree
Hide file tree
Showing 3 changed files with 2,790 additions and 1,089 deletions.
67 changes: 18 additions & 49 deletions migrations.json
Original file line number Diff line number Diff line change
@@ -1,69 +1,38 @@
{
"migrations": [
{
"cli": "nx",
"version": "17.3.0-beta.6",
"description": "Updates the nx wrapper.",
"implementation": "./src/migrations/update-17-3-0/update-nxw",
"package": "nx",
"name": "17.3.0-update-nx-wrapper"
},
{
"cli": "nx",
"version": "18.0.0-beta.2",
"description": "Updates .env to disabled adding plugins when generating projects in an existing Nx workspace",
"implementation": "./src/migrations/update-18-0-0/disable-crystal-for-existing-workspaces",
"x-repair-skip": true,
"version": "18.1.0-beta.3",
"description": "Moves affected.defaultBase to defaultBase in `nx.json`",
"implementation": "./src/migrations/update-17-2-0/move-default-base",
"package": "nx",
"name": "18.0.0-disable-adding-plugins-for-existing-workspaces"
},
{
"version": "17.2.9",
"description": "Move executor options to target defaults",
"implementation": "./src/migrations/update-17-2-9/move-options-to-target-defaults",
"package": "@nx/eslint",
"name": "move-options-to-target-defaults"
},
{
"cli": "nx",
"version": "17.3.0-beta.10",
"requires": {
"@angular/core": ">=17.1.0"
},
"description": "Update the @angular/cli package version to ~17.1.0.",
"factory": "./src/migrations/update-17-3-0/update-angular-cli",
"package": "@nx/angular",
"name": "update-angular-cli-version-17-1-0"
"name": "move-default-base-to-nx-json-root"
},
{
"cli": "nx",
"version": "17.3.0-beta.10",
"requires": {
"@angular/core": ">=17.1.0"
},
"description": "Add 'browser-sync' as dev dependency when '@angular-devkit/build-angular:ssr-dev-server' or '@nx/angular:module-federation-dev-ssr' is used.",
"factory": "./src/migrations/update-17-3-0/add-browser-sync-dependency",
"package": "@nx/angular",
"name": "add-browser-sync-dependency"
"version": "18.1.0-beta.3",
"description": "Update to Cypress ^13.6.6 if the workspace is using Cypress v13 to ensure workspaces don't use v13.6.5 which has an issue when verifying Cypress.",
"implementation": "./src/migrations/update-18-1-0/update-cypress-version-13-6-6",
"package": "@nx/cypress",
"name": "update-cypress-version-13-6-6"
},
{
"cli": "nx",
"version": "17.3.0-beta.10",
"version": "18.1.0-beta.1",
"requires": {
"@angular/core": ">=17.1.0"
"@angular/core": ">=17.2.0"
},
"description": "Add 'autoprefixer' as dev dependency when '@nx/angular:ng-packagr-lite' or '@nx/angular:package` is used.",
"factory": "./src/migrations/update-17-3-0/add-autoprefixer-dependency",
"description": "Update the @angular/cli package version to ~17.2.0.",
"factory": "./src/migrations/update-18-1-0/update-angular-cli",
"package": "@nx/angular",
"name": "add-autoprefixer-dependency"
"name": "update-angular-cli-version-17-2-0"
},
{
"cli": "nx",
"version": "18.0.0-beta.0",
"description": "Add NX_MF_DEV_SERVER_STATIC_REMOTES to inputs for task hashing when '@nx/angular:webpack-browser' is used for Module Federation.",
"factory": "./src/migrations/update-18-0-0/add-mf-env-var-to-target-defaults",
"version": "18.1.1-beta.0",
"description": "Ensure targetDefaults inputs for task hashing when '@nx/angular:webpack-browser' is used are correct for Module Federation.",
"factory": "./src/migrations/update-18-1-1/fix-target-defaults-inputs",
"package": "@nx/angular",
"name": "add-module-federation-env-var-to-target-defaults"
"name": "fix-target-defaults-for-webpack-browser"
}
]
}
60 changes: 30 additions & 30 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,44 +12,44 @@
"pnpm": ">=8"
},
"dependencies": {
"@angular/animations": "17.1.0",
"@angular/cdk": "17.1.0",
"@angular/common": "17.1.0",
"@angular/compiler": "17.1.0",
"@angular/core": "17.1.0",
"@angular/forms": "17.1.0",
"@angular/platform-browser": "17.1.0",
"@angular/platform-browser-dynamic": "17.1.0",
"@angular/router": "17.1.0",
"@angular/animations": "17.2.4",
"@angular/cdk": "17.2.2",
"@angular/common": "17.2.4",
"@angular/compiler": "17.2.4",
"@angular/core": "17.2.4",
"@angular/forms": "17.2.4",
"@angular/platform-browser": "17.2.4",
"@angular/platform-browser-dynamic": "17.2.4",
"@angular/router": "17.2.4",
"@swc/helpers": "0.5.3",
"@use-gesture/vanilla": "^10.3.0",
"rxjs": "~7.8.1",
"tslib": "^2.6.2",
"zone.js": "0.14.3"
},
"devDependencies": {
"@angular-devkit/build-angular": "17.1.0",
"@angular-devkit/core": "17.1.0",
"@angular-devkit/schematics": "17.1.0",
"@angular-devkit/build-angular": "17.2.3",
"@angular-devkit/core": "17.2.3",
"@angular-devkit/schematics": "17.2.3",
"@angular-eslint/eslint-plugin": "17.2.0",
"@angular-eslint/eslint-plugin-template": "17.2.0",
"@angular-eslint/template-parser": "17.2.0",
"@angular/cli": "~17.1.0",
"@angular/compiler-cli": "17.1.0",
"@angular/language-service": "17.1.0",
"@nx/angular": "18.0.5",
"@nx/cypress": "18.0.5",
"@nx/devkit": "18.0.5",
"@nx/eslint": "18.0.5",
"@nx/eslint-plugin": "18.0.5",
"@nx/jest": "18.0.5",
"@nx/js": "18.0.5",
"@nx/plugin": "18.0.5",
"@nx/web": "18.0.5",
"@nx/workspace": "18.0.5",
"@angular/cli": "~17.2.0",
"@angular/compiler-cli": "17.2.4",
"@angular/language-service": "17.2.4",
"@nx/angular": "18.1.3",
"@nx/cypress": "18.1.3",
"@nx/devkit": "18.1.3",
"@nx/eslint": "18.1.3",
"@nx/eslint-plugin": "18.1.3",
"@nx/jest": "18.1.3",
"@nx/js": "18.1.3",
"@nx/plugin": "18.1.3",
"@nx/web": "18.1.3",
"@nx/workspace": "18.1.3",
"@release-it/bumper": "^6.0.1",
"@release-it/conventional-changelog": "^8.0.1",
"@schematics/angular": "17.1.0",
"@schematics/angular": "17.2.3",
"@swc-node/register": "1.8.0",
"@swc/cli": "~0.1.63",
"@swc/core": "1.3.104",
Expand All @@ -59,18 +59,18 @@
"@typescript-eslint/parser": "6.21.0",
"all-contributors-cli": "^6.26.1",
"autoprefixer": "^10.4.0",
"cypress": "^13.6.3",
"cypress": "^13.6.6",
"dotenv-cli": "^7.3.0",
"eslint": "8.56.0",
"eslint-config-prettier": "9.1.0",
"eslint-plugin-cypress": "^2.15.1",
"jest": "^29.7.0",
"jest-environment-jsdom": "^29.7.0",
"jest-preset-angular": "14.0.0",
"jest-preset-angular": "14.0.3",
"jsonc-eslint-parser": "^2.4.0",
"lint-staged": "^15.2.0",
"ng-packagr": "17.1.0",
"nx": "18.0.5",
"ng-packagr": "17.2.1",
"nx": "18.1.3",
"postcss": "^8.4.33",
"postcss-import": "~16.0.0",
"postcss-preset-env": "~9.3.0",
Expand Down
Loading

0 comments on commit 7661181

Please sign in to comment.