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 katex from 0.12.0 to 0.15.2 #2

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

snyk-bot
Copy link

Snyk has created this PR to upgrade katex from 0.12.0 to 0.15.2.

merge advice
ℹ️ 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 29 versions ahead of your current version.
  • The recommended version was released a month ago, on 2022-01-12.
Release notes
Package name: katex
  • 0.15.2 - 2022-01-12

    0.15.2 (2022-01-12)

    Bug Fixes

  • 0.15.1 - 2021-10-31

    0.15.1 (2021-10-31)

    Features

  • 0.15.0 - 2021-10-31

    0.15.0 (2021-10-31)

    Features

    BREAKING CHANGES

    • \relax is now implemented as a function. It'll stop expansions and parsing, so the behavior around \relax may change. For example, \kern2\relax em will no longer work.
  • 0.14.1 - 2021-10-30

    0.14.1 (2021-10-30)

    Bug Fixes

  • 0.14.0 - 2021-10-30

    0.14.0 (2021-10-30)

    Features

    BREAKING CHANGES

    • With module loaders that support conditional exports and ECMAScript modules, import katex from 'katex'; will import the ECMAScript module.

    You can now use:

    Before After
    require('katex/dist/contrib/[name].js') require('katex/contrib/[name]')
    import katex from 'katex/dist/katex.mjs' import katex from 'katex'
    import 'katex/dist/contrib/[name].mjs' import 'katex/contrib/[name]'
  • 0.13.24 - 2021-10-30

    0.13.24 (2021-10-30)

    Bug Fixes

  • 0.13.23 - 2021-10-30

    0.13.23 (2021-10-30)

    Bug Fixes

    • fonts: correct width of \cong glyph, fix \boldsymbol{\cong} (#3206) (35db4ff), closes #2199
  • 0.13.22 - 2021-10-30

    0.13.22 (2021-10-30)

    Bug Fixes

    • deps: update dependency commander to v8 [skip netlify] (#3374) (4df1922)
  • 0.13.21 - 2021-10-29

    0.13.21 (2021-10-29)

    Bug Fixes

    • fonts: fix the timestamp of fonts to the epoch (#3370) (dde05db)
  • 0.13.20 - 2021-10-26

    0.13.20 (2021-10-26)

    Performance Improvements

  • 0.13.19 - 2021-10-26
  • 0.13.18 - 2021-09-02
  • 0.13.17 - 2021-09-01
  • 0.13.16 - 2021-08-28
  • 0.13.14 - 2021-08-28
  • 0.13.13 - 2021-07-21
  • 0.13.12 - 2021-07-21
  • 0.13.11 - 2021-05-14
  • 0.13.10 - 2021-05-12
  • 0.13.9 - 2021-05-07
  • 0.13.8 - 2021-05-06
  • 0.13.7 - 2021-05-06
  • 0.13.6 - 2021-05-06
  • 0.13.5 - 2021-05-02
  • 0.13.4 - 2021-05-02
  • 0.13.3 - 2021-04-24
  • 0.13.2 - 2021-04-06
  • 0.13.1 - 2021-04-05
  • 0.13.0 - 2021-03-09
  • 0.12.0 - 2020-07-12
from katex GitHub release notes

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.

1 participant