DxCx / rxjs-diff-operator

toDiff/fromDiff operators for RxJs 5 - useful for sending observables over network.
GNU Affero General Public License v3.0
10 stars 3 forks source link

Update ts-jest to the latest version šŸš€ #34

Open greenkeeper[bot] opened 7 years ago

greenkeeper[bot] commented 7 years ago

Version 20.0.0 of ts-jest just got published.

Dependency ts-jest
Current Version 19.0.14
Type devDependency

The version 20.0.0 is not covered by your current version range.

Without accepting this pull request your project will work just like it did before. There might be a bunch of new features, fixes and perf improvements that the maintainers worked on for you though.

I recommend you look into these changes and try to get onto the latest version of ts-jest. Given that you have a decent test suite, a passing build is a strong indicator that you can take advantage of these changes by merging the proposed change into your project. Otherwise this branch is a great starting point for you to work on the update.


Commits

The new version differs by 21 commits0.

  • 96e799c Merge pull request #200 from kulshekhar/jest-20
  • 043e9b6 Update test to exclude path separator
  • cabebde Add a note on using jest for coverage reports
  • 0dfc7bf Remove unused dependencies
  • 1f15b87 Remove all remnants of coverageprocessor
  • b2f535e remove 'fit' from a test
  • 4be7a18 Update use strict test to only check for line numbers
  • 4448613 Update coverage related tests to use jest for coverage info
  • 42a92bb Remove test for coverage directory
  • d6e9947 Remove tests for remapped coverage
  • 9f5569e Remove test for long paths since we're not remapping anymore
  • 7414f49 Remove references to coverage processor from readme
  • 8c31e52 Remove coverage processor
  • bd52569 Use pkg-dir to get root directory
  • 78f45df Update Jest. Add new dependency

There are 21 commits in total.

See the full diff

