Git Product home page Git Product logo

redux-variants's Introduction

redux-variants

Greenkeeper badge

CircleCI codecov

Universal JavaScript variants system for Redux (plus React helpers)

Supported platform

  • node 6.x, 8.x
  • React 16.x
  • Redux 3.x

Unsupported But Should Work

  • React 15.6.x

Getting Started

Running tests

To run the full suite, run

npm tst

Other commands

npm run build

Builds the production assets suitable for release

npm run deploy

Git tags release and publishes to npm

npm start

Runs the test watcher

CI/CD

Releases

Every commit to master defaults to a patch bump. If it needs to be a minor or major, ENSURE YOU DO THE FOLLOWING:

If you would like to create a release, add the following to the merge commit message when you merge a PR:

release v+<bump type>

Where <bump type> is one of:

  • major
  • minor
  • patch (default)

This will:

  1. Bump version in package.json and commit back to master
  2. Git tag that newly created commit with the new version
  3. Publish to npm

redux-variants's People

Contributors

greenkeeper[bot] avatar greenkeeperio-bot avatar homezenbot avatar pcgilday avatar spaintrain avatar

Stargazers

 avatar

Watchers

 avatar  avatar

redux-variants's Issues

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

Version 2.0.0 of sinon just got published.

Branch Build failing 🚨
Dependency sinon
Current Version 2.0.0-pre.6
Type devDependency

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

As sinon is β€œonly” a devDependency of this project it might not break production or downstream projects, but β€œonly” your build or test tools – preventing new deploys or publishes.

I recommend you give this issue a high priority. I’m sure you can resolve this πŸ’ͺ


Status Details
  • ❌ ci/circleci Your tests failed on CircleCI Details
Commits

The new version differs by 30 commits .

  • 15a0038 Add dist file to docs
  • 108ac04 Update docs/changelog.md and set new release id in docs/_config.yml
  • 3f5c869 Add release documentation for v2.0.0
  • 02a6ff6 2.0.0
  • 224ec4f Update Changelog.txt and AUTHORS for new release
  • c748bc5 Merge pull request #1325 from lucasfcosta/callsFake-docs
  • fee959d Merge pull request #1297 from lucasfcosta/getters-setters-new-api
  • 1bda7c4 Merge pull request #1326 from lucasfcosta/remove-unused-chain-behavior
  • 70e96f5 Remove unused chain behavior
  • bdd3f82 Add docs for the new callsFake behavior
  • ad58467 Add docs for the new API get and set behaviors
  • eb7f90f Add names to previously anonymous getter and setter test functions
  • e852f4f Add restore method for stubbed property descriptors
  • 5bbfa51 Allow stubbing getters and setters for function properties
  • 278c2ce Add getters/setters stub behaviors

There are 30 commits in total. See the full diff.

Not sure how things should work exactly?

There is a collection of frequently asked questions and of course you may always ask my humans.


Your Greenkeeper Bot 🌴

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

Version 2.8.1 of enzyme just got published.

Branch Build failing 🚨
Dependency enzyme
Current Version 2.8.0
Type devDependency

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

As enzyme is β€œonly” a devDependency of this project it might not break production or downstream projects, but β€œonly” your build or test tools – preventing new deploys or publishes.

I recommend you give this issue a high priority. I’m sure you can resolve this πŸ’ͺ


Status Details
  • ❌ ci/circleci Your tests failed on CircleCI Details
Commits

The new version differs by 33 commits .

  • 8ab9528 v2.8.1
  • 75d1390 Merge pull request #876 from kentcdodds/pr/support-15.5
  • 21f6e7a [Tests] create-react-class should be a static dev dependency.
  • 4464a17 [Tests] move helpers in to test/_helpers dir
  • 22f368f address final comments
  • cc78489 Update error message in react-compat
  • b48e551 Change condition in performBatchedUpdates to a version check
  • 2f957af REACT155 constant is now true for react 15.5 or above
  • f5f6001 Update ReactWrapperComponent to use prop-types package
  • 3ff9832 Update karma cofig to be compatible with [email protected]
  • ec7bbc5 Lint
  • 270ee7f Remove unnecessary tests
  • d6badda Fix import
  • edeb99c Remove dependency on create-react-class
  • b0e2fac Extract batchedUpdates to a function

There are 33 commits in total. See the full diff.

Not sure how things should work exactly?

There is a collection of frequently asked questions and of course you may always ask my humans.


Your Greenkeeper Bot 🌴

Use hz-test-helpers

This will require hz-test-helpers to either support enzyme or export chai so that its consumers can add their own chai plugins

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

Version 2.0.0-pre.6 of sinon just got published.

Branch Build failing 🚨
Dependency sinon
Current Version 2.0.0-pre.5
Type devDependency

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

