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 markmap-lib from 0.14.4 to 0.15.0 #119

Closed

Conversation

DynamicApproach
Copy link
Owner

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


Snyk has created this PR to upgrade markmap-lib from 0.14.4 to 0.15.0.

ℹ️ 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 11 versions ahead of your current version.
  • The recommended version was released 21 days ago, on 2023-07-16.
Release notes
Package name: markmap-lib
  • 0.15.0 - 2023-07-16

    Features

    • Added offline mode for the downloaded HTML so it could work without Internet connection
    • Added custom URL builder to easily switch between different CDNs or self-hosted assets
    • Switched from Prism.js to highlight.js for better esm/bundler support

    Breaking Changes

    • Dropped CJS for markmap-view and markmap-cli

    Toolbar

    // Old
    const el = Toolbar.create(mm);

    // Now
    const toolbar = Toolbar.create(mm);
    const { el } = toolbar;




  • 0.15.0-alpha.0 - 2023-07-09


  • 0.14.5-alpha.24 - 2023-07-15


  • 0.14.5-alpha.22 - 2023-07-15


  • 0.14.5-alpha.21 - 2023-07-15


  • 0.14.5-alpha.19 - 2023-07-15


  • 0.14.5-alpha.18 - 2023-07-15


  • 0.14.5-alpha.17 - 2023-07-14


  • 0.14.5-alpha.16 - 2023-07-14


  • 0.14.5-alpha.15 - 2023-07-14


  • 0.14.5-alpha.13 - 2023-07-13


  • 0.14.4 - 2023-02-05

    v0.14.4




from markmap-lib GitHub release notes

Commit messages
Package name: markmap-lib
  • 9c13bae v0.15.0
  • 0662fcb fix: add tests for transformer
  • 08dd40c fix: cache js and css by url
  • a81685e fix: patch preloadScripts before loading
  • 04afb38 feat: add url builder to Transformer
  • fb81f2c fix: switch from prismjs to highlight.js
  • 0531c4a fix: render toolbar on create
  • 599a058 chore: update to d3@7, drop cjs for markmap-view
  • 44c9639 fix: fix data update in CLI
  • 0d6a717 fix: set options partially
  • 33e8294 refactor: improve types
  • 1fe26c8 feat: add offline support
  • 55382ab fix: add toolbar for autoloader
  • 4024b67 fix: add back the button to toggle nodes recursively
  • b44f161 feat: add option to toggle nodes recursively
  • daa2948 fix: rerender toolbar on item change
  • dd942a8 fix: fix esm import for prism
  • b5f52d3 fix: toggle nodes recursively on ctrl pressed
  • 4c93c5a fix: use bold for <strong>
  • 3443109 fix: fix active line index with frontmatter
  • c3207d2 chore: rename esm files to .mjs
  • 7a9914a feat: allow switching to a faster CDN
  • 2ad059a chore: migrate to pnpm workspace
  • 337f623 Disable mousedown events for circles

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

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.

2 participants