Update dependency java-parser to v0.8.2 #102
Closed
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 PR contains the following updates:
0.3.2
->0.8.2
Release Notes
jhipster/prettier-java
v0.8.2
Compare Source
Fixes
Revert: Parsing of unannPrimitiveType in primary (#421).
It was causing a breaking change in the java-parser
uses exact dependencies when releasing a new version of java-parser and prettier-plugin-java
v0.8.1
Compare Source
Enhancements
Fixes
v0.8.0
Compare Source
Enhancements
Fixes
Re-Writer
Miscellaneous
v0.7.1
Compare Source
Fixes
Re-Writer
Miscellaneous
v0.7.0
Compare Source
Enhancements
Re-Writer
Add support for trailing commas option (#354)
For enumerations:
For arrays:
By default, remove trailing comma in arrays (#354)
Allow blank lines in enumerations' constant list (#350)
Always add a blank line between an enumeration's constants and declarations (#351)
Fixes
Re-Writer
Fix blank lines with empty statements (#360)
Fix line wrapping in switch statements (#359)
Fix stable reformating of comments in binary expression (#353)
Fix comments indentation when they are at the end of a block: indent the comments based on the block they are in (#345)
Fix respect of blank lines with comments (#348)
v0.6.0
Compare Source
Enhancements
Parser
Re-Writer
Support
// formater-off
and// formater-on
comments to disable formating on some parts of the code (#323)Print enums' values on their own line (#319)
Remove extra comma in enums (#319)
Respect case when sorting imports (#330)
Improve formatting of lambda expressions when they break (#333)
Don't indent binary operators (#329)
Improve ternary expression line wrapping (#318)
Improve formatting of variable initialization with methods (#332)
Fixes
Parser
(e.g.
(left) << right
or(left) < right
). The parser is now able to parse completely the ElasticSearch Repository (#325)Re-Writer
Fix stable reformating of variable declaration with comments (#336)
Miscellaneous
v0.5.1
Compare Source
Fixes
v0.5.0
Compare Source
Enhancements
Parser
Re-Writer
Sort class, method and field modifiers (#302). See this doc for more information
Fixes
Parser
transitive
keyword with the specs (#297)Re-Writer
Miscellaneous
v0.4.0
Compare Source
Enhancements
Upgrade Chevrotain to 6.5.0 (#268)
Split enum to one constant per line if too long (#266)
would be transformed in:
When
would be kept as it is:
would be transformed in:
when the following is kept as it is:
is transformed in:
is transformed in:
is transformed in:
is transformed in:
Fixed
lodash
dependency (#265)Configuration
📅 Schedule: At any time (no schedule defined).
🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.
♻ 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.