-
-
Notifications
You must be signed in to change notification settings - Fork 206
fix: escape single quotes in descriptions and deprecation reasons #2924
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
Conversation
🚀 Snapshot Release (
|
| Package | Version | Info |
|---|---|---|
@graphql-inspector/action |
5.0.16-alpha-20251209221244-ff89fd2707cf16b24ef14c13d056b38377608670 |
npm ↗︎ unpkg ↗︎ |
@graphql-inspector/cli |
6.0.4-alpha-20251209221244-ff89fd2707cf16b24ef14c13d056b38377608670 |
npm ↗︎ unpkg ↗︎ |
@graphql-inspector/audit-command |
5.0.16-alpha-20251209221244-ff89fd2707cf16b24ef14c13d056b38377608670 |
npm ↗︎ unpkg ↗︎ |
@graphql-inspector/coverage-command |
6.1.10-alpha-20251209221244-ff89fd2707cf16b24ef14c13d056b38377608670 |
npm ↗︎ unpkg ↗︎ |
@graphql-inspector/diff-command |
6.0.4-alpha-20251209221244-ff89fd2707cf16b24ef14c13d056b38377608670 |
npm ↗︎ unpkg ↗︎ |
@graphql-inspector/introspect-command |
5.0.16-alpha-20251209221244-ff89fd2707cf16b24ef14c13d056b38377608670 |
npm ↗︎ unpkg ↗︎ |
@graphql-inspector/similar-command |
5.0.16-alpha-20251209221244-ff89fd2707cf16b24ef14c13d056b38377608670 |
npm ↗︎ unpkg ↗︎ |
@graphql-inspector/validate-command |
5.0.16-alpha-20251209221244-ff89fd2707cf16b24ef14c13d056b38377608670 |
npm ↗︎ unpkg ↗︎ |
@graphql-inspector/core |
7.0.4-alpha-20251209221244-ff89fd2707cf16b24ef14c13d056b38377608670 |
npm ↗︎ unpkg ↗︎ |
💻 Website PreviewThe latest changes are available as preview in: https://pr-2924.graphql-inspector.pages.dev |
jdolle
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Great! We have this escape formatting for enum and this PR applies that same logic to the remaining changes.
n1ru4l
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Just one small comment here that I noticed: https://github.com/graphql-hive/graphql-inspector/pull/2924/files#r2599154883
34aadc8 to
ff89fd2
Compare
Continuation for #2903
Description
Applies fmt escaping to user-provided text fields in diff change messages to prevent malformed output when values contain single quotes (e.g., "it's", "don't")
Type of change