Skip to content

Commit

Permalink
feat(angular): update ngrx to v17 (#20247)
Browse files Browse the repository at this point in the history
  • Loading branch information
leosvelperez committed Nov 21, 2023
1 parent cd38d51 commit 607fd49
Show file tree
Hide file tree
Showing 4 changed files with 166 additions and 34 deletions.
6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -62,9 +62,9 @@
"@nestjs/testing": "^9.0.0",
"@nuxt/kit": "^3.8.1",
"@nuxt/schema":"^3.8.1",
"@ngrx/effects": "~16.0.0",
"@ngrx/router-store": "~16.0.0",
"@ngrx/store": "~16.0.0",
"@ngrx/effects": "~17.0.0",
"@ngrx/router-store": "~17.0.0",
"@ngrx/store": "~17.0.0",
"@nx/angular": "17.1.1",
"@nx/cypress": "17.1.1",
"@nx/devkit": "17.1.1",
Expand Down
12 changes: 12 additions & 0 deletions packages/angular/migrations.json
Original file line number Diff line number Diff line change
Expand Up @@ -1505,6 +1505,18 @@
"alwaysAddToPackageJson": false
}
}
},
"17.2.0-ngrx": {
"version": "17.2.0-beta.3",
"requires": {
"@angular/core": "^17.0.0"
},
"packages": {
"@ngrx/store": {
"version": "~17.0.0",
"alwaysAddToPackageJson": false
}
}
}
}
}
2 changes: 1 addition & 1 deletion packages/angular/src/utils/versions.ts
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ export const nxVersion = require('../../package.json').version;
export const angularVersion = '~17.0.0';
export const angularDevkitVersion = '~17.0.0';
export const ngPackagrVersion = '~17.0.0';
export const ngrxVersion = '~16.0.0';
export const ngrxVersion = '~17.0.0';
export const rxjsVersion = '~7.8.0';
export const zoneJsVersion = '~0.14.0';
export const angularJsVersion = '1.7.9';
Expand Down
180 changes: 150 additions & 30 deletions pnpm-lock.yaml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

1 comment on commit 607fd49

@vercel
Copy link

@vercel vercel bot commented on 607fd49 Nov 21, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Successfully deployed to the following URLs:

nx-dev – ./

nx-dev-nrwl.vercel.app
nx-dev-git-master-nrwl.vercel.app
nx.dev
nx-five.vercel.app

Please sign in to comment.