k-ramel icon indicating copy to clipboard operation
k-ramel copied to clipboard

State manager for your components apps, the safe and easy way

Results 44 k-ramel issues
Sort by recently updated
recently updated
newest added

## The devDependency [eslint-plugin-react-hooks](https://github.com/facebook/react) was updated from `2.4.0` to `2.5.0`. 🚨 [View failing branch](https://github.com/unirakun/k-ramel/compare/master...unirakun:greenkeeper%2Feslint-plugin-react-hooks-2.5.0). This version is **covered** by your **current version range** and after updating it in your project...

greenkeeper

*** ☝️ **Important announcement:** Greenkeeper will be saying goodbye πŸ‘‹ and passing the torch to Snyk on June 3rd, 2020! [Find out how to migrate to Snyk and more at...

greenkeeper

*** ☝️ **Important announcement:** Greenkeeper will be saying goodbye πŸ‘‹ and passing the torch to Snyk on June 3rd, 2020! [Find out how to migrate to Snyk and more at...

greenkeeper

*** ☝️ **Important announcement:** Greenkeeper will be saying goodbye πŸ‘‹ and passing the torch to Snyk on June 3rd, 2020! [Find out how to migrate to Snyk and more at...

greenkeeper

## The devDependency [cross-env](https://github.com/kentcdodds/cross-env) was updated from `7.0.0` to `7.0.1`. This version is **not covered** by your **current version range**. If you don’t accept this pull request, your project will...

greenkeeper

## The devDependency [babel-eslint](https://github.com/babel/babel-eslint) was updated from `10.0.3` to `10.1.0`. 🚨 [View failing branch](https://github.com/unirakun/k-ramel/compare/master...unirakun:greenkeeper%2Fbabel-eslint-10.1.0). This version is **covered** by your **current version range** and after updating it in your project...

greenkeeper

> Warning: componentWillMount has been renamed, and is not recommended for use. See https://fb.me/react-unsafe-component-lifecycles for details. * Move code with side effects to componentDidMount, and set initial state in the...

- once hooks will be stable - it will be a breaking change because we will drop support for react-redux

help wanted
feature

add helpers to not rewrite the `key` (default is `@@form-`) : - ({ payload }) => payload['@@form-name'] === 'form1' - const values = action.payload['@@form-fileds'].map(f => action.payload[f])

help wanted
feature

change API of http driver : `http(context)[method](url, body, options)` => - if first parameter is a `string` : `http(context).head(url, body, options)` - if first parameter is an `object` : `http(context).head({...