vladimir-barsuchenko / angular-tuned

2 stars 0 forks source link

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

Open greenkeeper[bot] opened 5 years ago

greenkeeper[bot] commented 5 years ago

Version 4.8.0 of rxjs-tslint-rules was just published.

Branch Build failing 🚨
Dependency rxjs-tslint-rules
Current Version 4.7.2
Type devDependency

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 - ❌ **ci/circleci:** Your tests failed on CircleCI ([Details](https://circleci.com/gh/levgaas/angular-tuned/358?utm_campaign=vcs-integration-link&utm_medium=referral&utm_source=github-build-link)).

Commits

The new version differs by 13 commits.

  • 37ce960 4.8.0
  • 569a26e docs(CHANGELOG): 4.8.0.
  • 9610b86 feat(takeUntil): allow publish and share.
  • 684ddcc chore(package): Update lock file.
  • 5fbcc3e chore(package): Upgrade tsquery.
  • d6f4620 chore(package): Upgrade tsutils.
  • e5f46eb chore(package): Update lock file.
  • 76ff974 chore(package): Update lock file.
  • 9d55907 chore(package): Update lock file.
  • a43d831 chore(package): Update lock file.
  • 13e21e8 chore(package): Update lock file.
  • d8a4639 refactor(isConstDeclaration): DRY.
  • e6d7786 chore(package): Update lock file.

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.7.2 your tests are still failing. The reported issue might not affect your project. These imprecisions are caused by inconsistent test results.

greenkeeper[bot] commented 5 years ago

Your tests are still failing with this version. Compare changes

Commits

The new version differs by 10 commits.

  • 6dd8d78 4.9.0
  • dfdba2a docs(CHANGELOG): 4.9.0.
  • c82380d docs(README): Add prefer-observer.
  • 388e28d feat(prefer-observer): Add rule.
  • f846338 chore(package): Update lock file.
  • 966d5c5 refactor(unbound): Remove walker.
  • d24d5f1 refactor(just): Remove walker.
  • 56e49bb chore(package): Update lock file.
  • 363386e feat(takeUntil): Allow finally/finalize.
  • be0433c docs(README): Add takeUntil options.

See the full diff

greenkeeper[bot] commented 5 years ago

Your tests are still failing with this version. Compare changes

Commits

The new version differs by 6 commits.

  • 4793ff1 docs(README): Add new operators.
  • 91b860f 4.10.0
  • 9624a11 docs(CHANGELOG): 4.10.0.
  • c7028ac feat(no-nested-subscribe): Add rule.
  • b25af74 feat(prefer-async-pipe): Add rule.
  • 8944209 chore(package): Upgrade to TS 3.1, etc.

See the full diff

greenkeeper[bot] commented 5 years ago

Your tests are still failing with this version. Compare changes

greenkeeper[bot] commented 5 years ago

Your tests are still failing with this version. Compare changes

Commits

The new version differs by 4 commits.

  • 390089f 4.11.0
  • 4144019 docs(CHANGELOG): 4.11.0.
  • cc746a4 feat(no-subclass): Add rule.
  • 4e70621 chore(*): Remove quotes from object literals.

See the full diff

greenkeeper[bot] commented 5 years ago

Your tests are still failing with this version. Compare changes

Commits

The new version differs by 7 commits.

  • abe28fb 4.11.1
  • 16b2092 docs(CHANGELOG): 4.11.1.
  • 8598cc8 fix(scope): Deem namespace imports safe.
  • 4d39fed fix(scope): Check for declarations.
  • 037d45b test(scope): Add failing test for #61.
  • 9991852 chore(package): Update lock file.
  • 44daf94 chore(package): Update lock file.

See the full diff

greenkeeper[bot] commented 5 years ago

Your tests are still failing with this version. Compare changes

Commits

The new version differs by 4 commits.

  • cd66b79 4.12.0
  • 0ae6e86 docs(CHANGELOG): 4.12.0.
  • feb5af6 docs(README): Add no-ignored-notifier.
  • c728059 feat(no-ignored-notifier): Add rule.

See the full diff

greenkeeper[bot] commented 5 years ago

Your tests are still failing with this version. Compare changes

Commits

The new version differs by 5 commits.

  • 1415d91 4.13.0
  • 7dc5b31 docs(CHANGELOG): 4.13.0.
  • a2f214f docs(README): Add no-ignored-replay-buffer.
  • 5958750 feat(replay-buffer): Add rule.
  • 5a5ba75 chore(package): Update lock file.

See the full diff

greenkeeper[bot] commented 5 years ago

Your tests are still failing with this version. Compare changes

Commits

The new version differs by 6 commits.

  • a308c3d 4.13.1
  • a224da2 docs(CHANGELOG): 4.13.1.
  • 5255fcf fix(takeUntil): Add more allowed operators.
  • e64f940 chore(package): Update lock file.
  • 29b1e7a chore(package): Update lock file.
  • f2f50b1 chore(package): Upgrade to TS 3.2.

See the full diff

greenkeeper[bot] commented 5 years ago

Your tests are still failing with this version. Compare changes

Commits

The new version differs by 5 commits.

  • 1fbe338 4.13.2
  • d623a33 docs(CHANGELOG): 4.13.2.
  • b37cb78 fix(scope): Check for TypeReference nodes.
  • c45e907 test(scope): Add failing test for issue #65.
  • 43f0ae1 docs(README): Add allowed operators.

See the full diff

greenkeeper[bot] commented 5 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 5 years ago

Your tests are still failing with this version. Compare changes

Commits

The new version differs by 5 commits.

  • 9b6465f 4.14.1
  • 12ef4df docs(CHANGELOG): 4.14.1.
  • e6d8261 fix(scope): instanceof ctors are safe.
  • 85b98e8 test(scope): Add failing test for #67.
  • 721dd16 chore(package): Update lock file.

See the full diff

greenkeeper[bot] commented 5 years ago

Your tests are still failing with this version. Compare changes

Commits

The new version differs by 7 commits.

  • 4a22cf6 4.14.2
  • 2e48019 docs(CHANGELOG): 4.14.2.
  • 50b48e7 refactor(util): Add findDeclaration.
  • 5806b92 fix(scope): Check static properties.
  • b0458a2 fix(scope): Parameter declarations are safe.
  • 7b18196 test(scope): Add failing test for #69.
  • 3a6cadc test(scope): Add failing test for #68.

See the full diff

greenkeeper[bot] commented 5 years ago

Your tests are still failing with this version. Compare changes

Commits

The new version differs by 4 commits.

  • 6d4821a 4.14.3
  • 931834b docs(CHANGELOG): 4.14.3.
  • 01c5a01 fix(scope): Tagged template expressions are safe.
  • 86335ff test(scope): Add failing test for #70.

See the full diff

greenkeeper[bot] commented 5 years ago

Your tests are still failing with this version. Compare changes

Commits

The new version differs by 6 commits.

  • 6362de4 4.14.4
  • 89973cd docs(CHANGELOG): 4.14.4.
  • 4ce163f docs(README): Add defaultIfEmpty.
  • 22fc850 chore(package): Update lock file.
  • 8c68457 fix(until): Add defaultIfEmpty.
  • 046953f chore(package): Update lock file.

See the full diff

greenkeeper[bot] commented 5 years ago

Your tests are still failing with this version. Compare changes

Commits

The new version differs by 5 commits.

  • 768aa69 4.15.0
  • 6062399 docs(CHANGELOG): 4.15.0.
  • 0b86886 docs(README): Add rxjs-no-compat.
  • 29a3dd2 chore(package): Update lock file.
  • ae4403f feat(no-compat): Add no-compat rule.

See the full diff

greenkeeper[bot] commented 5 years ago

Your tests are still failing with this version. Compare changes

Commits

The new version differs by 33 commits.

  • 250d21d 4.17.0
  • d78f2e2 docs(CHANGELOG): 4.17.0.
  • 2ea0e5e docs(README): Add suffix-subjects.
  • 65bc067 docs(README): Add no-sharereplay options.
  • c9be15f chore(suffix): Minor changes to metadata and variables.
  • a17e151 chore(*): Fix 'properies' misspelling.
  • ac0cabc chore(package): Update lock file.
  • ea34c24 Add rxjs-suffix-subjects rule + tests (#77)
  • a5a7c75 feat(shareReplay): Add allowConfig option.
  • 154660c chore(package): Update lock file.
  • 4d0e879 chore(package): Upgrade to TS 3.3.
  • d1d13ee chore(package): Update lock file.
  • 8bad2d1 chore(package): Update lock file.
  • 169ca01 docs(CHANGELOG): Fix grammar.
  • 1dc4e6b 4.16.2

There are 33 commits in total.

See the full diff

greenkeeper[bot] commented 5 years ago

Your tests are still failing with this version. Compare changes

Commits

The new version differs by 8 commits.

  • 3bc83af 4.17.1
  • bd564f9 docs(CHANGELOG): 4.17.1.
  • 6b26cc5 test(error): Add test for issue #86.
  • a0266b9 refactor(utils): Use tsutils-etc.
  • fb99e82 chore(package): Update lock file.
  • 038bbda Fix import syntax in README (#79)
  • 5452a83 docs(README): Fix a typo.
  • 16eb069 chore(package): Update lock file.

See the full diff

greenkeeper[bot] commented 5 years ago

Your tests are still failing with this version. Compare changes

Commits

The new version differs by 5 commits.

  • c16baef 4.17.2
  • 67c7651 docs(CHANGELOG): 4.17.2.
  • a3aae92 Fix no ignored replay buffer edge cases (#82)
  • 709f5f1 fix(error): Allow throwing any, etc.
  • 3f7576d test(error): Add failing rethrow test.

See the full diff

greenkeeper[bot] commented 5 years ago

Your tests are still failing with this version. Compare changes

Commits

The new version differs by 6 commits.

  • 8d983a8 4.18.0
  • c35ea56 docs(CHANGELOG): 4.18.0.
  • 6b87900 docs(README): Add no-connectable.
  • fdf2cda feat(no-connectable): Add rule.
  • 41d48e2 chore(package): Upgrade lock file.
  • ba7ede4 fix(share-replay): Type information isn't needed.

See the full diff

greenkeeper[bot] commented 5 years ago

Your tests are still failing with this version. Compare changes

Commits

The new version differs by 4 commits.

  • e1eed43 4.18.1
  • d5b1d1e docs(CHANGELOG): 4.18.1.
  • 874c664 docs(README): Update no-connectable description.
  • 1a2fa98 fix(connectable): Base rule on what's returned.

See the full diff

greenkeeper[bot] commented 5 years ago

Your tests are still failing with this version. Compare changes

Commits

The new version differs by 5 commits.

  • 70cca7d 4.18.2
  • ae4a47e docs(CHANGELOG): 4.18.2.
  • 31d00c0 fix(subclass): Check qualified name.
  • 5fc81f7 test(subclass): Add a failing test.
  • 43b3404 chore(package): Upgrade dependencies.

See the full diff

greenkeeper[bot] commented 5 years ago

Your tests are still failing with this version. Compare changes

Commits

The new version differs by 7 commits.

  • 4bfcd67 4.19.0
  • 410f977 docs(CHANGELOG): 4.19.0.
  • 63c8ef7 docs(README): Add no-ignored-observable.
  • d27ff0d feat(ignored-observable): Add rule.
  • f4d481a chore(package): Upgrade decamelize.
  • 7f56dbe chore(package): Update lock file.
  • 5ac2cdc chore(package): Update lock file.

See the full diff

greenkeeper[bot] commented 5 years ago

Your tests are still failing with this version. Compare changes

Commits

The new version differs by 6 commits.

  • 8003988 4.19.1
  • b9378ec docs(CHANGELOG): 4.19.1.
  • e5ff225 fix(subject-suffix): Use identifier type.
  • c65f727 test(subject-suffix): Add failing test.
  • 7283767 chore(package): Update lock file.
  • 68f478d chore(package): Update lock file.

See the full diff

greenkeeper[bot] commented 5 years ago

Your tests are still failing with this version. Compare changes

Commits

The new version differs by 8 commits.

  • 93530e3 4.20.0
  • 4fca5bb docs(CHANGELOG): 4.20.0.
  • 6314e54 docs(README): Add no-explicit-generics rule.
  • 8c51cf5 feat(no-explicit-generics): Add rule.
  • 16d18f7 chore(package): Update lock file.
  • 9a2b311 chore(package): Update lock file.
  • 60f1121 chore(package): Upgrade dependencies.
  • 47b66ff chore(package): Upgrade dependencies.

See the full diff

greenkeeper[bot] commented 5 years ago

Your tests are still failing with this version. Compare changes

Commits

The new version differs by 6 commits.

  • 1d415e7 4.21.0
  • 195ff86 docs(CHANGELOG): 4.21.0.
  • 977ecf3 feat(subjects): Add allowProtected option.
  • fe0146d test(subjects): Add failing protected tests.
  • d40cca2 test(subjects): Simplify names within the fixture.
  • c5a9130 chore: Remove unnecessary lint flag.

See the full diff

greenkeeper[bot] commented 5 years ago

Your tests are still failing with this version. Compare changes

Commits

The new version differs by 6 commits.

  • c5fa680 4.22.0
  • 2a6dba0 docs(CHANGELOG): 4.22.0.
  • 79eda84 feat: Add no-ignored-subscription rule.
  • a2f071c refactor(exposed): Use tsutils.
  • 212a847 feat: Add no-async-subscribe rule.
  • ca801ac chore(package): Update lock file.

See the full diff

greenkeeper[bot] commented 5 years ago

Your tests are still failing with this version. Compare changes

Commits

The new version differs by 6 commits.

See the full diff

greenkeeper[bot] commented 5 years ago

Your tests are still failing with this version. Compare changes

Commits

The new version differs by 6 commits.

  • 6229a6c 4.23.0
  • 4c28959 docs(CHANGELOG): 4.23.0.
  • 0a8e162 feat(generics): Check from, of, BehaviorSubject.
  • bd4b4d8 chore(lint): Use shared config.
  • 7aeb5ad chore(package): Update lock file.
  • ef17b16 docs(CHANGELOG): Correct rule name.

See the full diff

greenkeeper[bot] commented 5 years ago

Your tests are still failing with this version. Compare changes

Commits

The new version differs by 6 commits.

  • ff737c0 4.23.1
  • f4fd1ea docs(CHANGELOG): 4.23.1.
  • 86211bb fix(unsafe-catch): Consider the caught param safe.
  • c47a326 test(unsafe-catch): Add failing test.
  • 9fc8c5a chore(package): Update lock file.
  • 69cfb2e chore(package): Update lint configs.

See the full diff

greenkeeper[bot] commented 5 years ago

Your tests are still failing with this version. Compare changes

Commits

The new version differs by 12 commits.

  • 89f8c32 4.23.2
  • f5a737c fix(catch): Fix #96.
  • ee218ac test: Add failing test for #96.
  • f94e5d4 chore(package): Update lock file.
  • bab899b docs: rxjs-no-sharereplay is listed twice (#97)
  • b30c455 chore(package): Upgrade dependencies.
  • 1b154ed chore(package): Update lock file.
  • c08da84 chore: Add license doc to index.js.
  • 2131d47 chore(LICENSE): Update dates.
  • eeee931 chore(package): Upgrade husky.
  • 5946aee chore(package): Update lock file.
  • 0d5229a chore: Configure husky.

See the full diff

greenkeeper[bot] commented 5 years ago

Your tests are still failing with this version. Compare changes

Commits

The new version differs by 11 commits.

  • 90a00ed chore: Fix linting failures.
  • 7f42061 4.23.3
  • 7be1859 docs(CHANGELOG): 4.23.3.
  • f7a8166 chore(package): Update lock file.
  • 115a0ba feat: Add failure for Notification generics.
  • 588b78f chore(package): Upgrade to TS 3.5.
  • 68a8978 chore(catch): Add a comment.
  • b26a37d chore(package): Update lock file.
  • b2c998b docs(README): Fix copy/paste error.
  • 4c4da80 Fix example for rxjs-no-exposed-subjects rule (#98)
  • 86bb136 docs(CHANGELOG): 4.23.2.

See the full diff

greenkeeper[bot] commented 5 years ago

Your tests are still failing with this version. Compare changes

Commits

The new version differs by 19 commits.

  • 276df79 4.24.1
  • 7ff8d30 docs(CHANGELOG): 4.24.1.
  • 4a365f9 fix(scope): Determine safe property access correctly.
  • f7e6fe0 test(scope): Add more false positives.
  • 9ab6281 test(scope): Add destructuring tests.
  • 649321e test(scope): Add failing tests.
  • e9c8d0b test(scope): Add parameter method calls.
  • b9ca857 chore(package): Update lock file.
  • 4098054 chore(package): Update lock file.
  • a7719cf chore(package): Update lock file.
  • 0f57755 4.24.0
  • 90bfdb8 docs(CHANGELOG): 4.24.0.
  • 90fa2c4 docs(README): Mention allowSubscribe option.
  • 8caa4db feat(scope): Add allowSubscribe option.
  • 9d637f2 test(scope): Add proper failing test for #100.

There are 19 commits in total.

See the full diff

greenkeeper[bot] commented 5 years ago

Your tests are still failing with this version. Compare changes

Commits

The new version differs by 8 commits.

  • 0907d42 4.24.2
  • 7da2435 docs(CHANGELOG): 4.24.2.
  • 8dec947 fix(scope): Add console to whitelist.
  • 80873c5 test(scope): Add failing test for #101.
  • 17ff7fe chore(package): Update lock file.
  • d618d14 docs(README): Remove stray characters.
  • 0537ee7 fix: Include directory separators in RegExp.
  • 2293209 docs(README): Update scope options.

See the full diff

greenkeeper[bot] commented 5 years ago

Your tests are still failing with this version. Compare changes

Commits

The new version differs by 7 commits.

  • 8f506ae 4.24.3
  • e6954ce docs(CHANGELOG): 4.24.3.
  • 76f020e fix(scope): Ignore qualified names.
  • 2e189d8 test(scope): Add failing test for #102.
  • 293c753 chore(package): Update lock file.
  • 63f5070 chore(package): Update lock file.
  • 3b9d0d2 chore(package): Update lock file.

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 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

greenkeeper[bot] commented 4 years ago

Your tests are still failing with this version. Compare changes

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 still failing with this version. Compare changes

Commits

The new version differs by 3 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 14 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.

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 24 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 24 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 3 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 14 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.

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 still failing with this version. Compare changes

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 still failing with this version. Compare changes

Commits

The new version differs by 5 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.

See the full diff