|
1 | 1 | # @codeimage/app |
2 | 2 |
|
| 3 | +## 1.10.0 |
| 4 | + |
| 5 | +### Minor Changes |
| 6 | + |
| 7 | +- [#685](https://github.com/riccardoperra/codeimage/pull/685) [`22b1ca8`](https://github.com/riccardoperra/codeimage/commit/22b1ca841bc709909818164323f7bf59733938ff) Thanks [@riccardoperra](https://github.com/riccardoperra)! - [#685](https://github.com/riccardoperra/codeimage/issues/685) Refactor codebase to use latest stack |
| 8 | + |
| 9 | + CodeImage tech stack will be upgraded with latest modern versions |
| 10 | + - General workspace upgrades |
| 11 | + - [x] Eslint -> Oxlint |
| 12 | + - [x] Prettier -> Oxlint |
| 13 | + - [x] pnpm 6 -> pnpm 10 |
| 14 | + - @codeimage/app |
| 15 | + - [x] Vite 5.4 -> Vite 8 |
| 16 | + - [x] Solid 1.6 -> 1.9 |
| 17 | + - @codeimage/api |
| 18 | + - [x] Fastify 4.18.0 -> 5.8.2 |
| 19 | + - [x] Prisma 4.15 -> 7.5.0 https://github.com/riccardoperra/codeimage/pull/688 |
| 20 | + - [x] TypeScript 5.3 -> 6.0.2 https://github.com/riccardoperra/codeimage/pull/687 |
| 21 | + - [x] Tsup -> Tsdown |
| 22 | + - [x] Vitest 0.31.4 -> 4.1.0 |
| 23 | + - codeimage/website |
| 24 | + - [x] solid-start 0.2.26 -> TanStack Start (SSG) |
| 25 | + - [x] Vite 3.2 -> Vite 8 |
| 26 | + - @codeimage/{config,locale,atomic-state,highlight} |
| 27 | + - [x] Vite 3.2 -> Vite 8 |
| 28 | + - [x] Vitest 0.26.2 -> 4.1.0 |
| 29 | + - [x] TypeScript 5.3.2 -> 6.0.2 |
| 30 | + - [x] Rollup 2.79.2 -> tsdown |
| 31 | + - [x] prettier 2.8 -> prettier 3.8 (application logic for code formatting into canvas) |
| 32 | + - @codeimage/ui |
| 33 | + - [x] Vite 3.2.5 -> Vite 8 |
| 34 | + - [x] Rollup 2.79 -> 4.60.0 |
| 35 | + - [x] vanilla-extract latest versions |
| 36 | + |
| 37 | +### Patch Changes |
| 38 | + |
| 39 | +- [#685](https://github.com/riccardoperra/codeimage/pull/685) [`0a6bbf9`](https://github.com/riccardoperra/codeimage/commit/0a6bbf97a1692e73daa51449a76ae32388ffcbaa) Thanks [@riccardoperra](https://github.com/riccardoperra)! - Update to TypeScript 6.0 |
| 40 | + |
| 41 | +- Updated dependencies [[`22b1ca8`](https://github.com/riccardoperra/codeimage/commit/22b1ca841bc709909818164323f7bf59733938ff), [`0a6bbf9`](https://github.com/riccardoperra/codeimage/commit/0a6bbf97a1692e73daa51449a76ae32388ffcbaa), [`9d17f94`](https://github.com/riccardoperra/codeimage/commit/9d17f945b8074dab4bb172106f5478122a90458a)]: |
| 42 | + - @codeimage/prisma-models@0.1.0 |
| 43 | + - @codeimage/atomic-state@1.1.0 |
| 44 | + - @codeimage/dom-export@1.12.0 |
| 45 | + - @codeimage/highlight@0.12.0 |
| 46 | + - @codeimage/config@10.0.0 |
| 47 | + - @codeimage/locale@0.8.0 |
| 48 | + - @codeimage/ui@0.11.0 |
| 49 | + - @codeimage/api@0.6.0 |
| 50 | + |
3 | 51 | ## 1.9.1 |
4 | 52 |
|
5 | 53 | ### Patch Changes |
|
0 commit comments