Skip to content
This repository was archived by the owner on Jul 13, 2023. It is now read-only.

fix(deps): update dependency mathjs to v11#679

Merged
gcf-merge-on-green[bot] merged 1 commit into
googleapis:mainfrom
renovate-bot:renovate/mathjs-11.x
Jul 25, 2022
Merged

fix(deps): update dependency mathjs to v11#679
gcf-merge-on-green[bot] merged 1 commit into
googleapis:mainfrom
renovate-bot:renovate/mathjs-11.x

Conversation

@renovate-bot
Copy link
Copy Markdown
Contributor

@renovate-bot renovate-bot commented Jul 23, 2022

Mend Renovate

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
mathjs (source) ^10.0.0 -> ^11.0.0 age adoption passing confidence

Release Notes

josdejong/mathjs

v11.0.1

Compare Source

  • Fix #​2632: TypeScript issue of simplifyConstant and simplifyCore
    not having a return type defined.

v11.0.0

Compare Source

!!! BE CAREFUL: BREAKING CHANGES !!!

Breaking changes:

  • Dropped official support for IE11.
  • Upgraded to typed-function@3, see josdejong/typed-function/HISTORY.md. Thanks @​gwhitney. Most importantly:
    • Conversions now have preference over any.
    • The this variable is no longer bound to the typed function itself.
    • The properties typed.types, typed.conversions, and typed.ignore
      have been removed.
    • There are new static functions available like typed.referTo,
      typed.referToSelf, typed.addTypes, typed.addConversions.
  • Implement amended "Rule 2" for implicit multiplication (#​2370, #​2460):
    when having a division followed by an implicit multiplication, the division
    gets higher precedence over the implicit multiplication when (a) the
    numerator is a constant with optionally a prefix operator (-, +, ~),
    and (b) the denominator is a constant. For example: formerly -1 / 2 x was
    interpreted as -1 / (2 * x) and now it is interpreted as (-1 / 2) * x.
    Thanks @​gwhitney.
  • Drop elementwise matrix support for trigonometric functions, exp, log, gamma,
    square, sqrt, cube, and cbrt to prevent confusion with standard matrix
    functions (#​2440, #​2465). Instead, use math.map(matrix, fn).
    Thanks @​gwhitney.
  • Simplify: convert equivalent function calls into operators, for example,
    add(2, x) will now be simplified into 2 + x (#​2415, #​2466).
    Thanks @​gwhitney.
  • Removed the automatic conversion from number to string (#​2482).
    Thanks @​gwhitney.
  • Fix #​2412: let function diff return an empty matrix when the input contains
    only one element (#​2422).
  • Internal refactoring in the simplifyCore logic (#​2490, #​2484, #​2459).
    The function simplifyCore will no longer (partially) merge constants, that
    behavior has been moved to simplifyConstant. The combination of
    simplifyConstant and simplifyCore is still close to the old behavior
    of simplifyCore, but there are some differences. To reproduce the same
    behavior as the old simplifyCore, you can use
    math.simplify(expr, [math.simplifyCore, math.simplifyConstant]).
    Thanks to the refactoring, simplify is more thorough in reducing constants.
    Thanks @​gwhitney.
  • Disable support for splitting rest parameters in chained calculations
    (#​2485, #​2474). For example: math.chain(3).max(4, 2).done() will now throw
    an error rather than return 4, because the rest parameter of
    math.max(...number) has been split between the contents of the chain and
    the arguments to the max call. Thanks @​gwhitney.
  • Function typeOf now returns function (lowercase) for a function instead
    of Function (#​2560). Thanks @​gwhitney.

Non-breaking changes:


Configuration

📅 Schedule: Branch creation - "after 9am and before 3pm" (UTC), Automerge - At any time (no schedule defined).

🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.

Rebasing: Whenever PR is behind base branch, or you tick the rebase/retry checkbox.

🔕 Ignore: Close this PR and you won't be reminded about this update again.


  • If you want to rebase/retry this PR, click this checkbox.

This PR has been generated by Mend Renovate. View repository job log here.

@renovate-bot renovate-bot requested review from a team July 23, 2022 10:46
@trusted-contributions-gcf trusted-contributions-gcf Bot added kokoro:force-run Add this label to force Kokoro to re-run the tests. owlbot:run Add this label to trigger the Owlbot post processor. labels Jul 23, 2022
@product-auto-label product-auto-label Bot added size: xs Pull request size is extra small. api: language Issues related to the googleapis/nodejs-language API. labels Jul 23, 2022
@gcf-owl-bot gcf-owl-bot Bot removed the owlbot:run Add this label to trigger the Owlbot post processor. label Jul 23, 2022
@yoshi-kokoro yoshi-kokoro removed the kokoro:force-run Add this label to force Kokoro to re-run the tests. label Jul 23, 2022
@alexander-fenster alexander-fenster added the automerge Merge the pull request once unit tests and other checks pass. label Jul 25, 2022
@gcf-merge-on-green gcf-merge-on-green Bot merged commit ba23db6 into googleapis:main Jul 25, 2022
@gcf-merge-on-green gcf-merge-on-green Bot removed the automerge Merge the pull request once unit tests and other checks pass. label Jul 25, 2022
@renovate-bot renovate-bot deleted the renovate/mathjs-11.x branch July 25, 2022 16:20
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.

Labels

api: language Issues related to the googleapis/nodejs-language API. size: xs Pull request size is extra small.

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants