Bump @graphql-inspector/core from 6.1.0 to 7.0.3
Closed
Number: #41322
Type: Pull Request
State: Closed
Type: Pull Request
State: Closed
Author:
dependabot[bot]
Association: Unknown
Comments: 1
Association: Unknown
Comments: 1
Created:
November 18, 2025 at 06:01 AM UTC
(7 months ago)
(7 months ago)
Updated:
November 18, 2025 at 06:01 AM UTC
(7 months ago)
(7 months ago)
Closed:
November 18, 2025 at 06:01 AM UTC
(7 months ago)
(7 months ago)
Time to Close:
less than a minute
Labels:
triage dependencies javascript
triage dependencies javascript
Description:
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
088cd4fThanks@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
511afb5Thanks@jdolle! - export directiveRepeatableAddedFromMeta and directiveRepeatableRemovedFromMeta7.0.1
Patch Changes
- #2916
91b8450Thanks@jdolle! - export DirectiveRepeatableAddedChange and DirectiveRepeatableRemovedChange7.0.0
Major Changes
#2893
ef13125Thanks@jdolle! - This is a major change to@graphql-inspector/coreand introduces a new@graphql-inspector/patchpackage, which applies changes output fromdiffon 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
diffoutput when a new node is added. This can dramatically
... (truncated)
Commits
b3bac0echore(release): update monorepo packages versions (#2922)088cd4ffix simplifyChanges rule for sibling changes (#2921)d415188chore(release): update monorepo packages versions (#2920)511afb5export directiveRepeatableAddedFromMeta and directiveRepeatableRemovedFromMet...5491c68chore(release): update monorepo packages versions (#2917)91b8450export repeatable directive change objects (#2916)eae6e1echore(release): update monorepo packages versions (#2911)2fc8b25Add Apollo Federation V2 support (#2900)ef13125Add patch package to apply diff changes to schemas; improve accuracy of seve...ef2e454chore(release): update monorepo packages versions (#2909)- Additional commits viewable in compare view
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 rebasewill rebase this PR@dependabot recreatewill recreate this PR, overwriting any edits that have been made to it@dependabot mergewill merge this PR after your CI passes on it@dependabot squash and mergewill squash and merge this PR after your CI passes on it@dependabot cancel mergewill cancel a previously requested merge and block automerging@dependabot reopenwill reopen this PR if it is closed@dependabot closewill close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually@dependabot show <dependency name> ignore conditionswill show all of the ignore conditions of the specified dependency@dependabot ignore this major versionwill 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 versionwill 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 dependencywill close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)
This pull request is locked.
Package Dependencies
Technical Details
| ID: | 11139517 |
| UUID: | 3636296845 |
| Node ID: | PR_kwDOC01lZ860A5D4 |
| Host: | GitHub |
| Repository: | github/docs |