Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Here is everything you need to know about this update. Please take a good look at what changed and the test results before merging this pull request.
What changed?
✳️ rxjs (7.5.6 → 7.8.1) · Repo · Changelog
Commits
See the full diff on Github. The new version differs by 70 commits:
chore(publish): 7.8.1
Change workflow permissions to be minimally scoped. (#7217)
docs(fromEvent): update the example to match the actual API (#7246)
fix(throttle): properly handle default ThrottleConfig values (#7176)
docs: update Operators overview (#6819)
docs(deprecations): fix typo in breaking changes (#7237)
docs(deprecations): fix some typos in Scheduler Argument (#7119)
docs: improve search for documentation (#6952)
chore(docs): fix url for Ben's website (#7215)
docs: proofread 6-to-7 change summary (#7002)
docs(tap): revert back `error` and `complete` parameter docs
docs(Observer): add documentation to Observer interface (#6948)
docs: document and export TapObserver (#6944)
chore: include docs build scripts in pipeline (#6913)
docs: add UnaryFunction documentation (#6885)
docs: remove examples-package (#7190)
fix(asapScheduler): No longer stops after scheduling twice during flush (#7198)
Fix example for bindCallback (#7178)
docs(exhaustAll): fix marble diagram (#6983)
docs: mark deprecated items in module template (#7027)
chore: update dgeni-packages to the latest version (#7069)
docs: fix checkOperator processor not to mark interfaces as operators (#6945)
chore(publish): 7.8.0
feat(share): ShareConfig factory properties should support ObservableInput (#7093)
feat(delayWhen): `delayWhen`'s `delayDurationSelector` should support `ObservableInput` (#7049)
feat(buffer): closingNotifier should support ObservableInput (#7073)
feat(sequenceEqual): compareTo should support ObservableInput (#7102)
feat(skipUntil): notifier should support ObservableInput (#7091)
feat(window): windowBoundaries should support ObservableInput (#7088)
chore(publish): 7.7.0
feat(retryWhen): `notifier` now supports any `ObservableInput` (#7105)
feat(sample): `notifier` now supports any `ObservableInput` (#7104)
feat(repeatWhen): `notifier` supports `ObservableInput` (#7103)
Delete index.d.ts
Delete index.d.ts
feat(distinct): flush argument now supports any ObservableInput (#7081)
chore: remove ts-api-guardian, as it is outmoded (#7128)
chore(publish): 7.6.0
fix(schedulers): no longer cause TypeScript build failures when Node types aren't included
chore: Update to valid, active Node versions (#7127)
feat(onErrorResumeNextWith): renamed `onErrorResumeNext` and exported from the top level (#6755)
chore: deprecate observable symbol export (#6545)
fix: subscribe and tap type overloads (#6718)
docs(ReplaySubject): fix typo in constructor jsdoc (#7113)
docs(operators): fixing a typo (#7086)
docs(glossary): fix typo (#7092)
chore: be more specific with issue relations
chore: Revert package-lock.json changes
chore(publish): 7.5.7
docs(shareReplay): remove marble diagram (#7051)
Update rebase.yml (#7048)
Fix wording (#7045)
docs: fix "the the" -> "the" (#7039)
docs(index): fix typo (#7034)
docs(ReplaySubject): typo 'fo' should be 'of' (#6970)
docs: add export condition guide for Rollup (#6968)
Spelling (#6966)
chore(never): convert never specs to run mode (#6962)
chore(zip): convert zip specs to run mode (#6961)
chore(range): convert range specs to run mode (#6960)
chore(race): convert race specs to run mode (#6959)
chore(fromEventPattern): convert fromEventPattern specs to run mode (#6958)
chore(bindNodeCallback): convert bindNodeCallback specs to run mode (#6957)
chore(bindCallback): convert bindCallback specs to run mode (#6956)
fix(schedulers): improve performance of animationFrameScheduler and asapScheduler (#7059)
perf(animationFrames): uses fewer Subscription instances (#7060)
docs: fix typo word 'occurrance' in operators doc (#7010)
docs(observable.md): add missing import (#7026)
docs(delayWhen): improve docs related to the notification Observable (#7028)
docs: Inline templates, correct type errors that revealed. (#6936)
👉 No CI detected
You don't seem to have any Continuous Integration service set up!
Without a service that will test the Depfu branches and pull requests, we can't inform you if incoming updates actually work with your app. We think that this degrades the service we're trying to provide down to a point where it is more or less meaningless.
This is fine if you just want to give Depfu a quick try. If you want to really let Depfu help you keep your app up-to-date, we recommend setting up a CI system:
* [Circle CI](https://circleci.com), [Semaphore ](https://semaphoreci.com) and [Github Actions](https://docs.github.com/actions) are all excellent options. * If you use something like Jenkins, make sure that you're using the Github integration correctly so that it reports status data back to Github. * If you have already set up a CI for this repository, you might need to check your configuration. Make sure it will run on all new branches. If you don’t want it to run on every branch, you can whitelist branches starting with `depfu/`.Depfu will automatically keep this PR conflict-free, as long as you don't add any commits to this branch yourself. You can also trigger a rebase manually by commenting with
@depfu rebase
.All Depfu comment commands
Go to the Depfu Dashboard to see the state of your dependencies and to customize how Depfu works.