fix(deps): update dependency @astrojs/compiler-rs to ^0.2.0#48
Merged
Conversation
renovate
Bot
force-pushed
the
renovate/all-non-major-dependencies
branch
from
May 21, 2026 14:58
22efdc1 to
d1677ac
Compare
renovate
Bot
force-pushed
the
renovate/all-non-major-dependencies
branch
from
June 14, 2026 23:02
d1677ac to
88661ee
Compare
renovate
Bot
force-pushed
the
renovate/all-non-major-dependencies
branch
from
June 24, 2026 14:34
88661ee to
741ad33
Compare
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
This PR contains the following updates:
^0.1.4→^0.2.0Release Notes
withastro/compiler-rs (@astrojs/compiler-rs)
v0.2.3Compare Source
Patch Changes
6a56dea: Fixes several cases of adjacent JSX elements inside a{...}expression acting weirdly, including:<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 whereawaitfailed to make the generated codeasync, 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]v0.2.2Compare 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: Fixescompact: '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.6133672]23038db]v0.2.1Compare Source
Patch Changes
eddd417: Fixes CSS scoping incorrectly adding a scope to&::pseudo-elementselectors (e.g.&::marker,&::before) and to selectors that only reference&inside:is()/:where()/:not()/:has().f4adcce: FixesUnterminated string literalerror when a quoted attribute on a component contains literal newlines (e.g. multi-lineclass).ecb43d3: Fixes JSX not being transformed inside function declarations, class declarations and expressions,throwstatements, andfor-loop initializers.eddd417]f4adcce]ecb43d3]v0.2.0Compare Source
Minor Changes
0726e00: EmittemplateEnter/templateExitinstructions when printing<template>elements for withastro/astro#15980Patch Changes
0bddba4: FixesUnexpected tokenerror when an HTML attribute has an unquoted value such as a number (<input maxlength=255>) or contains characters like-or#.0bddba4]0726e00]Configuration
📅 Schedule: (in timezone Asia/Tokyo)
🚦 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.
This PR was generated by Mend Renovate. View the repository job log.