ng-universal
ng-universal copied to clipboard
chore(): updating nestjs peer dependencies to 9.0.0
PR Checklist
Please check if your PR fulfills the following requirements:
- [x ] The commit message follows our guidelines: https://github.com/nestjs/nest/blob/master/CONTRIBUTING.md
- [ ] Tests for the changes have been added (for bug fixes / features)
- [ ] Docs have been added / updated (for bug fixes / features)
PR Type
What kind of change does this PR introduce?
- [ ] Bugfix
- [ ] Feature
- [ ] Code style update (formatting, local variables)
- [ ] Refactoring (no functional changes, no api changes)
- [ ] Build related changes
- [ ] CI related changes
- [ x] Other... Please describe: Chore updating NestJS dependencies.
What is the current behavior?
NestJS dependencies do not allow for use with 9.x.x branches.
Issue Number: N/A
What is the new behavior?
Dependencies now allow use with 9.x.x branches.
Does this PR introduce a breaking change?
- [ ] Yes
- [ x] No
Other information
@kamilmysliwiec Module could use some TLC
Till this is merged and release I published a workaround package. You can drop it into the current installation without changing imports by adding "@nestjs/ng-universal": "npm:@nestjs-fixed/[email protected]",
to your package.json
.
@kamilmysliwiec still in need of a merge
@DaSchTour can you add ticket creation to your fork?
@quinnjr you mean the issues tab? That's done
Fixed in this PR https://github.com/nestjs/ng-universal/pull/943