Update compiler (#2957)
* chore: update compiler * chore: add changeset
This commit is contained in:
parent
cccc6034ae
commit
80e6e759e2
3 changed files with 10 additions and 5 deletions
5
.changeset/soft-avocados-turn.md
Normal file
5
.changeset/soft-avocados-turn.md
Normal file
|
@ -0,0 +1,5 @@
|
||||||
|
---
|
||||||
|
'astro': patch
|
||||||
|
---
|
||||||
|
|
||||||
|
Update `@astrojs/compiler`, fixing some bugs related to RegExp usage in frontmatter
|
|
@ -73,7 +73,7 @@
|
||||||
"test:match": "mocha --timeout 20000 -g"
|
"test:match": "mocha --timeout 20000 -g"
|
||||||
},
|
},
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
"@astrojs/compiler": "^0.13.1",
|
"@astrojs/compiler": "^0.13.2",
|
||||||
"@astrojs/language-server": "^0.13.2",
|
"@astrojs/language-server": "^0.13.2",
|
||||||
"@astrojs/markdown-remark": "^0.7.0",
|
"@astrojs/markdown-remark": "^0.7.0",
|
||||||
"@astrojs/prism": "0.4.1",
|
"@astrojs/prism": "0.4.1",
|
||||||
|
|
8
pnpm-lock.yaml
generated
8
pnpm-lock.yaml
generated
|
@ -442,7 +442,7 @@ importers:
|
||||||
|
|
||||||
packages/astro:
|
packages/astro:
|
||||||
specifiers:
|
specifiers:
|
||||||
'@astrojs/compiler': ^0.13.1
|
'@astrojs/compiler': ^0.13.2
|
||||||
'@astrojs/language-server': ^0.13.2
|
'@astrojs/language-server': ^0.13.2
|
||||||
'@astrojs/markdown-remark': ^0.7.0
|
'@astrojs/markdown-remark': ^0.7.0
|
||||||
'@astrojs/prism': 0.4.1
|
'@astrojs/prism': 0.4.1
|
||||||
|
@ -528,7 +528,7 @@ importers:
|
||||||
yargs-parser: ^21.0.1
|
yargs-parser: ^21.0.1
|
||||||
zod: ^3.14.3
|
zod: ^3.14.3
|
||||||
dependencies:
|
dependencies:
|
||||||
'@astrojs/compiler': 0.13.1
|
'@astrojs/compiler': 0.13.2
|
||||||
'@astrojs/language-server': 0.13.2
|
'@astrojs/language-server': 0.13.2
|
||||||
'@astrojs/markdown-remark': link:../markdown/remark
|
'@astrojs/markdown-remark': link:../markdown/remark
|
||||||
'@astrojs/prism': link:../astro-prism
|
'@astrojs/prism': link:../astro-prism
|
||||||
|
@ -1713,8 +1713,8 @@ packages:
|
||||||
leven: 3.1.0
|
leven: 3.1.0
|
||||||
dev: true
|
dev: true
|
||||||
|
|
||||||
/@astrojs/compiler/0.13.1:
|
/@astrojs/compiler/0.13.2:
|
||||||
resolution: {integrity: sha512-iRAwvJ8/uVRtK/4ofSYKx4MTsuG8YjSgz8Lti7tPGoFaQzSNEU8J5cXvpTSV/F2SspSWB9EHjk2v7204pOxlrQ==}
|
resolution: {integrity: sha512-0Un4CtLbhJljisFf9WaxK1TSV1oakR3Mh4x1Uyg1JHdyQ5te/1xcq+PWVaOyQc4lq4z8MYNFQb7hG66m0CeMtw==}
|
||||||
dependencies:
|
dependencies:
|
||||||
tsm: 2.2.1
|
tsm: 2.2.1
|
||||||
uvu: 0.5.3
|
uvu: 0.5.3
|
||||||
|
|
Loading…
Add table
Reference in a new issue