Compare commits

...

7 Commits

Author SHA1 Message Date
omkarht
a9842e6089 fix: sample test commit
on-behalf-of: @Mermaid-Chart hello@mermaidchart.com
2025-07-15 17:59:11 +05:30
omkarht
6ec2b5fbe2 removed changeset 2025-07-15 12:54:25 +05:30
shubham-mermaid
acc2a68c3d Merge branch 'develop' into chore/downgrade-chokidar-to-3.6.0 2025-07-15 00:36:32 +05:30
shubham-mermaid
3c1cd9ee3f fixed the workflow and regenrated pnpm-lock.yaml on-behalf-of: @Mermaid-Chart <hello@mermaidchart.com> 2025-07-15 00:34:46 +05:30
omkarht
ed430fe144 updated pnpm-lock file 2025-07-14 20:00:55 +05:30
omkarht
63d84f125b added changeset 2025-07-14 19:40:53 +05:30
omkarht
a28965064d chore: downgrade chokidar to 3.6.0 2025-07-14 19:34:02 +05:30
6 changed files with 403 additions and 206 deletions

View File

@@ -35,7 +35,7 @@ jobs:
# 2) No unwanted vitepress paths
if grep -qF 'packages/mermaid/src/vitepress' pnpm-lock.yaml; then
issues+=("• Disallowed path 'packages/mermaid/src/vitepress' present. Run `rm -rf packages/mermaid/src/vitepress && pnpm install` to regenerate.")
issues+=("• Disallowed path 'packages/mermaid/src/vitepress' present. Run \`rm -rf packages/mermaid/src/vitepress && pnpm install\` to regenerate.")
fi
# 3) Lockfile only changes when package.json changes
@@ -46,12 +46,11 @@ jobs:
# If any issues, output them and fail
if [ ${#issues[@]} -gt 0 ]; then
# Use the new GITHUB_OUTPUT approach to set a multiline output
{
echo "errors<<EOF"
printf '%s\n' "${issues[@]}"
echo "EOF"
} >> $GITHUB_OUTPUT
} >> "$GITHUB_OUTPUT"
exit 1
fi
@@ -63,6 +62,7 @@ jobs:
issue-number: ${{ github.event.pull_request.number }}
body: |
The following issue(s) were detected:
${{ steps.validate.outputs.errors }}
Please address these and push an update.

View File

@@ -17,7 +17,7 @@
<pre class="mermaid">
graph TB
a_a --> b_b:::apa --> c_c:::apa
classDef apa fill:#f9f,stroke:#333,stroke-width:4px;
classDef apa fill:#f9f,stroke:#333,stroke-width:5px;
class a_a apa;
</pre>
<pre class="mermaid">

View File

@@ -83,7 +83,7 @@
"@vitest/spy": "^3.0.6",
"@vitest/ui": "^3.0.6",
"ajv": "^8.17.1",
"chokidar": "4.0.3",
"chokidar": "3.6.0",
"concurrently": "^9.1.2",
"cors": "^2.8.5",
"cpy-cli": "^5.0.0",

View File

@@ -105,7 +105,7 @@
"@types/stylis": "^4.2.7",
"@types/uuid": "^10.0.0",
"ajv": "^8.17.1",
"chokidar": "4.0.3",
"chokidar": "^3.6.0",
"concurrently": "^9.1.2",
"csstree-validator": "^4.0.1",
"globby": "^14.0.2",

593
pnpm-lock.yaml generated

File diff suppressed because it is too large Load Diff

View File

@@ -40,6 +40,10 @@
{
"groupName": "dompurify",
"matchPackagePatterns": ["dompurify"]
},
{
"matchPackageNames": ["chokidar"],
"enabled": false
}
],
"dependencyDashboard": false,