diff options
author | 2022-03-31 22:33:07 -0500 | |
---|---|---|
committer | 2022-03-31 22:33:07 -0500 | |
commit | 80e6e759e2b8a0bf5510f050a3e04a53b97d180c (patch) | |
tree | 2ea05094cb6b2ce50d4c270742f2452d50f0bbf8 | |
parent | cccc6034ae276a3204bd4031a5d3c8f189ae0b07 (diff) | |
download | astro-80e6e759e2b8a0bf5510f050a3e04a53b97d180c.tar.gz astro-80e6e759e2b8a0bf5510f050a3e04a53b97d180c.tar.zst astro-80e6e759e2b8a0bf5510f050a3e04a53b97d180c.zip |
Update compiler (#2957)
* chore: update compiler
* chore: add changeset
-rw-r--r-- | .changeset/soft-avocados-turn.md | 5 | ||||
-rw-r--r-- | packages/astro/package.json | 2 | ||||
-rw-r--r-- | pnpm-lock.yaml | 8 |
3 files changed, 10 insertions, 5 deletions
diff --git a/.changeset/soft-avocados-turn.md b/.changeset/soft-avocados-turn.md new file mode 100644 index 000000000..e2669198e --- /dev/null +++ b/.changeset/soft-avocados-turn.md @@ -0,0 +1,5 @@ +--- +'astro': patch +--- + +Update `@astrojs/compiler`, fixing some bugs related to RegExp usage in frontmatter diff --git a/packages/astro/package.json b/packages/astro/package.json index 8ca558d6b..f2cb9f967 100644 --- a/packages/astro/package.json +++ b/packages/astro/package.json @@ -73,7 +73,7 @@ "test:match": "mocha --timeout 20000 -g" }, "dependencies": { - "@astrojs/compiler": "^0.13.1", + "@astrojs/compiler": "^0.13.2", "@astrojs/language-server": "^0.13.2", "@astrojs/markdown-remark": "^0.7.0", "@astrojs/prism": "0.4.1", diff --git a/pnpm-lock.yaml b/pnpm-lock.yaml index 93c0b6626..814dbf0e8 100644 --- a/pnpm-lock.yaml +++ b/pnpm-lock.yaml @@ -442,7 +442,7 @@ importers: packages/astro: specifiers: - '@astrojs/compiler': ^0.13.1 + '@astrojs/compiler': ^0.13.2 '@astrojs/language-server': ^0.13.2 '@astrojs/markdown-remark': ^0.7.0 '@astrojs/prism': 0.4.1 @@ -528,7 +528,7 @@ importers: yargs-parser: ^21.0.1 zod: ^3.14.3 dependencies: - '@astrojs/compiler': 0.13.1 + '@astrojs/compiler': 0.13.2 '@astrojs/language-server': 0.13.2 '@astrojs/markdown-remark': link:../markdown/remark '@astrojs/prism': link:../astro-prism @@ -1713,8 +1713,8 @@ packages: leven: 3.1.0 dev: true - /@astrojs/compiler/0.13.1: - resolution: {integrity: sha512-iRAwvJ8/uVRtK/4ofSYKx4MTsuG8YjSgz8Lti7tPGoFaQzSNEU8J5cXvpTSV/F2SspSWB9EHjk2v7204pOxlrQ==} + /@astrojs/compiler/0.13.2: + resolution: {integrity: sha512-0Un4CtLbhJljisFf9WaxK1TSV1oakR3Mh4x1Uyg1JHdyQ5te/1xcq+PWVaOyQc4lq4z8MYNFQb7hG66m0CeMtw==} dependencies: tsm: 2.2.1 uvu: 0.5.3 |