Commit Graph

181 Commits

Author SHA1 Message Date
renovate[bot]
2387834778
chore(deps): update dependency webpack-dev-server to v4 (#790)
* chore(deps): update dependency webpack-dev-server to v4

* Remove deprecated inline argument

Co-authored-by: Renovate Bot <bot@renovateapp.com>
Co-authored-by: Nathan Bierema <nbierema@gmail.com>
2021-08-28 20:21:06 +00:00
renovate[bot]
35f958b982
chore(deps): update dependency webpack-cli to v4 (#789)
* chore(deps): update dependency webpack-cli to v4

* Update arguments

* config

* Let's see what this does

* Revert "config"

This reverts commit e8ff2f1acd.

Co-authored-by: Renovate Bot <bot@renovateapp.com>
Co-authored-by: Nathan Bierema <nbierema@gmail.com>
2021-08-27 20:23:35 +00:00
renovate[bot]
8c42d03594
chore(deps): update typescript-eslint monorepo to v4 (#793)
Co-authored-by: Renovate Bot <bot@renovateapp.com>
2021-08-27 13:43:08 -04:00
renovate[bot]
5cee92d1ef
chore(deps): update jest monorepo (major) (#791)
* chore(deps): update jest monorepo

* Changes for jest 27

* Update types as well

Co-authored-by: Renovate Bot <bot@renovateapp.com>
Co-authored-by: Nathan Bierema <nbierema@gmail.com>
2021-08-27 16:08:40 +00:00
renovate[bot]
0101471ffb
chore(deps): update dependency ts-node to v10 (#786)
Co-authored-by: Renovate Bot <bot@renovateapp.com>
2021-08-27 05:48:54 +00:00
renovate[bot]
9caf393abf
chore(deps): update dependency eslint-plugin-jest to v24 (#772)
* chore(deps): update dependency eslint-plugin-jest to v24

* Fix lint

* Fix

Co-authored-by: Renovate Bot <bot@renovateapp.com>
Co-authored-by: Nathan Bierema <nbierema@gmail.com>
2021-08-27 04:16:15 +00:00
renovate[bot]
1dd169a60d
chore(deps): update dependency eslint-config-prettier to v8 (#769)
* chore(deps): update dependency eslint-config-prettier to v8

* Update eslintrc

Co-authored-by: Renovate Bot <bot@renovateapp.com>
Co-authored-by: Nathan Bierema <nbierema@gmail.com>
2021-08-27 03:23:46 +00:00
renovate[bot]
f122f5227a
chore(deps): update dependency stylelint-config-standard to v22 (#783)
Co-authored-by: Renovate Bot <bot@renovateapp.com>
2021-08-27 01:09:00 +00:00
Nathan Bierema
63b5e656e3
chore(deps): clean up (#779)
* chore(deps): clean up

* prettierignore

* Remove

* Keep

* Unify @types/react
2021-08-26 19:20:13 -04:00
renovate[bot]
b893e07fd8
chore(deps): update dependency lerna to v4 (#777)
Co-authored-by: Renovate Bot <bot@renovateapp.com>
2021-08-26 18:29:54 -04:00
renovate[bot]
cc475a2f64
chore(deps): update dependency fork-ts-checker-webpack-plugin to v6 (#773)
Co-authored-by: Renovate Bot <bot@renovateapp.com>
2021-08-26 17:28:15 -04:00
Fabrizio Vitale
7d92a5e186
[feat][monitor] Add rkt-query-inspector-monitor - feat/rtk query monitor (#750)
* chore: copy rtk-query example from toolkit

* feat(rtk-query): complete initial setup of rtk-query

* feat: complete inspector layout and add initial JSONTree setup

* fix: unintentional removal of tsconfig

* feat(search): add search logic and refactor monitor state shape

* fix: inverted monitor theme inside  devtoop-app

Othetr changes:

* simplify monitor integration

* fix: rtk monitor reducer not working in  app

* refactor(rtk-query): simplify theme config

* feat(rtk-query-monitor): add query preview tabs

* fix: wip

* refactor(examples): add rtk-query-polling to workspace

Other changes:

* docs(rtk-query-polling): add README.md

* chore(rtk-query-inspector): add demo to monorepo

Other changes:

chore: increase isWideScreen polling interval to 300

refactor: add subscription as root node in QueryPreviewSubscriptions

* feat(rtk-query): add multiple filter options

* chore(rtk-queery): rename demo build script and add SKIP_PREFLIGHT_CHECK=true

* feat(rtk-query): display status flags in QueryPreviewInfo

* chore(rtk-query): update typescript versions in rkt-inspector-monitor & its demo

* docs(rtk-query): add proper README

Other changes:

* fix examples/rtk-query-poilling

* docs(rtk-query): improve rtk-query-inspector-monitor demo gif

* docs(rtk-query): clean up demo

* fix(rtk-query): clear button not updating redux state

* docs(rtk-query): add link to rtk-query-inspector-monitor demo site

* chore(rtk-query): run prettier after prettier upgrade (55e2284)

* docs(rtk.query): clean up readme add features, todo and development section

* docs(rtk-query): fix link href

* chore(rtk-query): clean up rtk-query-imspector-monitor-demo and add post example

* feat(rtk-query): add counters on tags & subs tab buttons

* fix(rtk-query): layering issue between queryPreview tabList and select

Other changes:

* clean up demo styles

* run prettier

* fix: revert accidental changes packages/redux-devtools-serialize/tsconfig.json

* chore: change QueryComparators.fulfilledTimeStamp label

* feat(rtk-query): display api stats

* refactor: remove rtk-query-polling example from monorepo

* chore: regenerate lock file and add @types/react as monorepo devDep

* chore: display apiState

Other changes:

* fix close button overflow

* minor responsive style tweaks

* display reducerPath in query tab

* fix(rtk-query): resolve CI errors

- fix(prettier:check): unformatted file
- fix(lint:all): fix accidentallly removed .eslintignore

* chore(rtk-query): rename package to '@redux-devtools/rtk-query-monitor'

* fix(rtk-query): lint:all error

https://github.com/reduxjs/redux-devtools/runs/2869729048?check_suite_focus=true

* feat(rtk-query): add fallback message if there are no rtk-query apis

* refactor(rtk-query): move Inspector & Monitor to containers clean up typings

Other changes:

* chore: improved type coverage

* chore: do not lint packages/redux-devtools-rtk-query-monitor/demo folder

* refactor: put sort order buttons inside a component

* chore: hopefully resolve mockServiceWorker formatting issues

* fix(rtk-query): incorrect link color

Other changes:

* fix: add missing anchor property value noopener

* refactor(rtk-query): simplify sort order control

* feat(rtk-query): add timings to apiStats sections

* feat(rtk-query): add slowest and fastest in timings section

* feat(rtk-query): improve formatting of timings and display average loading time

* fix(rtk-query): rtk-query imports

* refactor(rtk-query): reduce selector computations

Other changes:

* simplify TreeView props

* feat(rtk-query): add actions tab

* refactor(rtk-query): add custom logic for TreeView shouldExpandNode

Other changes:

* feat: added duration in QueryPreviewInfo tab

* refactor: TreeView component

* chore(rtk-query): improve demo visibility on small devices

* feat(rtk-query): do not display tree node preview

Other changes:

* improve visibility of demo devTools on small devices

* tweak QueryPreviewInfo labels

* chore(rtk-query): improve responsiveness

* refactor(rtk-query): move preview to containers remove unnecessary computation

* feat(rtk-query): display median of timings

Other changes:

* improved shouldExpandNode logic of QueryPreviewActions

* tweaked mean logic

* refactor(rtk-query-monitor): conform demo setup to repo standards

* chore(rtk-query-monitor): add option to select active devtools

* chore(rtk-query-monitor): remove redux-devtools/examples/rtk-query-polling

* refactor(rtk-query): improve UI of api tab

* feat(rtk-query): add regex search

* feat(rtk-query): display mutations in queryList

* refactor(rtk-query): track all fulfilled requests using actions

Other changes:

* refactor(rtk-query): rename tally properties

* chore(rtk-query): update @redux-devtools/rtk-query-monitor dependencies

* fix(rtk-query): demo build failing caused by a typing error
2021-08-26 15:33:06 -04:00
renovate[bot]
9a77585dd7
chore(deps): update all non-major dependencies (#758)
* chore(deps): update all non-major dependencies

* Prettify

* Combine versions

* Downgrade knex

* Engine changes

* Only LTS

* Greater than

* Combine lodash

* Fix type

* Fix type

* Update snapshots

Co-authored-by: Renovate Bot <bot@renovateapp.com>
Co-authored-by: Nathan Bierema <nbierema@gmail.com>
2021-08-26 09:52:23 -04:00
Nathan Bierema
326cfdf217
chore(extension): add extension to yarn workspaces (#747)
* Add packages

* misc changes

* Work

* Fix missing package

* Remove lint for now

* Test differently

* Try no-sandbox

* Test

* Try that

* Try that

* Test

* Not headless?

* Test electron

* Try Windows

* lerna run test

* Update
2021-06-19 23:08:00 -04:00
Nathan Bierema
89c8d7759e
chore(*): upgrade dependencies (#744)
* Upgrade

* yarn.lock

* Combine

* Ignore

* Update snapshots

* All the cool kids are doing this
2021-06-18 21:47:26 -04:00
Nathan Bierema
55e2284a3d
chore(*): upgrade prettier (#743)
* chore(*): upgrade prettier

* Update snapshots
2021-06-17 23:56:36 -04:00
Nathan Bierema
b50af14542
chore(*): remove prettier plugin (#742)
* chore(*): remove prettier plugin

* Remove references
2021-06-17 23:26:53 -04:00
Nathan Bierema
0c77e4d457
chore(*): upgrade to TypeScript 4.3 (#741) 2021-06-17 23:17:29 -04:00
Nathan Bierema
a635c4bc6a
chore(*): upgrade to TypeScript 4.2 (#740)
* chore(*): upgrade to TypeScript 4.2

* Fix

* Ignore
2021-06-17 23:00:59 -04:00
Nathan Bierema
985b7b6a56
chore(*): upgrade to TypeScript 4.1 (#739)
* chore(*): upgrade to TypeScript 4.1

* Fix lint

* Fix tests
2021-06-17 21:41:41 -04:00
Nathan Bierema
698fdec21d
chore(*): upgrade to TypeScript 4.0 (#736)
* chore(*): upgrade to TypeScript 4.0

* Fix

* Fix

* trigger

* build

* More fixes

* Fix
2021-06-16 12:20:20 -04:00
Nathan Bierema
bc5523f14f
chore(app): move common devDependencies to root (#720) 2021-06-06 16:02:32 -04:00
Nathan Bierema
d49535da03
feature(redux-devtools-test-generator): convert to TypeScript (#634)
* stash

* stash

* compiles

* Tests

* finish

* fix packages

* somemore

* update snapshot
2020-09-13 00:02:24 -04:00
Nathan Bierema
ec75d3a4b6
feat(redux-devtools-slider-monitor): convert example to TypeScript (#632) 2020-09-10 11:45:02 -04:00
Nathan Bierema
727d753081
feature(devui): convert to TypeScript (#629)
* stash

* and those

* stash

* stash

* stash

* stash

* tests

* fix errors

* revert

* stash

* fix lint

* prettier
2020-09-09 10:35:22 -04:00
Nathan Bierema
c7b0c7aa6e
feat(redux-devtools-inspector): convert to TypeScript (#623)
* stash

* stash

* stash

* stash

* preset

* @types/dragula
2020-08-30 17:49:06 -04:00
Nathan Bierema
37191e46e6
feat(redux-devtools): convert todomvc example to TypeScript (#618) 2020-08-27 22:01:17 -04:00
Nathan Bierema
78ded9e0ca
feat(react-dock): convert to TypeScript (#607)
* feature(react-dock): convert to TypeScript

* And that

* Fun

* pretty

* More fun

* Try that
2020-08-24 00:37:43 -04:00
Nathan Bierema
97adc01b78
feature(redux-devtools): convert to TypeScript (#605) 2020-08-22 20:16:16 -04:00
Nathan Bierema
0516c41b0e
feature(react-json-tree): convert example to TypeScript (#603) 2020-08-21 21:57:06 -04:00
Nathan Bierema
e7304b5853
fix(react-base16-styling): fix Styling type (#602)
* fix(react-base16-styling): fix Styling type

* fix that
2020-08-21 21:51:57 -04:00
Nathan Bierema
40ac89aff9
feature(react-json-tree): convert react-json-tree to TypeScript (#601)
* eslint base

* stash

* setup

* stash

* stash

* Add jest.config.js

* caught
2020-08-21 20:13:24 -04:00
Nathan Bierema
5a6074a081
chore(*): add prettier check to CI (#598)
* chore(*): change prettier hook

* Run prettier

* Reorder

* Fix all the files
2020-08-19 10:07:30 -04:00
Nathan Bierema
c68b34e4b8
refactor(react-base16-styling)!: convert react-base16-styling to TypeScript (#592)
BREAKING CHANGES: Switch from pure-color to color which could change behavior of string parsing or results. No API changes.
2020-08-16 09:00:54 -04:00
Nathan Bierema
795af8092c
chore(*): upgrade react-hot-loader (#580) 2020-08-09 09:46:22 -04:00
Nathan Bierema
10bf7bc084
chore(*): upgrade prettier (#570)
* chore(*): upgrade prettier

* chore(*): upgrade prettier
2020-08-08 16:26:39 -04:00
Nathan Bierema
08ef5bf838
chore(*): upgrade dependencies (#569)
* Making moves

* More awesomeness

* More

* more

* More
2020-08-08 15:46:01 -04:00
Nathan Bierema
1a4e509b4b
chore(*): fix prettier (#557)
* Fix

* Test

* Changes

* Run prettier

* Remove single quote
2020-08-05 09:12:31 -04:00
Nathan Bierema
3022c55330
Add d3-state-visualizer package (#556)
* Start

* Cleanup

* Finish

* eslint
2020-08-05 08:42:25 -04:00
Nathan Bierema
2092d2f6d3
chore(*): make minor upgrades (#543)
* chore(*): make minor upgrades

* Make safe update

* unsafe
2020-08-01 14:21:04 -04:00
Nathan Bierema
a9122a132c
fix(redux-slider-monitor): fix example build (#537) 2020-07-31 23:51:44 -04:00
Nathan Bierema
408213ef5d
Updates (#532) 2020-07-31 17:41:16 -04:00
Nathan Bierema
0864f28156
fix(react-json-tree): fix react-json-tree examples (#531)
* Consolidate dependencies in react-json-tree examples

* Do it differently

* Update
2020-07-31 17:32:41 -04:00
nndio
818d685ec7 Update babel 2019-02-06 01:59:55 +02:00
nndio
6907c48147 Use prettier 2019-01-10 20:51:14 +02:00
nndio
458f9019aa Fix and unify eslint 2019-01-10 19:23:33 +02:00
nndio
4d03f18bf7 Run jest for all packages 2019-01-09 02:18:30 +02:00
Zalmoxisus
2d69d523ed Prepare since master misses some necessary builds 2019-01-05 02:49:32 +02:00
Zalmoxisus
edd397d7db Add lint for pre-commit 2019-01-03 17:40:38 +02:00
Mihail Diordiev
2f91b8765c
Move redux-devtools-test-generator package (#438)
* Move from zalmoxisus/redux-devtools-test-generator

* Update package and links

* Fix CI
2018-12-23 02:13:56 +02:00
Mihail Diordiev
110e9e4f8c
Compatibility with react-redux@6 (#427) 2018-12-21 21:31:45 +02:00
Mihail Diordiev
b80cc9e5b9
Merge react-json-tree package (#428)
* Merge react-json-tree from alexkuz/react-json-tree

* Npm package config

* Add credits

* Stick `eslint-plugin-react` to `7.4.0` till change deprecated `componentWillReceiveProps`
2018-12-21 21:18:05 +02:00
Zalmoxisus
00863e8aa0 Fix linting and dependences 2018-12-13 03:38:24 +02:00
Zalmoxisus
f23cebaa2a Run build on install as yarn workspaces don't handle install lifecycle 2018-12-13 03:31:17 +02:00
Zalmoxisus
2b4af4e38e Lerna publish commands 2018-12-11 02:28:55 +02:00
Zalmoxisus
bd0ca28e95 Use lerna run to test only what was changed since master 2018-12-11 00:16:45 +02:00
Zalmoxisus
dabc7d9b8e Run tests in packages 2018-12-07 18:59:40 +02:00
Zalmoxisus
18910522f0 Configure lerna with yarn workspaces 2018-12-07 16:44:11 +02:00
Zalmoxisus
0e0740e6d7 Move redux-devtools to packages 2018-12-02 23:22:37 +02:00
Zalmoxisus
4fa6a2fb8f v3.4.2 2018-11-16 00:21:15 +02:00
Mihail Diordiev
19d61684cf
Merge branch 'master' into feature/407 2018-11-16 00:01:27 +02:00
Dan Rumney
a0f5108c9f Resolves #407: Add support for Redux 4.0.0 2018-10-03 18:30:04 -05:00
Nick McCurdy
9cf85cc4c3 Support Redux 4 in peer dependencies 2018-04-20 23:17:07 -04:00
Zalmoxisus
fc1ab01ca1 v3.4.1 2017-11-11 21:06:07 +02:00
Tyler Cook
687a855192 Added React v16 peer dependency support (#385) 2017-11-11 20:51:19 +02:00
Zalmoxisus
33c6f314d8 v3.4.0 2017-04-25 23:17:08 +03:00
Timofey Smirnov
41abd40631 Fixed PropTypes warnings (#358) 2017-04-25 23:09:02 +03:00
Zalmoxisus
e647d6e108 3.3.2 2017-01-12 21:53:59 +02:00
Daniel Stockman
e099a73964 Allow react-redux 5 in peerDependencies (#334)
This allows users to upgrade to the API-compatible v5 of react-redux without encumbering their `node_modules` with a nested copy of react-redux (v4) under `redux-devtools/node_modules`.

It also moves redux and react-redux into `devDependencies`, which is the proper location for packages that are also specified in `peerDependencies`. Otherwise, peers specified as an alternating range (`||`) won't resolve properly. This brings it in line with what [react-redux does](https://github.com/reactjs/react-redux/blob/master/package.json#L94-L107).
2017-01-12 21:46:19 +02:00
unknown
10e3b991c0 Fixed bug 244, Npm install fails on windows 2016-10-27 12:46:58 +01:00
Dan Abramov
ec0d55bbee 3.3.1 2016-05-09 12:56:54 +01:00
Mihail Diordiev
ee6d46e750 Move instrumentation to redux-devtools-instrument (#281) 2016-05-09 12:55:55 +01:00
Dan Abramov
f02ceebc81 3.3.0 2016-05-09 02:48:17 +01:00
Michael van Engelshoven
7b5adf9718 Fix redux support for observables (#275)
fixes #274
2016-05-09 02:45:26 +01:00
Dan Abramov
275f564c54 3.2.0 2016-04-02 18:18:37 +01:00
C. T. Lin
56b31a299b Added support to react@15.0.0-rc.1 2016-03-08 12:09:09 +08:00
Dan Abramov
9713bd2a01 3.1.1 2016-02-08 16:37:54 +00:00
Dan Abramov
86f522af90 3.1.0 2016-02-02 18:09:30 +00:00
Dan Abramov
778803eb97 Merge remote-tracking branch 'lo/dependency/lodash/upgrade' 2016-02-02 17:57:11 +00:00
Dan Abramov
8316de0970 Tweak tests to use new API and add another warning 2016-02-02 17:53:37 +00:00
Sébastien HOUZÉ
9b6f3f7237 Upgrade lodash dependency to ^4.2.0. 2016-02-02 11:29:16 +01:00
Dan Abramov
c64b4c616d 3.0.2 2016-01-28 19:15:14 +00:00
Dan Abramov
fdc78b303e Use explicit files whitelist 2015-12-27 00:35:53 +00:00
Dan Abramov
7029a9e42e 3.0.1 2015-12-27 00:34:30 +00:00
Dan Abramov
cd80dad9da Merge pull request #180 from colinmeinke/next
Update to Babel 6
2015-12-27 00:13:51 +00:00
Colin Meinke
ac48eb35b3 Use es2015-loose and react babel presets 2015-12-14 17:18:34 -06:00
Dan Abramov
e94eab68e3 Update to final 3.0 APIs 2015-12-14 01:58:27 +00:00
Colin Meinke
c66e352efe Update to Babel 6 2015-11-05 16:39:01 +01:00
Dan Abramov
878c5e493d 3.0.0-beta-3 2015-10-17 15:52:10 +03:00
Dan Abramov
4249b3a991 Normalize actions in lifted state as per #134 2015-10-17 03:53:43 +03:00
Dan Abramov
c23a997a0f Rewrite to simpler API 2015-10-17 02:21:07 +03:00
Dan Abramov
79b51a7c0f Component-centric API, horrors are encapsulated 2015-09-28 21:12:07 +03:00
Dan Abramov
83e265d4d8 3.0.0-alpha-7 2015-09-28 18:38:42 +03:00
Dan Abramov
86199748e7 3.0.0-alpha-6 2015-09-28 16:11:25 +03:00
Dan Abramov
915ffeee08 3.0.0-alpha-4 2015-09-28 03:52:18 +03:00
Dan Abramov
e9e951412f 3.0.0-alpha-3 2015-09-27 16:11:15 +03:00
Dan Abramov
4ac31f985a Allow monitors to have their own reducers 2015-09-27 16:10:46 +03:00
Dan Abramov
237b543324 3.0.0-alpha-2 2015-09-24 23:38:39 +03:00
Dan Abramov
f3e950aecf 3.0.0-alpha-1 2015-09-24 22:55:08 +03:00
Dan Abramov
b58ae85971 3.0.0-alpha 2015-09-24 20:35:52 +03:00