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

⬆️ Bump redux-observable from 1.0.0 to 2.0.0 #130

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

Conversation

dependabot-preview[bot]
Copy link

Bumps redux-observable from 1.0.0 to 2.0.0.

Changelog

Sourced from redux-observable's changelog.

2.0.0 (2021-06-24)

2.0.0 brings support for RxJS v7, newer TypeScript support, and a few bug fixes (see previous pre-releases.) Of note is BREAKING CHANGE that action$.ofType() has been removed in favor of a pipeable operator you can import import { ofType } from 'redux-observable';

2.0.0-rc.2 (2021-05-11)

Bug Fixes

  • dependencies: rxjs and tslib are now listed as dependencies (#748) (e1580d7)

2.0.0-rc.1 (2021-05-07)

Bug Fixes

  • types: Type system now requires ofType operator to have at least one action type passed in, fixes #689 (#690) (72182ec)

Features

  • ofType: Add warning for nullsy typescloses #607 (ecf3f21)
  • rxjs7: add rxjs 7 compatibility (a4932a1), closes #735

BREAKING CHANGES

  • rxjs7: Uses typescript 4.2.2 and tslib 2.1.0 (same libs as rxjs 7). @​typescript-eslint/eslint-plugin and @​typescript-eslint/parser has been updated to 4.22.0 to run linter properly with new ts version, new troublesome linter rules added.

2.0.0-alpha.0 (2019-11-14)

feature

  • ofType: Type inference for ofType, removal of ActionsObservable in favor of just Observable (#681) (16f083d)

  • Convert project to Typescript and add es2015 build target (#672) (ba4699e), closes #672

BREAKING CHANGES

  • ofType: ActionsObservable existed so we could provide an ofType() method to the prototype of action$, before RxJS had pipeable operators. Now that pipeable operators have been out for quite some time we are removing ActionsObservable in favor or using the pipeable ofType() instead.

... (truncated)

Commits
  • 57368e9 chore(publish): v2.0.0
  • 7c2d9f3 chore(package-lock): update lockfile to latest
  • 38af2ed Update README.md (#750)
  • 9dbf561 chore(publish): v2.0.0-rc.2
  • e1580d7 fix(dependencies): rxjs and tslib are now listed as dependencies (#748)
  • a955b78 chore: remove travis as we are using github actions now
  • ac09109 chore(publish): v2.0.0-rc.1
  • e6a5946 chore(npm): depend on the npm package directly so we control which version is...
  • 97502c2 chore(eslint): add void return types to console utils
  • 6a6518c Merge pull request #747 from eltiodelsofa/master
  • 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)
  • @dependabot use these labels will set the current labels as the default for future PRs for this repo and language
  • @dependabot use these reviewers will set the current reviewers as the default for future PRs for this repo and language
  • @dependabot use these assignees will set the current assignees as the default for future PRs for this repo and language
  • @dependabot use this milestone will set the current milestone as the default for future PRs for this repo and language
  • @dependabot badge me will comment on this PR with code to add a "Dependabot enabled" badge to your readme

Additionally, you can set the following in your Dependabot dashboard:

  • Update frequency (including time of day and day of week)
  • Pull request limits (per update run and/or open at any time)
  • Out-of-range updates (receive only lockfile updates, if desired)
  • Security updates (receive only security updates, if desired)

@dependabot-preview dependabot-preview bot added the dependencies Pull requests that update a dependency file label Jun 25, 2021
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