Not sure how things should work exactly? There is a collection of [frequently asked questions](https://greenkeeper.io/faq.html) and of course you may always [ask my humans](https://github.com/greenkeeperio/greenkeeper/issues/new).

Your Greenkeeper Bot :palm_tree:

greenkeeper[bot] commented 7 years ago

Version 20.0.1 just got published.

Update to this version instead šŸš€

Commits

The new version differs by 5 commits0.

  • 3b3aa6a Merge pull request #202 from joscha/joscha/fix-201
  • a504320 refactor: remove if
  • 814b4c9 Merge pull request #203 from joscha/patch-1
  • cb08128 fix: peer dependency against Typescript 2.x
  • c076956 fix: remove outDir when collecting coverage

false

See the full diff

greenkeeper[bot] commented 7 years ago

Version 20.0.2 just got published.

Update to this version instead šŸš€

Commits

The new version differs by 2 commits0.

  • c81a59a Merge pull request #204 from kulshekhar/collect-coverage-flag
  • 193e756 Use Jest Config to obtain collectCoverage value

false

See the full diff

greenkeeper[bot] commented 7 years ago

Version 20.0.3 just got published.

Update to this version instead šŸš€

Commits

The new version differs by 3 commits0.

  • 29b4b7c Merge pull request #208 from kulshekhar/fix-collect-coverage
  • ad3460d Set a default value for transformOptions
  • 3143465 Use 'instrument' as proxy for 'collectCoverage'

false

See the full diff

greenkeeper[bot] commented 7 years ago

Version 20.0.4 just got published.

Update to this version instead šŸš€

Commits

The new version differs by 6 commits.

  • e171294 Merge pull request #220 from kulshekhar/skip-babel
  • 55ddcb7 Bump version to 20.0.4
  • 436ceb9 Add a skipBabel flag
  • bc8476c Update AUTHORS
  • 25571a7 Merge pull request #216 from GeeWee/master
  • 51072a0 updated readme

See the full diff

greenkeeper[bot] commented 7 years ago

Version 20.0.5 just got published.

Update to this version instead šŸš€

Commits

The new version differs by 23 commits.

  • 29f7dd4 fix old version of ts-jest in yarn.lock
  • 86a669f Merge pull request #236 from kulshekhar/new-pipeline
  • 83b9983 bumped version
  • fd61f89 Merge remote-tracking branch 'origin/new-pipeline' into new-pipeline
  • c3c87bb Remove the 'js' suffix that was added for babel jest
  • 9cab228 Add link to current version of babel jest
  • 54ca687 removed dep
  • 1ad7e5f I made the hook architecture a bit more modular
  • 9229c4d I renamed a thing
  • 36df4be cleanup of cruft
  • b2a5afd first import of babel. Added json to resolve
  • 42864e1 Merge pull request #232 from kulshekhar/tsconfig-caching
  • 759f0f0 Add tests for getCacheKey
  • 9b9d686 Standardize the type of 'path'
  • c92e7a1 Remove unnecessary step from the hashing process

There are 23 commits in total.

See the full diff

greenkeeper[bot] commented 7 years ago

Version 20.0.6 just got published.

Update to this version instead šŸš€

Commits

The new version differs by 31 commits.

  • 5345cfb Bump version to 20.0.6
  • 8fe1808 Merge pull request #241 from kulshekhar/kulshekhar-patch-1
  • 0d23e0a Update appveyor.yml
  • c21b525 Update .travis.yml
  • deef466 Merge pull request #239 from kulshekhar/hoist-mock-calls
  • 03c841e Fix typo in a comment
  • 73ad65b Set sourceMaps for babel during declaration of the options
  • 541f407 Add column numbers to the hoist test
  • 467a853 Force babel to generate inline sourcemaps
  • 45da28a Update the expected line numbers in the test for hoisting.
  • 31c9014 Remove the mock calls from the test application file
  • f251ca9 commit failing test
  • 4179926 Merge remote-tracking branch 'origin/master' into hoist-mock-calls
  • 7e927e3 format
  • 609b533 format

There are 31 commits in total.

See the full diff

greenkeeper[bot] commented 7 years ago

Version 20.0.7 just got published.

Update to this version instead šŸš€

Commits

The new version differs by 60 commits.

  • 964ff56 Increment version to 20.0.7
  • ce63506 Add @morajabi to author list
  • a72627f Merge pull request #263 from morajabi/master
  • 37c75a0 Add test for deprecation warning
  • 6c7c90d Remove tsConfig from warning
  • a3f3ae3 Remove unused import
  • 1224b4d Fix unnecessary if condition
  • 567156a Remove tsConfig direct config
  • 2cb5f68 Fix tslint error
  • f065714 Remove tsConfig related tests
  • 33bf5b9 Remove tsConfig option
  • d4bfff3 Remove tsConfig option
  • d195130 Update TS_CONFIG warning
  • 9875b38 Fix tslint error
  • bb1d59f Reslove tslint related #262 conflicit

There are 60 commits in total.

See the full diff

greenkeeper[bot] commented 7 years ago

Version 20.0.8 just got published.

Update to this version instead šŸš€

Release Notes 20.0.8

Cache tsconfig to improve performance (#286)

Commits

The new version differs by 29 commits.

  • c04e3bd Merge pull request #286 from tvald-contrib/bugfix/cache-tsconfig
  • 7d9aea9 Added comment explaining use of JSON.stringify() to generate cache keys.
  • a7fc1ae bump patch version to 20.0.8
  • e404b34 Add Tony Valderrama to contributors list.
  • a6d1dd2 Cache result within getTSConfig, keyed by relevant parameters.
  • 5564fdb Revert "Cache tsconfig when generating per-file cache key."
  • a8de326 Cache tsconfig when generating per-file cache key.
  • 95bd323 Merge pull request #277 from kulshekhar/greenkeeper/@types/fs-extra-4.0.0
  • 9fbaab4 chore(package): update @types/fs-extra to version 4.0.0
  • 4f2f784 Merge pull request #274 from kulshekhar/collab-guidelines
  • bd6553f add bcruddy to the authors file and contributors section (#275)
  • 4457dd0 Create the initial collaborator guidelines
  • 3365c25 Merge pull request #271 from kulshekhar/revert-270-master
  • 35edcda Use a general term to refer to the Jest configuration
  • d063469 Explicitly state where the useBabelrc flag is

There are 29 commits in total.

See the full diff

greenkeeper[bot] commented 7 years ago

Version 20.0.9 just got published.

Update to this version instead šŸš€

Release Notes 20.0.9

Fix typo: commmonjs -> commonjs (#285)

Commits

The new version differs by 3 commits.

  • 7e36477 20.0.9
  • 93c0c88 Merge pull request #285 from lijunle/patch-1
  • 66e88e7 Fix typo: commmonjs -> commonjs

See the full diff

greenkeeper[bot] commented 7 years ago

Version 20.0.10 just got published.

Update to this version instead šŸš€

Commits

The new version differs by 5 commits.

  • d61429f 20.0.10
  • 2671d31 Let sourcemaps be cached (#292)
  • 254f495 Move @types/babel to dev dependencies (#291)
  • 81b5307 Explicitly invalidate cache key when transform options change (#288)
  • 8368e21 Update docs to include json in moduleFileExtensions (#290)

See the full diff

greenkeeper[bot] commented 7 years ago

Version 20.0.11 just got published.

Update to this version instead šŸš€

Release Notes 20.0.11

Added a fix to get ts-jest to work with projects containing long paths (#300)

Commits

The new version differs by 12 commits ahead by 12, behind by 1.

  • d8e03d6 Bump version to 20.0.11 (#305)
  • a413a04 Bugfix/long file paths (#300)
  • 2815a09 Merge pull request #295 from kulshekhar/prettier
  • 744f66e updated test line numbers
  • f00557f format commit
  • a089e23 es5 commas for js and all for ts
  • 866ec36 only es5 trailing commas
  • 5c86aa5 turned off style rule from tslint
  • ae6bbf5 project wide prettier commit
  • e423be7 tweaked prettier settings
  • abaa1b4 added prettier && test commit
  • 1a5c5cd Added prettier changes

See the full diff

greenkeeper[bot] commented 7 years ago

Version 20.0.12 just got published.

Update to this version instead šŸš€

Release Notes 20.0.12

Support prerelease version of Jest 21 (#304)

Commits

The new version differs by 1 commits.

  • 8c437f4 Support prerelease version of Jest 21 (#304)

See the full diff

greenkeeper[bot] commented 7 years ago

Version 20.0.13 just got published.

Update to this version instead šŸš€

Release Notes 20.0.13

Always set inlineSources and inlineSourceMap to true. This should make debugging in editors a bit simpler

Commits

The new version differs by 1 commits.

  • a67fa3e Always set inlineSources and inlineSourceMap to true (#306)

See the full diff

greenkeeper[bot] commented 7 years ago

Version 20.0.14 just got published.

Update to this version instead šŸš€

Release Notes 20.0.14

Always remove outDir while computing TypeScript Config for transpiling. This was done to fix the behaviour of breakpoints in the project files when using VS Code (#309)

Commits

The new version differs by 4 commits.

  • 27a205b Always remove outDir while computing TypeScript Config for transpiling (#311)
  • 64bbc6e Add jsx to moduleFileExtensions in the documentation
  • 0772e12 Add note re const enum to README (#308)
  • 9cb6f86 docs: unify pkg name styling (#307) & rm VS Code limitation (#212)

See the full diff

greenkeeper[bot] commented 7 years ago

Version 21.0.0 just got published.

Update to this version instead šŸš€

Release Notes 21.0.0

Upgrade to Jest v21

Users can also use prerelease versions of jest in the 21.1.0 and 22.0.0 range (at their own risk)

Commits

The new version differs by 3 commits.

  • 86476d3 Upgrade jest and deps to v21 (#320)
  • 653fab3 Revert "Adding info about limitations in debugger statements in README (#313)" (#315)
  • 95132fa Adding info about limitations in debugger statements in README (#313)

See the full diff