[go: nahoru, domu]

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

deps: update to latest chrome-devtools-frontend #15137

Merged
merged 2 commits into from
Jun 13, 2023

Conversation

connorjclark
Copy link
Collaborator

Biggest change here is that the deprecation strings in CDT frontend got split across two files and refactored a bit. I responded by grabbing the file that just had the strings (as usual), but for getIssueDetailDescription I just manually rewrote it (not worth automating that).

@connorjclark connorjclark requested a review from a team as a code owner June 5, 2023 20:35
@connorjclark connorjclark requested review from adamraine and removed request for a team June 5, 2023 20:35
@@ -44,6 +44,7 @@ describe('Deprecations audit', () => {
},
},
{
// Does not exist anymore.
Copy link
Member

Choose a reason for hiding this comment

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

Why keep this around, doe we still need to handle it gracefully in older Chrome versions?

Copy link
Collaborator Author
@connorjclark connorjclark Jun 9, 2023

Choose a reason for hiding this comment

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

Including a type that used to exist but no longer does is a minor but possibly useful test case (minor, because it is pretty equivalent to a type that never existed). I didn't see a reason to remove it, but you're right it is not immensely valuable.

Note that there is no deprecation message for this event now. It's treated exactly like a type that we don't know about.

@connorjclark connorjclark merged commit b9952bc into main Jun 13, 2023
31 checks passed
@connorjclark connorjclark deleted the update-cdt-frontend-lib branch June 13, 2023 20:37
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.

None yet

3 participants