fix(deps): update dependency neo4j-driver to v6 (lts) #6723
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.
Note
Mend has cancelled the proposed renaming of the Renovate GitHub app being renamed to
mend[bot]
.This notice will be removed on 2025-10-07.
This PR contains the following updates:
^5.8.0
->^6.0.0
^5.8.0
->^5.8.0 || ^6.0.0
5.28.2
->6.0.0
Warning
Some dependencies could not be looked up. Check the Dependency Dashboard for more information.
Release Notes
neo4j/neo4j-javascript-driver (neo4j-driver)
v6.0.0
Compare Source
This is GA release for the 6.0 with all the new features and general improvements in the previous alpha. Along with the introduction of the UnknownType object and the preview feature of Record Object Mapping, allowing validation and mapping of query results.
❗ Breaking Changes
protocolVersion
onServerInfo
has been changed from aNumber
to new typeProtocolVersion
. TheNumber
representation would break if Bolt ever had a minor version greater than 9. #1321⭐ New Features
.containsGqlCause()
and.findByGqlStatus()
toNeo4jError
andGQLError
, allowing easier inspection of cause chains. #1314UnsupportedType
class. This class will be returned if the server is asked to send a value of a type which the current driver version cannot parse. This ensures better backwards compatibility for future type intoductions. #1325⭐⚠️ Preview Features
Record
,Result
and Graph types. A manual entry on this feature will be published in the future. #1248❌ Removals
.readTransaction()
and.writeTransaction()
have been removed fromSession
. Please use.executeRead()
and.executeWrite()
instead. #1312.lastBookmark()
has been removed fromSession
. Please use.lastBookmarks()
instead. #1316.verifyConnectivity()
onDriver
has been changed fromServerInfo
tovoid
. Please use.getServerInfo()
if needed. #1317.updateStatistics
has been removed fromResultSummary
. Please use.counters
instead. #1342👎 Deprecations
isRetriableError
and the propertyretriable
onNeo4jError
has been deprecated, please useisRetryable
andretryable
instead. #1305notificationCategory
andnotificationFilterDisabledCategory
. usenotificationClassification
andnotificationFilterDisabledClassification
instead. #1326 #1344🔧 Fixes
👏🏼 Improvements
Vector
type.toString()
function with the other official neo4j drivers. #1327Vector
type constructor errors when passed incorrect types. #1338 #1343🧹 Housekeeping
.fromStandardDate()
onNeo4j.Date
#1318knownHost
fromConfig
interface. #1335📦 Dependency Management
5.9.2
. #12887.8.2
#1332Configuration
📅 Schedule: Branch creation - "after 10pm every weekday,before 5am every weekday,every weekend" in timezone Europe/London, Automerge - At any time (no schedule defined).
🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.
♻ 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 these updates again.
This PR was generated by Mend Renovate. View the repository job log.