Skip to content

Commit a6652e9

Browse files
committed
docs(changeset): #685 Refactor codebase to use latest stack
Signed-off-by: riccardoperra <riccardo.perra@icloud.com>
1 parent 855b0b9 commit a6652e9

File tree

1 file changed

+53
-0
lines changed

1 file changed

+53
-0
lines changed

.changeset/busy-stamps-shave.md

Lines changed: 53 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,53 @@
1+
---
2+
"@codeimage/prisma-models": minor
3+
"@codeimage/atomic-state": minor
4+
"@codeimage/dom-export": minor
5+
"@codeimage/highlight": minor
6+
"@codeimage/config": minor
7+
"@codeimage/locale": minor
8+
"@codeimage/app": minor
9+
"@codeimage/ui": minor
10+
"@codeimage/api": minor
11+
---
12+
13+
#685 Refactor codebase to use latest stack
14+
15+
CodeImage tech stack will be upgraded with latest modern versions
16+
17+
- General workspace upgrades
18+
19+
- [x] Eslint -> Oxlint
20+
- [x] Prettier -> Oxlint
21+
- [x] pnpm 6 -> pnpm 10
22+
23+
- @codeimage/app
24+
25+
- [x] Vite 5.4 -> Vite 8
26+
- [x] Solid 1.6 -> 1.9
27+
28+
- @codeimage/api
29+
30+
- [x] Fastify 4.18.0 -> 5.8.2
31+
- [x] Prisma 4.15 -> 7.5.0 https://github.com/riccardoperra/codeimage/pull/688
32+
- [x] TypeScript 5.3 -> 6.0.2 https://github.com/riccardoperra/codeimage/pull/687
33+
- [x] Tsup -> Tsdown
34+
- [x] Vitest 0.31.4 -> 4.1.0
35+
36+
- codeimage/website
37+
38+
- [x] solid-start 0.2.26 -> TanStack Start (SSG)
39+
- [x] Vite 3.2 -> Vite 8
40+
41+
- @codeimage/{config,locale,atomic-state,highlight}
42+
43+
- [x] Vite 3.2 -> Vite 8
44+
- [x] Vitest 0.26.2 -> 4.1.0
45+
- [x] TypeScript 5.3.2 -> 6.0.2
46+
- [x] Rollup 2.79.2 -> tsdown
47+
- [x] prettier 2.8 -> prettier 3.8 (application logic for code formatting into canvas)
48+
49+
- @codeimage/ui
50+
51+
- [x] Vite 3.2.5 -> Vite 8
52+
- [x] Rollup 2.79 -> 4.60.0
53+
- [x] vanilla-extract latest versions

0 commit comments

Comments
 (0)