8000 Update dev dependencies; apply lint by fregante · Pull Request #8763 · refined-github/refined-github · GitHub
[go: up one dir, main page]

Skip to content

Conversation

@fregante
Copy link
Member

buncha autofixes. Needs review

@fregante fregante changed the title Update all deps; apply lint Update dev deps; apply lint Nov 11, 2025
Copy link
Member Author
@fregante fregante left a comment

Choose a reason for hiding this comment

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

Should be good. Will follow up with a non-dev dependency bump

}

linkifyIssues(getRepo()!, paragraph);
};
Copy link
Member Author

Choose a reason for hiding this comment

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

be gone

Comment on lines +186 to +187
'import/consistent-type-specifier-style': 'off',
'import-x/consistent-type-specifier-style': 'off',
10BC0
Copy link
Member Author

Choose a reason for hiding this comment

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

I don't know what's up with antfu's eslint config and at this point I'm afraid to ask.

@github-actions
Copy link

Please add labels to this PR

@fregante fregante added the meta Related to Refined GitHub itself label Nov 11, 2025
@fregante fregante marked this pull request as ready for review November 11, 2025 20:06
return [...readmeContent.matchAll(featureRegex)]
.map(match => extractDataFromMatch(match))
.sort((firstFeature, secondFeature) => firstFeature.id.localeCompare(secondFeature.id));
.toSorted((firstFeature, secondFeature) => firstFeature.id.localeCompare(secondFeature.id));
Copy link
Member
@SunsetTechuila SunsetTechuila Nov 11, 2025

Choose a reason for hiding this comment

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

why use toSorted on a newly created array?

Copy link
Member
@SunsetTechuila SunsetTechuila Nov 11, 2025

Choose a reason for hiding this comment

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

almost all reverse -> toReversed and sort -> toSorted changes seem to be meaningless

Copy link
Member

Choose a reason for hiding this comment

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

you are creating not two, but three arrays here 😭

5CC0 Copy link
Member Author

Choose a reason for hiding this comment

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

@refined-github refined-github deleted a comment from Karlgit13 Nov 12, 2025
@fregante fregante enabled auto-merge (squash) November 12, 2025 08:46
@fregante fregante changed the title Update dev deps; apply lint Update dev dependencies; apply lint Nov 12, 2025
@fregante fregante merged commit 6390af8 into main Nov 12, 2025
10 checks passed
@FloEdelmann FloEdelmann deleted the dev-updates branch November 19, 2025 15:19
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

meta Related to Refined GitHub itself

Development

Successfully merging this pull request may close these issues.

3 participants

0