-
-
Notifications
You must be signed in to change notification settings - Fork 48
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, prettier, eslint-prettier to current #189
Conversation
Tweaked snapshots and eslint configurations slightly to accommodate them. Docs: Add @cwilbur as a contributor
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.
The README will need to be updated to show the new required version and provide a link for those still using Prettier 2. It also appears from the snapshot being updated that a bug was introduced.
first: "hello, world", | ||
first: 'hello, world', |
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 indicates that there is a bug as the snapshots shouldn't change between versions
first: "hello, world", | ||
first: 'hello, world', |
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 indicates that there is a bug as the snapshots shouldn't change between versions
@@ -0,0 +1 @@ | |||
layout node |
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.
What's this file? 🙂
"node": "^16.13.0" | ||
"node": "^21.0.0" |
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.
I'd rather not update this as it's not needed by the code or any of the packages.
"@auto-it/upload-assets": "^11.0.4", | ||
"@types/node": "^20.8.6", | ||
"@vscode/test-electron": "^2.3.5", | ||
"@vscode/vsce": "^2.21.1", |
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.
Why is this package needed? 🙂
"ts-node": "^10.9.1", | ||
"typescript": "^4.9.5", | ||
"typescript": "^5.2.2", | ||
"@eslint/eslintrc": "^2.1.2", |
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.
Why is this package needed?
"ts-node": "^10.9.1", | ||
"typescript": "^4.9.5", | ||
"typescript": "^5.2.2", |
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.
If you update TypeScript then you have to update the examples. Rather we do the least amount of changes
@idahogurl Here is a PR with the minimum changes: #198 |
Tweaked snapshots and eslint configurations slightly to accommodate them.
Docs: Add @cwilbur as a contributor