Skip to content

Commit

Permalink
chore: update compiler
Browse files Browse the repository at this point in the history
  • Loading branch information
Nate Moore committed Nov 23, 2021
1 parent b8b04dc commit 6307a8d
Show file tree
Hide file tree
Showing 3 changed files with 15 additions and 5 deletions.
10 changes: 10 additions & 0 deletions .changeset/lemon-comics-cheat.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
---
'astro': patch
---

Update compiler with the following patches:
- Fix components supporting only one style or script
- Fix regression where leading `<style>` elements could break generated tags
- Fix case-sensitivity of void elements
- Fix expressions not working within SVG elements
- Fix panic when preprocessed style is empty
2 changes: 1 addition & 1 deletion packages/astro/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@
"test": "mocha --parallel --timeout 15000"
},
"dependencies": {
"@astrojs/compiler": "^0.3.4",
"@astrojs/compiler": "^0.3.5",
"@astrojs/language-server": "^0.7.16",
"@astrojs/markdown-remark": "^0.5.0",
"@astrojs/prism": "0.3.0",
Expand Down
8 changes: 4 additions & 4 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -115,10 +115,10 @@
jsonpointer "^5.0.0"
leven "^3.1.0"

"@astrojs/compiler@^0.3.4":
version "0.3.4"
resolved "https://registry.yarnpkg.com/@astrojs/compiler/-/compiler-0.3.4.tgz#63f2b4245342806f2b8bde7897ba637b08bda0cc"
integrity sha512-MWbXeBe6BJT613XmbBESsd4/hiVkOWKIE9/uZo7YJ/1smMoFNwrwOIvhfPGbjVxX1gnMvA6yFJW5rzLcPxi8Gw==
"@astrojs/compiler@^0.3.5":
version "0.3.5"
resolved "https://registry.yarnpkg.com/@astrojs/compiler/-/compiler-0.3.5.tgz#c1a2cd243e934eca98b1b6eb4ab3938c7f3edb1b"
integrity sha512-vh/oIUoGAt1iZzE/4MNNtarimGSv59lJwT9Wvy/BsSMnNYa+S9AqKBySe5Gzs0ISve+aeBcfMqz5Qxpqz7z4kw==
dependencies:
typescript "^4.3.5"

Expand Down

0 comments on commit 6307a8d

Please sign in to comment.