summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGravatar Nate Moore <natemoo-re@users.noreply.github.com> 2022-01-04 16:06:57 -0600
committerGravatar GitHub <noreply@github.com> 2022-01-04 16:06:57 -0600
commite98659b7d65c02e4e60a3621d0ce13ca5f9878f5 (patch)
tree869bc72f2e22eb2c420ddb588b6306789f13bb7e
parent79f8cfee60ee07d09575c357f2dad2e73835318f (diff)
downloadastro-e98659b7d65c02e4e60a3621d0ce13ca5f9878f5.tar.gz
astro-e98659b7d65c02e4e60a3621d0ce13ca5f9878f5.tar.zst
astro-e98659b7d65c02e4e60a3621d0ce13ca5f9878f5.zip
Update compiler to 0.7.2 (#2308)
* chore: update compiler * chore: add changeset * chore: upgrade compiler again
-rw-r--r--.changeset/sixty-shoes-taste.md5
-rw-r--r--packages/astro/package.json2
-rw-r--r--yarn.lock8
3 files changed, 10 insertions, 5 deletions
diff --git a/.changeset/sixty-shoes-taste.md b/.changeset/sixty-shoes-taste.md
new file mode 100644
index 000000000..bc8ad9a12
--- /dev/null
+++ b/.changeset/sixty-shoes-taste.md
@@ -0,0 +1,5 @@
+---
+'astro': patch
+---
+
+Update the Astro compiler, fixing a number of bugs
diff --git a/packages/astro/package.json b/packages/astro/package.json
index 2f145c79d..2b4d37fb5 100644
--- a/packages/astro/package.json
+++ b/packages/astro/package.json
@@ -56,7 +56,7 @@
"test": "mocha --parallel --timeout 15000"
},
"dependencies": {
- "@astrojs/compiler": "^0.7.0",
+ "@astrojs/compiler": "^0.7.2",
"@astrojs/language-server": "^0.8.6",
"@astrojs/markdown-remark": "^0.6.0",
"@astrojs/prism": "0.4.0",
diff --git a/yarn.lock b/yarn.lock
index 35df1b3ac..b22d3255d 100644
--- a/yarn.lock
+++ b/yarn.lock
@@ -122,10 +122,10 @@
jsonpointer "^5.0.0"
leven "^3.1.0"
-"@astrojs/compiler@^0.7.0":
- version "0.7.0"
- resolved "https://registry.yarnpkg.com/@astrojs/compiler/-/compiler-0.7.0.tgz#b2c93c0df6cfe84360043918bb581f8cec1fac31"
- integrity sha512-lnEdXsGSCMbUfVfXewvYKzTOyHYxsiZHmePNc5YBGjNUvJsFljr4ttMAE958gvwRWltOuaVqc4HuNSx6ylL/hQ==
+"@astrojs/compiler@^0.7.2":
+ version "0.7.2"
+ resolved "https://registry.yarnpkg.com/@astrojs/compiler/-/compiler-0.7.2.tgz#81afb864f539ef61e01b832d47a8d4e6050ca951"
+ integrity sha512-I8w6pCSz4BgG2oNLX7kPTocsKLsKw5/Vwef717d5KOYLYb0lcgqRKepkYLyCqoFZPo0E1wAnlvDwaRlh/Ce5+g==
dependencies:
typescript "^4.3.5"