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.3.1 in /tools#2014

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

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

Conversation

@dependabot
Copy link
Copy Markdown
Contributor

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

Bumps prettier-plugin-java from 1.0.1 to 1.3.1.

Release notes

Sourced from prettier-plugin-java's releases.

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
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) {
</tr></table>

... (truncated)

Changelog

Sourced from prettier-plugin-java's changelog.

Latest 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
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) {
</tr></table>

... (truncated)

Commits
  • f0c2e40 v1.3.1
  • 7809740 chore: update CHANGELOG
  • cf20060 chore: exclude log files from releases
  • 1f4b729 Fix interface member detection to support inner records (#492)
  • 172e7d6 v1.3.0
  • e65c8f1 chore: update CHANGELOG
  • d35e8bb Merge pull request #485 from clementdessoude/feat/add-space-after-generic-con...
  • bf219ba feat: add space after type parameter in generic constructor
  • bc0abb3 v1.2.0
  • bbfb58f chore: update CHANGELOG
  • Additional commits viewable in compare view

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.3.1.
- [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.3.1)

---
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 2, 2021
@stale
Copy link
Copy Markdown

stale Bot commented Aug 9, 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 Aug 9, 2021
@dependabot @github
Copy link
Copy Markdown
Contributor Author

dependabot Bot commented on behalf of github Aug 30, 2021

Superseded by #2026.

@dependabot dependabot Bot closed this Aug 30, 2021
@dependabot dependabot Bot deleted the dependabot/npm_and_yarn/tools/prettier-plugin-java-1.3.1 branch August 30, 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