Skip to content
This repository was archived by the owner on Apr 21, 2025. It is now read-only.

build(deps-dev): Bump prettier-plugin-java from 1.0.1 to 1.4.0 in /tools#2026

Closed
dependabot[bot] wants to merge 1 commit into
masterfrom
dependabot/npm_and_yarn/tools/prettier-plugin-java-1.4.0
Closed

build(deps-dev): Bump prettier-plugin-java from 1.0.1 to 1.4.0 in /tools#2026
dependabot[bot] wants to merge 1 commit into
masterfrom
dependabot/npm_and_yarn/tools/prettier-plugin-java-1.4.0

Conversation

@dependabot
Copy link
Copy Markdown
Contributor

@dependabot dependabot Bot commented on behalf of github Aug 30, 2021

Bumps prettier-plugin-java from 1.0.1 to 1.4.0.

Release notes

Sourced from prettier-plugin-java's releases.

v1.4.0

Enhancements

  • Improve method invocation with lambda parameters (#497)

Fixes

  • Fix parsing of static imports of yield methods (#499)
  • Improve java-parser types signatures (#496)

v1.3.1

Fixes

  • Fix interface member detection to support inner records (From @​rnorth: #492)
  • Remove yarn-error.log file from releases

v1.3.0

Enhancements

  • Add a space after generic constructor type parameters (#485)
// Input
public <T> GenericConstructor(T genericParameter) {}
// Prettier 1.2.0
public <T>GenericConstructor(T genericParameter) {}
// Prettier 1.2.1
public <T> GenericConstructor(T genericParameter) {}

v1.2.0

Enhancements

  • Supports of instance of pattern matching (#476)
// Input
if (o instanceof Integer i || p instanceof Point || q instanceof Circle c || r instanceof Square) {
  formatted = String.format("int %d", i);
} else if (o instanceof Long l) {
  formatted = String.format("long %d", l);
} else if (o instanceof Double d) {
  formatted = String.format("double %f", d);
} else if (o instanceof String s) {
  formatted = String.format("String %s", s);
}
// Output
</tr></table>

... (truncated)

Changelog

Sourced from prettier-plugin-java's changelog.

Latest v1.4.0

Enhancements

  • Improve method invocation with lambda parameters (#497)

Fixes

  • Fix parsing of static imports of yield methods (#499)
  • Improve java-parser types signatures (#496)

v1.3.1

Fixes

  • Fix interface member detection to support inner records (From @​rnorth: #492)
  • Remove yarn-error.log file from releases

v1.3.0

Enhancements

  • Add a space after generic constructor type parameters (#485)
// Input
public <T> GenericConstructor(T genericParameter) {}
// Prettier 1.2.0
public <T>GenericConstructor(T genericParameter) {}
// Prettier 1.2.1
public <T> GenericConstructor(T genericParameter) {}

v1.2.0

Enhancements

  • Supports of instance of pattern matching (#476)
// Input
if (o instanceof Integer i || p instanceof Point || q instanceof Circle c || r instanceof Square) {
  formatted = String.format("int %d", i);
} else if (o instanceof Long l) {
  formatted = String.format("long %d", l);
} else if (o instanceof Double d) {
  formatted = String.format("double %f", d);
} else if (o instanceof String s) {
</tr></table> 

... (truncated)

Commits

Dependabot compatibility score

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot merge will merge this PR after your CI passes on it
  • @dependabot squash and merge will squash and merge this PR after your CI passes on it
  • @dependabot cancel merge will cancel a previously requested merge and block automerging
  • @dependabot reopen will reopen this PR if it is closed
  • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
  • @dependabot ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)

Bumps [prettier-plugin-java](https://github.com/jhipster/prettier-java) from 1.0.1 to 1.4.0.
- [Release notes](https://github.com/jhipster/prettier-java/releases)
- [Changelog](https://github.com/jhipster/prettier-java/blob/main/CHANGELOG.md)
- [Commits](jhipster/prettier-java@v1.0.1...v1.4.0)

---
updated-dependencies:
- dependency-name: prettier-plugin-java
  dependency-type: direct:development
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot Bot added deps Dependency update dev-workflow Developer productivity, CI, builds, and/or processes labels Aug 30, 2021
@stale
Copy link
Copy Markdown

stale Bot commented Sep 6, 2021

This item has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions.

@stale stale Bot added the resolved:stale No recent activity on the issue or PR label Sep 6, 2021
@dependabot @github
Copy link
Copy Markdown
Contributor Author

dependabot Bot commented on behalf of github Oct 18, 2021

Superseded by #2037.

@dependabot dependabot Bot closed this Oct 18, 2021
@dependabot dependabot Bot deleted the dependabot/npm_and_yarn/tools/prettier-plugin-java-1.4.0 branch October 18, 2021 06:01
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.

Labels

deps Dependency update dev-workflow Developer productivity, CI, builds, and/or processes resolved:stale No recent activity on the issue or PR

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants