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

Update project depedencies #7

Merged
merged 2 commits into from
Sep 29, 2022

Conversation

Makanz
Copy link
Contributor

@Makanz Makanz commented Apr 10, 2022

Uppdaterat till senaste versionen av Gatsby och React.

Importen av css-modules har ändrats i senaste versionen av Gatsby. Tror att jag löst det i alla komponenter men det kan behöva ses över.

Copy link
Contributor

@devbymadde devbymadde left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Hej och stort tack för din PR! Här kommer en ULTRAsen review, så vi förstår om du kanske inte kommer att fixa det 😅
Mycket bra med uppdaterade dependencies, och det är helt rätt att nyare versioner av Gatsby kräver att man importerar, men hade föredragit att importera allt i css-modulerna. Alltså "import * from blabla.module.css", eftersom det är ett undantagsfall att en klass i modulen inte används. Det är även så gatsby rekommenderar i sin dokumentation :) https://www.gatsbyjs.com/docs/how-to/styling/css-modules/
Då behöver man inte heller göra om klassnamnen.

@Makanz Makanz force-pushed the update-dependencies branch from eef3e14 to 03aa595 Compare September 15, 2022 20:23
@Makanz
Copy link
Contributor Author

Makanz commented Sep 15, 2022

Har fixat css importen enligt rekommendation och uppdaterat npm dep till senaste versionerna.

Hittade ett problem med gatsby-plugin-gdpr-cookies som inte har stöd för React 18.
Finns en issue i deras repo.
andrezimpel/gatsby-plugin-gdpr-cookies#85

Copy link
Contributor

@devbymadde devbymadde left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Grymt, tack ska du ha! :)

@devbymadde devbymadde merged commit 51e1a6d into developerspodcast:source Sep 29, 2022
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.

2 participants