8 Commits

Author SHA1 Message Date
Innei
fcdaf9d814 🔧 chore: update eslint v2 configuration and suppressions (#12133)
* v2 init

* chore: update eslint suppressions and package dependencies

- Removed several eslint suppressions related to array sorting and reversing from eslint-suppressions.json to clean up the configuration.
- Updated @lobehub/lint package version from 2.0.0-beta.6 to 2.0.0-beta.7 in package.json for improvements and bug fixes.
- Made minor formatting adjustments in vitest.config.mts and various SKILL.md files for better readability and consistency.

Signed-off-by: Innei <tukon479@gmail.com>

* fix: clean up import statements and formatting

- Removed unnecessary whitespace in replaceComponentImports.ts for improved readability.
- Standardized import statements in contextEngineering.ts and createAgentExecutors.ts by adding missing spaces for consistency.

Signed-off-by: Innei <tukon479@gmail.com>

* chore: update eslint suppressions and clean up code formatting

* 🐛 fix: use vi.hoisted for mock variable initialization

Fix TDZ error in persona service test by using vi.hoisted() to ensure
mock variables are available when vi.mock factory runs.

---------

Signed-off-by: Innei <tukon479@gmail.com>
2026-02-11 13:04:48 +08:00
Neko
0baacf7301 👷 chore: improve renovate config to support grouping in the same way of npm does (#10176)
chore(ci): improve renovate config to support grouping in the same way of npm does
2025-11-12 22:34:28 +08:00
Neko
84148a8dd3 🔨 chore: improve renovate config to not group minor & major (#10051)
chore: improve renovate config to not group minor & major
2025-11-04 22:47:12 +08:00
Neko
ffcdd5fac0 🔨 chore: improve renovate config separate major versions only (#10045)
chore: improve renovate config separate major versions only
2025-11-04 18:49:42 +08:00
Neko
d517f77d1d 🔨 chore: improve renovate config to split pinned deps while keeping grouped (#10043)
chore: improve renovate config to split pinned deps while keeping grouped
2025-11-04 17:36:16 +08:00
Neko
cb8c606d06 🔨 chore: reconfigure renovate to group patch updates (#10008)
chore: reconfigure renovate to group patch updates
2025-11-04 10:13:19 +08:00
Neko
ef843c2b81 🔨 chore(ci): better renovate config with group and weekly strategy (#9466)
chore(ci): better revonate config with group and weekly strategy
2025-10-27 17:23:28 +08:00
canisminor1990
d08450bb20 🔧 chore: Add renovate 2023-09-14 00:30:30 +08:00