Skip to content

deps (app): bump the minor-and-patch group across 1 directory with 2 updates - #6

Open
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/npm_and_yarn/main/minor-and-patch-4a1dfc9fb3
Open

deps (app): bump the minor-and-patch group across 1 directory with 2 updates#6
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/npm_and_yarn/main/minor-and-patch-4a1dfc9fb3

Conversation

@dependabot

@dependabot dependabot Bot commented on behalf of github Jun 29, 2026

Copy link
Copy Markdown
Contributor

Bumps the minor-and-patch group with 2 updates in the / directory: @biomejs/biome and wxt.

Updates @biomejs/biome from 2.4.15 to 2.5.10

Release notes

Sourced from @​biomejs/biome's releases.

Biome CLI v2.5.10

2.5.10

Patch Changes

  • #11403 8f7786f Thanks @​Princesseuh! - Fixed Astro rejecting JavaScript comments between attributes.

    <div /* block comment */ class="something"></div>
    <Component /* c */ client:load />
  • #11403 8f7786f Thanks @​Princesseuh! - Fixed a bare < in Astro text being treated as the start of a tag, such as <p>5 < 6 and 7 > 6</p>. As in HTML, a < that cannot open a tag is text and needs no escaping.

  • #11438 3133ffa Thanks @​Princesseuh! - Fixed #8294: an Astro expression holding only a comment is no longer reported as a parse error, which also stopped the whole file from being formatted.

    <div>{/* a note */}</div>
    <div class={/* a note */}>x</div>
  • #11403 8f7786f Thanks @​Princesseuh! - Fixed #9165: an empty Astro expression such as <div>{}</div> no longer fails to parse. Astro renders {} as nothing.

  • #11403 8f7786f Thanks @​Princesseuh! - Fixed Astro expressions containing a comment failing to parse.

    <div>{/* block comment */ x}</div>
    <div>{/* only a comment */}</div>
  • #11403 8f7786f Thanks @​Princesseuh! - Added support for Astro's fragment shorthand.

    <>
      <p>a</p>
    </>
  • #11403 8f7786f Thanks @​Princesseuh! - Fixed an Astro frontmatter block being cut short by a closing tag inside a string or comment.

    ---
    const a = "</script>";
    // </script> in a comment
    ---
  • #11403 8f7786f Thanks @​Princesseuh! - Fixed --- being read as an Astro frontmatter fence when markup precedes it. Astro only recognizes frontmatter at the very start of a file, so a file opening with a comment now has no frontmatter, and its --- lines are content.

... (truncated)

Changelog

Sourced from @​biomejs/biome's changelog.

2.5.10

Patch Changes

  • #11403 8f7786f Thanks @​Princesseuh! - Fixed Astro rejecting JavaScript comments between attributes.

    <div /* block comment */ class="something"></div>
    <Component /* c */ client:load />
  • #11403 8f7786f Thanks @​Princesseuh! - Fixed a bare < in Astro text being treated as the start of a tag, such as <p>5 < 6 and 7 > 6</p>. As in HTML, a < that cannot open a tag is text and needs no escaping.

  • #11438 3133ffa Thanks @​Princesseuh! - Fixed #8294: an Astro expression holding only a comment is no longer reported as a parse error, which also stopped the whole file from being formatted.

    <div>{/* a note */}</div>
    <div class={/* a note */}>x</div>
  • #11403 8f7786f Thanks @​Princesseuh! - Fixed #9165: an empty Astro expression such as <div>{}</div> no longer fails to parse. Astro renders {} as nothing.

  • #11403 8f7786f Thanks @​Princesseuh! - Fixed Astro expressions containing a comment failing to parse.

    <div>{/* block comment */ x}</div>
    <div>{/* only a comment */}</div>
  • #11403 8f7786f Thanks @​Princesseuh! - Added support for Astro's fragment shorthand.

    <>
      <p>a</p>
    </>
  • #11403 8f7786f Thanks @​Princesseuh! - Fixed an Astro frontmatter block being cut short by a closing tag inside a string or comment.

    ---
    const a = "</script>";
    // </script> in a comment
    ---
  • #11403 8f7786f Thanks @​Princesseuh! - Fixed --- being read as an Astro frontmatter fence when markup precedes it. Astro only recognizes frontmatter at the very start of a file, so a file opening with a comment now has no frontmatter, and its --- lines are content.

    <!-- c -->

