-
Notifications
You must be signed in to change notification settings - Fork 36
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Update dependencies, update compiler version (#293)
* Update dependencies, update compiler version * Add changeset * Update deps * Re-enable disabled test
- Loading branch information
1 parent
163ffec
commit 17af6ef
Showing
6 changed files
with
445 additions
and
424 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,6 @@ | ||
--- | ||
'prettier-plugin-astro': patch | ||
--- | ||
|
||
Fix style tags getting moved inside body tags | ||
Fix fragments with expressions inside being moved to before the expressions in certain cases |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
File renamed without changes.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,16 +1,13 @@ | ||
// This file can't have the `.test.ts` extension otherwise Vitest will try to run it despite being empty which cause an error | ||
|
||
import { test } from '../test-utils'; | ||
|
||
const files = import.meta.glob('/test/fixtures/markdown/*/*', { | ||
eager: true, | ||
as: 'raw', | ||
}); | ||
|
||
// This test is currently disabled because a bug moves a style tag when it shouldn't | ||
/* test( | ||
test( | ||
'can format an Astro file containing an Astro file embedded in a codeblock', | ||
files, | ||
'markdown/embedded-in-markdown', | ||
true | ||
); */ | ||
); |
Oops, something went wrong.