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

Update dependency io.github.wimdeblauwe:htmx-spring-boot-thymeleaf to v3.6.3 #20

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

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Aug 28, 2024

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
io.github.wimdeblauwe:htmx-spring-boot-thymeleaf (source) 3.5.1 -> 3.6.3 age adoption passing confidence

Release Notes

wimdeblauwe/htmx-spring-boot (io.github.wimdeblauwe:htmx-spring-boot-thymeleaf)

v3.6.3

Compare Source

What's Changed
  • fix: Htmx response headers are now working again

Full Changelog: wimdeblauwe/htmx-spring-boot@3.6.2...3.6.3

v3.6.2

Compare Source

This release adds support for annotations on exception handlers. It allows to do something like this:

@​ExceptionHandler(Exception.class)
@​HxReswap(HxSwapType.NONE)
public String handleException(Exception ex) {
  return "error";
}

If there are annotations on the controller methods as well, then annotations on the exception handler take precedence if there is an exception.

Full Changelog: wimdeblauwe/htmx-spring-boot@3.6.1...3.6.2

v3.6.1

Compare Source

What's Changed

Full Changelog: wimdeblauwe/htmx-spring-boot@3.6.0...3.6.1

v3.6.0

Compare Source

What's Changed

Full Changelog: wimdeblauwe/htmx-spring-boot@3.5.1...3.6.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 this update 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 renovate bot force-pushed the renovate/io.github.wimdeblauwe-htmx-spring-boot-thymeleaf-3.x branch from 3cda28c to 4643c8a Compare September 10, 2024 07:59
@renovate renovate bot changed the title Update dependency io.github.wimdeblauwe:htmx-spring-boot-thymeleaf to v3.5.0 Update dependency io.github.wimdeblauwe:htmx-spring-boot-thymeleaf to v3.5.1 Sep 10, 2024
@renovate renovate bot force-pushed the renovate/io.github.wimdeblauwe-htmx-spring-boot-thymeleaf-3.x branch from 4643c8a to 3a3aabd Compare November 16, 2024 12:10
@renovate renovate bot changed the title Update dependency io.github.wimdeblauwe:htmx-spring-boot-thymeleaf to v3.5.1 Update dependency io.github.wimdeblauwe:htmx-spring-boot-thymeleaf to v3.5.1 - autoclosed Nov 16, 2024
@renovate renovate bot closed this Nov 16, 2024
@renovate renovate bot deleted the renovate/io.github.wimdeblauwe-htmx-spring-boot-thymeleaf-3.x branch November 16, 2024 12:12
@renovate renovate bot changed the title Update dependency io.github.wimdeblauwe:htmx-spring-boot-thymeleaf to v3.5.1 - autoclosed Update dependency io.github.wimdeblauwe:htmx-spring-boot-thymeleaf to v3.5.1 Nov 18, 2024
@renovate renovate bot reopened this Nov 18, 2024
@renovate renovate bot changed the title Update dependency io.github.wimdeblauwe:htmx-spring-boot-thymeleaf to v3.5.1 Update dependency io.github.wimdeblauwe:htmx-spring-boot-thymeleaf to v3.6.0 Nov 18, 2024
@renovate renovate bot force-pushed the renovate/io.github.wimdeblauwe-htmx-spring-boot-thymeleaf-3.x branch 2 times, most recently from 41ed9de to c8c3340 Compare November 20, 2024 01:25
@renovate renovate bot changed the title Update dependency io.github.wimdeblauwe:htmx-spring-boot-thymeleaf to v3.6.0 Update dependency io.github.wimdeblauwe:htmx-spring-boot-thymeleaf to v3.6.1 Nov 20, 2024
@renovate renovate bot force-pushed the renovate/io.github.wimdeblauwe-htmx-spring-boot-thymeleaf-3.x branch from c8c3340 to e93a277 Compare November 29, 2024 04:12
@renovate renovate bot changed the title Update dependency io.github.wimdeblauwe:htmx-spring-boot-thymeleaf to v3.6.1 Update dependency io.github.wimdeblauwe:htmx-spring-boot-thymeleaf to v3.6.2 Nov 29, 2024
@renovate renovate bot force-pushed the renovate/io.github.wimdeblauwe-htmx-spring-boot-thymeleaf-3.x branch from e93a277 to 7db70de Compare December 5, 2024 22:03
@renovate renovate bot changed the title Update dependency io.github.wimdeblauwe:htmx-spring-boot-thymeleaf to v3.6.2 Update dependency io.github.wimdeblauwe:htmx-spring-boot-thymeleaf to v3.6.3 Dec 5, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

0 participants