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

Prepare v5.1.0-rc.0 #481

Closed
wants to merge 1 commit into from
Closed

Prepare v5.1.0-rc.0 #481

wants to merge 1 commit into from

Conversation

colincasey
Copy link
Contributor

Testing out the new release process with this prerelease version.

@@ -52,8 +52,7 @@ const safeToStringImpl = (val: unknown, seenArrays = new WeakSet()): string => {
return Array.isArray(val)
? // Arrays have a weird custom toString that we need to replicate
safeArrayToString(val, seenArrays)
: // eslint-disable-next-line @typescript-eslint/no-base-to-string
String(val)
: String(val)
Copy link
Contributor

Choose a reason for hiding this comment

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

What's up with this?

Copy link
Contributor Author

Choose a reason for hiding this comment

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

Yeah, that confused me too. I think the version of eslint I had installed locally was out of date. Running the steps locally before doing an npm install caused npm run _eslint:fix to remove that line. Running the steps locally after doing an npm install leaves that line in place.

Going to close and recreate this PR from scratch to confirm.

@colincasey
Copy link
Contributor Author

Something may have been off with my local setup. Closing this PR and redoing the release steps to confirm.

@colincasey colincasey closed this Jan 8, 2025
@colincasey colincasey deleted the prepare-v5.1.0-rc.0 branch January 8, 2025 15:24
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants