Thebora Kompanioni
79915db774
build(deps): update dependencies and fix eslint violations ( #1230 )
...
* build(deps): update dependencies
@tailwindcss/vite 4.2.2 → 4.2.4
@tanstack/eslint-plugin-query 5.99.0 → 5.100.1
@tanstack/react-query 5.99.0 → 5.100.1
prettier-plugin-tailwindcss 0.7.2 → 0.7.3
react-i18next 17.0.2 → 17.0.4
react-router-dom 7.14.1 → 7.14.2
tailwindcss 4.2.2 → 4.2.4
typescript 6.0.2 → 6.0.3
@scure/bip32 2.0.1 → 2.2.0
@scure/bip39 2.0.1 → 2.2.0
eslint-plugin-react-hooks 7.0.1 → 7.1.1
lucide-react 1.8.0 → 1.9.0
react-hook-form 7.72.1 → 7.73.1
typescript-eslint 8.58.2 → 8.59.0
* chore(build): fix violations after eslint plugin updates
* chore: check window availability in useIsMobile
* build(deps): update dependencies
@tanstack/eslint-plugin-query 5.100.1 → 5.100.6
@tanstack/react-query 5.100.1 → 5.100.6
prettier-plugin-tailwindcss 0.7.3 → 0.7.4
react-i18next 17.0.4 → 17.0.6
typescript-eslint 8.59.0 → 8.59.1
* build(deps): update dependencies
jsdom 29.0.2 → 29.1.0
lucide-react 1.9.0 → 1.13.0
prettier-plugin-tailwindcss 0.7.4 → 0.8.0
react-hook-form 7.73.1 → 7.74.0
* build(ci): check format
* chore(ci): run pipeline for master and devel
2026-04-29 10:07:37 +02:00
theborakompanioni
8378f5c8f1
chore(ci): fix playwright version in ci
2026-04-09 20:29:48 +02:00
theborakompanioni
86eec0ddd0
chore(build): min node version is 24.11.1
2026-04-09 20:29:47 +02:00
theborakompanioni
f6011108a3
chore(ci): cleanup build action
2026-04-09 20:29:47 +02:00
Nischal Shetty
3e1b4b80b5
initialize Jam V2
...
Co-authored-by: theborakompanioni <theborakompanioni+github@gmail.com>
2026-04-09 20:29:28 +02:00
theborakompanioni
92bf282aa7
ci: run build and codeql on v2
2025-06-17 18:38:02 +02:00
Thebora Kompanioni
72d2c7d152
build: update node version ( #866 )
...
* build(deps): require node >=v22.11.0
* chore(build): add .nvmrc
2024-10-31 10:00:41 +01:00
Thebora Kompanioni
bbf72b993a
chore(i18n): remove unused translations ( #832 )
...
* chore(i18n): remove unused translations
* test(settings): verify link and button texts
* ci(actions): run workflows on devel branch
* fix(api): possible referencing missing response error values
2024-09-04 11:53:41 +02:00
Thebora Kompanioni
88ed96ffb4
ci(deps): update codeql actions from v2 to v3 ( #763 )
2024-05-22 15:34:31 +05:30
Thebora Kompanioni
82f2ae730f
build(deps): update dependencies ( #757 )
...
* build(deps): update testing libs dependencies
@testing-library/jest-dom ^6.2.0 → ^6.4.5
@testing-library/react ^14.1.2 → ^15.0.7
@types/jest ^29.5.11 → ^29.5.12
* build(deps): update react from v18.2.0 to v18.3.1
@types/react ^18.2.47 → ^18.3.2
@types/react-dom ^18.2.18 → ^18.3.0
react ^18.2.0 → ^18.3.1
react-dom ^18.2.0 → ^18.3.1
* build(deps): update i18next lib dependencies
* ci(deps): update github actions deps
* build(deps): update bootstrap from v5.3.2 to v5.3.3
@emotion/react ^11.11.3 → ^11.11.4
bootstrap ^5.3.2 → ^5.3.3
* build(deps): update react-router-dom from v6.21.1 to v6.23.1
* build(dev-deps): update prettier from v3.1.1 to v3.2.5
2024-05-17 18:19:33 +05:30
Thebora Kompanioni
dc0e83be33
deps(workflow): update github actions to newest versions ( #552 )
2022-10-26 21:37:01 +02:00
Thebora Kompanioni
087eb0782e
deps: update dependencies ( #425 )
...
* deps: remove unused lib moving-letters
* deps: update react-bootstrap from v2.4.0 to v2.5.0-beta.1
* deps: update react-router-bootstrap from v0.26.1 to v0.26.2
* deps: update bootstrap from v5.1.3 to v5.2.0
* dev: update node from v16.11.0 to v16.16.0 in GitHub build action
* dev: harmonize options button styles on Receive and Earn page
2022-07-26 16:29:49 +02:00
Thebora Kompanioni
f32e95ac8e
dev: enable npm config engine-strict ( #197 )
...
* dev: enable engine-strict to enforce specified npm/node min versions
* dev: update npm min version from v7.0.0 to v8.0.0
* dev: update node min version from v16.0.0 to v16.11.0
2022-04-04 09:30:42 +02:00
Thebora Kompanioni
90fa57374b
test: add basic test suite ( #130 )
...
* test: add basic test for App component
* test: add basic test for Wallets component
* Debug log only in dev env (spare test environment)
* ci: enable tests in GitHub build workflow
Co-authored-by: Dennis Reimann <mail@dennisreimann.de>
2022-03-03 11:04:31 +01:00
d11n
eb59bd7b76
Add build workflow ( #25 )
...
* Add build workflow
Perform the lint, test and build tasks on master and pull requests targeting master.
* Format CSS file
* Exclude non-existing tests for now
2022-01-27 15:51:00 +01:00
d11n
d2e81c9b6a
Create codeql-analysis.yml
2022-01-04 14:29:28 +01:00