state-of-js-graphql-results-api icon indicating copy to clipboard operation
state-of-js-graphql-results-api copied to clipboard

State of JS GraphQL API

Results 31 state-of-js-graphql-results-api issues
Sort by recently updated
recently updated
newest added

Bumps [markdown-it](https://github.com/markdown-it/markdown-it) from 12.2.0 to 12.3.2. Changelog Sourced from markdown-it's changelog. [12.3.2] - 2022-01-08 Security Fix possible ReDOS in newline rule. Thanks to @​MakeNowJust. [12.3.1] - 2022-01-07 Fixed Fix corner...

dependencies

Bumps [graphiql](https://github.com/graphql/graphiql) from 0.17.5 to 1.4.7. Release notes Sourced from graphiql's releases. [email protected] Patch Changes 130ddad6 Thanks @​acao! - CRITICAL SECURITY PATCH for the GraphiQL introspection schema template injection attack...

dependencies

Bumps [tmpl](https://github.com/daaku/nodejs-tmpl) from 1.0.4 to 1.0.5. Commits See full diff in compare view [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=tmpl&package-manager=npm_and_yarn&previous-version=1.0.4&new-version=1.0.5)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores) Dependabot will resolve any conflicts with this PR as long as you don't alter...

dependencies

Bumps [codemirror](https://github.com/codemirror/CodeMirror) from 5.51.0 to 5.63.3. Release notes Sourced from codemirror's releases. 5.63.3 Version 5.63.3 Bug fixes Re-publish 5.63.2 because npm somehow swallowed that, but won't let me publish it...

dependencies

Bumps [elliptic](https://github.com/indutny/elliptic) from 6.5.2 to 6.5.4. Commits 43ac7f2 6.5.4 f4bc72b package: bump deps 441b742 ec: validate that a point before deriving keys e71b2d9 lib: relint using eslint 8421a01 build(deps): bump...

dependencies

# Update: see [readme here](https://github.com/StateOfJS/locale-en-US) --- This thread will contain all info related to translating the State of CSS and State of JS surveys going forward. ## Getting Started The...

Bumps [color-string](https://github.com/Qix-/color-string) from 1.5.3 to 1.6.0. Release notes Sourced from color-string's releases. 1.6.0 Minor release 1.6.0 #55 - Add support for space-separated HSL Thanks @​htunnicliff for the contribution :) 1.5.5...

dependencies

Bumps [path-parse](https://github.com/jbgutierrez/path-parse) from 1.0.6 to 1.0.7. Commits See full diff in compare view [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=path-parse&package-manager=npm_and_yarn&previous-version=1.0.6&new-version=1.0.7)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores) Dependabot will resolve any conflicts with this PR as long as you don't alter...

dependencies

## Query Here is the query I use in https://graphiql.stateofjs.com: ``` query GetLocaleData { locale(localeId: "zh-Hans") { untranslatedKeys } } ``` ## Progress Verified and updated till `blocks.entity.github_link` ## Notes...