kristerkari / observable-redux-json-api

Observables + Redux + JSON API
MIT License
8 stars 1 forks source link

An in-range update of rxjs-tslint-rules is breaking the build 🚨 #62

Open greenkeeper[bot] opened 5 years ago

greenkeeper[bot] commented 5 years ago

The devDependency rxjs-tslint-rules was updated from 4.24.3 to 4.25.0.

🚨 View failing branch.

This version is covered by your current version range and after updating it in your project the build failed.

rxjs-tslint-rules is a devDependency of this project. It might not break your production code or affect downstream projects, but probably breaks your build or test tools, which may prevent deploying or publishing.

Status Details - βœ… **continuous-integration/appveyor/branch:** AppVeyor build succeeded ([Details](https://ci.appveyor.com/project/kristerkari/observable-redux-json-api/builds/27250765)). - ❌ **continuous-integration/travis-ci/push:** The Travis CI build could not complete due to an error ([Details](https://travis-ci.org/kristerkari/observable-redux-json-api/builds/582034803?utm_source=github_status&utm_medium=notification)).

Commits

The new version differs by 18 commits.

  • 9583074 docs(CHANGELOG): 4.25.0.
  • 0a44833 docs(README): Add no-index rule.
  • 5657f9b 4.25.0
  • 9db9385 feat: Add rxjs-no-index rule.
  • f3e8222 chore(package): Update lock file.
  • 7681fc5 chore(package): Upgrade dependencies.
  • 89cb41c chore(package): Upgrade dependencies.
  • a164ffc chore: Remove no-boolean.
  • 872d607 fix: Limit the no-boolean rule to type guards.
  • dd7ee5d fix: Correct typed/untyped rule metadata, etc.
  • 80e6ed0 chore: Remove excess indentation.
  • e1185bc feat: Add no-boolean rule.
  • 0a7c53d chore(package): Update lock file.
  • d6af825 chore(package): Update lock file.
  • 1029030 chore(package): Update lock file.

There are 18 commits in total.

See the full diff

FAQ and help There is a collection of [frequently asked questions](https://greenkeeper.io/faq.html). If those don’t help, you can always [ask the humans behind Greenkeeper](https://github.com/greenkeeperio/greenkeeper/issues/new).

Your Greenkeeper Bot :palm_tree:

greenkeeper[bot] commented 5 years ago

After pinning to 4.24.3 your tests are passing again. Downgrade this dependency πŸ“Œ.

greenkeeper[bot] commented 4 years ago

Your tests are passing again with this update. Explicitly upgrade to this version πŸš€

Commits

The new version differs by 23 commits.

  • fe3d476 4.26.0
  • f734516 docs(CHANGELOG): 4.26.0.
  • bf01ec8 docs(README): Add rxjs-no-redundant-notify.
  • c606f1b chore: Fix lint failures.
  • 2305cf3 feat: Add no-redundant-notify rule.
  • 6f48550 chore(package): Update lock file.
  • 467d43e chore(ci): Remove Greenkeeper.
  • 6fd0ac3 chore(package): Update lock file.
  • 5fc3c51 docs(README): Remove Greenkeeper badge.
  • 31a32a4 chore(package): Upgrade tsquery.
  • 2691991 chore(package): Update lock file.
  • 4c67962 test: Add an attempted repro for #105.
  • c2969b1 chore(package): Update lock file.
  • d113977 chore(ci): Add link to image tags.
  • 78c6f28 chore(ci): Remove Travis config.

There are 23 commits in total.

See the full diff

greenkeeper[bot] commented 4 years ago

Your tests are passing again with this update. Explicitly upgrade to this version πŸš€

Commits

The new version differs by 26 commits.

  • 29b7e82 4.26.1
  • 4dab362 docs(CHANGELOG): 4.26.1.
  • c3cbb93 fix: Tighten RegExp.
  • fe3d476 4.26.0
  • f734516 docs(CHANGELOG): 4.26.0.
  • bf01ec8 docs(README): Add rxjs-no-redundant-notify.
  • c606f1b chore: Fix lint failures.
  • 2305cf3 feat: Add no-redundant-notify rule.
  • 6f48550 chore(package): Update lock file.
  • 467d43e chore(ci): Remove Greenkeeper.
  • 6fd0ac3 chore(package): Update lock file.
  • 5fc3c51 docs(README): Remove Greenkeeper badge.
  • 31a32a4 chore(package): Upgrade tsquery.
  • 2691991 chore(package): Update lock file.
  • 4c67962 test: Add an attempted repro for #105.

There are 26 commits in total.

See the full diff

greenkeeper[bot] commented 4 years ago

Your tests are passing again with this update. Explicitly upgrade to this version πŸš€

Commits

The new version differs by 40 commits.

  • fae640f docs(CHANGELOG): 4.26.2.
  • 88ee0b7 4.26.2
  • c08c919 fix: Fix no-redundant-notify false positives.
  • 9787bf9 test: Add failing tests for no-redundant-notify.
  • bb9da1d chore(package): Update lock file.
  • 532aa79 chore: Ignore CI for npm.
  • 6831805 chore(CI): Rename task.
  • f3bc896 chore(CI): Add Prettier.
  • c38de78 chore: Upgrade Prettier.
  • 33fdd80 chore: Rename Angular async pipe rule.
  • c6df4b3 refactor: Specify component decorator in selector.
  • e339b7a chore(package): Upgrade to TS 3.7.
  • 6a74865 chore(package): Update lock file.
  • 9df6117 docs(README): Add rxjs-no-subclass.
  • 29b7e82 4.26.1

There are 40 commits in total.

See the full diff

greenkeeper[bot] commented 4 years ago

Your tests are passing again with this update. Explicitly upgrade to this version πŸš€

Commits

The new version differs by 45 commits.

  • 3692e31 4.26.3
  • 5b53316 docs(CHANGELOG): 4.26.3.
  • f356b7b fix: Match adjacent siblings only.
  • 92dc168 test: Add a failing test.
  • 58004cb refator: Rename helper.
  • fae640f docs(CHANGELOG): 4.26.2.
  • 88ee0b7 4.26.2
  • c08c919 fix: Fix no-redundant-notify false positives.
  • 9787bf9 test: Add failing tests for no-redundant-notify.
  • bb9da1d chore(package): Update lock file.
  • 532aa79 chore: Ignore CI for npm.
  • 6831805 chore(CI): Rename task.
  • f3bc896 chore(CI): Add Prettier.
  • c38de78 chore: Upgrade Prettier.
  • 33fdd80 chore: Rename Angular async pipe rule.

There are 45 commits in total.

See the full diff

greenkeeper[bot] commented 4 years ago

Your tests are passing again with this update. Explicitly upgrade to this version πŸš€

Commits

The new version differs by 69 commits.

  • 3c75115 4.27.0
  • 65a5f78 docs(CHANGELOG): 4.27.0.
  • 51a9574 docs(README): Update Angular rules.
  • 7489079 refactor: Rework prefer-takeuntil rule.
  • 1fda258 refactor: Rework type assertions.
  • 8b60051 test: Rework prefer-takeuntil tests.
  • da6d722 refactor: Rename files.
  • 31463ef feat: improve rxjs-prefer-angular-takeuntil-before-subscribe rule
  • 86eb4f5 feat: improve rxjs-prefer-angular-takeuntil-before-subscribe rule
  • 6620b12 feat: improve rxjs-prefer-angular-takeuntil-before-subscribe rule
  • 9dfea44 feat: improve rxjs-prefer-angular-takeuntil-before-subscribe rule
  • aeb9c41 feat: improve rxjs-prefer-angular-takeuntil-before-subscribe rule
  • 23044e9 feat: add rxjs-prefer-angular-takeuntil-before-subscribe rule
  • 7f66169 test: Add tests for non-components.
  • 905baf1 chore: Disable lint rule.

There are 69 commits in total.

See the full diff

greenkeeper[bot] commented 4 years ago

Your tests are passing again with this update. Explicitly upgrade to this version πŸš€

Commits

The new version differs by 72 commits.

  • ca1a905 4.27.1
  • 0d96bca docs(CHANGELOG): 4.27.1.
  • 392106c chore: Fix up rule deprecations.
  • 3c75115 4.27.0
  • 65a5f78 docs(CHANGELOG): 4.27.0.
  • 51a9574 docs(README): Update Angular rules.
  • 7489079 refactor: Rework prefer-takeuntil rule.
  • 1fda258 refactor: Rework type assertions.
  • 8b60051 test: Rework prefer-takeuntil tests.
  • da6d722 refactor: Rename files.
  • 31463ef feat: improve rxjs-prefer-angular-takeuntil-before-subscribe rule
  • 86eb4f5 feat: improve rxjs-prefer-angular-takeuntil-before-subscribe rule
  • 6620b12 feat: improve rxjs-prefer-angular-takeuntil-before-subscribe rule
  • 9dfea44 feat: improve rxjs-prefer-angular-takeuntil-before-subscribe rule
  • aeb9c41 feat: improve rxjs-prefer-angular-takeuntil-before-subscribe rule

There are 72 commits in total.

See the full diff

greenkeeper[bot] commented 4 years ago

Your tests are still failing with this version. Compare changes

Commits

The new version differs by 86 commits.

  • 44d47e9 4.28.0
  • b16a3f3 docs(CHANGELOG): 4.28.0.
  • 85063b7 feat: Add takeUntil alias option.
  • 50ee872 test: Add failing test for takeUntil alias.
  • 5a88c87 chore(package): Upgrade semver.
  • c2df6b8 chore(package): Update lock file.
  • 96b79c6 docs(README): Replace links.
  • d194bf5 chore(package): Update lock file.
  • 4fe86ca chore: Rename constant.
  • 105a692 docs(CHANGELOG): Fix misnamed rules.
  • 479982a chore(package): Update lock file.
  • 1e1b6e9 refactor: Use String.raw.
  • b786eb7 docs(REAME): Add links to tests for examples.
  • 0f53f92 chore: Fix messasge grammar.
  • ca1a905 4.27.1

There are 86 commits in total.

See the full diff

greenkeeper[bot] commented 4 years ago

Your tests are still failing with this version. Compare changes

Commits

The new version differs by 9 commits.

  • 13c758e 4.28.1
  • 180551f docs(CHANGELOG): 4.28.1.
  • 9a98c19 feat: Allow explicit type arguments with literals.
  • 0c2010e test: Add failing BehaviorSubject literal tests.
  • 0e25b85 chore(package): Update lock file.
  • 9d07583 chore(package): Update lock file.
  • 628f125 chore(package): Upgrade dependencies.
  • d70e636 chore: Remove arguments to untilDestroyed.
  • f8dd0c0 docs(README): Include alias property.

See the full diff

greenkeeper[bot] commented 4 years ago

Your tests are still failing with this version. Compare changes

Commits

The new version differs by 9 commits.

  • 32f463e 4.28.3
  • b3686c3 docs(CHANGELOG): 4.28.3.
  • 782b4b1 chore(package): Revert to decamelize v3.
  • f6ac54d 4.28.2
  • c13c5d8 docs(CHANGELOG): 4.28.2.
  • 97ccc2d chore(package): Upgrade dependencies.
  • cb12a7f fix(no-compat): Allow fetch import location.
  • dbbc568 test: Add a failing no-compat test.
  • a6b8dbf chore: Bump copyright year.

See the full diff

greenkeeper[bot] commented 4 years ago

Your tests are still failing with this version. Compare changes

Commits

The new version differs by 4 commits.

See the full diff

greenkeeper[bot] commented 4 years ago

Your tests are still failing with this version. Compare changes

Commits

The new version differs by 5 commits.

See the full diff

greenkeeper[bot] commented 4 years ago

Your tests are still failing with this version. Compare changes

Commits

The new version differs by 10 commits.

  • a23a892 4.29.2
  • dd632c6 docs(CHANGELOG): 4.29.2.
  • 0d67aa8 chore(package): Bump tsutils-etc semver.
  • bdbe7ec chore(package): Update lock file.
  • 5fc7358 chore(package): Update lock file.
  • da6ac4a chore: Remove lock config.
  • d22f335 chore(package): Update lock file.
  • 85a043d chore: Update lock config.
  • da679f0 chore: Add whitespace.
  • 26bedfb chore: Add lock config.

See the full diff

greenkeeper[bot] commented 4 years ago

Your tests are passing again with this update. Explicitly upgrade to this version πŸš€

Commits

The new version differs by 5 commits.

  • 6fc072e 4.30.0
  • 659981a docs(CHANGELOG): 4.30.0.
  • a8d3da4 docs(README): Add options.
  • 6a8180a feat: Add options to Angular takeUntil rule.
  • 056e33e chore(package): Upgrade dependencies.

See the full diff

greenkeeper[bot] commented 4 years ago

Your tests are passing again with this update. Explicitly upgrade to this version πŸš€

Commits

The new version differs by 10 commits.

  • b2c8199 4.30.1
  • 7fae464 docs(CHANGELOG): 4.30.1.
  • 8c4cc72 fix: Default to not checking destroy if aliased.
  • 7871941 test: Add test for #155.
  • 03c71ff chore(package): Update lock file.
  • 6fc072e 4.30.0
  • 659981a docs(CHANGELOG): 4.30.0.
  • a8d3da4 docs(README): Add options.
  • 6a8180a feat: Add options to Angular takeUntil rule.
  • 056e33e chore(package): Upgrade dependencies.

See the full diff

greenkeeper[bot] commented 4 years ago

Your tests are passing again with this update. Explicitly upgrade to this version πŸš€

Commits

The new version differs by 15 commits.

  • a7019db 4.31.0
  • f0112e9 docs(CHANGELOG): 4.31.0.
  • d6d94a2 docs(README): Add no-unsafe-subject-next.
  • 4af5d45 feat: Add no-unsafe-subject-next rule.
  • e08b41d chore(package): Update lock file.
  • b2c8199 4.30.1
  • 7fae464 docs(CHANGELOG): 4.30.1.
  • 8c4cc72 fix: Default to not checking destroy if aliased.
  • 7871941 test: Add test for #155.
  • 03c71ff chore(package): Update lock file.
  • 6fc072e 4.30.0
  • 659981a docs(CHANGELOG): 4.30.0.
  • a8d3da4 docs(README): Add options.
  • 6a8180a feat: Add options to Angular takeUntil rule.
  • 056e33e chore(package): Upgrade dependencies.

See the full diff

greenkeeper[bot] commented 4 years ago

Your tests are passing again with this update. Explicitly upgrade to this version πŸš€

Commits

The new version differs by 22 commits.

  • 8e1e2f5 4.32.0
  • 2f971fe docs(CHANGELOG): 4.32.0.
  • 06f2b01 chore: Minor grammar tweaks.
  • 533eb63 feat: Add option to check takeUntil within all angular entities (#116)
  • ed90362 chore(package): Update lock file.
  • 6c36b2b chore(package): Update lock file.
  • 8f58195 chore(package): Update lock file.
  • a7019db 4.31.0
  • f0112e9 docs(CHANGELOG): 4.31.0.
  • d6d94a2 docs(README): Add no-unsafe-subject-next.
  • 4af5d45 feat: Add no-unsafe-subject-next rule.
  • e08b41d chore(package): Update lock file.
  • b2c8199 4.30.1
  • 7fae464 docs(CHANGELOG): 4.30.1.
  • 8c4cc72 fix: Default to not checking destroy if aliased.

There are 22 commits in total.

See the full diff

greenkeeper[bot] commented 4 years ago

Your tests are passing again with this update. Explicitly upgrade to this version πŸš€

Commits

The new version differs by 30 commits.

  • 6959f7b 4.33.0
  • 0075608 docs(README): Add rxjs-no-ignored-takewhile-value.
  • 5bb1821 docs(CHANGELOG): 4.33.0.
  • 71ca1bc chore(package): Update lock file.
  • 9d23be9 feat: Add no-ignore-takewhile-value rule.
  • f6831a6 chore: Move issue fixtures into rule fixtures.
  • 6b5e6f4 chore(package): Upgrade dependencies.
  • 020c57d chore(package): Upgrade to TS 3.9.
  • 8e1e2f5 4.32.0
  • 2f971fe docs(CHANGELOG): 4.32.0.
  • 06f2b01 chore: Minor grammar tweaks.
  • 533eb63 feat: Add option to check takeUntil within all angular entities (#116)
  • ed90362 chore(package): Update lock file.
  • 6c36b2b chore(package): Update lock file.
  • 8f58195 chore(package): Update lock file.

There are 30 commits in total.

See the full diff

greenkeeper[bot] commented 4 years ago

Your tests are passing again with this update. Explicitly upgrade to this version πŸš€

Commits

The new version differs by 38 commits.

  • 75a98c8 4.33.1
  • 887603b docs(CHANGELOG): 4.33.1.
  • ca4ed82 chore: Fix deprecation message.
  • 0ff3590 chore: Disable trailing-comma lint rule.
  • cb96781 chore: Prettier upgrade and reformat.
  • ef61d71 chore: Upgrade decamelize.
  • bad0d78 chore(package): Update lock file.
  • aa5217f test: Fix fixture syntax problems, etc.
  • 6959f7b 4.33.0
  • 0075608 docs(README): Add rxjs-no-ignored-takewhile-value.
  • 5bb1821 docs(CHANGELOG): 4.33.0.
  • 71ca1bc chore(package): Update lock file.
  • 9d23be9 feat: Add no-ignore-takewhile-value rule.
  • f6831a6 chore: Move issue fixtures into rule fixtures.
  • 6b5e6f4 chore(package): Upgrade dependencies.

There are 38 commits in total.

See the full diff