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

chore(deps): Bump mermaid from 10.2.3 to 10.9.3 #2518

Merged
merged 1 commit into from
Dec 20, 2024

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Oct 22, 2024

Bumps mermaid from 10.2.3 to 10.9.3.

Commits
  • 85ec96a chore: bump mermaid version to v10.9.3
  • 9301a57 style: prettify src/diagrams/block/blockDB.ts
  • 2bedd0e chore(deps): update katex to 0.16.11
  • 92a07ff chore(deps): update bundled DOMPurify to 3.1.6
  • 4dd4997 chore: Bump version
  • fc61512 [10] ci: upgrade to pnpm/action-setup@v4 to avoid CI failures
  • 402abdf [10] fix: ban version v3.1.7 of DOMPurify
  • 8d815f8 Lint fix
  • dab26df Fix for proper handling of block-diagram labels
  • c7fe9a6 Fix for proper handling of block-diagram labels
  • Additional commits viewable in compare view
Maintainer changes

This version was pushed to npm by aloisklink, a new releaser for mermaid since your current version.


Dependabot compatibility score

You can trigger a rebase of this PR by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot merge will merge this PR after your CI passes on it
  • @dependabot squash and merge will squash and merge this PR after your CI passes on it
  • @dependabot cancel merge will cancel a previously requested merge and block automerging
  • @dependabot reopen will reopen this PR if it is closed
  • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
  • @dependabot show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @dependabot ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)
    You can disable automated security fix PRs for this repo from the Security Alerts page.

Note
Automatic rebases have been disabled on this pull request as it has been open for over 30 days.

@dependabot dependabot bot requested a review from a team as a code owner October 22, 2024 18:18
@dependabot dependabot bot added dependencies Pull requests that update a dependency file javascript Pull requests that update Javascript code labels Oct 22, 2024
@dependabot dependabot bot requested review from pedromtec and renatomaurovtex and removed request for a team October 22, 2024 18:18
Copy link

vercel bot commented Oct 22, 2024

The latest updates on your projects. Learn more about Vercel for Git ↗︎

Name Status Preview Comments Updated (UTC)
faststore-site ✅ Ready (Inspect) Visit Preview 💬 Add feedback Dec 20, 2024 3:25pm

Copy link

codesandbox-ci bot commented Oct 22, 2024

This pull request is automatically built and testable in CodeSandbox.

To see build info of the built libraries, click here or the icon next to each commit SHA.

@lariciamota
Copy link
Contributor

@dependabot rebase

