Skip to content

build(deps-dev): bump @astrojs/compiler-rs from 0.2.2 to 0.2.3#539

Merged
github-actions[bot] merged 1 commit into
Currentfrom
dependabot/npm_and_yarn/astrojs/compiler-rs-0.2.3
Jun 24, 2026
Merged

build(deps-dev): bump @astrojs/compiler-rs from 0.2.2 to 0.2.3#539
github-actions[bot] merged 1 commit into
Currentfrom
dependabot/npm_and_yarn/astrojs/compiler-rs-0.2.3

Conversation

@dependabot

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

Copy link
Copy Markdown
Contributor

Bumps @astrojs/compiler-rs from 0.2.2 to 0.2.3.

Release notes

Sourced from @​astrojs/compiler-rs's releases.

@​astrojs/compiler-rs@​0.2.3

Patch Changes

  • 6a56dea: Fixes several cases of adjacent JSX elements inside a {...} expression acting weirdly, including:

    • HTML comments between the elements now render instead of being dropped, including when a comment is on its own line.
    • Whitespace between the elements is preserved.
    • A <script> that is not the first element no longer fails to parse when its body contains an HTML closing tag inside a template literal.
  • c5b8921: Fixes compact mode not collapsing whitespace inside component and custom-element slot content.

  • fd756ce: Fixes several cases where await failed to make the generated code async, producing invalid JavaScript.

  • 7bd7e32: Fixes a parse error on {{ ... }} shorthand attributes containing an object expression, such as <Debug {{ answer: sum(2, 4) }} />. These now compile correctly instead of suggesting to use a spread attribute.

  • 6a56dea: Fixes a <style> nested in a {...} expression (e.g. {cond && <style>…</style>}) being silently dropped from the output.

  • 8b6d424: Fixes an "Invalid Character" error on unquoted attribute values that start with # followed by a digit, such as <div color=#18b218 />. Unquoted hex colors now parse correctly.

  • Updated dependencies [6a56dea]

  • Updated dependencies [c5b8921]

  • Updated dependencies [fd756ce]

  • Updated dependencies [7bd7e32]

  • Updated dependencies [6a56dea]

  • Updated dependencies [8b6d424]

    • @​astrojs/compiler-binding@​0.2.3
Commits

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 show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @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 [@astrojs/compiler-rs](https://github.com/withastro/compiler-rs) from 0.2.2 to 0.2.3.
- [Release notes](https://github.com/withastro/compiler-rs/releases)
- [Commits](https://github.com/withastro/compiler-rs/compare/@astrojs/compiler-rs@0.2.2...@astrojs/compiler-rs@0.2.3)

---
updated-dependencies:
- dependency-name: "@astrojs/compiler-rs"
  dependency-version: 0.2.3
  dependency-type: direct:development
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot Bot added dependencies Pull requests that update a dependency file javascript Pull requests that update Javascript code labels Jun 24, 2026
@github-actions
github-actions Bot requested a review from NikolaRHristov June 24, 2026 22:43
@github-actions
github-actions Bot merged commit 71ca037 into Current Jun 24, 2026
6 of 9 checks passed
@github-actions
github-actions Bot deleted the dependabot/npm_and_yarn/astrojs/compiler-rs-0.2.3 branch June 24, 2026 22:43
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 javascript Pull requests that update Javascript code

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant