leostera / leostera/projector

An in-range update of most is breaking the build 🚨

Open
#39 15 comments 0 reactions 0 assignees View on GitHub

Nobody has claimed this yet.

greenkeeper
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)).
  • Deprecate some function/method aliases:
    • await - use awaitPromises
    • switch - use switchLatest
    • flatMap - use chain
    • flatMapEnd - use continueWith
    • flatMapError - use recoverWith
    • distinct - use skipRepeats
    • distinctBy - use skipRepeatsWith
    • takeUntil - use until
    • skipUntil - use since
Commits

The new version differs by 19 commits .

  • bcc1a71 release 1.2.0
  • ef629f5 Deprecate aliased functions, update docs (#380)
  • 70dd6d0 Deprecate end/complete value parameter where applicable (#386)
  • 83ea083 Simplify fromIterable, remove tick insertion (#395)
  • 232fc15 chore(package): update rollup to version 0.39.2 (#384)
  • f59a969 Add note about from throwing TypeError synchronously (#385)
  • de10dbd Fix typing of sampleWith combinator (#381)
  • 98115b4 Add switch perf results (#379)
  • 64b1300 Fix xstream switch perf test (#378)
  • 6cf84c2 chore(package): update rollup to version 0.38.0 (#376)
  • 966761b Prevent end after end when using subscribe (#369)
  • 6ee7ded docs(API): add switchLatest (#375)
  • 21c75cd Add xstream perf results (#373)
  • 81a5f6f Add xstream to performance benchmarks (#372)
  • 0a43d4e Update 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

  1. Read the whole issue, then the project's contributing guide.
  2. Comment on the issue to say you are picking it up — it saves two people doing the same work.
  3. Fork the repository and make your change on a branch.
  4. 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

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.