Upgrade minimum compiler version (#4656)
* Upgrade minimum compiler version * Add changeset * Update lockfile
This commit is contained in:
parent
d693e365ca
commit
6d845c353d
3 changed files with 11 additions and 6 deletions
5
.changeset/nice-cameras-hug.md
Normal file
5
.changeset/nice-cameras-hug.md
Normal file
|
@ -0,0 +1,5 @@
|
||||||
|
---
|
||||||
|
'astro': patch
|
||||||
|
---
|
||||||
|
|
||||||
|
Fix bug with using `assert` as import identifier
|
|
@ -94,7 +94,7 @@
|
||||||
"test:e2e:match": "playwright test -g"
|
"test:e2e:match": "playwright test -g"
|
||||||
},
|
},
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
"@astrojs/compiler": "^0.23.4",
|
"@astrojs/compiler": "^0.23.5",
|
||||||
"@astrojs/language-server": "^0.23.0",
|
"@astrojs/language-server": "^0.23.0",
|
||||||
"@astrojs/markdown-remark": "^1.1.1",
|
"@astrojs/markdown-remark": "^1.1.1",
|
||||||
"@astrojs/telemetry": "^1.0.0",
|
"@astrojs/telemetry": "^1.0.0",
|
||||||
|
|
|
@ -349,7 +349,7 @@ importers:
|
||||||
|
|
||||||
packages/astro:
|
packages/astro:
|
||||||
specifiers:
|
specifiers:
|
||||||
'@astrojs/compiler': ^0.23.4
|
'@astrojs/compiler': ^0.23.5
|
||||||
'@astrojs/language-server': ^0.23.0
|
'@astrojs/language-server': ^0.23.0
|
||||||
'@astrojs/markdown-remark': ^1.1.1
|
'@astrojs/markdown-remark': ^1.1.1
|
||||||
'@astrojs/telemetry': ^1.0.0
|
'@astrojs/telemetry': ^1.0.0
|
||||||
|
@ -432,7 +432,7 @@ importers:
|
||||||
yargs-parser: ^21.0.1
|
yargs-parser: ^21.0.1
|
||||||
zod: ^3.17.3
|
zod: ^3.17.3
|
||||||
dependencies:
|
dependencies:
|
||||||
'@astrojs/compiler': 0.23.4
|
'@astrojs/compiler': 0.23.5
|
||||||
'@astrojs/language-server': 0.23.3
|
'@astrojs/language-server': 0.23.3
|
||||||
'@astrojs/markdown-remark': link:../markdown/remark
|
'@astrojs/markdown-remark': link:../markdown/remark
|
||||||
'@astrojs/telemetry': link:../telemetry
|
'@astrojs/telemetry': link:../telemetry
|
||||||
|
@ -3219,8 +3219,8 @@ packages:
|
||||||
resolution: {integrity: sha512-8nvyxZTfCXLyRmYfTttpJT6EPhfBRg0/q4J/Jj3/pNPLzp+vs05ZdktsY6QxAREaOMAnNEtSqcrB4S5DsXOfRg==}
|
resolution: {integrity: sha512-8nvyxZTfCXLyRmYfTttpJT6EPhfBRg0/q4J/Jj3/pNPLzp+vs05ZdktsY6QxAREaOMAnNEtSqcrB4S5DsXOfRg==}
|
||||||
dev: true
|
dev: true
|
||||||
|
|
||||||
/@astrojs/compiler/0.23.4:
|
/@astrojs/compiler/0.23.5:
|
||||||
resolution: {integrity: sha512-vNZIa5Tf5nOqBEGJvM6xyYBnGcz4MAp+bBPnyVI0UYRjsIWlP7RgMdCpRV0OOh5kgh00BoAypGv27kcoJCMVfA==}
|
resolution: {integrity: sha512-vBMPy9ok4iLapSyCCT1qsZ9dK7LkVFl9mObtLEmWiec9myGHS9h2kQY2xzPeFNJiWXUf9O6tSyQpQTy5As/p3g==}
|
||||||
dev: false
|
dev: false
|
||||||
|
|
||||||
/@astrojs/language-server/0.23.3:
|
/@astrojs/language-server/0.23.3:
|
||||||
|
@ -15152,7 +15152,7 @@ packages:
|
||||||
resolution: {integrity: sha512-g4uJ/7k1rJeIWBifeBgTqzgV5gmMTG+lOmOvUZvtIh1R91aqa+yYMzbysIlsJKRaRyWefejrOpvpIuEePBDAyw==}
|
resolution: {integrity: sha512-g4uJ/7k1rJeIWBifeBgTqzgV5gmMTG+lOmOvUZvtIh1R91aqa+yYMzbysIlsJKRaRyWefejrOpvpIuEePBDAyw==}
|
||||||
engines: {node: ^14.15.0 || >=16.0.0, npm: '>=6.14.0'}
|
engines: {node: ^14.15.0 || >=16.0.0, npm: '>=6.14.0'}
|
||||||
dependencies:
|
dependencies:
|
||||||
'@astrojs/compiler': 0.23.4
|
'@astrojs/compiler': 0.23.5
|
||||||
prettier: 2.7.1
|
prettier: 2.7.1
|
||||||
sass-formatter: 0.7.5
|
sass-formatter: 0.7.5
|
||||||
synckit: 0.7.3
|
synckit: 0.7.3
|
||||||
|
|
Loading…
Reference in a new issue