Skip to content

Bump @astrojs/compiler-rs from 0.4.0 to 0.4.1 - #583

Merged
github-actions[bot] merged 1 commit into
Currentfrom
dependabot/npm_and_yarn/astrojs/compiler-rs-0.4.1
Sep 18, 2026
Merged

github-actions[bot] merged 1 commit into
Currentfrom
dependabot/npm_and_yarn/astrojs/compiler-rs-0.4.1

Conversation

@dependabot

@dependabot dependabot Bot commented on behalf of github Sep 18, 2026

Copy link
Copy Markdown
Contributor

Bumps @astrojs/compiler-rs from 0.4.0 to 0.4.1.

Release notes

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

@​astrojs/compiler-rs@​0.4.1

Patch Changes

  • a9c4e94: Fixes an extra space appearing next to an HTML comment when compressHTML is enabled.
  • e9a5c37: Fixes escape sequences such as \n not being interpreted in quoted component props, so <Component prop="a\nb" /> passes a real line break again. A backslash that forms a JavaScript escape needs doubling to stay literal (prop="C:\\temp"), while one that does not, such as pattern="^example\.com$", is left alone.
  • a9c4e94: Fixes an extra space appearing next to components that contain a <script> when compressHTML is enabled.
  • 3d6ee6d: Fixes invalid JavaScript being generated for elements with a backtick in an attribute name.
  • 07160da: Fixes :global() not being stripped from the CSS output when nested inside a pseudo-class such as :has(), :is(), :where() or :not().
  • a9c4e94: Fixes whitespace inside <pre>, <textarea>, and is:raw elements being lost when the element also contains a <style> or <script>.
  • efb16c9: Fixes newlines being lost in text passed directly between a component's tags, so a <slot /> wrapped in <pre> keeps its line breaks.
  • Updated dependencies [a9c4e94]
  • Updated dependencies [e9a5c37]
  • Updated dependencies [a9c4e94]
  • Updated dependencies [35e2a04]
  • Updated dependencies [3d6ee6d]
  • Updated dependencies [07160da]
  • Updated dependencies [a9c4e94]
  • Updated dependencies [efb16c9]
    • @​astrojs/compiler-binding@​0.4.1
Commits
  • 16dc5d1 fix(napi): update WASI runtime bindings (#158)
  • 4566675 Version Packages (#143)
  • 17a3001 feat: astro2tsx with biome (#34)
  • 228b54e chore(deps): update dependency typescript to ~5.9.0 (#125)
  • fdfa6c3 chore(deps): update dependency @​types/node to v22.20.1 (#122)
  • f96d9bd chore(deps): update dependency sass to v1.104.0 (#123)
  • 2d4bfef chore(deps): update dependency @​biomejs/biome to v2.5.12 (#147)
  • 518e4bb chore(deps): update dependency tsdown to v0.22.14 (#116)
  • 63210c5 fix(napi): skip mimalloc allocator on Android targets (#146)
  • 35e2a04 feat: add Android ARM64 compiler binding target (#109)
  • Additional commits viewable in compare view

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.4.0 to 0.4.1.
- [Release notes](https://github.com/withastro/compiler-rs/releases)
- [Commits](https://github.com/withastro/compiler-rs/compare/@astrojs/compiler-rs@0.4.0...@astrojs/compiler-rs@0.4.1)

---
updated-dependencies:
- dependency-name: "@astrojs/compiler-rs"
  dependency-version: 0.4.1
  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 Sep 18, 2026
@github-actions
github-actions Bot merged commit f6f404c into Current Sep 18, 2026
6 of 9 checks passed
@github-actions
github-actions Bot deleted the dependabot/npm_and_yarn/astrojs/compiler-rs-0.4.1 branch September 18, 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