summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGravatar Nate Moore <natemoo-re@users.noreply.github.com> 2022-02-16 18:33:43 -0500
committerGravatar GitHub <noreply@github.com> 2022-02-16 17:33:43 -0600
commit929fae684f2e375bfae2dd2b69d440abcf944378 (patch)
tree10f2888cc36d72488395e5bb148ce359164a733d
parent49c6e678c161699d48247283071bb26f6ec605eb (diff)
downloadastro-929fae684f2e375bfae2dd2b69d440abcf944378.tar.gz
astro-929fae684f2e375bfae2dd2b69d440abcf944378.tar.zst
astro-929fae684f2e375bfae2dd2b69d440abcf944378.zip
chore: upgrade `@astrojs/compiler` (#2599)
-rw-r--r--.changeset/eighty-cows-wink.md5
-rw-r--r--packages/astro/package.json2
-rw-r--r--yarn.lock8
3 files changed, 10 insertions, 5 deletions
diff --git a/.changeset/eighty-cows-wink.md b/.changeset/eighty-cows-wink.md
new file mode 100644
index 000000000..77381ecc9
--- /dev/null
+++ b/.changeset/eighty-cows-wink.md
@@ -0,0 +1,5 @@
+---
+'astro': patch
+---
+
+Update `@astrojs/compiler` to [`v0.11.0`](https://github.com/withastro/compiler/blob/main/lib/compiler/CHANGELOG.md#0110), which moves from TinyGo to Go's built-in WASM output. This will be a significant improvement for stability and memory safety.
diff --git a/packages/astro/package.json b/packages/astro/package.json
index a4dccf677..6c683f5cb 100644
--- a/packages/astro/package.json
+++ b/packages/astro/package.json
@@ -56,7 +56,7 @@
"test:match": "mocha --timeout 15000 -g"
},
"dependencies": {
- "@astrojs/compiler": "^0.10.2",
+ "@astrojs/compiler": "^0.11.0",
"@astrojs/language-server": "^0.8.6",
"@astrojs/markdown-remark": "^0.6.1-next.2",
"@astrojs/prism": "0.4.0",
diff --git a/yarn.lock b/yarn.lock
index 889359883..95d4cffc0 100644
--- a/yarn.lock
+++ b/yarn.lock
@@ -130,10 +130,10 @@
jsonpointer "^5.0.0"
leven "^3.1.0"
-"@astrojs/compiler@^0.10.2":
- version "0.10.2"
- resolved "https://registry.yarnpkg.com/@astrojs/compiler/-/compiler-0.10.2.tgz#231a3ba822a8919921543b105eca7a978aaaceea"
- integrity sha512-2uh1diCmOhdm4M3I0UJ8/GT1Nu43+jtlX3olN/AQtCx85xh2ri3gf7pAN1fyeMqMPaMrYxT7islRX9hQtC0SQQ==
+"@astrojs/compiler@^0.11.0":
+ version "0.11.0"
+ resolved "https://registry.yarnpkg.com/@astrojs/compiler/-/compiler-0.11.0.tgz#8a15b0dcca8fba3343e3c6aad1f58c035aa1aa46"
+ integrity sha512-mCrY+e74YXnPsCERLk7Vgm/XIccalcMsSrEE+LOTRKsTU5R3eHEXrUc32bpsIiWO7Rbspf14uYtFQ6ErrGybsA==
dependencies:
typescript "^4.3.5"