Skip to content

Conversation

@dependabot
Copy link

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

Bumps lossless-json from 2.0.11 to 4.2.0.

Changelog

Sourced from lossless-json's changelog.

4.2.0 (2025-08-28)

Features

  • #268 make isSafeNumber compatible with Number.isSafeInteger (#269) (df63f20)

4.1.1 (2025-06-23)

Bug Fixes

4.1.0 (2025-05-19)

Features

  • implement helper functions splitNumber, compareNumber, and compareLosslessNumber (9b9497e)
  • improve the performance of util functions toLosslessNumber, isSafeNumber, and others (3796e12)

4.0.2 (2024-09-18)

Bug Fixes

  • use Number.parseFloat, Number.parseInt, etc and use string templates consistently (af946b1)

4.0.1 (2023-12-14)

Bug Fixes

  • allow replacer and reviver to be null (b280774)

4.0.0 (2023-12-13)

⚠ BREAKING CHANGES

  • The usages of types JSONValue, JSONObject, JSONArray, and JSONPrimitive must be replaced with unknown. Only relevant when using a replacer.

Bug Fixes

  • replace JSONValue with unknown (7f4d81b)

3.0.2 (2023-11-13)

... (truncated)

Commits
  • 2826274 chore(release): 4.2.0
  • df63f20 feat: #268 make isSafeNumber compatible with Number.isSafeInteger (#269)
  • 3a6ecce chore: cleanup unused import
  • e56e560 chore: update devDependencies
  • c0182ee chore: fix linting issue
  • ba1830e chore(release): 4.1.1
  • 92e0cc4 fix: #266 isSafeNumber not reckoning round-off errors (#267)
  • 6580a74 chore: add more unit tests for compareNumber
  • 9a4c53f chore: test on Node.js 24, drop testing Node.js 18
  • 9488b6d docs: remove duplicate lines from CHANGELOG.md
  • 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)

@dependabot @github
Copy link
Author

dependabot bot commented on behalf of github Sep 8, 2025

Labels

The following labels could not be found: scope/frontend, type/dependencies. Please create them before Dependabot can add them to a pull request.

Please fix the above issues or remove invalid values from dependabot.yml.

@yeikel
Copy link
Owner

yeikel commented Sep 11, 2025

@dependabot recreate

Bumps [lossless-json](https://github.com/josdejong/lossless-json) from 2.0.11 to 4.2.0.
- [Changelog](https://github.com/josdejong/lossless-json/blob/main/CHANGELOG.md)
- [Commits](josdejong/lossless-json@v2.0.11...v4.2.0)

---
updated-dependencies:
- dependency-name: lossless-json
  dependency-version: 4.2.0
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot force-pushed the dependabot/npm_and_yarn/frontend/lossless-json-4.2.0 branch from efb2959 to 52fb8a2 Compare September 11, 2025 01:09
@dependabot @github
Copy link
Author

dependabot bot commented on behalf of github Oct 27, 2025

A newer version of lossless-json exists, but since this PR has been edited by someone other than Dependabot I haven't updated it. You'll get a PR for the updated version as normal once this PR is merged.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants