Skip to content

chore(deps): bump mathjs from 14.5.2 to 14.5.3 #1928

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

Merged
merged 1 commit into from
Jul 8, 2025

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Jul 7, 2025

Bumps mathjs from 14.5.2 to 14.5.3.

Changelog

Sourced from mathjs's changelog.

2025-07-02, 14.5.3

  • Fix: #2199 parse non-breaking white space   as white space (#3487). Thanks donmccurdy.
  • Fix: refine the type definitions of scope (#3490). Thanks @​JayChang4w.
  • Fix: #3493 type definitions of unit(number) (#3495). Thanks @​mrft.
  • Fix: #3494 type definitions not supporting unit.to(unit) (#3495). Thanks @​mrft.
  • Fix: #3499 refine type definitions of add and multiply to not allow zero or one argument (#3495). Thanks @​mrft.
Commits
  • fc984ba chore: publish v14.5.3
  • e939a73 chore: update devDependencies
  • 56032da Merge remote-tracking branch 'origin/develop' into develop
  • 2b8ecc4 chore: update history
  • 09f6da9 fix: #3493 #3499 #3494 type definitions of unit(number), for add and `mul...
  • caa67e8 chore: update history and authors files
  • d089378 fix: refine the type definitions of scope (#3490)
  • 2bb6784 docs: let the custom set method return the right map in the example `custom...
  • a8eb188 chore: drop testing Node 18, add testing on Node 24
  • 7933089 chore: update HISTORY.md
  • 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 show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @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)

Summary by Sourcery

Upgrade mathjs from v14.5.2 to v14.5.3 to incorporate parsing and type definition fixes

Bug Fixes:

  • Parse non-breaking whitespace ( ) as valid whitespace when parsing expressions
  • Refine TypeScript definitions for scope, unit(number), unit.to(unit), add, and multiply functions

Build:

  • Bump mathjs dependency from 14.5.2 to 14.5.3

@dependabot dependabot bot added dependencies Pull requests that update a dependency file npm npm package updates (e.g. dependabot) labels Jul 7, 2025
@github-actions github-actions bot enabled auto-merge July 7, 2025 20:54
@Junjiequan
Copy link
Member

@dependabot rebase

Copy link
Contributor Author

dependabot bot commented on behalf of github Jul 8, 2025

The base commit for this pull request has not changed.

Bumps [mathjs](https://github.com/josdejong/mathjs) from 14.5.2 to 14.5.3.
- [Changelog](https://github.com/josdejong/mathjs/blob/develop/HISTORY.md)
- [Commits](josdejong/mathjs@v14.5.2...v14.5.3)

---
updated-dependencies:
- dependency-name: mathjs
  dependency-version: 14.5.3
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <[email protected]>
@Junjiequan Junjiequan force-pushed the dependabot/npm_and_yarn/mathjs-14.5.3 branch from 4aff28e to 0ccdc2f Compare July 8, 2025 08:33
@github-actions github-actions bot merged commit 67dca62 into master Jul 8, 2025
7 of 8 checks passed
@github-actions github-actions bot deleted the dependabot/npm_and_yarn/mathjs-14.5.3 branch July 8, 2025 08:41
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 npm npm package updates (e.g. dependabot)
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant