Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

chore(deps-dev): bump @ngrx/effects from 12.4.0 to 15.1.0 #976

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

dependabot[bot]
Copy link

@dependabot dependabot bot commented on behalf of github Dec 22, 2022

Bumps @ngrx/effects from 12.4.0 to 15.1.0.

Changelog

Sourced from @​ngrx/effects's changelog.

15.1.0 (2022-12-21)

Bug Fixes

  • component-store: revert throwError usages with factory for RxJS 6 compatibility (726dfb7)
  • data: revert throwError usages with factory for RxJS 6 compatibility (a137b59), closes #3702
  • eslint-plugin: remove @​angular-devkit/schematics dependency (#3710) (f0ae915), closes #3709
  • schematics: disable package json peer dep updates during build (#3692) (9cfc103), closes #3691
  • store: support using createActionGroup with props typed as unions (#3713) (e75fa1a), closes #3712

Features

  • router-store: add new selectRouteDataParam selector (#3673) (#3686) (81bc0d9)
  • store: support usingcreateSelector with selectors dictionary (#3703) (5c87dda), closes #3677

15.0.0 (2022-11-29)

Features

15.0.0-rc.0 (2022-11-23)

Features

  • component: clear LetDirective view when replaced observable is in suspense state (#3671) (ec59c4b)
  • component: remove $ prefix from LetViewContext property names (#3670) (b3b21e6)

BREAKING CHANGES

  • component: The LetDirective view will be cleared when the replaced observable is in a suspense state. Also, the suspense property is removed from the LetViewContext because it would always be false when the LetDirective view is rendered. Instead of suspense property, use the suspense template to handle the suspense state.

BEFORE:

The LetDirective view will not be cleared when the replaced observable is in a suspense state and the suspense template is not passed:

@Component({
  template: `
    <!-- When button is clicked, the 'LetDirective' view won't be cleared. -->
    <!-- Instead, the value of 'o' will be 'undefined' until the replaced -->
    <!-- observable emits the first value (after 1 second). -->
    <p *ngrxLet="obs$ as o">{{ o }}</p>
    <button (click)="replaceObs()">Replace Observable</button>
  `,
})
</tr></table> 

... (truncated)

Commits
  • 74d3744 chore: release 15.1.0
  • a137b59 fix(data): revert throwError usages with factory for RxJS 6 compatibility
  • 726dfb7 fix(component-store): revert throwError usages with factory for RxJS 6 compat...
  • ce5e058 chore: update ESLint (#3721)
  • f0ae915 fix(eslint-plugin): remove @​angular-devkit/schematics dependency (#3710)
  • e75fa1a fix(store): support using createActionGroup with props typed as unions (#3713)
  • 5c87dda feat(store): support usingcreateSelector with selectors dictionary (#3703)
  • 10f1146 docs: add usage of standalone APIs to packages (#3696)
  • 9cfc103 fix(schematics): disable package json peer dep updates during build (#3692)
  • 7194403 docs(data): improve DefaultDataServiceConfig.trailingSlashEndpoints (#3690)
  • Additional commits viewable in compare view

Dependabot compatibility score

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot merge will merge this PR after your CI passes on it
  • @dependabot squash and merge will squash and merge this PR after your CI passes on it
  • @dependabot cancel merge will cancel a previously requested merge and block automerging
  • @dependabot reopen will reopen this PR if it is closed
  • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
  • @dependabot ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)

Bumps [@ngrx/effects](https://github.com/ngrx/platform) from 12.4.0 to 15.1.0.
- [Release notes](https://github.com/ngrx/platform/releases)
- [Changelog](https://github.com/ngrx/platform/blob/master/CHANGELOG.md)
- [Commits](ngrx/platform@12.4.0...15.1.0)

---
updated-dependencies:
- dependency-name: "@ngrx/effects"
  dependency-type: direct:development
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot added the dependencies Pull requests that update a dependency file label Dec 22, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
dependencies Pull requests that update a dependency file
Projects
None yet
Development

Successfully merging this pull request may close these issues.

0 participants