matteoterrinoni / react-virtualized-table

React virtualized table
MIT License
8 stars 0 forks source link

An in-range update of fork-ts-checker-webpack-plugin is breaking the build 🚨 #28

Open greenkeeper[bot] opened 6 years ago

greenkeeper[bot] commented 6 years ago

Version 0.4.4 of fork-ts-checker-webpack-plugin was just published.

Branch Build failing 🚨
Dependency fork-ts-checker-webpack-plugin
Current Version 0.4.3
Type devDependency

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

fork-ts-checker-webpack-plugin 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/travis-ci/push:** The Travis CI build failed ([Details](https://travis-ci.org/matteoterrinoni/react-virtualized-table/builds/411751047?utm_source=github_status&utm_medium=notification)).

Release Notes v0.4.4
Commits

The new version differs by 17 commits.

  • eca9b1e Update CHANGELOG.md
  • 886d81a Merge pull request #136 from Realytics/update-npm-token
  • 5a14ab4 Update npm token
  • eed793e Merge pull request #134 from nickmccurdy/use-minimum-peer-dependencies
  • d73f419 Add TypeScript 3 to peerDependencies explicitly
  • 0b218ef Revert relaxed version ranges
  • 0e8c48c Update TypeScript major version for development and testing
  • ac118d5 Specify minimum versions of peerDependencies for consistency with readme
  • c88c37a Merge pull request #131 from Realytics/feature/0.4.4-release
  • 80a63b4 prepare 0.4.4 release
  • 6a83c7d Merge pull request #130 from ktsn/fix-vue-src
  • 706298d fix typo
  • 4f23d63 improve comment
  • b3da4ec ignore ts errors for placeholder script of vue file
  • 83c9432 add named exports

There are 17 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 6 years ago

After pinning to 0.4.3 your tests are still failing. The reported issue might not affect your project. These imprecisions are caused by inconsistent test results.

greenkeeper[bot] commented 6 years ago

Version 0.4.5 just got published.

Your tests are still failing with this version. Compare the changes 🚨

Release Notes v0.4.5
Commits

The new version differs by 3 commits.

  • 45dc15a Add types to the plugin (fixes #137) and prepare 0.4.5 release (#139)
  • 68ec1b6 Merge pull request #138 from ktsn/vue-fix-blank-line
  • aa8d482 Avoid false positive of no-consecutive-blank-lines TSLint rule in Vue file

See the full diff

greenkeeper[bot] commented 6 years ago

Version 0.4.6 just got published.

Your tests are still failing with this version. Compare the changes 🚨

Release Notes v0.4.6
Commits

The new version differs by 1 commits.

  • cd7d8c6 Make options Partial (#141)

See the full diff

greenkeeper[bot] commented 6 years ago

Version 0.4.7 just got published.

Your tests are still failing with this version. Compare the changes 🚨

Release Notes v0.4.7
Commits

The new version differs by 4 commits.

  • db649e3 Johnnyreilly patch 1 (#149)
  • 5290364 Don't limit Options.logger to Console type (#143)
  • 6eb146f Fix wrong code quotation in "async" description (#145)
  • dbe2574 Fix(types collision) update chalk and chokidar #142 (#147)

See the full diff

greenkeeper[bot] commented 6 years ago

Version 0.4.8 just got published.

Your tests are still failing with this version. Compare the changes 🚨

Release Notes v0.4.8
Commits

The new version differs by 1 commits.

  • 102fba2 Fix(types collision) update webpack (#151)

See the full diff

greenkeeper[bot] commented 6 years ago

Version 0.4.9 just got published.

Your tests are still failing with this version. Compare the changes 🚨

Release Notes v0.4.9
Commits

The new version differs by 2 commits.

  • d8b0e13 Update CHANGELOG.md & package.json for release (#152)
  • aea60e1 Set "compilationDone" before "forkTsCheckerServiceBeforeStart" (#146)

See the full diff

greenkeeper[bot] commented 6 years ago

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

Release Notes for v0.4.10
Commits

The new version differs by 2 commits.

  • 237b1fd Export main plugin class and update all imports ? = require(?) to named exports (#163)
  • 2077eb4 Fix for android when doing yarn start (#157)

See the full diff

greenkeeper[bot] commented 6 years ago

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

Release Notes for v0.4.11
Commits

The new version differs by 12 commits.

  • f57ece2 Merge pull request #172 from superlbr/master
  • e35b9e2 Update index.ts
  • 8899c93 Update CHANGELOG.md & package.json for release
  • f915542 fix os.cpus is not a function
  • aa4a97e Merge pull request #169 from liangchunn/chore/lint
  • 9f90748 style(lint): enforce array-type
  • dd659c2 style(lint): lint test files
  • 3825f21 style(lint): lint all files again
  • 4774abe ci(lint): lint in CI
  • e9d31b6 style(linter): use linters
  • 237b1fd Export main plugin class and update all imports ? = require(?) to named exports (#163)
  • 2077eb4 Fix for android when doing yarn start (#157)

See the full diff

greenkeeper[bot] commented 6 years ago

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

Release Notes for v0.4.12
Commits

The new version differs by 13 commits.

  • 9e408c5 Add compilerOptions option (#173)
  • f57ece2 Merge pull request #172 from superlbr/master
  • e35b9e2 Update index.ts
  • 8899c93 Update CHANGELOG.md & package.json for release
  • f915542 fix os.cpus is not a function
  • aa4a97e Merge pull request #169 from liangchunn/chore/lint
  • 9f90748 style(lint): enforce array-type
  • dd659c2 style(lint): lint test files
  • 3825f21 style(lint): lint all files again
  • 4774abe ci(lint): lint in CI
  • e9d31b6 style(linter): use linters
  • 237b1fd Export main plugin class and update all imports ? = require(?) to named exports (#163)
  • 2077eb4 Fix for android when doing yarn start (#157)

See the full diff

greenkeeper[bot] commented 6 years ago

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

Release Notes for v0.4.13
Commits

The new version differs by 17 commits.

  • 458cd74 Merge pull request #176 from ianschmitz/compileroptions-merge
  • f7d5480 Update changelog and package version
  • 0be3a8a Merge in compilerOptions prior to parseJsonConfigFileContent() call
  • 79ce006 chore(deps): update lodash, mocha away from vulnerable versions (#175)
  • 9e408c5 Add compilerOptions option (#173)
  • f57ece2 Merge pull request #172 from superlbr/master
  • e35b9e2 Update index.ts
  • 8899c93 Update CHANGELOG.md & package.json for release
  • f915542 fix os.cpus is not a function
  • aa4a97e Merge pull request #169 from liangchunn/chore/lint
  • 9f90748 style(lint): enforce array-type
  • dd659c2 style(lint): lint test files
  • 3825f21 style(lint): lint all files again
  • 4774abe ci(lint): lint in CI
  • e9d31b6 style(linter): use linters

There are 17 commits in total.

See the full diff

greenkeeper[bot] commented 6 years ago

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

Release Notes for v0.4.14
Commits

The new version differs by 22 commits.

  • 7967402 Merge pull request #179 from ianschmitz/reportfiles
  • f6e2d9c Update yarn.lock
  • d0f841b Update changelog and package version
  • 2340d1a Update readme
  • 011cc15 Add support for reportFiles option
  • 458cd74 Merge pull request #176 from ianschmitz/compileroptions-merge
  • f7d5480 Update changelog and package version
  • 0be3a8a Merge in compilerOptions prior to parseJsonConfigFileContent() call
  • 79ce006 chore(deps): update lodash, mocha away from vulnerable versions (#175)
  • 9e408c5 Add compilerOptions option (#173)
  • f57ece2 Merge pull request #172 from superlbr/master
  • e35b9e2 Update index.ts
  • 8899c93 Update CHANGELOG.md & package.json for release
  • f915542 fix os.cpus is not a function
  • aa4a97e Merge pull request #169 from liangchunn/chore/lint

There are 22 commits in total.

See the full diff