Closed renovate[bot] closed 3 years ago
Merging #33 (4e8bb89) into master (3f35629) will not change coverage. The diff coverage is
n/a
.
@@ Coverage Diff @@
## master #33 +/- ##
=======================================
Coverage 19.23% 19.23%
=======================================
Files 1 1
Lines 26 26
Branches 12 12
=======================================
Hits 5 5
Misses 9 9
Partials 12 12
Continue to review full report at Codecov.
Legend - Click here to learn more
Δ = absolute <relative> (impact)
,ø = not affected
,? = missing data
Powered by Codecov. Last update 3f35629...4e8bb89. Read the comment docs.
This PR contains the following updates:
2.3.0
->2.3.1
Release Notes
prettier/prettier
### [`v2.3.1`](https://togithub.com/prettier/prettier/blob/master/CHANGELOG.md#231) [Compare Source](https://togithub.com/prettier/prettier/compare/2.3.0...2.3.1) [diff](https://togithub.com/prettier/prettier/compare/2.3.0...2.3.1) ##### Support TypeScript 4.3 ([#10945](https://togithub.com/prettier/prettier/issues/10945) by [@sosukesuzuki](https://togithub.com/sosukesuzuki)) ##### [`override` modifiers in class elements](https://devblogs.microsoft.com/typescript/announcing-typescript-4-3/#override) ```ts class Foo extends { override method() {} } ``` ##### [static index signatures (`[key: KeyType]: ValueType`) in classes](https://devblogs.microsoft.com/typescript/announcing-typescript-4-3/#static-index-signatures) ```ts class Foo { static [key: string]: Bar; } ``` ##### [`get` / `set` in type declarations](https://devblogs.microsoft.com/typescript/announcing-typescript-4-3/#separate-write-types) ```ts interface Foo { set foo(value); get foo(): string; } ``` ##### Preserve attributes order for element node ([#10958](https://togithub.com/prettier/prettier/issues/10958) by [@dcyriller](https://togithub.com/dcyriller)) ```handlebars {{!-- Input --}}Configuration
📅 Schedule: At any time (no schedule defined).
🚦 Automerge: Enabled.
♻ Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.
🔕 Ignore: Close this PR and you won't be reminded about this update again.
This PR has been generated by WhiteSource Renovate. View repository job log here.