Skip to content

Bump the all_dependencies group across 1 directory with 2 updates#20

Open
dependabot[bot] wants to merge 1 commit intomainfrom
dependabot/pub/all_dependencies-9cdf2b0f2e
Open

Bump the all_dependencies group across 1 directory with 2 updates#20
dependabot[bot] wants to merge 1 commit intomainfrom
dependabot/pub/all_dependencies-9cdf2b0f2e

Conversation

@dependabot
Copy link

@dependabot dependabot bot commented on behalf of github Jun 17, 2024

Bumps the all_dependencies group with 2 updates in the / directory: leancode_lint and rxdart.

Updates leancode_lint from 6.0.0 to 13.0.0

Commits

Updates rxdart from 0.27.7 to 0.28.0

Release notes

Sourced from rxdart's releases.

0.28.0

New

  • ValueStream:

    • Add lastEventOrNull getter to ValueStream, which returns the last emitted event (either data/value or error event), or null.
    • Add isLastEventValue, isLastEventError and errorAndStackTraceOrNull extension getters to ValueStream, to check the kind of the last emitted event is data/value or error.
    • Update documentation.
  • ReplayStream:

    • Add errorAndStackTraces to ReplayStream, which returns a list of emitted ErrorAndStackTraces.
  • Rename Notification and Kind to better reflect their purpose, and to avoid confusion with Flutter's Notification class.

    • Rename Notification to StreamNotification
      • Notification.onData to StreamNotification.data.
      • Notification.onDone to StreamNotification.done.
      • Notification.onError to StreamNotification.error.
    • Rename Kind to NotificationKind
      • Kind.onData to NotificationKind.data.
      • Kind.onError to NotificationKind.error.
      • Kind.onDone to NotificationKind.done.
    • Introduce DataNotification, ErrorNotification and DoneNotification as the subclasses of StreamNotification.
    • Convert isOnData, isOnError, isOnDone, requireData to extension getters on StreamNotification, they are now named isData, isError, isDone and requireDataValue.
    • Add extensions on StreamNotification: dataValueOrNull, requireErrorAndStackTrace, errorAndStackTraceOrNull getters and when method.

Changed

  • Accept Dart SDK versions above 3.0.

  • switchMap: when cancelling the previous inner subscription, switchMap will pause the outer subscription and and wait for the inner subscription to be completely canceled. It will then resume the outer subscription, and listen to the next inner Stream. Any errors from canceling the previous inner subscription will now be forwarded to the resulting Stream.

  • Breaking: Rename ForkJoinStream.combine2..combine9 to ForkJoinStream.join2..join9.

  • Breaking: Rx.using/UsingStream

    • Convert all required positional parameters to required named parameters.
    • The disposer is now called after the future returned from StreamSubscription.cancel completes.

Documentation

0.28.0-dev.2

Feedback on this change appreciated as this is a dev release before 0.28.0 stable!

... (truncated)

Commits
  • 6852efa chore(publish): prepare for v0.28.0
  • 6068abd update publish-github-release.yml
  • bdca888 chore: update logo
  • c745508 Create LICENSE [skip ci]
  • 1d4c90d Update README.md [skip ci]
  • 5057b4e Update README.md [skip ci]
  • 3330f67 Rename packages/rxdart/Rx_Logo_M.png to packages/rxdart/screenshots/logo.png
  • 4ed6b07 add Rx_Logo_M.png [skip ci]
  • 8fb1b10 Update pubspec.yaml [skip ci]
  • 76cbc50 docs: update changelog reference (#758)
  • Additional commits viewable in compare view

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 show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @dependabot ignore <dependency name> major version will close this group update PR and stop Dependabot creating any more for the specific dependency's major version (unless you unignore this specific dependency's major version or upgrade to it yourself)
  • @dependabot ignore <dependency name> minor version will close this group update PR and stop Dependabot creating any more for the specific dependency's minor version (unless you unignore this specific dependency's minor version or upgrade to it yourself)
  • @dependabot ignore <dependency name> will close this group update PR and stop Dependabot creating any more for the specific dependency (unless you unignore this specific dependency or upgrade to it yourself)
  • @dependabot unignore <dependency name> will remove all of the ignore conditions of the specified dependency
  • @dependabot unignore <dependency name> <ignore condition> will remove the ignore condition of the specified dependency and ignore conditions

Bumps the all_dependencies group with 2 updates in the / directory: [leancode_lint](https://github.com/leancodepl/flutter_corelibrary) and [rxdart](https://github.com/ReactiveX/rxdart).


Updates `leancode_lint` from 6.0.0 to 13.0.0
- [Release notes](https://github.com/leancodepl/flutter_corelibrary/releases)
- [Commits](leancodepl/flutter_corelibrary@leancode_lint-v6.0.0...leancode_lint-v13.0.0)

Updates `rxdart` from 0.27.7 to 0.28.0
- [Release notes](https://github.com/ReactiveX/rxdart/releases)
- [Commits](ReactiveX/rxdart@0.27.7...0.28.0)

---
updated-dependencies:
- dependency-name: leancode_lint
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: all_dependencies
- dependency-name: rxdart
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: all_dependencies
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot added the dependencies Pull requests that update a dependency file label Jun 17, 2024
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