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

fix(deps): update dependency mathjs to v12 #4765

Merged

Conversation

renovate-bot
Copy link
Contributor

Mend Renovate

This PR contains the following updates:

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

Release Notes

josdejong/mathjs (mathjs)

v12.0.0

Compare Source

Breaking changes:

  • Fix #​2879, #​2927, #​3014: change the confusing interface of eigs (#​3037),
    thanks @​gwhitney.
    Before, functions eigs returned an object:
    { values: MathCollection; vectors: MathCollection }
    where vectors was a 2d matrix of which the columns contained the vectors.
    This is changed to eigs returning an object:
    {
    values: MathCollection
    eigenvectors: Array<{
    value: number | BigNumber
    vector: MathCollection
    }>
    }
    Where eigenvectors is an array containing an object with the corresponding
    eigenvalue and vector.
  • Refactored the TypeScript type definitions to make them work with a NodeNext
    module resolution (#​3079, #​2919).
    • Type MathJsStatic is renamed to MathJsInstance.
    • Type FactoryDependencies is deprecated, use MathJsFactory instead, and
      import dependency maps directly from the library.
  • Change the assignment operator of .toTex() output from := to = (see
    #​2980, #​2987).
  • Drop official support for Node.js 14 and 16.

Features:

Fixes:


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, check this box

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

@renovate-bot renovate-bot requested review from yoshi-approver and a team as code owners October 26, 2023 11:01
@dpebot
Copy link
Collaborator

dpebot commented Oct 26, 2023

/gcbrun

@dpebot
Copy link
Collaborator

dpebot commented Oct 26, 2023

/gcbrun

@dpebot
Copy link
Collaborator

dpebot commented Oct 26, 2023

/gcbrun

@dpebot
Copy link
Collaborator

dpebot commented Oct 26, 2023

/gcbrun

@dpebot
Copy link
Collaborator

dpebot commented Oct 26, 2023

/gcbrun

@forking-renovate
Copy link

Edited/Blocked Notification

Renovate will not automatically rebase this PR, because it does not recognize the last commit author and assumes somebody else may have edited the PR.

You can manually request rebase by checking the rebase/retry box above.

Warning: custom changes will be lost.

@ddelgrosso1
Copy link
Contributor

This looks like it requires Node 18+

@alexander-fenster alexander-fenster merged commit e1ca310 into googleapis:main Nov 3, 2023
12 checks passed
@release-please release-please bot mentioned this pull request Nov 3, 2023
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.

4 participants