An in-range update of most is breaking the build 🚨
Nobody has claimed this yet.
- Dominant language
- JavaScript
- Stars
- 1
- Forks
- 0
- PR merge metrics
- No merged PRs in 30d
Description
Version 1.2.0 of most just got published.
| Branch | Build failing 🚨 |
|---|---|
| Dependency | most |
| Current Version | 1.1.1 |
| Type | dependency |
This version is covered by your current version range and after updating it in your project the build failed.
As most is a direct dependency of this project this is very likely breaking your project right now. If other packages depend on you it’s very likely also breaking them.
I recommend you give this issue a very high priority. I’m sure you can resolve this 💪
Status Details
- ❌ continuous-integration/travis-ci/push The Travis CI build failed Details
Release Notes
1.2.0: Improve iterable support- Improve
from's performance when dealing with non-Array Iterables - Deprecate
periodic's 2nd arg.- The preferred way to provide a specific value is
constant(x, periodic(period)).
- The preferred way to provide a specific value is
- Deprecate some function/method aliases:
-
await- useawaitPromises -
switch- useswitchLatest -
flatMap- usechain -
flatMapEnd- usecontinueWith -
flatMapError- userecoverWith -
distinct- useskipRepeats -
distinctBy- useskipRepeatsWith -
takeUntil- useuntil -
skipUntil- usesince
-
Commits
The new version differs by 19 commits .
bcc1a71release 1.2.0ef629f5Deprecate aliased functions, update docs (#380)70dd6d0Deprecate end/complete value parameter where applicable (#386)83ea083Simplify fromIterable, remove tick insertion (#395)232fc15chore(package): update rollup to version 0.39.2 (#384)f59a969Add note about from throwing TypeError synchronously (#385)de10dbdFix typing of sampleWith combinator (#381)98115b4Add switch perf results (#379)64b1300Fix xstream switch perf test (#378)6cf84c2chore(package): update rollup to version 0.38.0 (#376)966761bPrevent end after end when using subscribe (#369)6ee7deddocs(API): add switchLatest (#375)21c75cdAdd xstream perf results (#373)81a5f6fAdd xstream to performance benchmarks (#372)0a43d4eUpdate perf results for node 6.9.2 and latest libs (#371)
There are 19 commits in total. See the full diff.
Not sure how things should work exactly?
There is a collection of frequently asked questions and of course you may always ask my humans.
Your Greenkeeper Bot 🌴
Contributor guide
No contributing guide indexed for this repository
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Research direction
Start with the failed Travis CI build linked in the issue, then compare the project's use of most 1.1.1 with version 1.2.0 and its listed release changes. The work is complete when the project builds successfully with the dependency update, or the incompatibility and required dependency version are resolved.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- javascript
- Domain
- build-system
- Issue type
- Bug
- Difficulty
- 4/5
- Estimated time
- 3-5 days
- Activity status
- Stale
- Clarity
- Needs clarification
- Newbie friendliness
- 15/100