free-coding-models 0.5.52 โ 0.5.53
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
|
@@ -0,0 +1,26 @@
|
|
|
1
|
+
# Changelog v0.5.53 - 2026-07-25
|
|
2
|
+
|
|
3
|
+
### Changed
|
|
4
|
+
- ๐ฆ **Dependabot mega-batch** โ 10 dependencies updated across 2 batched PRs (the new `groups` config in 0.5.52 worked beautifully: 10 individual PRs collapsed into 2 reviewable batches ๐ฏ).
|
|
5
|
+
|
|
6
|
+
#### ๐ง CI: GitHub Actions batch (PR #141)
|
|
7
|
+
| Action | From | To | Why |
|
|
8
|
+
|--------|------|----|----|
|
|
9
|
+
| `actions/checkout` | 4 | 7 | Node.js 24 support, safer `pull_request_target` defaults |
|
|
10
|
+
| `actions/setup-node` | 4 | 7 | Migrate to ESM, improved caching, cache-primary-key outputs |
|
|
11
|
+
|
|
12
|
+
#### ๐ npm: patch-and-minor group (PR #142 โ 8 updates)
|
|
13
|
+
| Package | From | To | Type |
|
|
14
|
+
|---------|------|----|----|
|
|
15
|
+
| `@tabler/icons-react` | 3.44.0 | 3.45.0 | minor (new icons + Astro package) |
|
|
16
|
+
| `kandown` | 0.8.0 | **0.34.3** | minor (huge jump โ re-sync with main branch) |
|
|
17
|
+
| `@tanstack/react-virtual` | 3.14.5 | 3.14.8 | patch |
|
|
18
|
+
| `@vitejs/plugin-react` | 6.0.3 | 6.0.4 | patch |
|
|
19
|
+
| `react` | 19.2.7 | 19.2.8 | patch |
|
|
20
|
+
| `react-dom` | 19.2.7 | 19.2.8 | patch |
|
|
21
|
+
| `vite` | 8.0.16 | 8.1.5 | minor |
|
|
22
|
+
| `vite-plus` | 0.1.24 | **0.2.6** | 0.x major (rolldown migration) |
|
|
23
|
+
|
|
24
|
+
### Maintenance
|
|
25
|
+
- ๐งน Verified locally: 566 tests pass, `vite build` succeeds (632 kB / 190 kB gzipped), CLI loads cleanly.
|
|
26
|
+
- ๐งน No code changes in this release โ pure dependency updates.
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "free-coding-models",
|
|
3
|
-
"version": "0.5.
|
|
3
|
+
"version": "0.5.53",
|
|
4
4
|
"description": "Find the fastest coding LLM models in seconds โ ping free models from multiple providers, pick the best one for OpenCode, Cursor, or any AI coding assistant.",
|
|
5
5
|
"keywords": [
|
|
6
6
|
"nvidia",
|
|
@@ -67,7 +67,7 @@
|
|
|
67
67
|
"@tabler/icons-react": "^3.44.0",
|
|
68
68
|
"@tanstack/react-table": "^8.21.3",
|
|
69
69
|
"chalk": "^5.6.2",
|
|
70
|
-
"kandown": "^0.
|
|
70
|
+
"kandown": "^0.34.3",
|
|
71
71
|
"socket.io": "^4.8.3",
|
|
72
72
|
"socket.io-client": "^4.8.3",
|
|
73
73
|
"@tanstack/react-virtual": "^3.14.2"
|
|
@@ -81,6 +81,6 @@
|
|
|
81
81
|
"react": "^19.2.7",
|
|
82
82
|
"react-dom": "^19.2.7",
|
|
83
83
|
"vite": "^8.0.16",
|
|
84
|
-
"vite-plus": "^0.
|
|
84
|
+
"vite-plus": "^0.2.6"
|
|
85
85
|
}
|
|
86
86
|
}
|