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 #8002

Merged
merged 1 commit into from
Nov 26, 2024

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Nov 25, 2024

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
@neo4j/graphql (source) 6.1.0 -> 6.1.1 age adoption passing confidence
@sinclair/typebox 0.34.8 -> 0.34.9 age adoption passing confidence
@vitejs/plugin-react (source) 4.3.3 -> 4.3.4 age adoption passing confidence

Release Notes

neo4j/graphql (@​neo4j/graphql)

v6.1.1

Compare Source

Patch Changes
  • #​5835 cc1a8dd Thanks @​angrykoala! - Add support for filtering GraphQL only events in CDC subscriptions with the option onlyGraphQLEvents passed to Neo4jGraphQLSubscriptionsCDCEngine

    const engine = new Neo4jGraphQLSubscriptionsCDCEngine({
        driver,
        onlyGraphQLEvents: true,
    });
    
    const neoSchema = new Neo4jGraphQL({
        typeDefs,
        driver,
        features: {
            subscriptions: engine,
        },
    });
  • #​5834 67f915e Thanks @​angrykoala! - CDC subscription optimization. Only node events with labels present in the GraphQL schema will be queried. This will reduce the number of subscription events queried by skipping events to nodes that cannot be subscribed through GraphQL

sinclairzx81/typebox (@​sinclair/typebox)

v0.34.9

Compare Source

vitejs/vite-plugin-react (@​vitejs/plugin-react)

v4.3.4

Compare Source

Add Vite 6 to peerDependencies range

Vite 6 is highly backward compatible, not much to add!

Force Babel to output spec compliant import attributes #​386

The default was an old spec (with type: "json"). We now enforce spec compliant (with { type: "json" })


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.

@renovate renovate bot force-pushed the renovate/all-minor-patch branch 3 times, most recently from f8d39ab to d19808c Compare November 25, 2024 21:26
Copy link
Contributor

github-actions bot commented Nov 25, 2024

💻 Website Preview

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

Copy link
Contributor

github-actions bot commented Nov 25, 2024

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:

@renovate renovate bot changed the title chore(deps): update dependency @types/node to v22.9.4 chore(deps): update dependency @types/node to v22.10.0 Nov 26, 2024
@renovate renovate bot changed the title chore(deps): update dependency @types/node to v22.10.0 chore(deps): update all non-major dependencies Nov 26, 2024
@ardatan ardatan merged commit ee8b399 into master Nov 26, 2024
21 of 22 checks passed
@ardatan ardatan deleted the renovate/all-minor-patch branch November 26, 2024 12:22
@renovate renovate bot changed the title chore(deps): update all non-major dependencies fix(deps): update all non-major dependencies Nov 26, 2024
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.

1 participant