-
Notifications
You must be signed in to change notification settings - Fork 30
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
[AR] Migrate from @guardian/types
to @guardian/libs
#3376
Conversation
As well as the dependencies that need bumping, there's also an issue in |
c82089b
to
21d6664
Compare
As far as I could tell, |
6490d66
to
cccfc07
Compare
cccfc07
to
ef56fa0
Compare
${pageFonts} | ||
|
||
@media (prefers-color-scheme: dark) { | ||
body { | ||
background: white; | ||
padding: ${remSpace[3]} !important; | ||
} | ||
} |
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 is obviously not types -> libs related. I think it must have happened when I ran npm run lint -- --fix
@@ -98,7 +99,7 @@ const buildCsp = ( | |||
? 'https://platform.twitter.com https://syndication.twitter.com https://pbs.twimg.com data:' | |||
: '' | |||
}; | |||
script-src 'self' ${assetHashes(scripts)} | |||
script-src 'self' ${assetHashes(scripts)} |
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 is another format change, probably from npm run lint -- --fix
50e5592
to
c90c360
Compare
Closing this as its super-seeded by #3621 🎉 , which was probably significantly less painful that fixing all of these merge conflicts 😨 |
What does this change?
This PR migrates from the
@guardian/types
library to@guardian/libs
as@guardian/types
is now deprecated.How to test
Run all validation and ensure that everything still runs as expected.
TODO
@guardian/discussion-rendering
after Migrate from@guardian/types
to@guardian/libs
discussion-rendering#520 is released@guardian/atoms-rendering
after Migrate from@guardian/types
to@guardian/libs
atoms-rendering#280 is released@guardian/image-rendering
after Migrate from@guardian/types
to@guardian/libs
image-rendering#322 is released