chore(deps-dev): bump rxjs from 6.6.7 to 7.0.0 by dependabot-preview[bot] · Pull Request #508 · LeetCode-OpenSource/ayanami
⚠️ Dependabot Preview has been deactivated ⚠️
This pull request was created by Dependabot Preview, and you've upgraded to Dependabot. This means it won't respond to dependabot commands nor will it be automatically closed if a new version is found.
If you close this pull request, Dependabot will re-create it the next time it checks for updates and everything will work as expected.
Bumps rxjs from 6.6.7 to 7.0.0.
Changelog
Sourced from rxjs's changelog.
7.0.0 (2021-04-29)
Bug Fixes
- VS code will now properly auto-import operators, et al (#6276) (f43c728), closes #6067
- AjaxResponse: add stricter
type(AjaxResponseType) (#6279) (839e192)7.0.0-rc.3 (2021-04-28)
Bug Fixes
- finalize behaves well with useDeprecatedSynchronousErrorHandling (#6251) (e4bed2a), closes #6250
- resolve run-time errors when using deprecated sync error handling (#6272) (35daaf7), closes #6271
- resolve issue that made users unable to assert
instanceof AjaxError. (#6275) (a7c2d29)Features
BREAKING CHANGES
- Our very new creation function,
connectable, now takes a configuration object instead of just theSubjectinstance. This was necessary to make sure it covered all use cases for what we were trying to replace in the deprecated multicasting operators. Apologies for the late-in-the-game change, but we know it's not widely used yet (it's new in v7), and we want to get it right.7.0.0-rc.2 (2021-04-20)
Bug Fixes
Reverts
7.0.0-rc.1 (2021-04-19)
Bug Fixes
- TypeScript: Add typesVersions definition to package.json in order to help VS Code find automatic imports. (#6067) (659a623)
7.0.0-rc.0 (2021-04-19)
Bug Fixes
- symbol: revert unique symbol in #5874 (#6224) (3c49429), closes #5919 #6178 #6175
- forkJoin/combineLatest return Observable if passed any (#6227) (ce0a2fa), closes #6226
- fromEvent: match targets properly; fix result selector type (#6208) (8412c73)
- merge: single array is not an array of sources (#6211) (4e900dc)
- pipe: Ensure that
unknownis infered for 9+ arguments. (#6212) (6fa819b)Features
... (truncated)
Commits
f9a60f0chore(publish): 7.0.07990c12docs(breaking-changes): update min ts version to 4.2 (#6291)02a9098types(config): add GlobalConfig interface (#6247)839e192feat(AjaxResponse): add strictertype(AjaxResponseType) (#6279)f43c728fix: VS code will now properly import operators, et al (#6276)e572d2echore: deprecate error ctors (#6277)34e4bdeUpdate resultSelector.md (#6280)e00b347Preparation v7 Docs (#6270)917fef7docs: clarificationa5ce6aachore(publish): 7.0.0-rc.3- 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 rebasewill rebase this PR@dependabot recreatewill recreate this PR, overwriting any edits that have been made to it@dependabot mergewill merge this PR after your CI passes on it@dependabot squash and mergewill squash and merge this PR after your CI passes on it@dependabot cancel mergewill cancel a previously requested merge and block automerging@dependabot reopenwill reopen this PR if it is closed@dependabot closewill close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually@dependabot ignore this major versionwill 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 versionwill 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 dependencywill 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 labelswill set the current labels as the default for future PRs for this repo and language@dependabot use these reviewerswill set the current reviewers as the default for future PRs for this repo and language@dependabot use these assigneeswill set the current assignees as the default for future PRs for this repo and language@dependabot use this milestonewill set the current milestone as the default for future PRs for this repo and language@dependabot badge mewill 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)