gatsby-typescript icon indicating copy to clipboard operation
gatsby-typescript copied to clipboard

Alternative typescript support plugin for Gatsbyjs. Aims to make using typescript in Gatsby as painless as possible

Results 55 gatsby-typescript issues
Sort by recently updated
recently updated
newest added

Bumps [prismjs](https://github.com/PrismJS/prism) from 1.25.0 to 1.27.0. Release notes Sourced from prismjs's releases. v1.27.0 Release 1.27.0 v1.26.0 Release 1.26.0 Changelog Sourced from prismjs's changelog. 1.27.0 (2022-02-17) New components UO Razor Script...

dependencies

Bumps [follow-redirects](https://github.com/follow-redirects/follow-redirects) from 1.14.4 to 1.14.8. Commits 3d81dc3 Release version 1.14.8 of the npm package. 62e546a Drop confidential headers across schemes. 2ede36d Release version 1.14.7 of the npm package. 8b347cb...

dependencies

Bumps [engine.io](https://github.com/socketio/engine.io) from 4.1.1 to 4.1.2. Release notes Sourced from engine.io's releases. 4.1.2 :warning: This release contains an important security fix :warning: A malicious client could send a specially crafted...

dependencies

**Describe the bug** When using yarn v3 and `gatsby-plugin-graphql-codegen`, codegen warns with an error. ``` warn [gatsby-plugin-graphql-codegen] Unable to find any GraphQL type definitions for the following pointers: - /home/stiforr/Code/gatsby-project/node_modules/gatsby-*/**/*.js...

Not sure if this should be the way to move forward. This will allow us to provide a smoother experience for 100% typescrip codebase, i.e generating typings for queries in...

enhancement
feedback wanted

**Describe the bug** When on gatsby 4.1 with 6.1 gatsby-source-wordpress the code generator fails the entire build in either develop or build mode. ``` Objects are not valid as a...

**Describe the bug** All was working great and now I keep getting the error 'Failed to validate error Error [ValidationError]: "name" is not allowed' I've tried removing node modules and...

I am not quire sure what's changed between these two versions. Nothing stands out, but after upgrading to 2.24.12, my build time went through the roof. Before: ` run page...

I am not sure if this is a bug but I checked through the issues and couldn't find any. Except https://github.com/d4rekanguok/gatsby-typescript/issues/54 but that got me no where. When I am...

**Description** When the `gatsby-plugin-ts` plugin is in use, source maps don't work. If it's deactivated the source maps coming from `gatsby-plugin-typescript` work as expected. ![image](https://user-images.githubusercontent.com/1105080/89776753-cb964400-db0a-11ea-851f-757aa88fdb0e.png) **Reproduction** 1. Clone https://github.com/openscript/obin.ch 1....