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

prettier 1.9 and config handling #283

Merged
merged 6 commits into from
Dec 10, 2017
Merged

prettier 1.9 and config handling #283

merged 6 commits into from
Dec 10, 2017

Conversation

CiGit
Copy link
Member

@CiGit CiGit commented Dec 5, 2017

  • Readme
  • Changelog
  • json validation for prettierrc.json other PR

Break

Don't handle deprecated options. Workaround: prettierconfig

* proseWrap config change
* Don't merge vscode's option in prettierConfig
* dependencies bump
+ arrowParens config
+ requireConfig config. Format only files with a prettierconfig
Copy link
Member

@azz azz left a comment

Choose a reason for hiding this comment

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

Looking good

package.json Outdated
},
"dependencies": {
"ignore": "^3.3.7",
"prettier": "1.9.0",
Copy link
Member

Choose a reason for hiding this comment

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

1.9.1 is out now

@RobinMalfait
Copy link
Contributor

Could you also bump the version of prettier-eslint if there is a new version?

package.json Outdated
},
"dependencies": {
"ignore": "^3.3.7",
"prettier": "1.9.0",
"prettier-eslint": "^8.2.4",
Copy link
Member Author

Choose a reason for hiding this comment

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

@RobinMalfait 8.2.0 -> 8.2.4
There is also a 8.2.5 now

Copy link
Contributor

Choose a reason for hiding this comment

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

Whoops, didn't see that!

@CiGit
Copy link
Member Author

CiGit commented Dec 6, 2017

Deprecated old options, notably "postcss" and updated stylelint check with new styles.
Fix #273
Edit: Just remembered we may still have postcss in "parser" due to 'getSupportLanguage'

@CiGit
Copy link
Member Author

CiGit commented Dec 6, 2017

Good for a review !

@CiGit CiGit changed the title [Wip] prettier 1.9 prettier 1.9 and config handling Dec 6, 2017
@CiGit
Copy link
Member Author

CiGit commented Dec 6, 2017

Does someone see something more we would need for a 1.0.0 release?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
3 participants