summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGravatar Nate Moore <natemoo-re@users.noreply.github.com> 2022-04-21 15:26:14 -0500
committerGravatar GitHub <noreply@github.com> 2022-04-21 15:26:14 -0500
commit908fffb5ec2de4efb55d03a69381e3aa376e4c42 (patch)
tree6cb7ad31095e62161fc661c79d196717853ad995
parentb6f14c3b147b7296338a169bda39ba3dc51e1713 (diff)
downloadastro-908fffb5ec2de4efb55d03a69381e3aa376e4c42.tar.gz
astro-908fffb5ec2de4efb55d03a69381e3aa376e4c42.tar.zst
astro-908fffb5ec2de4efb55d03a69381e3aa376e4c42.zip
chore: upgrade compiler (#3171)
-rw-r--r--.changeset/funny-houses-drop.md5
-rw-r--r--packages/astro/package.json2
-rw-r--r--pnpm-lock.yaml8
3 files changed, 10 insertions, 5 deletions
diff --git a/.changeset/funny-houses-drop.md b/.changeset/funny-houses-drop.md
new file mode 100644
index 000000000..44d4c274b
--- /dev/null
+++ b/.changeset/funny-houses-drop.md
@@ -0,0 +1,5 @@
+---
+'astro': patch
+---
+
+Fix various edge cases in the compiler, upgrading to `@astrojs/compiler@0.14.2`. Read the [full changelog](https://github.com/withastro/compiler/blob/main/packages/compiler/CHANGELOG.md#0142).
diff --git a/packages/astro/package.json b/packages/astro/package.json
index c85251b96..3ebf45376 100644
--- a/packages/astro/package.json
+++ b/packages/astro/package.json
@@ -75,7 +75,7 @@
"test:match": "mocha --timeout 20000 -g"
},
"dependencies": {
- "@astrojs/compiler": "^0.14.1",
+ "@astrojs/compiler": "^0.14.2",
"@astrojs/language-server": "^0.13.4",
"@astrojs/markdown-remark": "^0.9.2",
"@astrojs/prism": "0.4.1",
diff --git a/pnpm-lock.yaml b/pnpm-lock.yaml
index 1d0c67588..b6c860568 100644
--- a/pnpm-lock.yaml
+++ b/pnpm-lock.yaml
@@ -447,7 +447,7 @@ importers:
packages/astro:
specifiers:
- '@astrojs/compiler': ^0.14.1
+ '@astrojs/compiler': ^0.14.2
'@astrojs/language-server': ^0.13.4
'@astrojs/markdown-remark': ^0.9.2
'@astrojs/prism': 0.4.1
@@ -533,7 +533,7 @@ importers:
yargs-parser: ^21.0.1
zod: ^3.14.4
dependencies:
- '@astrojs/compiler': 0.14.1
+ '@astrojs/compiler': 0.14.2
'@astrojs/language-server': 0.13.4
'@astrojs/markdown-remark': link:../markdown/remark
'@astrojs/prism': link:../astro-prism
@@ -1703,8 +1703,8 @@ packages:
leven: 3.1.0
dev: true
- /@astrojs/compiler/0.14.1:
- resolution: {integrity: sha512-dYgb52JvZE8jyDg84JkdJ/dTxRgHVbC47ou6Ymok/nZDh9kvlU7TJtEDCLlGfpfZTGvnkFTHMrz1kdbqCbFVCw==}
+ /@astrojs/compiler/0.14.2:
+ resolution: {integrity: sha512-kLj3iWkzPNk9TXWDY7bqGXRQ0XZbpwJNulQ7WrJCdv2zre7TG0E51x5ab8tCsiiTRZ2xORHuIz+gH2qFotXrKw==}
dependencies:
tsm: 2.2.1
uvu: 0.5.3