Skip to content

Commit 1fe6836

Browse files
committed
chore: Update Biome to version 2.3.14 and reflect this change in documentation and configuration schema.
1 parent 5445ac2 commit 1fe6836

File tree

4 files changed

+17
-17
lines changed

4 files changed

+17
-17
lines changed

.ai/knowledge/02-dependencies.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ bunx <package> # Execute packages
2222

2323
### Development
2424
- **Turbo** 2.8.1 - Monorepo build orchestration
25-
- **Biome** 2.3.13 - Linting and formatting
25+
- **Biome** 2.3.14 - Linting and formatting
2626
- **Vitest** ^4.0.18 - Testing framework
2727
- **TypeDoc** ^0.28.16 - API documentation
2828

.ai/tasks/archive/cherry-pick-common-v8-SUPERSEDED.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ Migrating changes from `upstream/common-v8` to our fork, while preserving our st
2222
| Tool | Before | After | Status |
2323
| ------- | ------ | ------ | ---------------- |
2424
| Bun | 1.3.6 | 1.3.8 | ✅ Done |
25-
| Biome | 2.3.13 | 2.3.13 | ✅ Current |
25+
| Biome | 2.3.14 | 2.3.14 | ✅ Current |
2626
| Turbo | 2.8.1 | 2.8.1 | ✅ Current |
2727
| Node.js | >=24 | >=24 | ✅ LTS 24 correct |
2828

AGENTS.md

Lines changed: 14 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -12,13 +12,13 @@
1212

1313
## 📊 Quick Context
1414

15-
| Aspect | Value |
16-
|--------|-------|
17-
| Package Manager | Bun 1.3.8 |
18-
| Node.js | >=24.0.0 |
19-
| Linter/Formatter | Biome 2.3.13 |
20-
| Test Framework | Vitest |
21-
| Upstream | evoluhq/evolu |
15+
| Aspect | Value |
16+
| ---------------- | ------------- |
17+
| Package Manager | Bun 1.3.8 |
18+
| Node.js | >=24.0.0 |
19+
| Linter/Formatter | Biome 2.3.14 |
20+
| Test Framework | Vitest |
21+
| Upstream | evoluhq/evolu |
2222

2323
## 🗂️ Repository Structure
2424

@@ -92,13 +92,13 @@ bun run verify
9292

9393
## 📍 Related Resources
9494

95-
| Resource | Location |
96-
|----------|----------|
97-
| Issues | `../knowledge/05-Issues/` |
98-
| Roadmap | `../knowledge/05-Issues/roadmap.md` |
99-
| Architecture | `../knowledge/02-Architecture/` |
100-
| Bench Suite | `../bench-suite/` (sibling repo) |
101-
| Upstream | https://github.com/evoluhq/evolu |
95+
| Resource | Location |
96+
| ------------ | ----------------------------------- |
97+
| Issues | `../knowledge/05-Issues/` |
98+
| Roadmap | `../knowledge/05-Issues/roadmap.md` |
99+
| Architecture | `../knowledge/02-Architecture/` |
100+
| Bench Suite | `../bench-suite/` (sibling repo) |
101+
| Upstream | https://github.com/evoluhq/evolu |
102102

103103
## 🤖 For AI Agents
104104

biome.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
2-
"$schema": "https://biomejs.dev/schemas/2.3.13/schema.json",
2+
"$schema": "https://biomejs.dev/schemas/2.3.14/schema.json",
33
"vcs": {
44
"enabled": true,
55
"clientKind": "git",

0 commit comments

Comments
 (0)