Code Monkey home page Code Monkey logo

react-virtualized-table's Introduction

React Virtualized Table

styled with prettier Greenkeeper badge Build Status Coverage Status Dev Dependencies Donate

A simple table using react-virtualized.

Usage

npm install
import {
	FilteredVTable,
	GivenVTable
} from 'react-virtualized-table'

import * as faker from 'faker'

export const initFakeItems = (n = 1000) => {
  let list = []
  for (let i = 0; i < n; i++) {
    list.push({
      name: faker.name.findName(),
      email: faker.internet.email(),
      age: faker.random.number()
    })
  }
  return list
}

const columns = GivenVTable.columns()
.addSortableColumnFor('name')
.addColumnFor('age')
.addSortableColumnFor('email')
.result

<FilteredVTable
items={initFakeItems()}
columns={columns}/>

react-virtualized-table's People

Contributors

greenkeeper[bot] avatar matteoterrinoni avatar matteoterrinonifao avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar

react-virtualized-table's Issues

An in-range update of rollup-plugin-commonjs is breaking the build 🚨

Version 9.1.4 of rollup-plugin-commonjs was just published.

Branch Build failing 🚨
Dependency rollup-plugin-commonjs
Current Version 9.1.3
Type devDependency

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

rollup-plugin-commonjs 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).

FAQ and help

There is a collection of frequently asked questions. If those don’t help, you can always ask the humans behind Greenkeeper.


Your Greenkeeper Bot 🌴

An in-range update of @types/node is breaking the build 🚨

Version 10.3.0 of @types/node was just published.

Branch Build failing 🚨
Dependency @types/node
Current Version 10.1.4
Type devDependency

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

@types/node 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

FAQ and help

There is a collection of frequently asked questions. If those don’t help, you can always ask the humans behind Greenkeeper.


Your Greenkeeper Bot 🌴

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

Version 4.12.0 of webpack was just published.

Branch Build failing 🚨
Dependency webpack
Current Version 4.11.1
Type devDependency

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

webpack 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

Release Notes v4.12.0

Features

  • Errors from loaders show the loader path in the error message
  • add support for optional catch and line and paragraph separator in strings (ES2019)

Bugfixes

  • fixes a bug where chunks have duplicate ids when using records
  • fix bubbling in HMR for import() when importing a non-ESM
  • fix issue with in installing with pnpm
  • update dependencies of the ProfilingPlugin
Commits

The new version differs by 53 commits.

  • 02a955b 4.12.0
  • 60e1076 Merge pull request #7407 from prplx/master
  • ff224a7 Merge branch 'master' into master
  • 47101fd Merge pull request #7489 from mohsen1/update-tracer
  • f28bb4e add webpack 5 comment
  • ebe90f4 Merge pull request #7501 from xtuc/chore-bump-webassemblyjs9
  • 31b755a Merge pull request #7498 from webpack/bugfix/hmr-parent-import
  • 5dcb08f chore: bump webassemblyjs
  • 603cb60 Merge pull request #7496 from build-your-own/master
  • 5cbe74b Disable documentation checkbox by default
  • b9229fa add parents correctly when creating namespace objects
  • 9ac4045 Merge pull request #7473 from webpack/feat/optional-catch-binding
  • d6d7119 change variable defined identifier let to const
  • 551384a Merge pull request #7493 from webpack/bugfix/issue-7492
  • b424645 Merge pull request #6542 from mc-zone/feature/module-build-error-with-loader-name

There are 53 commits in total.

See the full diff

FAQ and help

There is a collection of frequently asked questions. If those don’t help, you can always ask the humans behind Greenkeeper.


Your Greenkeeper Bot 🌴

An in-range update of webpack-dev-server is breaking the build 🚨

Version 3.1.6 of webpack-dev-server was just published.

Branch Build failing 🚨
Dependency webpack-dev-server
Current Version 3.1.5
Type devDependency

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

webpack-dev-server 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).

Release Notes v3.1.6

2018-08-26

