Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

deps: update dependency com.google.googlejavaformat:google-java-format to v1.25.2 #2533

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

renovate-bot
Copy link
Contributor

@renovate-bot renovate-bot commented Mar 2, 2024

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
com.google.googlejavaformat:google-java-format 1.15.0 -> 1.25.2 age adoption passing confidence
com.google.googlejavaformat:google-java-format 1.7 -> 1.25.2 age adoption passing confidence

Warning

Some dependencies could not be looked up. Check the Dependency Dashboard for more information.


Release Notes

google/google-java-format (com.google.googlejavaformat:google-java-format)

v1.25.2

Compare Source

Changes:

  • Fix a crash formatting text blocks involving trailing whitespace before the close delimiter (#​1205)

Full Changelog: google/google-java-format@v1.25.1...v1.25.2

v1.25.1

Compare Source

Changes:

  • Fix a crash in text block formatting (#​1195)

Full Changelog: google/google-java-format@v1.25.0...v1.25.1

v1.25.0

Compare Source

The minimum support JDK version to run google-java-format is now JDK 17 (#​1159). Using google-java-format to format earlier versions of the language is still supported, but running the formatter itself on JDK 17 or newer is required.

Changes:

  • Various improvements to text block formatting
  • Improve formatting of when pattern guards

Full Changelog: google/google-java-format@v1.24.0...v1.25.0

v1.24.0

Compare Source

Changes:

Full Changelog: google/google-java-format@v1.23.0...v1.24.0

v1.23.0

Compare Source

Changes:

Full Changelog: google/google-java-format@v1.22.0...v1.23.0

v1.22.0

Compare Source

Changes:

  • Improve support for tokens that span multiple lines (9bdae02)
  • Fix an issue with text block formatting, when the text block is the receiver of a method call (#​1081)
  • google-java-format-diff.py now parallelizes the calls to the formatter, for better performance (3ee6e2a)

Full Changelog: google/google-java-format@v1.21.0...v1.22.0

v1.21.0

Compare Source

Formatting changes:

  • Adjust indentation of text blocks (ce3cb59)

Bug fixes:

  • Fix a crash with comments inside string templates (e946e82)
  • Native image -version reports HEAD-SNAPSHOT instead of the correct version (#​1068)
  • Improve compatibility with older glibc versions (#​1072)

Full Changelog: google/google-java-format@v1.20.0...v1.21.0

v1.20.0

Compare Source

This release includes GraalVM native-image binaries for google-java-format for windows, linux, and mac. These binaries offer improved startup performance.

Changes:

  • Keep type-use annotation with type when wrapping (03efe44)
  • Handle 'any' patterns (#​1037)

Full Changelog: google/google-java-format@v1.19.2...v1.20.0

v1.19.2

Compare Source

Changes

  • Improve support for string templates (#​1010)
  • Handle var in record patterns (#​1020)

Full Changelog: google/google-java-format@v1.19.1...v1.19.2

v1.19.1

Compare Source

Changes

  • Fix support for Java 21 features by enabling JDK 21 for release builds (#​1014).

Full Changelog: google/google-java-format@v1.19.0...v1.19.1

v1.19.0

Compare Source

Changes

This release adds initial support for more Java 21 features, including:

Other changes:

  • Handle type annotations on method reference qualifiers (53390d9)
  • Avoid reflowing text blocks (#​976)

Full Changelog: google/google-java-format@v1.18.1...v1.19.0

v1.18.1

Compare Source

Changes

  • Fixed version number for Eclipse plugin (#​744)

Full Changelog: google/google-java-format@v1.18.0...v1.18.1

v1.18.0

Compare Source

Changes

Full Changelog: google/google-java-format@v1.17.0...v1.18.0

v1.17.0

Compare Source

Changes

  • Fix compatibility with OpenJDK 21 early access builds (#​898)

Full Changelog: google/google-java-format@v1.16.0...v1.17.0

v1.16.0

Compare Source

Changes

Bug fixes

  • Return a non-zero exit code on error (#​848)
  • Formatter leaks threads and memory (#​847)

Full Changelog: google/google-java-format@v1.15.0...v1.16.0


Configuration

📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - 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 these updates again.


  • If you want to rebase/retry this PR, check this box

This PR was generated by Mend Renovate. View the repository job log.

@renovate-bot renovate-bot requested a review from a team as a code owner March 2, 2024 20:21
@product-auto-label product-auto-label bot added the size: xs Pull request size is extra small. label Mar 2, 2024
@trusted-contributions-gcf trusted-contributions-gcf bot added kokoro:force-run Add this label to force Kokoro to re-run the tests. owlbot:run Add this label to trigger the Owlbot post processor. labels Mar 2, 2024
@gcf-owl-bot gcf-owl-bot bot removed the owlbot:run Add this label to trigger the Owlbot post processor. label Mar 2, 2024
@yoshi-kokoro yoshi-kokoro removed the kokoro:force-run Add this label to force Kokoro to re-run the tests. label Mar 2, 2024
@renovate-bot renovate-bot force-pushed the renovate/com.google.googlejavaformat-google-java-format-1.x branch from e4dc408 to acf5a8e Compare March 6, 2024 00:16
@renovate-bot renovate-bot changed the title deps: update dependency com.google.googlejavaformat:google-java-format to v1.20.0 deps: update dependency com.google.googlejavaformat:google-java-format to v1.21.0 Mar 6, 2024
@trusted-contributions-gcf trusted-contributions-gcf bot added kokoro:force-run Add this label to force Kokoro to re-run the tests. owlbot:run Add this label to trigger the Owlbot post processor. labels Mar 6, 2024
@gcf-owl-bot gcf-owl-bot bot removed the owlbot:run Add this label to trigger the Owlbot post processor. label Mar 6, 2024
@yoshi-kokoro yoshi-kokoro removed the kokoro:force-run Add this label to force Kokoro to re-run the tests. label Mar 6, 2024
@trusted-contributions-gcf trusted-contributions-gcf bot added kokoro:force-run Add this label to force Kokoro to re-run the tests. owlbot:run Add this label to trigger the Owlbot post processor. labels Mar 13, 2024
@gcf-owl-bot gcf-owl-bot bot removed the owlbot:run Add this label to trigger the Owlbot post processor. label Mar 13, 2024
@yoshi-kokoro yoshi-kokoro removed the kokoro:force-run Add this label to force Kokoro to re-run the tests. label Mar 13, 2024
@diegomarquezp
Copy link
Contributor

/gcbrun

@diegomarquezp
Copy link
Contributor

diegomarquezp commented Mar 13, 2024

@blakeli0 I think this is similar to the situation with shared-config. I'm labelling it with do not merge

edit - cause is: the new google-java-format uses java11

@diegomarquezp diegomarquezp added the do not merge Indicates a pull request not ready for merge, due to either quality or timing. label Mar 13, 2024
@renovate-bot renovate-bot force-pushed the renovate/com.google.googlejavaformat-google-java-format-1.x branch from d825997 to 6c5bb6f Compare July 23, 2024 22:59
@renovate-bot renovate-bot changed the title deps: update dependency com.google.googlejavaformat:google-java-format to v1.21.0 deps: update dependency com.google.googlejavaformat:google-java-format to v1.22.0 Jul 23, 2024
@trusted-contributions-gcf trusted-contributions-gcf bot added the kokoro:force-run Add this label to force Kokoro to re-run the tests. label Jul 23, 2024
@suztomo
Copy link
Member

suztomo commented Jul 24, 2024

/gcbrun

@product-auto-label product-auto-label bot added size: s Pull request size is small. and removed size: xs Pull request size is extra small. labels Jul 24, 2024
@suztomo
Copy link
Member

suztomo commented Jul 24, 2024

/gcbrun

1 similar comment
@suztomo
Copy link
Member

suztomo commented Jul 24, 2024

/gcbrun

@suztomo
Copy link
Member

suztomo commented Jul 24, 2024

Checked the rebase option to remove unnecessary changes.

@renovate-bot renovate-bot force-pushed the renovate/com.google.googlejavaformat-google-java-format-1.x branch from f04c707 to 4f29dd6 Compare July 24, 2024 17:23
@product-auto-label product-auto-label bot removed the size: s Pull request size is small. label Jul 24, 2024
@product-auto-label product-auto-label bot added the size: xs Pull request size is extra small. label Jul 24, 2024
@renovate-bot renovate-bot force-pushed the renovate/com.google.googlejavaformat-google-java-format-1.x branch from 4f29dd6 to 517c297 Compare July 30, 2024 21:46
@renovate-bot renovate-bot changed the title deps: update dependency com.google.googlejavaformat:google-java-format to v1.22.0 deps: update dependency com.google.googlejavaformat:google-java-format to v1.23.0 Jul 30, 2024
@renovate-bot renovate-bot force-pushed the renovate/com.google.googlejavaformat-google-java-format-1.x branch 4 times, most recently from 0685424 to 8197a42 Compare August 16, 2024 14:51
@renovate-bot renovate-bot force-pushed the renovate/com.google.googlejavaformat-google-java-format-1.x branch 3 times, most recently from cdd8e60 to c6af16a Compare September 3, 2024 20:08
@renovate-bot renovate-bot force-pushed the renovate/com.google.googlejavaformat-google-java-format-1.x branch 2 times, most recently from 3fb0927 to 637f131 Compare September 25, 2024 15:12
@renovate-bot renovate-bot force-pushed the renovate/com.google.googlejavaformat-google-java-format-1.x branch from 637f131 to a321bdf Compare October 4, 2024 18:18
@renovate-bot renovate-bot changed the title deps: update dependency com.google.googlejavaformat:google-java-format to v1.23.0 deps: update dependency com.google.googlejavaformat:google-java-format to v1.24.0 Oct 4, 2024
@renovate-bot renovate-bot force-pushed the renovate/com.google.googlejavaformat-google-java-format-1.x branch from a321bdf to 7ac408e Compare October 4, 2024 20:28
@renovate-bot renovate-bot force-pushed the renovate/com.google.googlejavaformat-google-java-format-1.x branch from 7ac408e to abd5261 Compare October 28, 2024 14:08
@renovate-bot renovate-bot force-pushed the renovate/com.google.googlejavaformat-google-java-format-1.x branch from abd5261 to 165b140 Compare November 4, 2024 14:57
@renovate-bot renovate-bot force-pushed the renovate/com.google.googlejavaformat-google-java-format-1.x branch from 165b140 to 5a57140 Compare November 19, 2024 04:31
@renovate-bot renovate-bot changed the title deps: update dependency com.google.googlejavaformat:google-java-format to v1.24.0 deps: update dependency com.google.googlejavaformat:google-java-format Nov 19, 2024
@renovate-bot renovate-bot force-pushed the renovate/com.google.googlejavaformat-google-java-format-1.x branch from 5a57140 to 94850d8 Compare November 20, 2024 01:09
@renovate-bot renovate-bot changed the title deps: update dependency com.google.googlejavaformat:google-java-format deps: update dependency com.google.googlejavaformat:google-java-format to v1.25.0 Nov 20, 2024
@renovate-bot renovate-bot force-pushed the renovate/com.google.googlejavaformat-google-java-format-1.x branch 2 times, most recently from d3b41b1 to 08b0971 Compare December 10, 2024 02:33
@renovate-bot renovate-bot changed the title deps: update dependency com.google.googlejavaformat:google-java-format to v1.25.0 deps: update dependency com.google.googlejavaformat:google-java-format to v1.25.1 Dec 10, 2024
@renovate-bot renovate-bot force-pushed the renovate/com.google.googlejavaformat-google-java-format-1.x branch 2 times, most recently from b2a8167 to d8fc130 Compare December 11, 2024 22:12
@renovate-bot renovate-bot changed the title deps: update dependency com.google.googlejavaformat:google-java-format to v1.25.1 deps: update dependency com.google.googlejavaformat:google-java-format Dec 11, 2024
@renovate-bot renovate-bot force-pushed the renovate/com.google.googlejavaformat-google-java-format-1.x branch from d8fc130 to 77832fe Compare December 11, 2024 22:31
@renovate-bot renovate-bot changed the title deps: update dependency com.google.googlejavaformat:google-java-format deps: update dependency com.google.googlejavaformat:google-java-format to v1.25.2 Dec 11, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
do not merge Indicates a pull request not ready for merge, due to either quality or timing. kokoro:force-run Add this label to force Kokoro to re-run the tests. size: xs Pull request size is extra small.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants