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

Guardian source update #1339

Merged
merged 3 commits into from
May 28, 2024
Merged

Guardian source update #1339

merged 3 commits into from
May 28, 2024

Conversation

rBangay
Copy link
Contributor

@rBangay rBangay commented May 28, 2024

What does this change?

Updates the following dependancies:

  • source-foundations
  • source-react-components-development-kitchen

Replaces deprecated usages of source resources like theme and typography .

Minor version updates for both node and typescript

…omponents-development-kitchen dependencies
@rBangay rBangay requested a review from a team as a code owner May 28, 2024 08:55
Copy link
Member

@sndrs sndrs left a comment

Choose a reason for hiding this comment

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

lgtm - @jamesmockett @oliverabrahams you too?

@oliverabrahams
Copy link

lgtm - @jamesmockett @oliverabrahams you too?

Yea looks good to me too

`;

const linkCss = css`
display: flex;
align-items: center;
${textSans.medium()};
color: ${palette.brand[500]};
${textSans17}: color: ${palette.brand[500]};
Copy link
Contributor

Choose a reason for hiding this comment

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

Should be a semicolon rather than a colon here.

Suggested change
${textSans17}: color: ${palette.brand[500]};
${textSans17};
color: ${palette.brand[500]};

Copy link
Contributor Author

Choose a reason for hiding this comment

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

AAAH, good spot, I'll fix this with a subsequent small pr. It only seems to affect the link colour and nothing more serious.

@rBangay rBangay merged commit bf67254 into main May 28, 2024
11 checks passed
@rBangay rBangay deleted the guardian-source-update branch May 28, 2024 13:28
@prout-bot
Copy link
Collaborator

Seen on PROD (merged by @rBangay 10 minutes and 31 seconds ago) Please check your changes!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

5 participants