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 all non-major dependencies #8329

Merged
merged 1 commit into from
Jan 24, 2025

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Jan 24, 2025

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
@babel/core (source) 7.26.0 -> 7.26.7 age adoption passing confidence
@babel/preset-env (source) 7.26.0 -> 7.26.7 age adoption passing confidence
@cloudflare/workers-types 4.20250121.0 -> 4.20250124.3 age adoption passing confidence
@neo4j/graphql (source) 6.2.3 -> 6.3.0 age adoption passing confidence

Release Notes

babel/babel (@​babel/core)

v7.26.7

Compare Source

🐛 Bug Fix
cloudflare/workerd (@​cloudflare/workers-types)

v4.20250124.3

Compare Source

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 - At any time (no schedule defined), Automerge - At any time (no schedule defined).

🚦 Automerge: Enabled.

Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.

👻 Immortal: This PR will be recreated if closed unmerged. Get config help if that's undesired.


  • If you want to rebase/retry this PR, check this box

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

Copy link
Contributor

Apollo Federation Subgraph Compatibility Results

Federation 1 Support Federation 2 Support
_service🟢
@key (single)🟢
@key (multi)🟢
@key (composite)🟢
repeatable @key🟢
@requires🟢
@provides🟢
federated tracing🟢
@link🟢
@shareable🟢
@tag🟢
@override🟢
@inaccessible🟢
@composeDirective🟢
@interfaceObject🟢

Learn more:

Copy link
Contributor

💻 Website Preview

The latest changes are available as preview in: https://7638e2be.graphql-mesh.pages.dev

@renovate renovate bot merged commit b6acbc4 into master Jan 24, 2025
18 checks passed
@renovate renovate bot deleted the renovate/all-minor-patch branch January 24, 2025 18:03
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

0 participants