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

Upgrade TS to v5.5 #13224

Merged
merged 1 commit into from
Jun 21, 2024
Merged

Upgrade TS to v5.5 #13224

merged 1 commit into from
Jun 21, 2024

Conversation

pettinarip
Copy link
Member

Description

Upgrades TS.

@github-actions github-actions bot added the dependencies 📦 Changes related to project dependencies label Jun 21, 2024
Copy link

netlify bot commented Jun 21, 2024

Deploy Preview for ethereumorg ready!

Name Link
🔨 Latest commit 179e460
🔍 Latest deploy log https://app.netlify.com/sites/ethereumorg/deploys/6675d9d22952aa0008c8d0d7
😎 Deploy Preview https://deploy-preview-13224--ethereumorg.netlify.app
📱 Preview on mobile
Toggle QR Code...

QR Code

Use your smartphone camera to open QR code link.
Lighthouse
Lighthouse
7 paths audited
Performance: 44 (🔴 down 3 from production)
Accessibility: 92 (no change from production)
Best Practices: 83 (🔴 down 9 from production)
SEO: 93 (no change from production)
PWA: -
View the detailed breakdown and full score reports

To edit notification comments on pull requests, go to your Netlify site configuration.

@@ -236,8 +236,8 @@ const Codeblock = ({
className = codeLanguage || ""
}

const matches = className?.match(/language-(?<lang>.*)/)
Copy link
Member Author

Choose a reason for hiding this comment

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

Now ts can check regexs! got an error here: Named capturing groups are only available when targeting 'ES2018' or later

Copy link
Member

Choose a reason for hiding this comment

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

Nice!

Copy link
Member

@wackerow wackerow left a comment

Choose a reason for hiding this comment

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

Lgtm!

@@ -236,8 +236,8 @@ const Codeblock = ({
className = codeLanguage || ""
}

const matches = className?.match(/language-(?<lang>.*)/)
Copy link
Member

Choose a reason for hiding this comment

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

Nice!

@wackerow wackerow merged commit 88607ea into dev Jun 21, 2024
10 checks passed
@wackerow wackerow deleted the upgrade-ts branch June 21, 2024 21:45
This was referenced Jul 10, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
dependencies 📦 Changes related to project dependencies
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants