Skip to content

chore(deps): bump jsondiffpatch from 0.6.0 to 0.7.2#189

Merged
tarekio merged 11 commits intomainfrom
dependabot/npm_and_yarn/jsondiffpatch-0.7.2
Sep 25, 2025
Merged

chore(deps): bump jsondiffpatch from 0.6.0 to 0.7.2#189
tarekio merged 11 commits intomainfrom
dependabot/npm_and_yarn/jsondiffpatch-0.7.2

Conversation

@dependabot
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Sep 12, 2025

Bumps jsondiffpatch from 0.6.0 to 0.7.2.

Commits

Dependabot compatibility score

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot merge will merge this PR after your CI passes on it
  • @dependabot squash and merge will squash and merge this PR after your CI passes on it
  • @dependabot cancel merge will cancel a previously requested merge and block automerging
  • @dependabot reopen will reopen this PR if it is closed
  • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
  • @dependabot show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @dependabot ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)
    You can disable automated security fix PRs for this repo from the Security Alerts page.

Bumps [jsondiffpatch](https://github.com/benjamine/jsondiffpatch) from 0.6.0 to 0.7.2.
- [Release notes](https://github.com/benjamine/jsondiffpatch/releases)
- [Commits](https://github.com/benjamine/jsondiffpatch/commits)

---
updated-dependencies:
- dependency-name: jsondiffpatch
  dependency-version: 0.7.2
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot added dependencies Pull requests that update a dependency file javascript Pull requests that update Javascript code labels Sep 12, 2025
@coderabbitai
Copy link

coderabbitai bot commented Sep 12, 2025

Important

Review skipped

Auto reviews are disabled on this repository.

Please check the settings in the CodeRabbit UI or the .coderabbit.yaml file in this repository. To trigger a single review, invoke the @coderabbitai review command.

You can disable this status message by setting the reviews.review_status to false in the CodeRabbit configuration file.


Comment @coderabbitai help to get the list of available commands and usage tips.

Copy link
Collaborator

@level09 level09 left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

We actually have to update our json diff library to accept this

@apodacaduron
Copy link
Contributor

apodacaduron commented Sep 18, 2025

Summary: Updated jsondiffpatch manually in the static/js folder to the latest version 0.7.3, which is only available as ESM (previously UMD). We replaced the old version’s imports by moving them inside the main script tag of the parent page using type="module", and manually importing the library and HTML formatters via import * as. The library was then exposed as global properties so that child components can access it. Switching to type="module" also revealed minor UI errors due to typos where variables were missing a const during initialization.

Note: The dependent bot may update package-lock.json, but since this project does not use npm for jsondiffpatch, that change is only a reference.

@tarekio tarekio merged commit 11ae010 into main Sep 25, 2025
8 checks passed
@tarekio tarekio deleted the dependabot/npm_and_yarn/jsondiffpatch-0.7.2 branch September 25, 2025 22:11
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

dependencies Pull requests that update a dependency file javascript Pull requests that update Javascript code

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants