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

chore: update eslint, prettier, eslint-prettier to current #189

Closed
wants to merge 1 commit into from
Closed

chore: update eslint, prettier, eslint-prettier to current #189

wants to merge 1 commit into from

Conversation

cwilbur
Copy link

@cwilbur cwilbur commented Oct 26, 2023

Tweaked snapshots and eslint configurations slightly to accommodate them.

Docs: Add @cwilbur as a contributor

Tweaked snapshots and eslint configurations slightly to accommodate them.

Docs: Add @cwilbur as a contributor
Copy link
Owner

@idahogurl idahogurl left a 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',
Copy link
Owner

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',
Copy link
Owner

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
Copy link
Owner

Choose a reason for hiding this comment

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

What's this file? 🙂

@idahogurl idahogurl mentioned this pull request Oct 27, 2023
@idahogurl idahogurl added the major Increment the major version when merged label Oct 27, 2023
"node": "^16.13.0"
"node": "^21.0.0"
Copy link
Owner

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",
Copy link
Owner

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",
Copy link
Owner

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",
Copy link
Owner

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

@DucNg
Copy link

DucNg commented Dec 1, 2023

@idahogurl Here is a PR with the minimum changes: #198

@idahogurl
Copy link
Owner

idahogurl commented Dec 1, 2023

Thank you @cwilbur for your efforts. Unfortunately there are too many changes and just updating the prettier-eslint did not work. It gave an error as I described in this comment.

@idahogurl idahogurl closed this Dec 1, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
major Increment the major version when merged
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants