gatsby-typescript
gatsby-typescript copied to clipboard
Alternative typescript support plugin for Gatsbyjs. Aims to make using typescript in Gatsby as painless as possible
## Objective The following is a feature request to add codegen for gatsby-node related typescript files so that calls to `graphql` via the [`createPages` node API are typed](https://www.gatsbyjs.org/docs/node-apis/#createPages). My `gatsby-node.js`...
Apparently there are three (3!) other plugins that does the same thing as gatsby-plugin-graphql-codegen: - https://github.com/cometkim/gatsby-plugin-typegen - https://github.com/daugsbi/gatsby-plugin-codegen (New typescript website uses this) - https://github.com/neugelb/gatsby-plugin-generate-typings It looks like some of...
Bumps [parse-url](https://github.com/IonicaBizau/parse-url) from 6.0.0 to 6.0.5. Commits See full diff in compare view [](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...
Bumps [minimist](https://github.com/minimistjs/minimist) from 1.2.5 to 1.2.8. Changelog Sourced from minimist's changelog. v1.2.8 - 2023-02-09 Merged [Fix] Fix long option followed by single dash [#17](https://github.com/minimistjs/minimist/issues/17) [Tests] Remove duplicate test [#12](https://github.com/minimistjs/minimist/issues/12) [Fix]...
Bumps [http-cache-semantics](https://github.com/kornelski/http-cache-semantics) from 4.1.0 to 4.1.1. Commits 2449650 Update mocha 560b2d8 Don't use regex to trim whitespace b1bdb92 Remove linting package zoo c20dc7e Cache 308 See full diff in compare...
Bumps [ua-parser-js](https://github.com/faisalman/ua-parser-js) from 0.7.31 to 0.7.33. Changelog Sourced from ua-parser-js's changelog. Version 0.7.31 / 1.0.2 Fix OPPO Reno A5 incorrect detection Fix TypeError Bug Use AST to extract regexes and...
Bumps [gatsby-transformer-remark](https://github.com/gatsbyjs/gatsby/tree/HEAD/packages/gatsby-transformer-remark) from 5.0.0 to 5.25.1. Release notes Sourced from gatsby-transformer-remark's releases. v5.3.0 Welcome to [email protected] release (December 2022 #1) Key highlights of this release: ES Modules (ESM) in Gatsby...
Bumps [json5](https://github.com/json5/json5) from 1.0.1 to 1.0.2. Release notes Sourced from json5's releases. v1.0.2 Fix: Properties with the name __proto__ are added to objects and arrays. (#199) This also fixes a...