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

Bump katex from 0.11.1 to 0.15.1 #23683

Closed
wants to merge 1 commit into from

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Nov 10, 2021

Bumps katex from 0.11.1 to 0.15.1.

Release notes

Sourced from katex's releases.

v0.15.1

0.15.1 (2021-10-31)

Features

v0.15.0

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.

v0.14.1

0.14.1 (2021-10-30)

Bug Fixes

v0.14.0

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'

... (truncated)

Changelog

Sourced from katex's changelog.

0.15.1 (2021-10-31)

Features

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)

Bug Fixes

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)

... (truncated)

Commits
  • f5622a4 chore(release): 0.15.1 [ci skip]
  • 52c4778 feat: \nonumber/\notag support, \tag per row of {align} (#2952)
  • a59135f chore(release): 0.15.0 [ci skip]
  • 40109f6 feat: implement \relax as no-op function (#3384)
  • a12b899 chore(deps): update dependency webpack-dev-server to v4.4.0 [skip netlify] (#...
  • b2ee023 chore(release): 0.14.1 [ci skip]
  • b58a432 fix(Settings): use schema (#3375)
  • 23b3950 chore(release): 0.14.0 [ci skip]
  • 15ee9b4 feat: conditionally export ECMAScript modules (#3377)
  • a28b2f0 chore(release): 0.13.24 [ci skip]
  • Additional commits viewable in compare view

Dependabot compatibility score

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually 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 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)

@dependabot dependabot bot added dependencies Pull requests that update a dependency file javascript Pull requests that update Javascript code labels Nov 10, 2021
@CLAassistant
Copy link

CLAassistant commented Dec 17, 2021

CLA assistant check
All committers have signed the CLA.

@dependabot dependabot bot force-pushed the dependabot/npm_and_yarn/katex-0.15.1 branch 5 times, most recently from 55900da to aa76832 Compare January 5, 2022 00:51
@dependabot dependabot bot force-pushed the dependabot/npm_and_yarn/katex-0.15.1 branch 5 times, most recently from e7e7f39 to a6e2a23 Compare January 10, 2022 21:32
@dependabot dependabot bot force-pushed the dependabot/npm_and_yarn/katex-0.15.1 branch 10 times, most recently from 8f1b8b3 to 4bc4343 Compare January 21, 2022 18:13
@dependabot dependabot bot force-pushed the dependabot/npm_and_yarn/katex-0.15.1 branch 4 times, most recently from 96fc367 to 11b6d96 Compare January 26, 2022 16:56
@dependabot dependabot bot force-pushed the dependabot/npm_and_yarn/katex-0.15.1 branch 3 times, most recently from 371e1df to ee6766f Compare February 1, 2022 01:00
@dependabot dependabot bot force-pushed the dependabot/npm_and_yarn/katex-0.15.1 branch 10 times, most recently from 5767eb0 to a22dfdc Compare February 14, 2022 17:56
@dependabot dependabot bot force-pushed the dependabot/npm_and_yarn/katex-0.15.1 branch 7 times, most recently from d8da2b0 to d4e4365 Compare February 17, 2022 11:30
Bumps [katex](https://github.com/KaTeX/KaTeX) from 0.11.1 to 0.15.1.
- [Release notes](https://github.com/KaTeX/KaTeX/releases)
- [Changelog](https://github.com/KaTeX/KaTeX/blob/main/CHANGELOG.md)
- [Commits](KaTeX/KaTeX@v0.11.1...v0.15.1)

---
updated-dependencies:
- dependency-name: katex
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot force-pushed the dependabot/npm_and_yarn/katex-0.15.1 branch from d4e4365 to f59e7ef Compare February 17, 2022 19:24
@dependabot @github
Copy link
Contributor Author

dependabot bot commented on behalf of github Feb 17, 2022

OK, I won't notify you again about this release, but will get in touch when a new version is available. If you'd rather skip all updates until the next major or minor version, let me know by commenting @dependabot ignore this major version or @dependabot ignore this minor version. You can also ignore all major, minor, or patch releases for a dependency by adding an ignore condition with the desired update_types to your config file.

If you change your mind, just re-open this PR and I'll resolve any conflicts on it.

@dependabot dependabot bot deleted the dependabot/npm_and_yarn/katex-0.15.1 branch February 17, 2022 19:32
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.

3 participants