iv-org / invidious.io

The Invidious.io website
https://invidious.io
64 stars 25 forks source link

Bump katex from 0.13.13 to 0.15.1 #31

Closed dependabot[bot] closed 2 years ago

dependabot[bot] commented 2 years ago

Bumps katex from 0.13.13 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'
import 'katex/dist/contrib/[name].mjs' import 'katex/contrib/[name]'

... (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[bot] commented 2 years ago

Superseded by #45.