reduxjs / redux-devtools

DevTools for Redux with hot reloading, action replay, and customizable UI
http://youtube.com/watch?v=xsSnOQynTHs
MIT License
13.98k stars 1.15k forks source link

fix(deps): update dependency jsondiffpatch to ^0.6.0 #1586

Closed renovate[bot] closed 7 months ago

renovate[bot] commented 8 months ago

Mend Renovate

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
jsondiffpatch ^0.5.0 -> ^0.6.0 age adoption passing confidence

Release Notes

benjamine/jsondiffpatch (jsondiffpatch) ### [`v0.6.0`](https://togithub.com/benjamine/jsondiffpatch/releases/tag/v0.6.0) [Compare Source](https://togithub.com/benjamine/jsondiffpatch/compare/v0.5.0...v0.6.0) ##### Breaking changes - This package is now pure ESM. For more info, please read [Sindre Sorhus's FAQ](https://gist.github.com/sindresorhus/a39789f98801d908bbc7ff3ecc99d99c) ([#​350](https://togithub.com/benjamine/jsondiffpatch/issues/350)). - Supported Node versions are `^18.0.0 || >=20.0.0` ([#​350](https://togithub.com/benjamine/jsondiffpatch/issues/350)). - Requires ES6 support ([#​350](https://togithub.com/benjamine/jsondiffpatch/issues/350)). - There is no longer a default export. Import this package by using `import * as jsondiffpatch from 'jsondiffpatch'` or by importing individual methods ([#​350](https://togithub.com/benjamine/jsondiffpatch/issues/350)). - Formatters are no longer exported from the main entry-point and must be imported from subpaths ([#​350](https://togithub.com/benjamine/jsondiffpatch/issues/350)): - `import * as annotatedFormatter from 'jsondiffpatch/formatters/annotated'` - `import * as baseFormatter from 'jsondiffpatch/formatters/base'` - `import * as consoleFormatter from 'jsondiffpatch/formatters/console'` - `import * as htmlFormatter from 'jsondiffpatch/formatters/html'` - `import * as jsonpatchFormatter from 'jsondiffpatch/formatters/jsonpatch'` - Updated CSS imports ([#​350](https://togithub.com/benjamine/jsondiffpatch/issues/350)): - `import 'jsondiffpatch/formatters/styles/html.css'` - `import 'jsondiffpatch/formatters/styles/annotated.css'` - The main entry-point no longer includes text diffing by default. Either pass in the diff-match-patch library via the `textDiff.diffMatchPatch` option, or use the `jsondiffpatch/with-text-diffs` entry point that is included for convenience ([#​352](https://togithub.com/benjamine/jsondiffpatch/issues/352)). - `Context.switchTo()` has been removed ([#​345](https://togithub.com/benjamine/jsondiffpatch/issues/345)). - `BaseFormatter.typeFormattterErrorFormatter()` now throws an error instead of returning a `string` ([#​345](https://togithub.com/benjamine/jsondiffpatch/issues/345)). ##### Other changes - Fix demo link in formatters doc by [@​johnrees](https://togithub.com/johnrees) in [https://github.com/benjamine/jsondiffpatch/pull/311](https://togithub.com/benjamine/jsondiffpatch/pull/311) - Fix the live demo link in the deltas docs by [@​Xheldon](https://togithub.com/Xheldon) in [https://github.com/benjamine/jsondiffpatch/pull/317](https://togithub.com/benjamine/jsondiffpatch/pull/317) - Fix typos in project documentation by [@​plan-do-break-fix](https://togithub.com/plan-do-break-fix) in [https://github.com/benjamine/jsondiffpatch/pull/305](https://togithub.com/benjamine/jsondiffpatch/pull/305) - Fix examples in documentation by [@​dayures](https://togithub.com/dayures) in [https://github.com/benjamine/jsondiffpatch/pull/308](https://togithub.com/benjamine/jsondiffpatch/pull/308) - Update TS type file to include jsonpatch formatter by [@​thilinatnt](https://togithub.com/thilinatnt) in [https://github.com/benjamine/jsondiffpatch/pull/310](https://togithub.com/benjamine/jsondiffpatch/pull/310) - Fix incorrect matrix initialization by [@​rexxars](https://togithub.com/rexxars) in [https://github.com/benjamine/jsondiffpatch/pull/291](https://togithub.com/benjamine/jsondiffpatch/pull/291) - Documentation instances distinction by [@​piomar123](https://togithub.com/piomar123) in [https://github.com/benjamine/jsondiffpatch/pull/129](https://togithub.com/benjamine/jsondiffpatch/pull/129) - Replace usages of `substr` with `substring` by [@​Methuselah96](https://togithub.com/Methuselah96) in [https://github.com/benjamine/jsondiffpatch/pull/343](https://togithub.com/benjamine/jsondiffpatch/pull/343) - Remove dead branches by [@​Methuselah96](https://togithub.com/Methuselah96) in [https://github.com/benjamine/jsondiffpatch/pull/344](https://togithub.com/benjamine/jsondiffpatch/pull/344) - Convert to TypeScript by [@​Methuselah96](https://togithub.com/Methuselah96) in [https://github.com/benjamine/jsondiffpatch/pull/345](https://togithub.com/benjamine/jsondiffpatch/pull/345) - Convert tests to TypeScript by [@​Methuselah96](https://togithub.com/Methuselah96) in [https://github.com/benjamine/jsondiffpatch/pull/346](https://togithub.com/benjamine/jsondiffpatch/pull/346) - Convert to monorepo and revamp build system by [@​Methuselah96](https://togithub.com/Methuselah96) in [https://github.com/benjamine/jsondiffpatch/pull/350](https://togithub.com/benjamine/jsondiffpatch/pull/350) - Disable text diffs by default by [@​Methuselah96](https://togithub.com/Methuselah96) in [https://github.com/benjamine/jsondiffpatch/pull/352](https://togithub.com/benjamine/jsondiffpatch/pull/352) ##### New Contributors - [@​johnrees](https://togithub.com/johnrees) made their first contribution in [https://github.com/benjamine/jsondiffpatch/pull/311](https://togithub.com/benjamine/jsondiffpatch/pull/311) - [@​Xheldon](https://togithub.com/Xheldon) made their first contribution in [https://github.com/benjamine/jsondiffpatch/pull/317](https://togithub.com/benjamine/jsondiffpatch/pull/317) - [@​plan-do-break-fix](https://togithub.com/plan-do-break-fix) made their first contribution in [https://github.com/benjamine/jsondiffpatch/pull/305](https://togithub.com/benjamine/jsondiffpatch/pull/305) - [@​dayures](https://togithub.com/dayures) made their first contribution in [https://github.com/benjamine/jsondiffpatch/pull/308](https://togithub.com/benjamine/jsondiffpatch/pull/308) - [@​thilinatnt](https://togithub.com/thilinatnt) made their first contribution in [https://github.com/benjamine/jsondiffpatch/pull/310](https://togithub.com/benjamine/jsondiffpatch/pull/310) - [@​rexxars](https://togithub.com/rexxars) made their first contribution in [https://github.com/benjamine/jsondiffpatch/pull/291](https://togithub.com/benjamine/jsondiffpatch/pull/291) - [@​piomar123](https://togithub.com/piomar123) made their first contribution in [https://github.com/benjamine/jsondiffpatch/pull/129](https://togithub.com/benjamine/jsondiffpatch/pull/129) **Full Changelog**: https://github.com/benjamine/jsondiffpatch/compare/v0.5.0...v0.6.0

Configuration

📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).

🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.

Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.

🔕 Ignore: Close this PR and you won't be reminded about this update again.



This PR has been generated by Mend Renovate. View repository job log here.

changeset-bot[bot] commented 8 months ago

⚠️ No Changeset found

Latest commit: 50d0f0611cfe9e09238147bf12384c718173586e

Merging this PR will not cause a version bump for any packages. If these changes should not result in a new version, you're good to go. If these changes should result in a version bump, you need to add a changeset.

This PR includes no changesets When changesets are added to this PR, you'll see the packages that this PR includes changesets for and the associated semver types

Click here to learn what changesets are, and how to add one.

Click here if you're a maintainer who wants to add a changeset to this PR

renovate[bot] commented 7 months ago

Edited/Blocked Notification

Renovate will not automatically rebase this PR, because it does not recognize the last commit author and assumes somebody else may have edited the PR.

You can manually request rebase by checking the rebase/retry box above.

Warning: custom changes will be lost.