APTG / dedx_web

Web interface for libdedx library
https://aptg.github.io/web/
GNU General Public License v3.0
3 stars 2 forks source link

Bump convert-units from 3.0.0-beta.2 to 3.0.0-beta.6 #298

Open dependabot[bot] opened 6 months ago

dependabot[bot] commented 6 months ago

Bumps convert-units from 3.0.0-beta.2 to 3.0.0-beta.6.

Release notes

Sourced from convert-units's releases.

Version 3.0.0-beta.6

General

  • Add .js to all import statements to better support esm modules
  • Fixed some styling issues
  • Refactor package so that measures can be imported/required independantly
  • Move definitions index.ts file to all.ts
  • Remove measure export from all.ts
  • Fix import statements in tests
  • Update tsconfig configs so that types are included in their own folder inside
  • Update package.json to better support esm and typescript package requirements
  • Replace ts-ignore with ts-expect-error in tests

Measures

  • Add mil/mils as imperial length unit (1/1000th of an inch)
  • Fixed Kelvin singular and plural values
  • Add Ws (Watt-second) and Wm (Watt-minute)
  • Add mH2O and mmHg pressure conversions
  • Add torque
  • Add kilogram-force to force
  • Add stones
  • Add calorie and kcalorie as new nutritional energy units

Development

  • Update development dependencies
  • Update node versions for ci runner

Version 3.0.0-beta.5

General

  • Add TS github action which will now run on PRs
  • Updated dev packages to latest verions (#674af3d)
  • Add contributing document

Measures

  • Add in/hr and mm/hr to Speed
  • Add lb/h, lb/h, kg/h, kg/s, and mt/h to Mass Flow Rate
  • Fix Digital measures to use base 10 instead of base 2

Version 3.0.0-beta.4

General

  • Fixed toBest so that it correctly handles negative numbers
  • Fixed a couple spelling mistakes

Measures

  • Add MJ and GJ to Energy
  • Add Ml and Gl to Volume

Version 3.0.0-beta.3

General

  • Add system option to toBest method

... (truncated)

Commits


Dependabot compatibility score

You can trigger a rebase of this PR 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 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)

Note Automatic rebases have been disabled on this pull request as it has been open for over 30 days.