As sinon is β€œonly” a devDependency of this project it might not break production or downstream projects, but β€œonly” your build or test tools – preventing new deploys or publishes.

I recommend you give this issue a high priority. I’m sure you can resolve this πŸ’ͺ


Status Details
  • ❌ ci/circleci Your tests failed on CircleCI Details
Commits

The new version differs by 174 commits .

  • 47558dc 2.0 Preview 6
  • 662f3c1 Merge pull request #1303 from dougo/docs-fixups
  • c9367aa Replace broken internal links with page links.
  • 86088bd Merge pull request #1302 from sinonjs/add-behavior
  • 592dffc Remove stray close-quotes.
  • aac0b2e Merge pull request #1300 from Gvozd/optimize_performance
  • 73ac7de Fix code formatting for XMLHttpRequest.
  • 4323516 Merge pull request #1301 from fatso83/1299-redirect-traffic-to-releases
  • 0e61eaa Fix anchor and internal link.
  • 49c8877 Fix quoting by removing superfluous backslashes.
  • ba00de0 Give addBehavior a reasonable API
  • 7cccebb Redirect /docs and /downloads to /releases
  • 6b27ce4 Optimize performance of call-stack getting
  • c404d20 Add sinon.addBehavior, use it to add the default behaviors
  • 46e41c8 Merge pull request #1296 from sinonjs/remove-deal-links

There are 174 commits in total. See the full diff.

Not sure how things should work exactly?

There is a collection of frequently asked questions and of course you may always ask my humans.


Your Greenkeeper Bot 🌴

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

Version 3.0.0 of webpack just got published.

Branch Build failing 🚨
Dependency webpack
Current Version 3.0.0-rc.2
Type devDependency

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

As webpack is β€œonly” a devDependency of this project it might not break production or downstream projects, but β€œonly” your build or test tools – preventing new deploys or publishes.

I recommend you give this issue a high priority. I’m sure you can resolve this πŸ’ͺ

Status Details
  • ❌ ci/circleci Your tests failed on CircleCI Details

Release Notes v3.0.0

Changes from 2.6.1 to 3.0.0

Features

  • node_modules no longer mangle to ~ in stats [breaking change]
  • timeout for HMR requests is configurable
  • added experimental Scope Hoisting (webpack.optimize.ModuleConcatenationPlugin)
  • some performance improvements
  • added output.libraryExport to select an export for the library
  • sourceMapFilename now supports [contenthash] [breaking change]
  • module.noParse supports functions
  • add node: false option to disable all node specific additions

Bugfixes

  • add workaround for breakpoints in eval source maps (chrome)
  • avoid creating redundant connections in chunk graph
  • enable chunk modules in stats by default
  • add special behavior when using CommonsChunkPlugin with only async option
  • error is shown when hot-only HMR fails
  • fixed a few issues with weird stats output [breaking change]
  • fixed a bug in occurrence order plugin [breaking change]
  • optimization plugins now only affect the current compilation [breaking change]
  • context now also include index files [breaking change]
  • require.resolve evaluate truthy [breaking change]
  • import order no longer adds to hash
  • Hashing for RawModule fixed

Internal changes

  • child compilations get records and cache assigned (they need a unique name) [breaking change]
  • Set is used for Child.modules, Module.chunks, Reason.chunks [breaking change]
  • uglifyjs-plugin is moved into separate repository

Changes from 3.0.0-rc.2 to 3.0.0

Bugfixes

  • fix duplicate dependencies in ConcatenatedModule
  • Hashing for RawModule fixed

Internal changes

  • uglifyjs-plugin is moved into separate repository
Commits

The new version differs by 19 commits.

  • bf4ec9c 3.0.0
  • 9feda63 Merge pull request #5028 from webpack/feature/externalize_uglify_plugin
  • 49d6e38 Merge pull request #5086 from webpack/ci/node-8
  • 3dcb133 OSX test on node.js 8
  • f4b8785 Merge pull request #5012 from webpack/TheLarkInn-patch-1
  • d26c402 chore(deps): upgrade uglifyjs-webpack-plugin deps to get latest webpack-sources so tests pass
  • 3da4f3e Merge pull request #5085 from jbellenger/jbellenger/rawmodule-hash
  • 8c9dc14 fix RawModule hashing
  • c2c5d73 Update README.md
  • 316d4b9 Merge pull request #5084 from timse/remove-duplicate-code
  • ae18552 update test case with changed hash due to less clutter in dependencies
  • fc20348 unite iteration through modules into one loop
  • 083843e remove code that pushes arrays of dependencies into dependencies
  • ab636b0 Merge pull request #5075 from andreipfeiffer/master
  • 3b3449c Refactor: use const for non reassignable identifier

There are 19 commits in total.

See the full diff

Not sure how things should work exactly?

There is a collection of frequently asked questions and of course you may always ask my humans.


Your Greenkeeper Bot 🌴

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.