Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix(deps): update dependency @neo4j/graphql to v6.3.0 #499

Merged
merged 1 commit into from
Jan 27, 2025

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Jan 27, 2025

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
@neo4j/graphql (source) 6.2.3 -> 6.3.0 age adoption passing confidence

Warning

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


Release Notes

neo4j/graphql (@​neo4j/graphql)

v6.3.0

Compare Source

[!IMPORTANT]
This is an important patch release which ensures compatibility with the upcoming Neo4j 2025 release. Before you upgrade to Neo4j 2025, please ensure that you have applied this patch upgrade.

Minor Changes
  • #​5934 c666adc Thanks @​MacondoExpress! - Introduced the typename filter that superseded the typename_IN filter.
    As part of the change, the flag typename_IN has been added to the excludeDeprecatedFields setting.

    const neoSchema = new Neo4jGraphQL({
        typeDefs,
        features: { excludeDeprecatedFields: { typename_IN: true } },
    });
Patch Changes
  • #​5937 7f1bc65 Thanks @​MacondoExpress! - Aggregations on ID fields are now deprecated.
    As part of the change, the flag idAggregations has been added to the excludeDeprecatedFields setting.

    const neoSchema = new Neo4jGraphQL({
        typeDefs,
        features: { excludeDeprecatedFields: { idAggregations: true } },
    });
  • #​5943 6153d68 Thanks @​darrellwarde! - Fix Cypher when filtering by aggregations over different relationship properties types

  • #​5953 ebbb921 Thanks @​angrykoala! - Add support for CalVer editions of neo4j


Configuration

📅 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: 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

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

@renovate renovate bot merged commit e7411ba into dev Jan 27, 2025
9 checks passed
@renovate renovate bot deleted the renovate/neo4j-graphql-6.x branch January 27, 2025 04:23
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