Bumps [mermaid](https://github.com/mermaid-js/mermaid) from 10.2.3 to 10.9.3.
- [Release notes](https://github.com/mermaid-js/mermaid/releases)
- [Changelog](https://github.com/mermaid-js/mermaid/blob/develop/CHANGELOG.md)
- [Commits](mermaid-js/mermaid@v10.2.3...v10.9.3)

---
updated-dependencies:
- dependency-name: mermaid
  dependency-type: indirect
...

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot force-pushed the dependabot/npm_and_yarn/mermaid-10.9.3 branch from 6e87b6b to 929001d Compare December 20, 2024 15:20
@lariciamota lariciamota changed the title Chore(deps): Bump mermaid from 10.2.3 to 10.9.3 chore(deps): Bump mermaid from 10.2.3 to 10.9.3 Dec 20, 2024
@lariciamota lariciamota merged commit e6a776a into main Dec 20, 2024
8 of 9 checks passed
@lariciamota lariciamota deleted the dependabot/npm_and_yarn/mermaid-10.9.3 branch December 20, 2024 15:30
eduardoformiga pushed a commit that referenced this pull request Jan 15, 2025
Bumps [mermaid](https://github.com/mermaid-js/mermaid) from 10.2.3 to
10.9.3.
<details>
<summary>Commits</summary>
<ul>
<li><a
href="https://github.com/mermaid-js/mermaid/commit/85ec96a72d06d45cf5d2b88af6ef0aca2d16c187"><code>85ec96a</code></a>
chore: bump mermaid version to v10.9.3</li>
<li><a
href="https://github.com/mermaid-js/mermaid/commit/9301a5788a2b36feb07878928db3042c206eac8d"><code>9301a57</code></a>
style: prettify src/diagrams/block/blockDB.ts</li>
<li><a
href="https://github.com/mermaid-js/mermaid/commit/2bedd0ef87df92a9971ba3490a43d9c1f535e13e"><code>2bedd0e</code></a>
chore(deps): update katex to 0.16.11</li>
<li><a
href="https://github.com/mermaid-js/mermaid/commit/92a07ffe40aab2769dd1c3431b4eb5beac282b34"><code>92a07ff</code></a>
chore(deps): update bundled DOMPurify to 3.1.6</li>
<li><a
href="https://github.com/mermaid-js/mermaid/commit/4dd4997c4d73784a239bac04deded9ff6866d2b4"><code>4dd4997</code></a>
chore: Bump version</li>
<li><a
href="https://github.com/mermaid-js/mermaid/commit/fc61512a0afa2c7a90f83554216a20055c494fd3"><code>fc61512</code></a>
[10] ci: upgrade to pnpm/action-setup@v4 to avoid CI failures</li>
<li><a
href="https://github.com/mermaid-js/mermaid/commit/402abdf8838d4239bbbd08a0b5ce1e9116751c9f"><code>402abdf</code></a>
[10] fix: ban version v3.1.7 of DOMPurify</li>
<li><a
href="https://github.com/mermaid-js/mermaid/commit/8d815f878ce7ba3bc820eb62e36b8a96d1debdbc"><code>8d815f8</code></a>
Lint fix</li>
<li><a
href="https://github.com/mermaid-js/mermaid/commit/dab26df9c4ca69cc4a8c46a22286a2f63ea9ed3e"><code>dab26df</code></a>
Fix for proper handling of block-diagram labels</li>
<li><a
href="https://github.com/mermaid-js/mermaid/commit/c7fe9a646574597adefe3e6fb2b3707112a151aa"><code>c7fe9a6</code></a>
Fix for proper handling of block-diagram labels</li>
<li>Additional commits viewable in <a
href="https://github.com/mermaid-js/mermaid/compare/v10.2.3...v10.9.3">compare
view</a></li>
</ul>
</details>
<details>
<summary>Maintainer changes</summary>
<p>This version was pushed to npm by <a
href="https://www.npmjs.com/~aloisklink">aloisklink</a>, a new releaser
for mermaid since your current version.</p>
</details>
<br />


[![Dependabot compatibility
score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=mermaid&package-manager=npm_and_yarn&previous-version=10.2.3&new-version=10.9.3)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores)

You can trigger a rebase of this PR by commenting `@dependabot rebase`.

[//]: # (dependabot-automerge-start)
[//]: # (dependabot-automerge-end)

---

<details>
<summary>Dependabot commands and options</summary>
<br />

You can trigger Dependabot actions by commenting on this PR:
- `@dependabot rebase` will rebase this PR
- `@dependabot recreate` will recreate this PR, overwriting any edits
that have been made to it
- `@dependabot merge` will merge this PR after your CI passes on it
- `@dependabot squash and merge` will squash and merge this PR after
your CI passes on it
- `@dependabot cancel merge` will cancel a previously requested merge
and block automerging
- `@dependabot reopen` will reopen this PR if it is closed
- `@dependabot close` will close this PR and stop Dependabot recreating
it. You can achieve the same result by closing it manually
- `@dependabot show <dependency name> ignore conditions` will show all
of the ignore conditions of the specified dependency
- `@dependabot ignore this major version` will close this PR and stop
Dependabot creating any more for this major version (unless you reopen
the PR or upgrade to it yourself)
- `@dependabot ignore this minor version` will close this PR and stop
Dependabot creating any more for this minor version (unless you reopen
the PR or upgrade to it yourself)
- `@dependabot ignore this dependency` will close this PR and stop
Dependabot creating any more for this dependency (unless you reopen the
PR or upgrade to it yourself)
You can disable automated security fix PRs for this repo from the
[Security Alerts
page](https://github.com/vtex/faststore/network/alerts).

</details>

> **Note**
> Automatic rebases have been disabled on this pull request as it has
been open for over 30 days.

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
dependencies Pull requests that update a dependency file javascript Pull requests that update Javascript code
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant