free-coding-models 0.5.51 โ 0.5.52
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,11 @@
|
|
|
1
|
+
# Changelog v0.5.52 - 2026-07-25
|
|
2
|
+
|
|
3
|
+
### Changed
|
|
4
|
+
- ๐ค **Dependabot groups** โ `.github/dependabot.yml` now batches related updates into a single PR instead of opening 1 PR per dep. This prevents the weekly flood of tiny PRs and makes review batches much more digestible.
|
|
5
|
+
- **npm `patch-and-minor`** group: all minor + patch updates โ 1 PR (safe, reviewable in bulk)
|
|
6
|
+
- **npm `major-updates`** group: all major bumps โ 1 PR (breaking changes still get focused review)
|
|
7
|
+
- **github-actions** group: all action updates โ 1 PR (actions are typically backwards-compatible)
|
|
8
|
+
- Expected result: ~3 PRs per week instead of 7+ individual ones.
|
|
9
|
+
|
|
10
|
+
### Maintenance
|
|
11
|
+
- ๐งน No code changes โ config-only release.
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "free-coding-models",
|
|
3
|
-
"version": "0.5.
|
|
3
|
+
"version": "0.5.52",
|
|
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",
|