Skip to content

Conversation

@dependabot
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Nov 18, 2025

Bumps @graphql-inspector/core from 6.1.0 to 7.0.3.

Changelog

Sourced from @​graphql-inspector/core's changelog.

7.0.3

Patch Changes

  • #2921 088cd4f Thanks @​jdolle! - Fix simplifyChanges for sibling changes. E.g. if User.foo and User.bar were added, then the later would be filtered out when it shouldn't be filtered.

7.0.2

Patch Changes

  • #2919 511afb5 Thanks @​jdolle! - export directiveRepeatableAddedFromMeta and directiveRepeatableRemovedFromMeta

7.0.1

Patch Changes

  • #2916 91b8450 Thanks @​jdolle! - export DirectiveRepeatableAddedChange and DirectiveRepeatableRemovedChange

7.0.0

Major Changes

  • #2893 ef13125 Thanks @​jdolle! - This is a major change to @graphql-inspector/core and introduces a new @graphql-inspector/patch package, which applies changes output from diff on top of a schema -- essentially rebasing these changes onto any schema.

    These changes include:

    • Numerous adjustments to Change types to create more accurate severity levels, such as a boolean indicating if the change applies to a new type or an existing type.
    • Adjustmented the "path" on several change types in order to consistently map to the exact AST node being changed. For example, EnumValueDeprecationReasonAdded's path previously referenced the enumValue (e.g. EnumName.value), not the deprecated directive (e.g. EnumName.value.@deprecated).
    • Added new attributes in order to provide enough context for a new "@​graphql-inspector/patch" function to apply changes accurately.
    • Added support for repeatable directives
    • Includes all nested changes in diff output when a new node is added. This can dramatically

... (truncated)

Commits
  • b3bac0e chore(release): update monorepo packages versions (#2922)
  • 088cd4f fix simplifyChanges rule for sibling changes (#2921)
  • d415188 chore(release): update monorepo packages versions (#2920)
  • 511afb5 export directiveRepeatableAddedFromMeta and directiveRepeatableRemovedFromMet...
  • 5491c68 chore(release): update monorepo packages versions (#2917)
  • 91b8450 export repeatable directive change objects (#2916)
  • eae6e1e chore(release): update monorepo packages versions (#2911)
  • 2fc8b25 Add Apollo Federation V2 support (#2900)
  • ef13125 Add patch package to apply diff changes to schemas; improve accuracy of seve...
  • ef2e454 chore(release): update monorepo packages versions (#2909)
  • Additional commits viewable in compare view

Dependabot compatibility score

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot merge will merge this PR after your CI passes on it
  • @dependabot squash and merge will squash and merge this PR after your CI passes on it
  • @dependabot cancel merge will cancel a previously requested merge and block automerging
  • @dependabot reopen will reopen this PR if it is closed
  • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
  • @dependabot show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @dependabot ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)

Bumps [@graphql-inspector/core](https://github.com/graphql-hive/graphql-inspector/tree/HEAD/packages/core) from 6.1.0 to 7.0.3.
- [Release notes](https://github.com/graphql-hive/graphql-inspector/releases)
- [Changelog](https://github.com/graphql-hive/graphql-inspector/blob/master/packages/core/CHANGELOG.md)
- [Commits](https://github.com/graphql-hive/graphql-inspector/commits/@graphql-inspector/[email protected]/packages/core)

---
updated-dependencies:
- dependency-name: "@graphql-inspector/core"
  dependency-version: 7.0.3
  dependency-type: direct:development
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot added dependencies Pull requests that update a dependency file javascript Pull requests that update JavaScript code labels Nov 18, 2025
@github-actions github-actions bot closed this Nov 18, 2025
@github-actions
Copy link
Contributor

This dependency update will be handled internally by our engineering team.

@github-actions github-actions bot locked as resolved and limited conversation to collaborators Nov 18, 2025
@dependabot dependabot bot deleted the dependabot/npm_and_yarn/graphql-inspector/core-7.0.3 branch November 18, 2025 06:01
@github-actions github-actions bot added the triage Do not begin working on this issue until triaged by the team label Nov 18, 2025
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.

Labels

dependencies Pull requests that update a dependency file javascript Pull requests that update JavaScript code triage Do not begin working on this issue until triaged by the team

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant