Commit Graph

23 Commits

Author SHA1 Message Date
Nathan Bierema
61ec00f505
Remove unnecessary lodash usage from bundles (#1718)
* Use lodash-es instead of lodash in extension

Produces (slightly) smaller bundles

* Use lodash-es instead of lodash in instrument

* Use lodash-es instead of lodash in utils

* Use lodash-es instead of lodash in redux-devtools

* Remove lodash from instrument

* Remove lodash from redux-devtools

* Remove lodash from utils

* Remove unnecessary mapValues from extension
2024-08-13 23:42:16 -04:00
Nathan Bierema
8682d05b0b
Update Redux packages (#1583)
* Update Redux packages

* Fix instrument build

* Fix some test type errors

* Fix redux-devtools build

* Fix rtk-query-monitor build

* Fix redux-devtools-app build

* Fix redux-devtools-extension build

* Fix redux-devtools-remote build

* Fix extension build

* slider-monitor-example

* test-tab-demo

* inspector-monitor-demo

* rtk-query-monitor-demo

* counter-example

* todomvc-example

* Fix lint

* Fix instrument test types

* Fix core tests

* Fix rtk-query-monitor tests

* Updates
2024-08-05 23:11:13 -04:00
Nathan Bierema
65205f9078
Replace Action<unknown> with Action<string> (#1525)
* Replace Action<unknown> with Action<string>

In anticipation of Redux 5 type changes

* Fix lint errors

* Create yellow-steaks-marry.md
2023-11-04 21:04:23 +00:00
renovate[bot]
922985f9ea
chore(deps): update dependency prettier to v3 (#1434)
* chore(deps): update dependency prettier to v3

* Format

---------

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: Nathan Bierema <nbierema@gmail.com>
2023-07-12 18:03:20 +00:00
Nathan Bierema
0576588a1a
Use types in tscnofig to explicitly define global types (#1045) 2022-01-22 21:51:27 +00:00
Nathan Bierema
b82de74592
Add ESM builds (#997)
* Use rollup for d3tooltip

* Use rollup for map2tree

* Set moduleResolution

* Use rollup for d3-state-visualizer

* Use rollup for react-base16-styling

* Use rollup for react-dock

* Use rollup for react-json-tree

* Use rollup for redux-devtools

* Use rollup for redux-devtools-intrument

* Use rollup for redux-devtools-chart-monitor

* Update export

* Use rollup for redux-devtools-dock-monitor

* Use rollup for redux-devtools-inspector-monitor

* Fix inspector demo

* Fix invalid eslint config

* Use rollup for inspector-monitor-test-tab

* Use rollup for inspector-monitor-trace-tab

* Use rollup for redux-devtools-log-monitor

* Use rollup for redux-devtools-remote

* Use rollup in redux-devtools-rtk-query-monitor

* Use rollup for redux-devtools-serialize

* Fix redux-devtools examples

* Use rollup for redux-devtools-slider-monitor

* Fix slider examples

* Use rollup for redux-devtools-ui

* Use rollup for redux-devtools-utils

* Use rollup for redux-devtools-extension

* Use rollup for redux-devtools-app

* Fix Webpack app build

* Fix extension build

* Turn on minimization

* Update CLI
2022-01-10 15:41:53 +00:00
Nathan Bierema
55e2284a3d
chore(*): upgrade prettier (#743)
* chore(*): upgrade prettier

* Update snapshots
2021-06-17 23:56:36 -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
57fa5c8834
feature(react-devtools-instrument): convert to TypeScript (#604) 2020-08-22 10:28:08 -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
1a4e509b4b
chore(*): fix prettier (#557)
* Fix

* Test

* Changes

* Run prettier

* Remove single quote
2020-08-05 09:12:31 -04:00
Nathan Bierema
fead81ca9e
chore(*): enable tests in travis build (#554)
* Enable test all

* Fix instrument tests
2020-08-02 00:04:41 -04:00
Nathan Bierema
c1917be76e
chore(redux-devtools-instrument): consolidate rxjs (#542) 2020-08-01 13:35:13 -04: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
b2adfb1238 Fix tests and rewrite to jest 2019-01-08 18:35:12 +02:00
Zalmoxisus
292e5f64c4 Include 3 extra frames when Error.captureStackTrace not supported
To get the necessary limit after excluding extensions frames
2018-12-14 22:27:11 +02:00
Zalmoxisus
d338dd96b4 Force traceLimit value modifying and restoring Error.stackTraceLimit 2018-12-14 00:05:28 +02:00
Zalmoxisus
671b26157e Limit stack trace frames 2018-12-13 03:38:24 +02:00
Zalmoxisus
d94c034f07 Exclude instrumentation calls from stack trace 2018-12-13 03:38:24 +02:00
Zalmoxisus
ee439fac9f Get stack trace using an outside trace function 2018-12-13 03:38:24 +02:00
Zalmoxisus
6279ce8350 Merge redux-devtools-instrument to packages 2018-12-02 23:49:12 +02:00