Skip to content

Commit

Permalink
feat(angular): update ngrx packages to v18 (#26549)
Browse files Browse the repository at this point in the history
<!-- Please make sure you have read the submission guidelines before
posting an PR -->
<!--
https://github.com/nrwl/nx/blob/master/CONTRIBUTING.md#-submitting-a-pr
-->

<!-- Please make sure that your commit message follows our format -->
<!-- Example: `fix(nx): must begin with lowercase` -->

## Current Behavior
<!-- This is the behavior we have today -->

## Expected Behavior
<!-- This is the behavior we should expect with the changes in this PR
-->

## Related Issue(s)
<!-- Please link the issue being fixed so it gets closed when this is
merged. -->
<!-- Fixes NXP-747 -->

Fixes #

(cherry picked from commit e22021d)
  • Loading branch information
leosvelperez authored and FrozenPandaz committed Jun 21, 2024
1 parent 32aa8a1 commit bedc48d
Show file tree
Hide file tree
Showing 4 changed files with 29 additions and 44 deletions.
5 changes: 2 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -59,9 +59,8 @@
"@nestjs/schematics": "^9.1.0",
"@nestjs/swagger": "^6.0.0",
"@nestjs/testing": "^9.0.0",
"@ngrx/effects": "17.0.1",
"@ngrx/router-store": "17.0.1",
"@ngrx/store": "17.0.1",
"@ngrx/router-store": "^18.0.0",
"@ngrx/store": "^18.0.0",
"@nuxt/kit": "^3.10.0",
"@nuxt/schema": "^3.10.0",
"@nx/angular": "19.2.0-rc.0",
Expand Down
12 changes: 12 additions & 0 deletions packages/angular/migrations.json
Original file line number Diff line number Diff line change
Expand Up @@ -1921,6 +1921,18 @@
"alwaysAddToPackageJson": false
}
}
},
"19.4.0-ngrx": {
"version": "19.4.0-beta.1",
"requires": {
"@angular/core": "^18.0.0"
},
"packages": {
"@ngrx/store": {
"version": "^18.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 = '~18.0.0';
export const angularDevkitVersion = '~18.0.0';
export const ngPackagrVersion = '~18.0.0';
export const ngrxVersion = '~17.0.0';
export const ngrxVersion = '^18.0.0';
export const rxjsVersion = '~7.8.0';
export const zoneJsVersion = '~0.14.3';
export const angularJsVersion = '1.7.9';
Expand Down
54 changes: 14 additions & 40 deletions pnpm-lock.yaml

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

0 comments on commit bedc48d

Please sign in to comment.