... (truncated)

Commits

Updates wxt from 0.20.26 to 0.21.4

Release notes

Sourced from wxt's releases.

wxt v0.21.4

compare changes

🚀 Features

  • Log warnings once (#2536)
  • Change behaviour of eslint config (#2295)

🩹 Fixes

  • Fix regression where web-ext.config.ts was not respected (#2550)
  • vite-builder: Tolerate ENOENT when deleting empty directories (#2534)
  • Don't add an empty content_scripts array for runtime-only content scripts (#2580)
  • Skip keyboard shortcuts for non-interactive stdin (#2563)
  • Don't set use_dynamic_url on browsers that don't support it (#2581)

📖 Documentation

  • Added Video Time Manager (#2501)
  • Link shared content script UI options (#2497)
  • Added Edge ID for Glossy New Tab extension (#2555)
  • Added "GringaChange" to showcase (#2573)
  • Updated outdated defaults for webExt chromium prefs (aeb16e7)

🏡 Chore

  • deps: Replace nano-spawn with tinyexec (#2544)
  • deps: Loosen version range for @wxt-dev/browser so projects can use any vesion (7946665)
  • Use .oxlintrc.jsonc for ignored paths (3f65967)
  • Fix type error after chrome types update (83e9840)
  • deps: Inline normalize-path (#2557)
  • deps: Inline small deps (#2560)
  • deps: Inline get-port-please (#2576)
  • deps: Replace filesize with DIY function (#2589)
  • deps: Inline funtion for cli spinner (#2567)

❤️ Contributors

... (truncated)

Commits
  • 8fea9b4 chore(release): wxt v0.21.4
  • 9cb69c8 chore(deps): inline funtion for cli spinner (#2567)
  • d95b34e chore(deps): Replace filesize with DIY function (#2589)
  • 55b79e8 chore(deps): inline get-port-please (#2576)
  • 8ab673e fix: don't set use_dynamic_url on browsers that don't support it (#2581)
  • aeb16e7 docs: Updated outdated defaults for webExt chromium prefs
  • 9271f2c fix: skip keyboard shortcuts for non-interactive stdin (#2563)
  • abfff67 fix: autoImports import path of eslint.config.js (#2561)
  • ba848f0 ci: Only open dependabot PRs for major version updates
  • e724217 fix(i18n): don't treat mustache-style {{tokens}} as named substitutions (#2486)
  • Additional commits viewable in compare view

@dependabot @github

dependabot Bot commented on behalf of github Jun 29, 2026

Copy link
Copy Markdown
Contributor Author

Labels

The following labels could not be found: dependencies. Please create it before Dependabot can add it to a pull request.

Please fix the above issues or remove invalid values from dependabot.yml.

…updates

Bumps the minor-and-patch group with 2 updates in the / directory: [@biomejs/biome](https://github.com/biomejs/biome/tree/HEAD/packages/@biomejs/biome) and [wxt](https://github.com/wxt-dev/wxt).


Updates `@biomejs/biome` from 2.4.15 to 2.5.10
- [Release notes](https://github.com/biomejs/biome/releases)
- [Changelog](https://github.com/biomejs/biome/blob/main/packages/@biomejs/biome/CHANGELOG.md)
- [Commits](https://github.com/biomejs/biome/commits/@biomejs/biome@2.5.10/packages/@biomejs/biome)

Updates `wxt` from 0.20.26 to 0.21.4
- [Release notes](https://github.com/wxt-dev/wxt/releases)
- [Commits](wxt-dev/wxt@wxt-v0.20.26...wxt-v0.21.4)

---
updated-dependencies:
- dependency-name: "@biomejs/biome"
  dependency-version: 2.5.1
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: minor-and-patch
- dependency-name: wxt
  dependency-version: 0.20.27
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: minor-and-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot
dependabot Bot force-pushed the dependabot/npm_and_yarn/main/minor-and-patch-4a1dfc9fb3 branch from 7723c32 to ab9470a Compare August 24, 2026 20:36
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