This repository was archived by the owner on Feb 20, 2020. It is now read-only.
chore(deps): update dependency prettier to v1.9.2 #78
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
This Pull Request updates dependency prettier from
v1.7.4
tov1.9.2
Note: This PR was created on a configured schedule ("before 8am" in timezone
Asia/Taipei
) and will not receive updates outside those times.Commits
prettier/prettier
1.9.2
5065608
Docs: Add info on ignore file to "Ignoring Code" (#3458)d00d09b
Don't break single argument destructuring arguments (#3443)38c8286
Fix closing parens on multi-line intersection/union type (#3436)3fa2229
Fix printing union types inside a function param type (#3446)dbf22eb
Fix printing separator in objects with prettier-ignore (#3448)69f05e4
Consider TSNonNullExpression part of member chain (#3442)c907992
Improve visibility of lint-staged usage warning (#3445)934e4d3
Fix babylon misplacing comments (#3441)4f24892
Treat absent .editorconfig correctly (#3439)69f6ee7
Only prevent loneget
andset
if property has no value (#3434)90e8b13
Ignore whitespace in docblock right after /** (#3430)7cff189
Print trailing comma when last arg is arrow (#3428)67ec3b2
Update instructions for File Watcher in WebStorm (#3424)a9502f0
Add "md" extension in "Pre-commit hook" documentation (#3421)47f05d1
docs(changelog): fix typo (#3420)20373d6
Prettify style in playground and code block languages (#3419)2663fd8
Fix flow parser + fix CHANGELOG lint54c31ee
Include CHANGELOG for 1.9.136c6e83
Bump prettier to 1.9.1 (#3416)a2c0a78
1.9.11.9.1
23b8224
Change cursor and remove outline in summaries on playground (#3415)36a11b8
Fix multiparser on playground (#3407)7b299fb
Skip folders in CLI pattern (#3411)c34608f
Bump editorconfig-to-prettier (#3412)40af2e0
Show a right border on sidebar8bb6e16
Change playground options layout (#3374)c986f45
fix lint46f657b
add another test case639c523
Skip folders in CLI pattern829616d
Fix multiparser trailing comma regression (#3405)e09359d
fix(doc-printer): no wrong function call (#3401)66c9315
Don't default print comments for JSXFragments (#3398)f3e7ca2
chore(playground): add new options (#3350)c7c1d2e
Upgrade Prettier to Prettier 1.9 (#3395)1.9.0
35fc6a6
1.9.0cecf065
Re-add EditorConfig support (undo #3213) (#3255)1122701
fix(doc-printer): respect indent/align order (#3383)8e377a1
Add support for flow mixins when using babylon (#3391)a05811f
Fix link (#3392)475b2ab
chore: Update packages to the latest patches (#3377)38b490b
Fixed website footer on mobile (#3335) (#3373)ceabc48
Format CSS prop for emotion (#3381)c1623d8
feat(markdown): preservebreak
style (#3325)8524ed5
Fix printing of comments around decorators and class properties (#3382)2403648
Massage ast for template literals inside a css propa9be90c
Format CSS prop for emotiond80728b
Support toplevel interpolations in graphql tags (#3370)073c0b1
feat(markdown): addproseWrap: "preserve"
option (#3340)d52d721
Bump babylon to 7.0.0-beta.33 (#3372)23c306c
docs(index): fix links on GitHub (#3367)d6bb6ed
Add note about proseWrap option under printWidth for clarity (#3364)cd6749c
Update contributing docs (#3357)f119d4a
Change run_spec to have explicit parser list (#3356)b2cca7e
Add support for JSX fragments (#3237)8cbcede
Update TypeScript to 2.6.2 (#3331)7670024
fix(markdown): do not break before special prefix (#3347)562b4e1
Fix broken footnote links (#3353)ec09b91
Merge remote-tracking branch 'origin/master' into update-tsa778667
Bump typescript-eslint-parser2032b70
Add Twitter social button (#3288)fbbfa52
fix(markdown): do not print linebreaks in heading (#3343)e04f229
Change "preview" to "pr"ac3f74e
docs(options): add available version forarrow-parens
(#3339)606c5ab
Merge pull request #3324 from suchipi/arrow_parensd8f54b0
Use released version instead of insiders4d0acac
Merge branch 'master' into update-tsa02e3b3
Fix format of comment in paren of call expression in arrow expression (#3334)41a9aba
Add updated snapshot6abdd2c
PR feedbacka6c12ca
Inline type parameters in test callbacke4eb8a4
Add implementation for arrow parens option9a1e408
Add option and specs (no implementation yet)172d34e
Do not prepend / append with a semicolon the only JSX element in a program (#3330)f514d1e
Docs build script (#3332)56951a7
Don't lowercase element names and attribute names in selectors (#3317)2dd76c6
Print parens around type assertions for decorators (#3329)9b4ecec
fix(markdown): preserve non-breakable whitespaces (#3327)1c9ee6c
chore(website): ignore<!-- prettier-ignore -->
before passing into Docusaurus (#3326)2953ad0
Bump versionsf9f0566
Update flow to 0.59.0 (#3238)b941e30
Add mprettier to website editor integration list (#3316)742a5c3
Don't add trailing comma after object rest spread in TypeScript (#3313)a1d878a
fix(cli): respect--ignore-path
when using--stdin-filepath
(#3309)c0fa47d
Fix infinite recursion in playground (#3305)76efb33
chore: setup markdown formatting (#3224)a0c95cf
UTF8-BOM - if input string has BOM that mean output string also should have it (#3283)759953e
Template literals: Don't break on identifiers but break if comments (#3299)d5a3abd
fix(markdown): only indent the first non-list node in checkbox list item (#3297)cbed0f4
fix config doc typo (#3298)3cbbac3
fix(multiparser): fix markdown error and remove trailing new line (#3293)b6f126e
feat(markdown): support TOML (#3290)4b070c3
[flow] Do not break on empty type parameters (#3281)258de9d
Rename LESS -> Less (#3279)8e5c335
Mutate the doc.parts array when printing fill (#3273)66d9b26
Skip assertDoc calls in production (#3268)b959801
Add 2 more users (#3259)378cfee
refactor(markdown): exposehasPunctuation
to AST for better debugging (#3272)2332c5c
Add Talkable to users (#3267)b6a2436
Update VSCode icon (#3266)b6b6018
docs(webstorm): improve image urls (#3261)1.8.2
1.8.1
1.8.0
This PR has been generated by Renovate Bot.