-
Notifications
You must be signed in to change notification settings - Fork 10.3k
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): convert babelrc to typescript #24115
chore(gatsby): convert babelrc to typescript #24115
Conversation
…yjs#24108) * Guard against possibly missing context in resolver * Warn about bad resolver invocations * Add warning * Update packages/gatsby/src/schema/resolvers.ts Co-authored-by: Ward Peeters <ward@coding-tech.com> * Fix typo Co-authored-by: Ward Peeters <ward@coding-tech.com>
- gatsby-admin@0.1.32 - gatsby-theme-blog-core@1.5.7 - gatsby-theme-blog@1.6.7 - gatsby-theme-notes@1.3.33 - gatsby-theme-ui-preset@0.0.22 - gatsby@2.21.32
- gatsby-admin@0.1.33 - gatsby-theme-blog-core@1.5.8 - gatsby-theme-blog@1.6.8 - gatsby-theme-notes@1.3.34 - gatsby-theme-ui-preset@0.0.23 - gatsby@2.21.33
462a07c
to
d314a1e
Compare
…atsby-reducer-babel
I did a little bit of a mess with creating the branch off the wrong branch (my own #24045) but ran a rebase to clean things up. It polluted the commit list with 4 commits from master, but they do not affect the PR. |
…sby-reducer-babel
…atsby-reducer-babel
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.
This looks great to me, let's merge it!
Thank you so much for contributing to our TypeScript refactor! We have more work to do and we would love to have you stay involved in our transition. Please submit more PRs! 💜
Convert
src/redux/reducers/babelrc.ts
and relative test file to TypeScript.Related Issues
#21995