Skip to content

fix(deps): update dependency @astrojs/compiler-rs to ^0.2.0#48

Merged
HagaSpa merged 1 commit into
mainfrom
renovate/all-non-major-dependencies
Jun 26, 2026
Merged

fix(deps): update dependency @astrojs/compiler-rs to ^0.2.0#48
HagaSpa merged 1 commit into
mainfrom
renovate/all-non-major-dependencies

Conversation

@renovate

@renovate renovate Bot commented May 15, 2026

Copy link
Copy Markdown
Contributor

This PR contains the following updates:

Package Change Age Confidence
@astrojs/compiler-rs (source) ^0.1.4^0.2.0 age confidence

Release Notes

withastro/compiler-rs (@​astrojs/compiler-rs)

v0.2.3

Compare Source

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=#&#8203;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]

v0.2.2

Compare Source

Patch Changes
  • 6133672: Improved diagnostics when Astro sees a stray closing tag. Now Astro correctly shows the closing tag that doesn't match an open tag.
  • 23038db: Fixes compact: 'jsx' stripping significant same-line whitespace. JSX whitespace is now only trimmed where it borders a line break (matching React/Babel's rules), so a space at a text/expression, text/element, or element/element boundary is preserved. <h1>Page {n}</h1> now keeps its space (Page 1), as does <span>hello</span> <em>world</em>. Whitespace adjacent to newlines is still collapsed.
  • Updated dependencies [6133672]
  • Updated dependencies [23038db]

v0.2.1

Compare Source

Patch Changes
  • eddd417: Fixes CSS scoping incorrectly adding a scope to &::pseudo-element selectors (e.g. &::marker, &::before) and to selectors that only reference & inside :is()/:where()/:not()/:has().
  • f4adcce: Fixes Unterminated string literal error when a quoted attribute on a component contains literal newlines (e.g. multi-line class).
  • ecb43d3: Fixes JSX not being transformed inside function declarations, class declarations and expressions, throw statements, and for-loop initializers.
  • Updated dependencies [eddd417]
  • Updated dependencies [f4adcce]
  • Updated dependencies [ecb43d3]

v0.2.0

Compare Source

Minor Changes
Patch Changes
  • 0bddba4: Fixes Unexpected token error when an HTML attribute has an unquoted value such as a number (<input maxlength=255>) or contains characters like - or #.
  • Updated dependencies [0bddba4]
  • Updated dependencies [0726e00]

Configuration

📅 Schedule: (in timezone Asia/Tokyo)

  • Branch creation
    • "before 9am on saturday"
  • 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/all-non-major-dependencies branch from 22efdc1 to d1677ac Compare May 21, 2026 14:58
@renovate
renovate Bot force-pushed the renovate/all-non-major-dependencies branch from d1677ac to 88661ee Compare June 14, 2026 23:02
@renovate renovate Bot changed the title fix(deps): update dependency @astrojs/compiler-rs to ^0.2.0 fix(deps): update all non-major dependencies to ^0.2.0 Jun 14, 2026
@renovate renovate Bot changed the title fix(deps): update all non-major dependencies to ^0.2.0 fix(deps): update all non-major dependencies Jun 22, 2026
@renovate
renovate Bot force-pushed the renovate/all-non-major-dependencies branch from 88661ee to 741ad33 Compare June 24, 2026 14:34
@renovate renovate Bot changed the title fix(deps): update all non-major dependencies fix(deps): update dependency @astrojs/compiler-rs to ^0.2.0 Jun 25, 2026
@HagaSpa
HagaSpa merged commit e518a03 into main Jun 26, 2026
1 of 2 checks passed
@HagaSpa
HagaSpa deleted the renovate/all-non-major-dependencies branch June 26, 2026 05:31
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant