Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

📝🐛 fix schema link #5456

Merged
merged 1 commit into from
Apr 12, 2024
Merged

Conversation

dudeofawesome
Copy link
Contributor

📑 Summary

The original domain (mermaid-js.github.io) only redirects to the new domain (mermaid.js.org) from the root /. I've updated the link to point to the new domain directly.

📋 Tasks

Make sure you

Copy link

netlify bot commented Apr 11, 2024

Deploy Preview for mermaid-js ready!

Name Link
🔨 Latest commit 909ad02
🔍 Latest deploy log https://app.netlify.com/sites/mermaid-js/deploys/66197cdbb19d800008f8ef62
😎 Deploy Preview https://deploy-preview-5456--mermaid-js.netlify.app
📱 Preview on mobile
Toggle QR Code...

QR Code

Use your smartphone camera to open QR code link.

To edit notification comments on pull requests, go to your Netlify site configuration.

Copy link

codecov bot commented Apr 11, 2024

Codecov Report

Attention: Patch coverage is 1.93237% with 1624 lines in your changes are missing coverage. Please review.

Project coverage is 5.74%. Comparing base (4a19103) to head (c562ca0).
Report is 1 commits behind head on master.

❗ Current head c562ca0 differs from pull request most recent head 909ad02. Consider uploading reports for the commit 909ad02 to get more accurate results

Additional details and impacted files

Impacted file tree graph

@@            Coverage Diff             @@
##           master   #5456       +/-   ##
==========================================
- Coverage   77.22%   5.74%   -71.48%     
==========================================
  Files         175     276      +101     
  Lines       14531   41886    +27355     
  Branches      868     514      -354     
==========================================
- Hits        11221    2407     -8814     
- Misses       3102   39479    +36377     
+ Partials      208       0      -208     
Flag Coverage Δ
e2e ?
unit 5.74% <1.93%> (-37.63%) ⬇️

Flags with carried forward coverage won't be shown. Click here to find out more.

Files Coverage Δ
.build/jisonTransformer.ts 0.00% <ø> (ø)
packages/mermaid-flowchart-elk/src/render-utils.ts 0.00% <ø> (ø)
packages/mermaid-flowchart-elk/src/styles.ts 0.00% <ø> (ø)
packages/mermaid-zenuml/src/parser.ts 0.00% <ø> (ø)
packages/mermaid/src/config.ts 52.22% <100.00%> (-16.60%) ⬇️
packages/mermaid/src/defaultConfig.ts 45.65% <100.00%> (-2.34%) ⬇️
...ackages/mermaid/src/diagrams/error/errorDiagram.ts 0.00% <ø> (-100.00%) ⬇️
packages/mermaid/src/diagrams/gantt/ganttDb.js 77.47% <100.00%> (-6.50%) ⬇️
packages/mermaid/src/tests/MockedD3.ts 80.27% <100.00%> (ø)
packages/mermaid/src/themes/theme-default.js 94.37% <100.00%> (-1.53%) ⬇️
... and 68 more

... and 194 files with indirect coverage changes

The original domain (`mermaid-js.github.io`) only redirects to the new domain (`mermaid.js.org`) from the root `/`. I've updated the link to point to the new domain directly.
@sidharthv96 sidharthv96 changed the base branch from develop to master April 12, 2024 18:26
@sidharthv96 sidharthv96 merged commit a2e3b4c into mermaid-js:master Apr 12, 2024
4 of 5 checks passed
Copy link

mermaid-bot bot commented Apr 12, 2024

@dudeofawesome, Thank you for the contribution!
You are now eligible for a year of Premium account on MermaidChart.
Sign up with your GitHub account to activate.

fuxingloh pushed a commit to fuxingloh/contented that referenced this pull request May 15, 2024
[![Mend
Renovate](https://app.renovatebot.com/images/banner.svg)](https://renovatebot.com)

This PR contains the following updates:

| Package | Change | Age | Adoption | Passing | Confidence |
|---|---|---|---|---|---|
| [mermaid](https://togithub.com/mermaid-js/mermaid) | [`10.9.0` ->
`10.9.1`](https://renovatebot.com/diffs/npm/mermaid/10.9.0/10.9.1) |
[![age](https://developer.mend.io/api/mc/badges/age/npm/mermaid/10.9.1?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![adoption](https://developer.mend.io/api/mc/badges/adoption/npm/mermaid/10.9.1?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![passing](https://developer.mend.io/api/mc/badges/compatibility/npm/mermaid/10.9.0/10.9.1?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![confidence](https://developer.mend.io/api/mc/badges/confidence/npm/mermaid/10.9.0/10.9.1?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|

---

### Release Notes

<details>
<summary>mermaid-js/mermaid (mermaid)</summary>

###
[`v10.9.1`](https://togithub.com/mermaid-js/mermaid/releases/tag/v10.9.1)

[Compare
Source](https://togithub.com/mermaid-js/mermaid/compare/v10.9.0...v10.9.1)

#### What's Changed

#### BugFixes

- Cleaning of labels in Block diagram by
[@&#8203;knsv](https://togithub.com/knsv)

#### Docs

- docs(integrations): update link to Mermaid app for Slack by
[@&#8203;JackuB](https://togithub.com/JackuB) in
[mermaid-js/mermaid#5370
- Update new diagram doc to reflect focus on Langium by
[@&#8203;sidharthv96](https://togithub.com/sidharthv96) in
[mermaid-js/mermaid#5372
- feat: Make the examples interactive in the documentation site by
[@&#8203;sidharthv96](https://togithub.com/sidharthv96) in
[mermaid-js/mermaid#5376
- DOCS: add latest blog posts by
[@&#8203;huynhicode](https://togithub.com/huynhicode) in
[mermaid-js/mermaid#5368
- DOCS: update Announcement bar link by
[@&#8203;huynhicode](https://togithub.com/huynhicode) in
[mermaid-js/mermaid#5394
- DOCS: Add Press Release by
[@&#8203;huynhicode](https://togithub.com/huynhicode) in
[mermaid-js/mermaid#5400
- DOCS: add Turing machine blog post by
[@&#8203;huynhicode](https://togithub.com/huynhicode) in
[mermaid-js/mermaid#5425
- DOCS: update latest news by
[@&#8203;huynhicode](https://togithub.com/huynhicode) in
[mermaid-js/mermaid#5455
- 📝🐛 fix schema link by
[@&#8203;dudeofawesome](https://togithub.com/dudeofawesome) in
[mermaid-js/mermaid#5456
- DOCS: Add AI in Software Diagramming blog post by
[@&#8203;huynhicode](https://togithub.com/huynhicode) in
[mermaid-js/mermaid#5492
- DOCS: update Mermaid Chart page by
[@&#8203;huynhicode](https://togithub.com/huynhicode) in
[mermaid-js/mermaid#5495
- DOCS: Add blog post - Documentation Software by
[@&#8203;huynhicode](https://togithub.com/huynhicode) in
[mermaid-js/mermaid#5519

#### New Contributors

- [@&#8203;dudeofawesome](https://togithub.com/dudeofawesome) made their
first contribution in
[mermaid-js/mermaid#5456

**Full Changelog**:
mermaid-js/mermaid@v10.9.0...v10.9.1

</details>

---

### Configuration

📅 **Schedule**: Branch creation - At any time (no schedule defined),
Automerge - At any time (no schedule defined).

🚦 **Automerge**: Disabled by config. Please merge this manually once you
are satisfied.

♻ **Rebasing**: Whenever PR becomes conflicted, or you tick the
rebase/retry checkbox.

🔕 **Ignore**: Close this PR and you won't be reminded about this update
again.

---

- [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check
this box

---

This PR has been generated by [Mend
Renovate](https://www.mend.io/free-developer-tools/renovate/). View
repository job log
[here](https://developer.mend.io/github/fuxingloh/contented).

<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzNy4zNTEuMiIsInVwZGF0ZWRJblZlciI6IjM3LjM1MS4yIiwidGFyZ2V0QnJhbmNoIjoibWFpbiIsImxhYmVscyI6W119-->

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants