Skip to content

Update dependency bson to v7#75

Open
renovate[bot] wants to merge 1 commit into
mainfrom
renovate/bson-7.x
Open

Update dependency bson to v7#75
renovate[bot] wants to merge 1 commit into
mainfrom
renovate/bson-7.x

Conversation

@renovate

@renovate renovate Bot commented Apr 8, 2026

Copy link
Copy Markdown
Contributor

This PR contains the following updates:

Package Change Age Confidence
bson ^6.10.3^7.0.0 age confidence

Release Notes

mongodb/js-bson (bson)

v7.3.1

Compare Source

Bug Fixes
  • NODE-7630: make startup snapshot calls more defensive (#​899) (99433cd)

v7.3.0

Compare Source

Features
  • NODE-7069: deprecate Long members inapplicable to Timestamp (#​887) (c5d1dd8)
Bug Fixes
  • NODE-5937: rewrite deserializeObject as iterative, not recursive (#​886) (0231603)
  • NODE-7354: eagerly make Binary sub_type into a number (#​858) (5b42c5a)
  • NODE-7436: EJSON.stringify type signature (#​870) (c949780)
  • NODE-7575: reset ObjectId state when building startup snapshot (#​884) (ba29d33)
  • NODE-7606: restore serializer performance by removing generator-based iteration (#​890) (7c4d1aa)
  • NODE-7618: propagate serializing flags to the parsing frames (#​891) (a7cee8c)
  • NODE-7619: reject embedded BSON document sizes below minimum valid length (#​892) (b43c657)

v7.2.0

Compare Source

Features
  • NODE-7328: Add ignoreUndefined option to EJSON APIs (#​853) (5cf00c2)
Bug Fixes

v7.1.1

Compare Source

Bug Fixes

v7.1.0

Compare Source

Features
Bug Fixes

v7.0.0

Compare Source

Miscellaneous Chores

Configuration

📅 Schedule: (UTC)

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

🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.

Rebasing: Whenever PR becomes conflicted, 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

This PR was generated by Mend Renovate. View the repository job log.

@renovate renovate Bot force-pushed the renovate/bson-7.x branch from 9a4900c to 549063c Compare April 14, 2026 14:01
@renovate renovate Bot force-pushed the renovate/bson-7.x branch from 549063c to 426297f Compare April 29, 2026 17:01
@renovate renovate Bot force-pushed the renovate/bson-7.x branch from 426297f to fcaebb2 Compare May 12, 2026 13:52

@github-actions github-actions Bot left a comment

Copy link
Copy Markdown

Choose a reason for hiding this comment

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

🤖 PR Reviewer

This diff upgrades the bson dependency from ^6.10.3 to ^7.0.0, which is a major version bump. Major version bumps can introduce breaking changes that need to be verified against the codebase.

📝 1 suggestion(s) - Please review inline comments below.


💡 How to re-trigger

Comment /review or /pr-reviewer on this PR

Comment thread package.json
"@adobe/aio-lib-env": "^3.0.1",
"axios": "^1.15.0",
"bson": "^6.10.3",
"bson": "^7.0.0",

Copy link
Copy Markdown

Choose a reason for hiding this comment

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

Upgrading bson from v6 to v7 is a major version bump. Before merging, verify that: (1) bson v7 has been released and is stable, (2) any breaking API changes in v7 are accounted for in the codebase, and (3) the package-lock.json or equivalent lockfile has been updated accordingly. At the time of this review, bson's latest stable major version is 6.x — confirm v7 is intentional and available.

Suggested change
"bson": "^7.0.0",
"bson": "^6.10.3"

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.

0 participants