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

version bumps, added nextjs eslint plugin #1032

Merged
merged 1 commit into from
Aug 14, 2021
Merged

version bumps, added nextjs eslint plugin #1032

merged 1 commit into from
Aug 14, 2021

Conversation

ggwadera
Copy link
Collaborator

@ggwadera ggwadera commented Aug 14, 2021

  • Updated lots of depedencies
  • Removed some @types packages that were not used: @types/styled-jsx and @types/node-fetch
  • Added @next/eslint-plugin-next
  • Added plugin:@next/next/recommended to the eslint config, from https://nextjs.org/docs/basic-features/eslint#migrating-existing-config
  • Extracted a variable for the session middleware in pages/api/graphql.ts to make the route handler definition cleaner

@vercel
Copy link

vercel bot commented Aug 14, 2021

This pull request is being automatically deployed with Vercel (learn more).
To see the status of your deployment, click below or on the icon next to each commit.

🔍 Inspect: https://vercel.com/c0d3/c0d3-app/6GDK79vcxegJYPCsPieN5FWnWYhf
✅ Preview: https://c0d3-app-git-next-eslint-c0d3.vercel.app

@codecov
Copy link

codecov bot commented Aug 14, 2021

Codecov Report

Merging #1032 (07616d6) into master (7a6a2e4) will not change coverage.
The diff coverage is 100.00%.

Impacted file tree graph

@@            Coverage Diff            @@
##            master     #1032   +/-   ##
=========================================
  Coverage   100.00%   100.00%           
=========================================
  Files          123       123           
  Lines         1994      1995    +1     
  Branches       484       484           
=========================================
+ Hits          1994      1995    +1     
Impacted Files Coverage Δ
pages/api/graphql.ts 100.00% <100.00%> (ø)

@ggwadera ggwadera merged commit 86ab199 into master Aug 14, 2021
@ggwadera ggwadera deleted the next-eslint branch August 14, 2021 16:02
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants