Bump lossless-json from 4.3.0 to 4.3.1 in /typescript - #196
Merged
jeremy merged 1 commit intoSep 14, 2026
Merged
Conversation
Bumps [lossless-json](https://github.com/josdejong/lossless-json) from 4.3.0 to 4.3.1. - [Changelog](https://github.com/josdejong/lossless-json/blob/main/CHANGELOG.md) - [Commits](josdejong/lossless-json@v4.3.0...v4.3.1) --- updated-dependencies: - dependency-name: lossless-json dependency-version: 4.3.1 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com>
There was a problem hiding this comment.
🟢 Approved
The manifest and lockfile are synchronized, and the patch-level dependency update is isolated.
Pull request overview
Updates the TypeScript SDK’s lossless-json dependency to 4.3.1, incorporating its zero-normalization bug fix.
Changes:
- Bumps
lossless-jsonfrom 4.3.0 to 4.3.1. - Synchronizes lockfile metadata and integrity hash.
[!TIP]
If you aren't ready for review, convert to a draft PR.
Click "Convert to draft" or rungh pr ready --undo.
Click "Ready for review" or rungh pr readyto reengage.
File summaries
| File | Description |
|---|---|
typescript/package.json |
Updates the direct dependency version. |
typescript/package-lock.json |
Updates the locked package metadata and checksum. |
Review details
Files not reviewed (1)
- typescript/package-lock.json: Generated file
- Files reviewed: 1/2 changed files
- Comments generated: 0
- Review effort level: Balanced
💡 Add a code-review agent skill or configure MCP servers for context-aware, tailored reviews. Learn more in the docs.
jeremy
deleted the
dependabot/npm_and_yarn/typescript/lossless-json-4.3.1
branch
September 14, 2026 21:50
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Bumps lossless-json from 4.3.0 to 4.3.1.
Changelog
Sourced from lossless-json's changelog.
Commits
a19ae09chore(release): 4.3.1026bea1chore: update versions in GitHub Actions0535f59fix: normalize zero insplitNumber, fixing issues comparing non-canonical z...d27835cdocs: update copyright year to 20262786a46docs: fix a typo1925628Merge remote-tracking branch 'origin/main'ef57e58chore: add theparseWithBigIntdemo to the benchmarkc9f125ddocs: update the section in the README.md about using native JSON.parsef0f7fffdocs: upate the section about BigInt using nativeJSON.parse06b3b4adocs: fixes in theparseWithBigIntexampleDependabot 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 rebasewill rebase this PR@dependabot recreatewill recreate this PR, overwriting any edits that have been made to it@dependabot show <dependency name> ignore conditionswill show all of the ignore conditions of the specified dependency@dependabot ignore this major versionwill 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 versionwill 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 dependencywill close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)Summary by cubic
Updates
lossless-jsonfrom 4.3.0 to 4.3.1 in thetypescriptpackage, fixing an issue comparing non-canonical zero values.Written for commit 200229b. Summary will update on new commits.