fix(prettier): Improve file selection in Prettier formatter, remove legacy package overrides, and update CI template indentation

This commit is contained in:
2025-08-08 05:34:54 +00:00
parent 39a31a4304
commit 9f5f568c3f
9 changed files with 67 additions and 51 deletions

View File

@@ -1,5 +1,13 @@
# Changelog
## 2025-08-08 - 1.16.5 - fix(prettier)
Improve file selection in Prettier formatter, remove legacy package overrides, and update CI template indentation
- Added .claude/settings.local.json with updated permission settings for local commands
- Removed unnecessary overrides from assets/overrides.json and cleared packageManager overrides in package.json
- Adjusted CI template files (ci_default_gitlab, ci_default_private_gitlab, ci_docker_gitlab) for consistent indentation and formatting
- Refined Prettier formatter logic by defining include directories, root config files, and filtering duplicates instead of manual exclusion
## 2025-08-08 - 1.16.4 - fix(prettier)
Improve file exclusion in the Prettier formatter to skip unnecessary files and directories.