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

Bump prettier version (fix for loop format bugs, address audit warnings) #71

Open
ralphcallaway opened this issue Nov 29, 2022 · 1 comment

Comments

@ralphcallaway
Copy link
Collaborator

at time of writing this we could be using
"prettier": "^2.8.0",
"prettier-plugin-apex": "^1.11.0",
"pretty-quick": "^3.1.3",

@ralphcallaway ralphcallaway changed the title Bump prettier version Bump prettier version (fix for loop format bugs, address audit warnings) Nov 29, 2022
@ralphcallaway
Copy link
Collaborator Author

this addresses the bug where a for loop has the type removed, e.g.

for (Contact c : [ becomes for ( c: [

locally i had to also clear the lock file and node modules, but with this versions i also didn't get audit warnings (not that they're matter much in a dev tool, but less noise)

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

No branches or pull requests

1 participant