-
Notifications
You must be signed in to change notification settings - Fork 149
chore: update eslint version, modify hasOwnProperty calls #192
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
chore: update eslint version, modify hasOwnProperty calls #192
Conversation
| _TextDecoder = encoding.TextDecoder; | ||
| _TextEncoder = encoding.TextEncoder; | ||
| } else { | ||
| /* global TextDecoder TextEncoder */ |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
re: this change, see eslint/eslint#11979 and discussion at https://scratchteam.slack.com/archives/CS1144QCE/p1604958351210800
|
Need to find reviewer |
a0e18a7 to
21469a5
Compare
ca53a8e to
9349eca
Compare
rschamp
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This all looks reasonable to me. Just one point of confusion.
| "cz-conventional-changelog": "^3.0.2", | ||
| "eslint": "5.7.0", | ||
| "eslint-config-scratch": "5.1.0", | ||
| "eslint-plugin-react": "7.12.4", |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Is the addition of the major version range ^ for eslint-config-scratch and eslint-plugin-react but not eslint or babel-eslint intentional?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
As I recall, some other repo of ours had that pattern -- but now I can't find it! I checked around, and it seems like we're generally using the major version caret for eslint, so I added it here.
|
🎉 This PR is included in version 1.3.4 🎉 The release is available on: Your semantic-release bot 📦🚀 |
Resolves #191