Skip to content
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

chore(gatsby): Fix index.d.ts file #33805

Merged
merged 1 commit into from
Nov 2, 2021
Merged

chore(gatsby): Fix index.d.ts file #33805

merged 1 commit into from
Nov 2, 2021

Conversation

LekoArts
Copy link
Contributor

@LekoArts LekoArts commented Nov 2, 2021

Description

We sadly can't really catch those things in CI at the moment as we have to use skipLibCheck for gatsby as our webpack types are messed up (we have webpack 4 types in lock file due to some outdated libs/type libs). You can see this by running npx tsc packages/gatsby/index.d.ts --noEmit in the repo root

So for now we just manually fix this

Related Issues

Fixes #33747

@LekoArts LekoArts added the topic: TypeScript Issues and PRs related to TS in general, public typings or gatsby-plugin-typescript label Nov 2, 2021
@gatsbot gatsbot bot added the status: triage needed Issue or pull request that need to be triaged and assigned to a reviewer label Nov 2, 2021
@LekoArts LekoArts removed the status: triage needed Issue or pull request that need to be triaged and assigned to a reviewer label Nov 2, 2021
@LekoArts LekoArts merged commit 6c5de79 into master Nov 2, 2021
@LekoArts LekoArts deleted the fix-33747 branch November 2, 2021 10:11
LekoArts added a commit that referenced this pull request Nov 2, 2021
LekoArts added a commit that referenced this pull request Nov 2, 2021
axe312ger pushed a commit that referenced this pull request Nov 9, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
topic: TypeScript Issues and PRs related to TS in general, public typings or gatsby-plugin-typescript
Projects
None yet
2 participants