diff --git a/.github/workflows/plan-release.yml b/.github/workflows/plan-release.yml
index b2843ad..196efda 100644
--- a/.github/workflows/plan-release.yml
+++ b/.github/workflows/plan-release.yml
@@ -49,7 +49,7 @@ jobs:
name: Create Prepare Release PR
with:
commit-message: "Prepare Release ${{ steps.explanation.outputs.new-version}} using 'release-plan'"
- labels: "internal"
+ labels: 'internal'
sign-commits: true
branch: release-preview
title: Prepare Release ${{ steps.explanation.outputs.new-version }}
diff --git a/.github/workflows/publish.yml b/.github/workflows/publish.yml
index 77725c0..e7d5fae 100644
--- a/.github/workflows/publish.yml
+++ b/.github/workflows/publish.yml
@@ -18,7 +18,7 @@ concurrency:
jobs:
publish:
- name: "NPM Publish"
+ name: 'NPM Publish'
runs-on: ubuntu-latest
permissions:
contents: write
diff --git a/.prettierignore b/.prettierignore
index f6846d8..2438d35 100644
--- a/.prettierignore
+++ b/.prettierignore
@@ -3,5 +3,8 @@
**/test/_scenarios/
**/test/_snapshots/
**/lib/banners.ts
+**/test-results/
+**/playwright-report/
pnpm-lock.yaml
AGENTS.md
+CHANGELOG.md
diff --git a/plugin/package.json b/plugin/package.json
index d811a51..a98a690 100644
--- a/plugin/package.json
+++ b/plugin/package.json
@@ -96,8 +96,8 @@
"typecheck": "tsc --noEmit"
},
"dependencies": {
- "@eksml/xml": "^0.1.2",
- "magic-string": "^0.30.17",
+ "@eksml/xml": "^0.2.0",
+ "magic-string": "^1.1.0",
"svgo": "^4.0.1",
"unplugin": "^3.0.0"
},
diff --git a/plugin/test/unit/codegen.test.ts b/plugin/test/unit/codegen.test.ts
index a80f5bc..1c043c7 100644
--- a/plugin/test/unit/codegen.test.ts
+++ b/plugin/test/unit/codegen.test.ts
@@ -11,6 +11,7 @@ const BASE_CTX: CodegenContext = {
height: '24',
mode: 'sprite',
isDev: false,
+ isEmbedded: false,
svgMarkup: '',
symbolMarkup: '
All five animations should be playing. Each is imported in sprite mode and rendered via <use href> from a shared sprite sheet.
+ All five animations should be playing. Each is imported in sprite mode and rendered via
+ <use href> from a shared sprite sheet.
+