Commit e16fc96
committed
feat: migrate to Next.js 16, React 19, and BiomeJS
- Update `next` to 16.0.7, `react`/`react-dom` to 19.2.1.
- Replace ESLint and Prettier with BiomeJS.
- Migrate codebase to handle Next.js 16 breaking changes (async `params` in pages and routes).
- Fix TypeGraphQL decorator issues with Biome parser options.
- Update tests to support React 19 and new config.
- Fix various linting and formatting issues identified by Biome.1 parent dcd8f23 commit e16fc96
File tree
387 files changed
+40815
-47517
lines changed- src
- app
- (authenticated)
- customers
- expenses
- inventory
- [view]
- [id]
- components
- item/[itemId]
- components
- scan
- invoices
- [invoiceId]
- invoice-status
- products
- reports
- settings
- categories
- danger-zone
- templates
- (public)
- login
- _api
- import-export
- exporters
- _components
- _hooks
- api
- [[...slug]]
- download
- upload
- backend
- api
- auth
- [action]
- graphql
- attachments
- auth
- customers
- expenses
- inventory
- invoices
- products
- receipt
- reports
- system
- cqrs
- generate-invoice-html
- generate-pdf
- entities
- events
- cron
- delivery/status
- invoice
- later
- pdf
- send
- receipt
- prompts
- template
- repositories
- attachment
- customer
- email
- expense
- inventory-item
- inventory-location
- inventory-type
- invoice
- product
- session
- settings
- time-based-job
- services
- file-storage.service
- invoice-generators
- common
- test
- stack
- build-index
- local
- initialize
- definitions
- queue
- tools/eslint/eslint-plugin-type-graphql
Some content is hidden
Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.
387 files changed
+40815
-47517
lines changedThis file was deleted.
This file was deleted.
This file was deleted.
This file was deleted.
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
| 1 | + | |
| 2 | + | |
| 3 | + | |
| 4 | + | |
| 5 | + | |
| 6 | + | |
| 7 | + | |
| 8 | + | |
| 9 | + | |
| 10 | + | |
| 11 | + | |
| 12 | + | |
| 13 | + | |
| 14 | + | |
| 15 | + | |
| 16 | + | |
| 17 | + | |
| 18 | + | |
| 19 | + | |
| 20 | + | |
| 21 | + | |
| 22 | + | |
| 23 | + | |
| 24 | + | |
| 25 | + | |
| 26 | + | |
| 27 | + | |
| 28 | + | |
| 29 | + | |
| 30 | + | |
| 31 | + | |
| 32 | + | |
| 33 | + | |
| 34 | + | |
| 35 | + | |
| 36 | + | |
| 37 | + | |
| 38 | + | |
| 39 | + | |
| 40 | + | |
| 41 | + | |
| 42 | + | |
| 43 | + | |
| 44 | + | |
| 45 | + | |
| 46 | + | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
17 | 17 | | |
18 | 18 | | |
19 | 19 | | |
20 | | - | |
21 | | - | |
22 | | - | |
23 | | - | |
24 | | - | |
25 | | - | |
| 20 | + | |
26 | 21 | | |
27 | 22 | | |
28 | | - | |
| 23 | + | |
| 24 | + | |
| 25 | + | |
29 | 26 | | |
30 | 27 | | |
31 | 28 | | |
0 commit comments