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

[Snyk] Upgrade markdown-to-jsx from 7.4.6 to 7.4.7 #633

Merged

Conversation

s-laugh
Copy link
Member

@s-laugh s-laugh commented May 4, 2024

This PR was automatically created by Snyk using the credentials of a real user.


Snyk has created this PR to upgrade markdown-to-jsx from 7.4.6 to 7.4.7.

ℹ️ Keep your dependencies up-to-date. This makes it easier to fix existing vulnerabilities and to more quickly identify and fix newly disclosed vulnerabilities when they affect your project.


  • The recommended version is 1 version ahead of your current version.
  • The recommended version was released 22 days ago, on 2024-04-13.
Release notes
Package name: markdown-to-jsx
  • 7.4.7 - 2024-04-13

    Patch Changes

    • 7603248: Fix parsing isolation of individual table cells.
    • f9328cc: Improved block html detection regex to handle certain edge cases that cause extreme slowness. Thank you @ devbrains-com for the basis for this fix 🤝
  • 7.4.6 - 2024-04-05

    Patch Changes

    • a9e5276: Browsers assign element with id to the global scope using the value as the variable name. E.g.: <h1 id="analytics"> can be referenced via window.analytics.
      This can be a problem when a name conflict happens. For instance, pages that expect analytics.push() to be a function will stop working if the an element with an id of analytics exists in the page.

      In this change, we export the slugify function so that users can easily augment it.
      This can be used to avoid variable name conflicts by giving the element a different id.

      import { slugify } from 'markdown-to-jsx';

      options={{
      slugify: str => {
      let result = slugify(str)

      <span class="pl-k">return</span> <span class="pl-s1">result</span> ? <span class="pl-s">'-'</span> <span class="pl-c1">+</span> <span class="pl-s1">str</span> : <span class="pl-s1">result</span><span class="pl-kos">;</span>
      

      }
      }}

from markdown-to-jsx GitHub release notes
Commit messages
Package name: markdown-to-jsx

Compare


Note: You are seeing this because you or someone else with access to this repository has authorized Snyk to open upgrade PRs.

For more information:

🧐 View latest project report

🛠 Adjust upgrade PR settings

🔕 Ignore this dependency or unsubscribe from future upgrade PRs

@gregory-j-baker gregory-j-baker force-pushed the snyk-upgrade-e1ee3a87417b9e588100713752cfd8f2 branch from 44f20e6 to 9d3af1f Compare June 3, 2024 10:33
@gregory-j-baker gregory-j-baker merged commit 6d72134 into main Jun 3, 2024
3 checks passed
@gregory-j-baker gregory-j-baker deleted the snyk-upgrade-e1ee3a87417b9e588100713752cfd8f2 branch June 3, 2024 10:33
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

3 participants