Git Product home page Git Product logo

tarsinzer / redux-pending-effects Goto Github PK

View Code? Open in Web Editor NEW
9.0 2.0 2.0 5.12 MB

๐Ÿฆ‹ A redux toolkit that tracks your asynchronous redux actions (effects) and informs about the intermediate state using the selector function

JavaScript 7.18% TypeScript 81.72% HTML 3.18% CSS 0.62% SCSS 7.29%
redux pending middleware promise redux-promise redux-pending redux-toolkit redux-saga redux-thunk redux-promise-middleware

redux-pending-effects's Issues

Ignore API

We should provide the possibility to ignore specific action types to be tracked for the pending state.

Dependency Dashboard

This issue lists Renovate updates and detected dependencies. Read the Dependency Dashboard docs to learn more.

Rate-Limited

These updates are currently rate-limited. Click on a checkbox below to force their creation now.

  • chore(deps): replace dependency redux-devtools-extension with @redux-devtools/extension 3.0.0
  • fix(deps): update dependency redux-thunk to v2.4.2
  • fix(deps): update dependency styled-components to v5.3.11
  • chore(deps): update dependency eslint to v8.57.0
  • chore(deps): update dependency eslint-config-prettier to v8.10.0
  • chore(deps): update dependency eslint-plugin-compat to v4.2.0
  • chore(deps): update dependency eslint-plugin-import to v2.29.1
  • chore(deps): update dependency eslint-plugin-jsx-a11y to v6.8.0
  • chore(deps): update dependency eslint-plugin-prettier to v4.2.1
  • chore(deps): update dependency eslint-plugin-react to v7.34.1
  • chore(deps): update dependency eslint-plugin-sonarjs to v0.25.1
  • chore(deps): update dependency monoreact to v0.35.0
  • chore(deps): update dependency prettier to v2.8.8
  • chore(deps): update dependency redux-saga to v1.3.0
  • chore(deps): update dependency tslib to v2.6.2
  • chore(deps): update dependency typescript to v4.9.5
  • chore(deps): update dependency webpack to v5.91.0
  • chore(deps): update typescript-eslint monorepo to v5.62.0 (@typescript-eslint/eslint-plugin, @typescript-eslint/parser)
  • fix(deps): update dependency @reduxjs/toolkit to v1.9.7
  • fix(deps): update dependency grommet to v2.37.0
  • fix(deps): update dependency grommet-icons to v4.12.1
  • fix(deps): update dependency react-router-dom to v6.23.1
  • fix(deps): update dependency redux-promise-middleware to v6.2.0
  • fix(deps): update dependency redux-saga to v1.3.0
  • chore(deps): update actions/checkout action to v4
  • chore(deps): update actions/setup-node action to v4
  • chore(deps): update dependency @types/jest to v29
  • chore(deps): update dependency @types/node to v20
  • chore(deps): update dependency eslint to v9
  • chore(deps): update dependency eslint-config-prettier to v9
  • chore(deps): update dependency eslint-plugin-prettier to v5
  • chore(deps): update dependency eslint-plugin-sonarjs to v1
  • chore(deps): update dependency husky to v9
  • chore(deps): update dependency lint-staged to v15
  • chore(deps): update dependency prettier to v3
  • chore(deps): update dependency redux to v5
  • chore(deps): update dependency typescript to v5
  • chore(deps): update typescript-eslint monorepo to v7 (major) (@typescript-eslint/eslint-plugin, @typescript-eslint/parser)
  • fix(deps): update dependency @reduxjs/toolkit to v2
  • fix(deps): update dependency node-sass to v9
  • fix(deps): update dependency react-redux to v9
  • fix(deps): update dependency redux-thunk to v3
  • fix(deps): update dependency styled-components to v6
  • ๐Ÿ” Create all rate-limited PRs at once ๐Ÿ”

Open

These updates have all been created already. Click a checkbox below to force a retry/rebase of any.

Detected dependencies

github-actions
.github/workflows/default.yaml
  • actions/checkout v3
  • actions/setup-node v3
npm
example-app/package.json
  • @reduxjs/toolkit 1.8.6
  • grommet 2.23.0
  • grommet-icons 4.7.0
  • history 5.3.0
  • jest-fetch-mock 3.0.3
  • node-sass 7.0.3
  • react 17.0.2
  • react-dom 17.0.2
  • react-html-parser 2.0.2
  • react-redux 8.0.2
  • react-router-dom 6.3.0
  • react-scripts 5.0.1
  • redux 4.2.0
  • redux-promise-middleware 6.1.2
  • redux-saga 1.1.3
  • redux-saga-tester 1.0.874
  • redux-thunk 2.4.1
  • styled-components 5.3.5
  • @types/jest 27.5.2
  • @types/node 17.0.35
  • @types/react 17.0.45
  • @types/react-dom 17.0.17
  • @types/react-html-parser 2.0.2
  • @types/react-redux 7.1.24
  • @types/redux-mock-store 1.0.3
  • @typescript-eslint/parser 5.41.0
  • eslint-config-prettier 8.5.0
  • eslint-config-react-app 6.0.0
  • eslint-plugin-compat 4.0.2
  • eslint-plugin-prettier 4.0.0
  • eslint-plugin-sonarjs 0.13.0
  • majestic 1.8.1
  • prettier 2.6.2
  • redux-devtools-extension 2.13.9
  • redux-mock-store 1.5.4
  • tslib 2.4.0
  • typescript 4.6.4
  • yarn 1.22.19
lib/package.json
  • redux-saga ^1.1.3
  • redux ^4.1.0
package.json
  • @typescript-eslint/eslint-plugin 5.41.0
  • @typescript-eslint/parser 5.41.0
  • eslint 8.16.0
  • eslint-config-prettier 8.5.0
  • eslint-config-react-app 6.0.0
  • eslint-plugin-compat 4.0.2
  • eslint-plugin-flowtype 8.0.3
  • eslint-plugin-import 2.26.0
  • eslint-plugin-jsx-a11y 6.5.1
  • eslint-plugin-prettier 4.0.0
  • eslint-plugin-react 7.33.2
  • eslint-plugin-react-hooks 4.5.0
  • eslint-plugin-sonarjs 0.13.0
  • husky 4.3.8
  • lint-staged 12.5.0
  • monoreact 0.34.0
  • prettier 2.6.2
  • webpack 5.76.0
  • yarn 1.22.19

  • Check this box to trigger a request for Renovate to run again on this repository

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.