pressbooks / pb-mathjax

A replacement for wp.com/latex.php but instead of LaTeX, it uses MathJax.
GNU General Public License v3.0
4 stars 1 forks source link

Bump fast-deep-equal from 2.0.1 to 3.1.3 #56

Closed dependabot[bot] closed 2 years ago

dependabot[bot] commented 2 years ago

Bumps fast-deep-equal from 2.0.1 to 3.1.3.

Release notes

Sourced from fast-deep-equal's releases.

v3.1.3

Update dependencies

v3.1.2

Update types (not published - use 3.1.3)

v3.1.1

Fix: missing react files in npm package

v3.1.0

Support comparing react elements by ignoring circular _owner property (borrowed from borrowed from react-fast-compare, #45, @​streamich)

v3.0.1

Updated docs

v3.0.0

Improve TypeArray, Set and Map equality to exclude pseudo-Maps etc. (#44, @​streamich)

v3.0.0-beta.2

Better performance for ES6 Maps and Sets, (@​xobotyi) Support environments without BigInt64Array.

v3.0.0-beta.1

Added es6 files to npm package Do NOT use v3.0.0-beta.0

v3.0.0-beta.0

To install:

npm install fast-deep-equal@beta

Breaking changes:

  • instances of different classes are now considered unequal
  • support for ES6 Map and Set instances
  • support for ES6 typed arrays
Commits
  • d807ffc 3.1.3
  • 50ec408 Merge pull request #67 from epoberezkin/dependabot/npm_and_yarn/nyc-15.1.0
  • 72c0e40 Merge branch 'master' into dependabot/npm_and_yarn/nyc-15.1.0
  • 4f41be7 Merge pull request #70 from epoberezkin/dependabot/npm_and_yarn/eslint-7.2.0
  • e333a17 Merge pull request #68 from epoberezkin/dependabot/npm_and_yarn/typescript-3.9.5
  • b54ca1f Merge branch 'master' into dependabot/npm_and_yarn/eslint-7.2.0
  • b6642ea chore: update travis node versions
  • 9f78ad9 build(deps-dev): bump eslint from 4.19.1 to 7.2.0
  • c65eb6e build(deps-dev): bump typescript from 2.9.2 to 3.9.5
  • 6c4c48e build(deps-dev): bump nyc from 11.9.0 to 15.1.0
  • 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)