Skip to content

Conversation

@dependabot
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Dec 9, 2025

Bumps the quarkiverse group with 2 updates in the / directory: io.quarkiverse.web-bundler:quarkus-web-bundler and io.quarkiverse.playwright:quarkus-playwright.

Updates io.quarkiverse.web-bundler:quarkus-web-bundler from 2.0.0.CR8 to 2.0.3

Release notes

Sourced from io.quarkiverse.web-bundler:quarkus-web-bundler's releases.

2.0.3

What's Changed

Full Changelog: quarkiverse/quarkus-web-bundler@2.0.2...2.0.3

2.0.2

What's Changed

Full Changelog: quarkiverse/quarkus-web-bundler@2.0.1...2.0.2

2.0.1

What's Changed

Full Changelog: quarkiverse/quarkus-web-bundler@2.0.0...2.0.1

2.0.0

Features

  • 🕵️ Added filesystem watcher for live rebuilds using only Quarkus but watching it all
  • 📂 Allow web directory outside of resources (e.g. at project root for Roq)
  • 🧩 Simplified default app structure: supports web/app.js and web/app.scss (or web/app/app.js like before ...)
  • 🪶 Renamed staticpublic (kept backward compatibility)
  • ⚡️ TailwindCSS support without any config
  • 🗺️ Added import map support for the bundle (enables HTML imports of bundle exports)

It is now possible to do this:

  {#bundle /}
  {#bundleImportMap /}
<script type="module">
import { hello } from 'app';
alert(hello);
</script>

Assuming you have: web/app.js

export const hello = "world!";

... (truncated)

Commits
  • 5482645 [maven-release-plugin] prepare release 2.0.3
  • 79fa732 Update the latest release version 2.0.3 in documentation
  • 78bb2ef Update current version to 2.0.3
  • 6325963 Fix issue with live-reload script on Firefox
  • 52f3a56 [maven-release-plugin] prepare for next development iteration
  • 9366a18 [maven-release-plugin] prepare release 2.0.2
  • 507d0d5 Update the latest release version 2.0.2 in documentation
  • 3e26c74 Update current version to 2.0.2
  • c04031b Bump esbuild-java.version from 2.0.0 to 2.0.1
  • 05d2a8c Update examples.adoc
  • Additional commits viewable in compare view

Updates io.quarkiverse.playwright:quarkus-playwright from 2.2.1 to 2.3.0

Release notes

Sourced from io.quarkiverse.playwright:quarkus-playwright's releases.

2.3.0

What's Changed

Full Changelog: quarkiverse/quarkus-playwright@2.2.1...2.3.0

Commits
  • 20dc99a [maven-release-plugin] prepare release 2.3.0
  • e36c7b8 Update the latest release version 2.3.0 in documentation
  • c3a1b71 2.3.0 (#176)
  • 0b2f0fc Quarkus 3.27.1 (#175)
  • 83f2b62 Bump io.quarkiverse.web-bundler:quarkus-web-bundler from 1.9.3 to 2.0.2 (#173)
  • 445fcb7 Bump playright.version from 1.56.0 to 1.57.0 (#174)
  • 7eee059 Bump actions/checkout from 5 to 6 (#172)
  • fce9ce4 [maven-release-plugin] prepare for next development iteration
  • See full diff in compare view

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 show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @dependabot ignore <dependency name> major version will close this group update PR and stop Dependabot creating any more for the specific dependency's major version (unless you unignore this specific dependency's major version or upgrade to it yourself)
  • @dependabot ignore <dependency name> minor version will close this group update PR and stop Dependabot creating any more for the specific dependency's minor version (unless you unignore this specific dependency's minor version or upgrade to it yourself)
  • @dependabot ignore <dependency name> will close this group update PR and stop Dependabot creating any more for the specific dependency (unless you unignore this specific dependency or upgrade to it yourself)
  • @dependabot unignore <dependency name> will remove all of the ignore conditions of the specified dependency
  • @dependabot unignore <dependency name> <ignore condition> will remove the ignore condition of the specified dependency and ignore conditions

Bumps the quarkiverse group with 2 updates in the / directory: [io.quarkiverse.web-bundler:quarkus-web-bundler](https://github.com/quarkiverse/quarkus-web-bundler) and [io.quarkiverse.playwright:quarkus-playwright](https://github.com/quarkiverse/quarkus-playwright).


Updates `io.quarkiverse.web-bundler:quarkus-web-bundler` from 2.0.0.CR8 to 2.0.3
- [Release notes](https://github.com/quarkiverse/quarkus-web-bundler/releases)
- [Commits](quarkiverse/quarkus-web-bundler@2.0.0.CR8...2.0.3)

Updates `io.quarkiverse.playwright:quarkus-playwright` from 2.2.1 to 2.3.0
- [Release notes](https://github.com/quarkiverse/quarkus-playwright/releases)
- [Commits](quarkiverse/quarkus-playwright@2.2.1...2.3.0)

---
updated-dependencies:
- dependency-name: io.quarkiverse.web-bundler:quarkus-web-bundler
  dependency-version: 2.0.3
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: quarkiverse
- dependency-name: io.quarkiverse.playwright:quarkus-playwright
  dependency-version: 2.3.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: quarkiverse
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot added dependencies Pull requests that update a dependency file java Pull requests that update Java code labels Dec 9, 2025
@ia3andy ia3andy merged commit 2cc9c85 into main Dec 17, 2025
12 checks passed
@ia3andy ia3andy deleted the dependabot/maven/quarkiverse-5653dd554e branch December 17, 2025 09:17
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

dependencies Pull requests that update a dependency file java Pull requests that update Java code

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants