* master:
Sort import in alphabetical order (#238)
Separate external, monorepo and internal imports (#237)
Allow `enter` to create new transaction when focused on `cleared` column (#234)
Enforce linting in loot-design (#233)
style: run linter (#232)
refactor: create index.js for aql directory (#68)
Revert "build: update yarn.lock" (#230)
Fix handling of -0 in budget summary (#229)
Update bug-report.yml (#228)
This reverts commit ae8ef2674f.
Revert "Merge pull request #204 from TomAFrench/yarn-workspace-dependencies"
This reverts commit b0ed8d5149, reversing
changes made to 5505a1439a.
* master:
fix: use correct comment style
build: remove patch-package dependency from loot-design
Conditionally set MSYS
build: update yarn.lock
build: use workspace ranges for monorepo dependencies
changes needed to build on windows
* master: (24 commits)
refactor: sort imports in desktop-client alphabetically
chore: remove unused imports from desktop-client
adm-zip to 0.5.6
style: prettify .eslintrc.js
build: make eslint-plugin-prettier a dependency of desktop-client
ci: lint desktop-client in CI
style: fix or silence linting errors in desktop-client
chore: update remaining test scripts
github fix indentation in issue template
github: update issue template
fix: correct some re-exports which were breaking things
fix: stop trying to transform node_modules
fix: stop the web tests from running in node environment
fix: add ts-jest presets which are equivalent to the old `transform` properties
fix: add esModuleInterop so that the default imports issue goes away
fix: stop typechecking javascript files
chore: allow mobile package to pass with no tests
build: replace babel-jest with ts-jest
Update bug-report.yml
Addition: Issue template
...
* master:
style: apply prettier fixes
style: switch prettier to enforce single quotes
style: enforce prettier rules in linter
chore: silence erroneous warning for missing moment.js install
fix: revert remaining changed weights
fix: revert changes to weights and pin fast-check version to 2.13.0
test: make all frequency weights be integer values
* master: (39 commits)
fix: correct import of merkle in test
chore: move snapshot to new dir
refactor: move crdt files into separate directory
revert: revert pruning of svg imports
style: nicer re-exporting syntax
refactor: remove unused imports
chore: update package scripts to take advantage of yarn v3
build: add missing eslint dependency to loot-core
build: add cross-env dependency to desktop-client package.json
build: remove deprecated nohoist settings and prevent hoisting of mobile dependencies
fix: move downshift patch to monorepo root
CI: update CI definition to use yarn v3
fix: wrap glob in quotes so that it's properly passed to npm-run-all
chore: update root yarn scripts to use `workspace` command instead of cd
chore: fix broken builds
chore: update to yarnv3 and fix missing packages preventing install
Force react-error-overlay to 6.0.9 to fix error
Add docs for building for windows (contributed by @ejmurra)
add: tsconfig.json
build: replace jwl-dev-utils with react-dev-utils
...
* master:
fix: correct import of merkle in test
chore: move snapshot to new dir
refactor: move crdt files into separate directory
revert: revert pruning of svg imports
style: nicer re-exporting syntax
refactor: remove unused imports
chore: update package scripts to take advantage of yarn v3
build: add missing eslint dependency to loot-core
build: add cross-env dependency to desktop-client package.json
build: remove deprecated nohoist settings and prevent hoisting of mobile dependencies
fix: move downshift patch to monorepo root
CI: update CI definition to use yarn v3
fix: wrap glob in quotes so that it's properly passed to npm-run-all
chore: update root yarn scripts to use `workspace` command instead of cd
chore: fix broken builds
chore: update to yarnv3 and fix missing packages preventing install
Force react-error-overlay to 6.0.9 to fix error
Add docs for building for windows (contributed by @ejmurra)
add: tsconfig.json
* master: (43 commits)
build: move dev dependencies from dependencies array and remove unused dependencies
build: fix offical node version to 16.15.0
chore: delete unused directory `browser/build`
docs: remove holiday text from README
build: update downshift patch to match installed version
style: revert to using var to minimise diff
style: replace var with const
fix: enforce proper length constraints on timestamp counter and node id
test: fix test to properly pass in invalid inputs individually
ci: re-add runner os specific caches
ci: turn boilerplate into composite action
ci: only build electron app on master
docs: add comment explaining how to reactivate code signing
build: remove signing config
ci: avoid attempting to get CSC_KEY_PASSWORD interactively in github actions
ci: always use bash as the shell
ci: cache node_modules per runner os
ci: avoid duplicate linting in CI
ci: add electron build to CI
ci: build api and web packages in CI
...