dinerojs/dinero.js
Pull Requests
Succeeded
#760
chore(deps): update dependency eslint-config-prettier to v8.10.0
Succeeded
#759
fix(toDecimal): do not append decimal string when scale is zero.
Failed
#755
chore(deps): update dependency @types/react to v18.2.19
Failed
#754
chore(deps): update dependency @microsoft/api-extractor to v7.36.4
Succeeded
#753
chore(deps): update dependency @docsearch/react to v3.5.1
Succeeded
#752
chore(deps): update dependency @docsearch/css to v3.5.1
Succeeded
#749
chore(deps): update dependency eslint-config-algolia to v20.1.0
Succeeded
#748
chore(deps): bump word-wrap from 1.2.3 to 1.2.4
Succeeded
#745
chore(deps): update dependency semver to v7.5.2 [security]
Succeeded
#744
chore(deps): bump semver from 7.3.8 to 7.5.2
Succeeded
#743
chore(deps-dev): bump vite from 2.9.13 to 2.9.16
Failed
#742
chore(deps): update babel monorepo
Succeeded
#741
chore(deps): update dependency postcss to v8.4.24
Succeeded
#740
chore(deps): update dependency husky to v8.0.3
Succeeded
#739
chore(deps): update dependency autoprefixer to v10.4.14
Succeeded
#735
docs(website): remove parenthesis from example
Succeeded
#733
chore(deps): replace dependency babel-eslint with @babel/eslint-parser 7.11.0
Succeeded
#732
fix: Update doc quick-start fixing typo on initialization example
Succeeded
#729
chore: release v2.0.0-alpha.14
Succeeded
#728
fix(isPositive): return `false` with zero
Succeeded
#727
ci: add gitHub workflows
Succeeded
#726
test: fix test/tsconfig.json extends property
Succeeded
#725
feat(createDinero): make formatter a required parameter
Succeeded
#724
fix: toDecimal formating issue with Big.js
Succeeded
#719
chore(deps): bump http-cache-semantics from 4.1.0 to 4.1.1
Succeeded
#715
test: multiply by negative number issue
Succeeded
#714
test: add VSCode launch.json for testing debug
Succeeded
#711
fix(up, down, halfUp): fix handling of numbers close to 0 and rounding of integer results
Succeeded
#709
refactor(exec): resolve/reject exit code
Succeeded
#708
refactor(monorepo): move `getBundleBanner` to `utils/` directory
Succeeded
#707
chore(deps): bump loader-utils from 1.4.0 to 1.4.2
Succeeded
#706
ci: update Docker image
Succeeded
#705
ci: add github action workflow
Succeeded
#704
build: add .next to turbo outputs
Succeeded
#703
chore(deps): bump loader-utils from 1.4.1 to 1.4.2
Succeeded
#702
chore: release v2.0.0-alpha.13
Succeeded
#701
feat: calculator-bn.js
Succeeded
#699
build: refine project references
Succeeded
#698
build: configure lint-staged for website
Succeeded
#696
refactor(core): add createCalculator
Succeeded
#694
refactor: move constants into closures
Succeeded
#693
fix(toDecimal): preserve negative sign for leading zeros
Succeeded
#691
chore: release v2.0.0-alpha.12
Succeeded
#690
fix: teach toDecimal how to handle negative units
Succeeded
#689
chore: release v2.0.0-alpha.11
Succeeded
#688
chore(deps): bump decode-uri-component from 0.2.0 to 0.2.2
Succeeded
#687
ci: test github action
Succeeded
#686
build: stop linting and formatting lib
Succeeded
#682
build: add explicit return types
Succeeded
#680
refactor: api-extractor config
Build Activity
Succeeded
#330937
build: move test-utils to package
Succeeded
#330921
fix: re-enable import/no-named-as-default in tests
Succeeded
#330910
fix: re-enable import/no-named-as-default in tests
Succeeded
#330903
fix: re-enable import/no-named-as-default in tests
Succeeded
#330900
fix: re-enable import/no-named-as-default in tests
Succeeded
#329004
fix: re-enable import/no-named-as-default in tests
Succeeded
#328993
refactor: prevent docs route from loading tsconfig The new tsconfig file in the packages directory was causing an error because the docs route was trying to load it as a package. This fixes the issue, but not very elegantly.
Succeeded
#328806
chore: update dinero.js api test tsconfig Extending the `packages/dinero.js/tsconfig.json` caused an eslint no unresolved error. I think it has to do with some of the `compilerOptions` in the package level tsconfig. So I just extended the one in the `...
Succeeded
#328161
refactor: prevent docs route from loading tsconfig The new tsconfig file in the packages directory was causing an error because the docs route was trying to load it as a package. This fixes the issue, but not very elegantly.
Succeeded
#326408
refactor: prevent docs route from loading tsconfig The new tsconfig file in the packages directory was causing an error because the docs route was trying to load it as a package. This fixes the issue, but not very elegantly.
Succeeded
#325975
chore: delete build artifact
Succeeded
#325971
refactor: prevent docs route from loading tsconfig The new tsconfig file in the packages directory was causing an error because the docs route was trying to load it as a package. This fixes the issue, but not very elegantly.
Succeeded
#325961
build: refine project references After reading an article from Shopify and how they implemented ts project references, I learned a few things I wanted to apply. It should specifically speed up VSCode, and possibly any program using the ts lsp. [refere...
Succeeded
#325957
build: refine project references After reading an article from Shopify and how they implemented ts project references, I learned a few things I wanted to apply. It should specifically speed up VSCode, and possibly any program using the ts lsp. [refere...
Succeeded
#325641
build: refine project references After reading an article from Shopify and how they implemented ts project references, I learned a few things I wanted to apply. It should specifically speed up VSCode, and possibly any program using the ts lsp. [refere...
Succeeded
#325640
build: refine project references After reading an article from Shopify and how they implemented ts project references, I learned a few things I wanted to apply. It should specifically speed up VSCode, and possibly any program using the ts lsp. [refere...
Succeeded
#325639
build: refine project references After reading an article from Shopify and how they implemented ts project references, I learned a few things I wanted to apply. It should specifically speed up VSCode, and possibly any program using the ts lsp. [refere...
Succeeded
#325636
build: refine project references After reading an article from Shopify and how they implemented ts project references, I learned a few things I wanted to apply. It should specifically speed up VSCode, and possibly any program using the ts lsp. [refere...
Succeeded
#325627
build(tsc): update test:types script To use the project references the command `tsc -b` needs to be used, not `tsc --noEmit`. It will build the declarations, but will output to the lib folders in all the relevant packages, which are ignored from git
Succeeded
#325626
build: refine project references After reading an article from Shopify and how they implemented ts project references, I learned a few things I wanted to apply. It should specifically speed up VSCode, and possibly any program using the ts lsp. [refere...
Succeeded

dinerojs/dinero.js    #330937

Started • duration: 01:32
johnhooks opened pull request #699 to main
Loading Sandboxes...
Loading Packages...
Loading Install Instructions...
Finished!
Loading...