Skip to content

Commit

Permalink
chore: update nx to v18.1 (#1521)
Browse files Browse the repository at this point in the history
  • Loading branch information
lacolaco authored Nov 16, 2024
1 parent f1b23af commit 3d7ec64
Show file tree
Hide file tree
Showing 5 changed files with 836 additions and 748 deletions.
7 changes: 3 additions & 4 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,12 +2,11 @@

## [1.0.3](https://github.com/lacolaco/contributors-img/compare/v1.0.2...v1.0.3) (2024-11-16)


### Bug Fixes

* **deps:** update module golang.org/x/oauth2 to v0.24.0 ([#1505](https://github.com/lacolaco/contributors-img/issues/1505)) ([95873fd](https://github.com/lacolaco/contributors-img/commit/95873fd4238993afd47985f00a7e6743416226a2))
* **deps:** update module golang.org/x/sync to v0.9.0 ([#1506](https://github.com/lacolaco/contributors-img/issues/1506)) ([f602cf9](https://github.com/lacolaco/contributors-img/commit/f602cf9bd0b34968d01287fff8a2ef9b0c8421f7))
* upgrade Angular to v16 ([#1500](https://github.com/lacolaco/contributors-img/issues/1500)) ([9988e6a](https://github.com/lacolaco/contributors-img/commit/9988e6aa80d132d1354419402f6e9363ccf8d621))
- **deps:** update module golang.org/x/oauth2 to v0.24.0 ([#1505](https://github.com/lacolaco/contributors-img/issues/1505)) ([95873fd](https://github.com/lacolaco/contributors-img/commit/95873fd4238993afd47985f00a7e6743416226a2))
- **deps:** update module golang.org/x/sync to v0.9.0 ([#1506](https://github.com/lacolaco/contributors-img/issues/1506)) ([f602cf9](https://github.com/lacolaco/contributors-img/commit/f602cf9bd0b34968d01287fff8a2ef9b0c8421f7))
- upgrade Angular to v16 ([#1500](https://github.com/lacolaco/contributors-img/issues/1500)) ([9988e6a](https://github.com/lacolaco/contributors-img/commit/9988e6aa80d132d1354419402f6e9363ccf8d621))

## [1.0.2](https://github.com/lacolaco/contributors-img/compare/v1.0.1...v1.0.2) (2023-07-02)

Expand Down
34 changes: 24 additions & 10 deletions migrations.json
Original file line number Diff line number Diff line change
@@ -1,21 +1,35 @@
{
"migrations": [
{
"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"
"name": "move-default-base-to-nx-json-root"
},
{
"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.0-beta.1",
"requires": { "@angular/core": ">=17.2.0" },
"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-module-federation-env-var-to-target-defaults"
"name": "update-angular-cli-version-17-2-0"
},
{
"cli": "nx",
"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": "fix-target-defaults-for-webpack-browser"
},
{
"version": "17.0.0-0",
"description": "Updates Angular Material to v17",
"factory": "./ng-update/index_bundled#updateToV17",
"package": "@angular/material",
"name": "migration-v17"
}
]
}
6 changes: 2 additions & 4 deletions nx.json
Original file line number Diff line number Diff line change
@@ -1,8 +1,5 @@
{
"$schema": "./node_modules/nx/schemas/nx-schema.json",
"affected": {
"defaultBase": "main"
},
"namedInputs": {
"default": [
"{projectRoot}/**/*",
Expand Down Expand Up @@ -63,5 +60,6 @@
"style": "scss"
}
},
"parallel": 1
"parallel": 1,
"defaultBase": "main"
}
44 changes: 22 additions & 22 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -31,17 +31,17 @@
"private": true,
"packageManager": "[email protected]",
"dependencies": {
"@angular/animations": "17.1.3",
"@angular/cdk": "17.1.2",
"@angular/common": "17.1.3",
"@angular/compiler": "17.1.3",
"@angular/core": "17.1.3",
"@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/fire": "17.0.0",
"@angular/forms": "17.1.3",
"@angular/forms": "17.2.4",
"@angular/material": "^16.2.0",
"@angular/platform-browser": "17.1.3",
"@angular/platform-browser-dynamic": "17.1.3",
"@angular/router": "17.1.3",
"@angular/platform-browser": "17.2.4",
"@angular/platform-browser-dynamic": "17.2.4",
"@angular/router": "17.2.4",
"@rx-angular/state": "16.0.0",
"firebase": "9.23.0",
"normalize.css": "8.0.1",
Expand All @@ -50,22 +50,22 @@
"zone.js": "0.14.8"
},
"devDependencies": {
"@angular-devkit/architect": "0.1701.4",
"@angular-devkit/build-angular": "17.1.4",
"@angular-devkit/architect": "0.1702.3",
"@angular-devkit/build-angular": "17.2.3",
"@angular-eslint/eslint-plugin": "17.0.1",
"@angular-eslint/eslint-plugin-template": "17.0.1",
"@angular-eslint/template-parser": "17.0.1",
"@angular/cli": "~17.1.0",
"@angular/compiler-cli": "17.1.3",
"@angular/language-service": "17.1.3",
"@angular/cli": "~17.2.0",
"@angular/compiler-cli": "17.2.4",
"@angular/language-service": "17.2.4",
"@faker-js/faker": "7.6.0",
"@nx/angular": "18.0.8",
"@nx/eslint": "18.0.8",
"@nx/eslint-plugin": "18.0.8",
"@nx/jest": "18.0.8",
"@nx/node": "18.0.8",
"@nx/web": "18.0.8",
"@nx/workspace": "18.0.8",
"@nx/angular": "18.1.3",
"@nx/eslint": "18.1.3",
"@nx/eslint-plugin": "18.1.3",
"@nx/jest": "18.1.3",
"@nx/node": "18.1.3",
"@nx/web": "18.1.3",
"@nx/workspace": "18.1.3",
"@types/jest": "29.4.4",
"@types/jsdom": "21.1.1",
"@types/node": "18.19.9",
Expand All @@ -79,7 +79,7 @@
"firebase-tools": "13.6.0",
"jest": "29.4.3",
"jest-environment-jsdom": "29.4.3",
"jest-preset-angular": "13.1.6",
"jest-preset-angular": "14.0.4",
"prettier": "2.8.8",
"ts-node": "10.9.2",
"typescript": "5.3.3"
Expand Down
Loading

0 comments on commit 3d7ec64

Please sign in to comment.