Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Bump json-repair from 0.28.4 to 0.29.8 #1253

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Oct 7, 2024

Bumps json-repair from 0.28.4 to 0.29.8.

Release notes

Sourced from json-repair's releases.

Release 0.29.8

Fixed

  • Fix #75, fix more uses cases of misplaced quotes that LLM keep coming up with.

Sponsors

This release is sponsored by @​tomasonjo. Thank you very much for your generous donation!

This library is open-source and available for everyone, maintained and improved as a passion project during my free time. If it has made your work easier or added value to your projects, I’d greatly appreciate your support!

You can contribute by buying me a virtual beer through this link: https://github.com/sponsors/mangiucugna.

Release 0.29.7

Fixed

  • Fix #74, an old design choice I made in the past to fix escaping breaks LaTex strings. I can just remove that choice as there are no downsides.

Think about sponsoring this library!

This library is free for everyone and it's maintained and developed as a side project so, if you find this library useful for your work, consider offering me a beer via this link: https://github.com/sponsors/mangiucugna

Release 0.29.6

Fixed

  • Fix #73, handle a corner case in which a rstring_delimeter is missing and is possible to determine that it's a full string without cutting it to pieces

Think about sponsoring this library!

This library is free for everyone and it's maintained and developed as a side project so, if you find this library useful for your work, consider offering me a beer via this link: https://github.com/sponsors/mangiucugna

Release 0.29.5

Fixed

  • Fix #72, when the parser was trying to figure out if a string delimiter was missing, it was not checking if that delimiter was escaped and therefore needed to be ignored.

Release 0.29.4

Fixed

  • fix even more performance issue and get a 20% improvement from the baseline. Bringing the library back to the performance of a few versions ago.

Release 0.29.3

Fixed

  • Simplified the logging logic greatly, removed complexity and made the overall library faster by reducing the time penalty for calls that do not enable logging
  • A bunch of minor refactors to simplify the code and improve readibility.

Release 0.29.2

Fixed

  • Fix #70, manage a situation in which a single word is followed by a comma before the closing quote. Thanks to @​liuziw for reporting the issue!

Release 0.29.1

Fixed

... (truncated)

Commits
  • b4d1ab0 Fix #75, fix yet another combination of misplaced quotes
  • fbe8963 Bump to 0.29.7
  • 734b716 Fix #74, an old design choice I made in the past to fix escaping breaks LaTex...
  • 9ed7bf1 Fix #73, handle a corner case in which a rstring_delimeter is missing and is ...
  • 522a4ba fix the skip_to_character function to always skip escaped characters
  • 965ccf9 Add more guards to avoid evaluating an escaped delimeter
  • 6b6b0c8 Bump to 0.29.5
  • efe3f4b Fix #72, when checking for closing string_delimeters, ignore the escaped ones.
  • bdbea5f Release 0.29.4, fix even more performance issue and get a 20% improvement fro...
  • 7f47e3b [minor] improve readability by making the noop a lambda
  • Additional commits viewable in compare view

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)

Bumps [json-repair](https://github.com/mangiucugna/json_repair) from 0.28.4 to 0.29.8.
- [Release notes](https://github.com/mangiucugna/json_repair/releases)
- [Commits](mangiucugna/json_repair@v0.28.4...v0.29.8)

---
updated-dependencies:
- dependency-name: json-repair
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot requested review from a team as code owners October 7, 2024 07:22
@dependabot dependabot bot added dependencies Pull requests that update a dependency file (auto-assigned by dependabot) python Pull requests that update Python code (auto-assigned by dependabot) labels Oct 7, 2024
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 (auto-assigned by dependabot) python Pull requests that update Python code (auto-assigned by dependabot)
Projects
None yet
Development

Successfully merging this pull request may close these issues.

0 participants