Bug Fixes

  • bin: handle process signals correctly when the server isn't ready yet (#1432) (334c3a5)
  • examples/cli: correct template path in open-page example (#1401) (df30727)
  • schema: allow the output filename to be a {Function} (#1409) (e2220c4)
Commits

The new version differs by 21 commits.

  • 0e1f0c1 chore(release): 3.1.6
  • aaabeb8 test(cli): remove outdated dependency lock test
  • 4e27954 chore(package): update yargs v11.0.0...12.0.1 (dependencies)
  • c4a1038 chore(package): update devDependencies (#1474)
  • 3e764c5 chore(package): update webpack-dev-middleware v3.1.3...v3.2.0 (dependencies) (#1473)
  • c854743 chore(package): update webpack-log v1.1.2...v2.0.0 (dependencies) (#1472)
  • c760c44 ci(travis): add build stages (#1467)
  • b445b68 chore(package): add release script (scripts) (#1461)
  • 334c3a5 fix(bin): handle process signals correctly when the server isn't ready yet (#1432)
  • e2220c4 fix(schema): allow the output filename to be a {Function} (#1409)
  • 807c846 refactor: drop array-includes
  • 5b6bb5e Merge pull request #1460 from webpack/docs/maintenance
  • b838274 Merge pull request #1462 from webpack/chore/codeowners
  • 1707e9e chore(.github/CODEOWNERS): add code owners
  • 6c1d8d8 docs(readme): remove obsolete maintenance note

There are 21 commits in total.

See the full diff

FAQ and help

There is a collection of frequently asked questions. If those don’t help, you can always ask the humans behind Greenkeeper.


Your Greenkeeper Bot 🌴

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

Version 1.13.4 of prettier was just published.

Branch Build failing 🚨
Dependency prettier
Current Version 1.13.3
Type devDependency

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

prettier 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

FAQ and help

There is a collection of frequently asked questions. If those don’t help, you can always ask the humans behind Greenkeeper.


Your Greenkeeper Bot 🌴

An in-range update of @types/lodash is breaking the build 🚨

Version 4.14.110 of @types/lodash was just published.

Branch Build failing 🚨
Dependency [@types/lodash](https://github.com/DefinitelyTyped/DefinitelyTyped)
Current Version 4.14.109
Type devDependency

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

@types/lodash 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

FAQ and help

There is a collection of frequently asked questions. If those don’t help, you can always ask the humans behind Greenkeeper.


Your Greenkeeper Bot 🌴

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

The dependency lodash was updated from 4.17.10 to 4.17.11.

🚨 View failing branch.

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

lodash is a direct dependency of this project, and it is very likely causing it to break. If other packages depend on yours, this update is probably also breaking those in turn.

Status Details
  • ❌ continuous-integration/travis-ci/push: The Travis CI build failed (Details).

FAQ and help

There is a collection of frequently asked questions. If those don’t help, you can always ask the humans behind Greenkeeper.


Your Greenkeeper Bot 🌴

An in-range update of semantic-release is breaking the build 🚨

Version 15.5.1 of semantic-release was just published.

Branch Build failing 🚨
Dependency semantic-release
Current Version 15.5.0
Type devDependency

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

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

Release Notes v15.5.1

15.5.1 (2018-06-06)

Bug Fixes

  • plugin-load: clarify load message (6a36832), closes #811
Commits

The new version differs by 6 commits.

  • 6a36832 fix(plugin-load): clarify load message
  • 4d47b20 docs: clarify config file format
  • ddcf29a chore(package): update nyc to version 12.0.1
  • 4c157f3 docs(plugins): add semantic-release-vsce
  • c6636ab docs(plugins): remove warning
  • 44fd7fe chore(package): update delay to version 3.0.0

See the full diff

FAQ and help

There is a collection of frequently asked questions. If those don’t help, you can always ask the humans behind Greenkeeper.


Your Greenkeeper Bot 🌴

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

The devDependency bootstrap was updated from 4.2.1 to 4.3.0.

🚨 View failing branch.

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

bootstrap 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 could not complete due to an error (Details).

Release Notes for v4.3.0

Highlights

  • New: Added .stretched-link utility to make any anchor the size of it's nearest position: relative parent, perfect for entirely clickable cards!
  • New: Added .text-break utility for applying word-break: break-word
  • New: Added .rounded-sm and .rounded-lg for small and large border-radius.
  • New: Added .modal-dialog-scrollable modifier class for scrolling content within a modal.
  • New: Added responsive .list-group-horizontal modifier classes for displaying list groups as a horizontal row.
  • Improved: Reduced our compiled CSS by using null for variables that by default inherit their values from other elements (e.g., $headings-color was inherit and is now null until you modifier it in your custom CSS).
  • Improved: Badge focus styles now match their background-color like our buttons.
  • Fixed: Silenced bad selectors in our JS plugins for the href HTML attribute to avoid JavaScript errors. Please try to use valid selectors or the data-target HTML attribute/target option where available.
  • Fixed: Reverted v4.2.1's change to the breakpoint and grid container Sass maps that blocked folks from upgrading when modifying those default variables.
  • Fixed: Restored white-space: nowrap to .dropdown-toggle (before v4.2.1 it was on all .btns) so carets don't wrap to new lines.
  • Deprecated: img-retina, invisible, float, and size mixins are now deprecated and will be removed in v5.

Links

Commits

The new version differs by 186 commits.

  • 1ded0d6 Release v4.3.0 (#28228)
  • 3aa0770 docs snippets: a few more minor tweaks (#28225)
  • adf16da toasts.md: Remove useless divs.
  • 2bfe581 Remove stray parameter from capture.
  • bbf8b76 Cosmetic changes in snippets.
  • 7a9a8db docs: remove -ms-overflow-style: -ms-autohiding-scrollbar (#28220)
  • 24253b1 migration.md: use https. (#28221)
  • 545f3fa Prevent text selection in placeholder images (#28218)
  • 94acdee Revert "Silence mkdir. (#28184)" (#28209)
  • 6c7dcc6 placeholder.svg: Partially revert the changes from c0e42cb. (#28216)
  • 1145365 Reword footer text.
  • bd328bf Use the site.repo variable.
  • a920429 Change footer link to point to the docs team page
  • c56b10c Offcanvas example: transition the transform (#28203)
  • 52e6ce4 Update devDependencies. (#28175)

There are 186 commits in total.

See the full diff

FAQ and help

There is a collection of frequently asked questions. If those don’t help, you can always ask the humans behind Greenkeeper.


Your Greenkeeper Bot 🌴

An in-range update of rollup-plugin-node-resolve is breaking the build 🚨

Version 3.4.0 of rollup-plugin-node-resolve was just published.

Branch Build failing 🚨
Dependency rollup-plugin-node-resolve
Current Version 3.3.0
Type devDependency

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

rollup-plugin-node-resolve 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).

Release Notes v3.4.0 / 2018-09-04

This release now supports .mjs files by default

Features

Commits

The new version differs by 5 commits.

  • 341037a 3.4.0
  • 05bd0ef Merge pull request #174 from rollup/refactor-promisify-resolveid-for-less-promise-boilerplate
  • 90423f6 refactor: promisify resolveId for less Promise boilerplate
  • 74f2e41 Merge pull request #151 from leebyron/fix-extensions
  • f711ab2 Support .mjs files by default.

See the full diff

FAQ and help

There is a collection of frequently asked questions. If those don’t help, you can always ask the humans behind Greenkeeper.


Your Greenkeeper Bot 🌴

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

The devDependency coveralls was updated from 3.0.2 to 3.0.3.

🚨 View failing branch.

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

coveralls 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 could not complete due to an error (Details).

Release Notes for Dependency security updates

As suggested by NPM and Snyk.

Commits

The new version differs by 1 commits.

  • aa2519c dependency security audit fixes from npm & snyk (#210)

See the full diff

FAQ and help

There is a collection of frequently asked questions. If those don’t help, you can always ask the humans behind Greenkeeper.


Your Greenkeeper Bot 🌴

An in-range update of tslint-config-prettier is breaking the build 🚨

Version 1.15.0 of tslint-config-prettier was just published.

Branch Build failing 🚨
Dependency tslint-config-prettier
Current Version 1.14.0
Type devDependency

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

tslint-config-prettier 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).

Release Notes v1.15.0

1.15.0 (2018-08-20)

Features

  • rules: add tslint-eslint-rules/no-extra-semi (6450a11)
Commits

The new version differs by 9 commits.

  • bb3c479 Merge pull request #180 from alexjoverm/feat/tslint-eslint-rules/no-extra-semi
  • 6450a11 feat(rules): add tslint-eslint-rules/no-extra-semi
  • d7f3a97 chore(package): update tslint-eslint-rules to version 5.4.0 (#177)
  • 566d7c0 chore(package): update prettier to version 1.14.2
  • dcf395c chore(package): update prettier to version 1.14.1 (#175)
  • 5addc56 chore(package): update tslint-microsoft-contrib to version 5.2.0 (#174)
  • 4e69efb chore(package): update tslint-misc-rules to version 3.5.0 (#173)
  • 7102856 chore(package): update prettier to version 1.14.0 (#171)
  • e175cea chore(package): update tslint-consistent-codestyle to version 1.13.3 (#170)

See the full diff

FAQ and help

There is a collection of frequently asked questions. If those don’t help, you can always ask the humans behind Greenkeeper.


Your Greenkeeper Bot 🌴

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

Version 1.3.2 of colors was just published.

Branch Build failing 🚨
Dependency colors
Current Version 1.3.1
Type devDependency

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

colors 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).

Commits

The new version differs by 2 commits.

  • 4a6d75d Package maintenance and version bump
  • 654f2b6 Use weak equality check so we can colorize null in safe mode

See the full diff

FAQ and help

There is a collection of frequently asked questions. If those don’t help, you can always ask the humans behind Greenkeeper.


Your Greenkeeper Bot 🌴

An in-range update of url-loader is breaking the build 🚨

Version 1.1.0 of url-loader was just published.

Branch Build failing 🚨
Dependency url-loader
Current Version 1.0.1
Type devDependency

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

url-loader 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).

Release Notes v1.1.0

1.1.0 (2018-08-13)

Features

  • support fallback loader in options.fallback (#123) (017adc7), closes #118
Commits

The new version differs by 7 commits.

  • 7c8f03b chore(release): 1.1.0
  • 50ab086 refactor: utils (#136)
  • 827da9f docs: some images are saved as .JPG or .PNG (#133)
  • 4941853 test: fix a test (#130)
  • 017adc7 feat: support fallback loader in options.fallback (#123)
  • 9946374 refactor: webpack-defaults (#129)
  • 0256fe7 Readme: add example to set options for fallback loader (#126)

See the full diff

FAQ and help

There is a collection of frequently asked questions. If those don’t help, you can always ask the humans behind Greenkeeper.


Your Greenkeeper Bot 🌴

An in-range update of node-sass is breaking the build 🚨

Version 4.9.3 of node-sass was just published.

Branch Build failing 🚨
Dependency node-sass
Current Version 4.9.2
Type devDependency

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

node-sass 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).

Release Notes v4.9.3

Community

Fixes

Commits

The new version differs by 4 commits.

See the full diff

FAQ and help

There is a collection of frequently asked questions. If those don’t help, you can always ask the humans behind Greenkeeper.


Your Greenkeeper Bot 🌴

An in-range update of travis-deploy-once is breaking the build 🚨

Version 5.0.2 of travis-deploy-once was just published.

Branch Build failing 🚨
Dependency travis-deploy-once
Current Version 5.0.1
Type devDependency

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

travis-deploy-once 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).

Release Notes v5.0.2

5.0.2 (2018-08-04)

Bug Fixes

  • package: update got to version 9.0.0 (bec148c)
Commits

The new version differs by 2 commits.

  • bec148c fix(package): update got to version 9.0.0
  • 5649360 chore(package): update clear-module to version 3.0.0

See the full diff

FAQ and help

There is a collection of frequently asked questions. If those don’t help, you can always ask the humans behind Greenkeeper.


Your Greenkeeper Bot 🌴

An in-range update of replace-in-file is breaking the build 🚨

Version 3.4.2 of replace-in-file was just published.

Branch Build failing 🚨
Dependency replace-in-file
Current Version 3.4.0
Type devDependency

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

replace-in-file 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).

Commits

The new version differs by 4 commits.

See the full diff

FAQ and help

There is a collection of frequently asked questions. If those don’t help, you can always ask the humans behind Greenkeeper.


Your Greenkeeper Bot 🌴

An in-range update of sass-loader is breaking the build 🚨

Version 7.1.0 of sass-loader was just published.

Branch Build failing 🚨
Dependency sass-loader
Current Version 7.0.3
Type devDependency

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

sass-loader 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).

Release Notes v7.1.0

Features

Commits

The new version differs by 3 commits.

  • aada4c3 chore(release): 7.1.0
  • bed9fb5 feat: Make this package implementation-agnostic (#573)
  • 714f5c6 test: Refactor module import tests (#599)

See the full diff

FAQ and help

There is a collection of frequently asked questions. If those don’t help, you can always ask the humans behind Greenkeeper.


Your Greenkeeper Bot 🌴

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

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

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. If those don’t help, you can always ask the humans behind Greenkeeper.


Your Greenkeeper Bot 🌴

An in-range update of cross-env is breaking the build 🚨

Version 5.2.0 of cross-env was just published.

Branch Build failing 🚨
Dependency cross-env
Current Version 5.1.6
Type devDependency

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

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

Release Notes v5.2.0

5.2.0 (2018-06-13)

Features

Commits

The new version differs by 1 commits.

  • 739fd62 feat(deps): upgrade cross-spawn (#182)

See the full diff

FAQ and help

There is a collection of frequently asked questions. If those don’t help, you can always ask the humans behind Greenkeeper.


Your Greenkeeper Bot 🌴

An in-range update of react-virtualized is breaking the build 🚨

The dependency react-virtualized was updated from 9.21.0 to 9.21.1.

🚨 View failing branch.

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

react-virtualized is a direct dependency of this project, and it is very likely causing it to break. If other packages depend on yours, this update is probably also breaking those in turn.

Status Details
  • ❌ continuous-integration/travis-ci/push: The Travis CI build could not complete due to an error (Details).

FAQ and help

There is a collection of frequently asked questions. If those don’t help, you can always ask the humans behind Greenkeeper.


Your Greenkeeper Bot 🌴

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

Version 16.4.1 of react was just published.

Branch Build failing 🚨
Dependency react
Current Version 16.4.0
Type devDependency

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

react 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

Release Notes v16.4.1

16.4.1 (June 13, 2018)

React

  • You can now assign propTypes to components returned by React.ForwardRef. (@bvaughn in #12911)

React DOM

  • Fix a crash when the input type changes from some other types to text. (@spirosikmd in #12135)
  • Fix a crash in IE11 when restoring focus to an SVG element. (@ThaddeusJiang in #12996)
  • Fix a range input not updating in some cases. (@Illu in #12939)
  • Fix input validation triggering unnecessarily in Firefox. (@nhunzaker in #12925)
  • Fix an incorrect event.target value for the onChange event in IE9. (@nhunzaker in #12976)
  • Fix a false positive error when returning an empty <React.Fragment /> from a component. (@philipp-spiess in #12966)

React DOM Server

React Test Renderer

  • Allow multiple root children in test renderer traversal API. (@gaearon in #13017)
  • Fix getDerivedStateFromProps() in the shallow renderer to not discard the pending state. (@fatfisz in #13030)
FAQ and help

There is a collection of frequently asked questions. If those don’t help, you can always ask the humans behind Greenkeeper.


Your Greenkeeper Bot 🌴

An in-range update of webpack-cli is breaking the build 🚨

Version 3.0.3 of webpack-cli was just published.

Branch Build failing 🚨
Dependency webpack-cli
Current Version 3.0.2
Type devDependency

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

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

Release Notes v3.0.3

3.0.3 (2018-06-06)

Commits

The new version differs by 1 commits.

  • 945be4b chore(deps): update inquirer, commitlint packages (#496)

See the full diff

FAQ and help

There is a collection of frequently asked questions. If those don’t help, you can always ask the humans behind Greenkeeper.


Your Greenkeeper Bot 🌴

The automated release is failing 🚨

🚨 The automated release from the master branch failed. 🚨

I recommend you give this issue a high priority, so other packages depending on you could benefit from your bug fixes and new features.

You can find below the list of errors reported by semantic-release. Each one of them has to be resolved in order to automatically publish your package. I’m sure you can resolve this πŸ’ͺ.

Errors are usually caused by a misconfiguration or an authentication problem. With each error reported below you will find explanation and guidance to help you to resolve it.

Once all the errors are resolved, semantic-release will release your package the next time you push a commit to the master branch. You can also manually restart the failed CI job that runs semantic-release.

If you are not sure how to resolve this, here is some links that can help you:

If those don’t help, or if this issue is reporting something you think isn’t right, you can always ask the humans behind semantic-release.


Invalid npm token.

The npm token configured in the NPM_TOKEN environment variable must be a valid token allowing to publish to the registry https://registry.npmjs.org/.

If you are using Two-Factor Authentication, make configure the auth-only level is supported. semantic-release cannot publish with the default auth-and-writes level.

Please make sure to set the NPM_TOKEN environment variable in your CI with the exact value of the npm token.


Good luck with your project ✨

Your semantic-release bot πŸ“¦πŸš€

An in-range update of @types/react is breaking the build 🚨

Version 16.3.15 of @types/react was just published.

Branch Build failing 🚨
Dependency @types/react
Current Version 16.3.14
Type devDependency

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

@types/react 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

FAQ and help

There is a collection of frequently asked questions. If those don’t help, you can always ask the humans behind Greenkeeper.


Your Greenkeeper Bot 🌴

An in-range update of lint-staged is breaking the build 🚨

Version 7.1.3 of lint-staged was just published.

Branch Build failing 🚨
Dependency lint-staged
Current Version 7.1.2
Type devDependency

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

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

Release Notes v7.1.3

7.1.3 (2018-06-01)

Bug Fixes

  • package: Update jest-validate to version 23.0.0 (#458) (3d0ccb2)
Commits

The new version differs by 2 commits.

  • 3d0ccb2 fix(package): Update jest-validate to version 23.0.0 (#458)
  • a8816f5 ci: Update CI scripts to test against current Node release (#453)

See the full diff

FAQ and help

There is a collection of frequently asked questions. If those don’t help, you can always ask the humans behind Greenkeeper.


Your Greenkeeper Bot 🌴

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

Version 3.4.1 of the enzyme packages was just published.

Branch Build failing 🚨
Monorepo release group enzyme
Current Version 3.4.0
Type devDependency

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

This monorepo update includes releases of one or more dependencies which all belong to the enzyme group definition.

enzyme 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 could not complete due to an error (Details).

FAQ and help

There is a collection of frequently asked questions. If those don’t help, you can always ask the humans behind Greenkeeper.


Your Greenkeeper Bot 🌴

An in-range update of ts-node is breaking the build 🚨

Version 6.1.1 of ts-node was just published.

Branch Build failing 🚨
Dependency ts-node
Current Version 6.1.0
Type devDependency

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

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

Release Notes Remove `emitDeclarationOnly`

Fixed

  • Delete emitDeclarationOnly from configuration to ensure config is valid
Commits

The new version differs by 3 commits.

  • e034830 6.1.1
  • 8a1cbe0 Promote local install over global in README (#590)
  • 1063e28 Delete emitDeclarationOnly from config (#605)

See the full diff

FAQ and help

There is a collection of frequently asked questions. If those don’t help, you can always ask the humans behind Greenkeeper.


Your Greenkeeper Bot 🌴

An in-range update of rollup-plugin-alias is breaking the build 🚨

The devDependency rollup-plugin-alias was updated from 1.4.0 to 1.5.0.

🚨 View failing branch.

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

rollup-plugin-alias 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 could not complete due to an error (Details).

FAQ and help

There is a collection of frequently asked questions. If those don’t help, you can always ask the humans behind Greenkeeper.


Your Greenkeeper Bot 🌴

An in-range update of rollup-plugin-json is breaking the build 🚨

The devDependency rollup-plugin-json was updated from 3.0.0 to 3.1.0.

🚨 View failing branch.

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

rollup-plugin-json 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).

Commits

The new version differs by 7 commits.

  • bb64f65 3.1.0
  • 97615d6 Update changelog
  • 1bcf81b Update dependencies and make tests rollup1.0 compatible (#46)
  • 4df5395 Update changelog
  • 2a528e3 Expose the "compact" and "namedExports" options (#45)
  • e9c01b9 Update changelog
  • 8de10c0 Update rollup-pluginutils to support null values in json (#44)

See the full diff

FAQ and help

There is a collection of frequently asked questions. If those don’t help, you can always ask the humans behind Greenkeeper.


Your Greenkeeper Bot 🌴

[Feature Request] Customization options

Can we have the headline/searchbar as a separate component so that we can customize icons, styling etc. ?

It would be nice if we can pass icons from ant-d for example. (Same would be nice for the header of each column)

Basically keep the easy to use approach but also give the option for more customization without having to go all the way back to react-virtualized.

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    πŸ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. πŸ“ŠπŸ“ˆπŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❀️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.