Skip to content

fix(deps): Update module github.com/buger/jsonparser to v1.2.0 (main)#21746

Open
renovate-sh-app[bot] wants to merge 1 commit into
mainfrom
deps-update/main-github.combugerjsonparser
Open

fix(deps): Update module github.com/buger/jsonparser to v1.2.0 (main)#21746
renovate-sh-app[bot] wants to merge 1 commit into
mainfrom
deps-update/main-github.combugerjsonparser

Conversation

@renovate-sh-app
Copy link
Copy Markdown
Contributor

@renovate-sh-app renovate-sh-app Bot commented May 2, 2026

This PR contains the following updates:

Package Change Age Confidence
github.com/buger/jsonparser v1.1.2v1.2.0 age confidence

Warning

Some dependencies could not be looked up. Check the Dependency Dashboard for more information.


Release Notes

buger/jsonparser (github.com/buger/jsonparser)

v1.2.0

Compare Source

What's Changed

Full Changelog: buger/jsonparser@v1.1.2...v1.2.0


Configuration

📅 Schedule: (UTC)

  • Branch creation
    • At any time (no schedule defined)
  • Automerge
    • At any time (no schedule defined)

🚦 Automerge: Enabled.

Rebasing: Whenever PR is behind base branch, or you tick the rebase/retry checkbox.

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


  • If you want to rebase/retry this PR, check this box

Need help?

You can ask for more help in the following Slack channel: #proj-renovate-self-hosted. In that channel you can also find ADR and FAQ docs in the Resources section.


Note

Medium Risk
Updates a low-level JSON parsing/mutation dependency and its vendored code, including behavior changes in Delete and ArrayEach; regressions could affect any callers relying on edge-case parsing or error handling.

Overview
Updates github.com/buger/jsonparser from v1.1.2 to v1.2.0 (including go.sum and vendor/modules.txt) and refreshes the vendored library.

The vendored update includes bug fixes and behavioral adjustments: Delete now guards against truncated input to avoid out-of-bounds access, and ArrayEach now reliably forwards parse errors to the callback/return path instead of silently continuing.

Also adds TinyGo build-tag support, removes/avoids previously dead/tautological branches in parsing/unescaping code paths, and introduces ReqProof formal verification metadata/docs (e.g., proof.yaml plus requirement annotations in source/comments).

Reviewed by Cursor Bugbot for commit b1440c7. Bugbot is set up for automated code reviews on this repo. Configure here.

@renovate-sh-app renovate-sh-app Bot added dependencies Pull requests that update a dependency file update-minor labels May 2, 2026
@renovate-sh-app renovate-sh-app Bot requested a review from a team as a code owner May 2, 2026 10:10
Copy link
Copy Markdown

@cursor cursor Bot left a comment

Choose a reason for hiding this comment

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

Cursor Bugbot has reviewed your changes and found 1 potential issue.

Fix All in Cursor

Bugbot Autofix prepared a fix for the issue found in the latest run.

  • ✅ Fixed: Build tag space creates incorrect constraint logic
    • Removed the stray space in the unsafe build tag so appengine, appenginevm, and tinygo exclusions remain in the same AND group.

Create PR

Or push these changes by commenting:

@cursor push 97c93e4599
Preview (97c93e4599)
diff --git a/vendor/github.com/buger/jsonparser/bytes_unsafe.go b/vendor/github.com/buger/jsonparser/bytes_unsafe.go
--- a/vendor/github.com/buger/jsonparser/bytes_unsafe.go
+++ b/vendor/github.com/buger/jsonparser/bytes_unsafe.go
@@ -1,4 +1,4 @@
-// +build !appengine,!appenginevm, !tinygo
+// +build !appengine,!appenginevm,!tinygo
 
 // SYS-REQ-001, SYS-REQ-013, SYS-REQ-014: unsafe build-tag byte utilities
 package jsonparser

You can send follow-ups to the cloud agent here.

Reviewed by Cursor Bugbot for commit da649e9. Configure here.

Comment thread vendor/github.com/buger/jsonparser/bytes_unsafe.go
@renovate-sh-app renovate-sh-app Bot force-pushed the deps-update/main-github.combugerjsonparser branch 16 times, most recently from 66e4866 to e7e5268 Compare May 8, 2026 10:09
@renovate-sh-app renovate-sh-app Bot changed the title fix(deps): Update module github.com/buger/jsonparser to v1.2.0 (main) fix(deps): Update module github.com/buger/jsonparser to v1.2.0 (main) - autoclosed May 8, 2026
@renovate-sh-app renovate-sh-app Bot closed this May 8, 2026
@renovate-sh-app renovate-sh-app Bot deleted the deps-update/main-github.combugerjsonparser branch May 8, 2026 11:53
@renovate-sh-app renovate-sh-app Bot changed the title fix(deps): Update module github.com/buger/jsonparser to v1.2.0 (main) - autoclosed fix(deps): Update module github.com/buger/jsonparser to v1.2.0 (main) May 8, 2026
@renovate-sh-app renovate-sh-app Bot reopened this May 8, 2026
@renovate-sh-app renovate-sh-app Bot force-pushed the deps-update/main-github.combugerjsonparser branch 4 times, most recently from 35aa033 to 9b5c6df Compare May 8, 2026 23:11
@renovate-sh-app renovate-sh-app Bot force-pushed the deps-update/main-github.combugerjsonparser branch 3 times, most recently from 792da7a to a7f2f12 Compare May 11, 2026 14:13
| datasource | package                     | from   | to     |
| ---------- | --------------------------- | ------ | ------ |
| go         | github.com/buger/jsonparser | v1.1.2 | v1.2.0 |


Signed-off-by: renovate-sh-app[bot] <219655108+renovate-sh-app[bot]@users.noreply.github.com>
@renovate-sh-app renovate-sh-app Bot force-pushed the deps-update/main-github.combugerjsonparser branch from a7f2f12 to b1440c7 Compare May 11, 2026 17:10
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 size/XS update-minor

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants