|
| 1 | +<!-- version-type: patch --> |
| 2 | + |
| 3 | +# service |
| 4 | + |
| 5 | +<!-- |
| 6 | +FORMATTING GUIDE: |
| 7 | +
|
| 8 | +### Detailed Entry (appears first when merging) |
| 9 | +
|
| 10 | +Use h3 (###) and below for detailed entries with paragraphs, code examples, and lists. |
| 11 | +
|
| 12 | +### Simple List Items |
| 13 | +
|
| 14 | +- Simple changes can be added as list items |
| 15 | +- They are collected together at the bottom of each section |
| 16 | +
|
| 17 | +TIP: When multiple changelog drafts are merged, heading-based entries |
| 18 | +appear before simple list items within each section. |
| 19 | +--> |
| 20 | + |
| 21 | +## ✨ Features |
| 22 | + |
| 23 | +<!-- PLACEHOLDER: Describe your shiny new features (feat:) --> |
| 24 | + |
| 25 | +## 🐛 Bug Fixes |
| 26 | + |
| 27 | +<!-- PLACEHOLDER: Describe the nasty little bugs that has been eradicated (fix:) --> |
| 28 | + |
| 29 | +## 📚 Documentation |
| 30 | + |
| 31 | +<!-- PLACEHOLDER: Describe documentation changes (docs:) --> |
| 32 | + |
| 33 | +## ⚡ Performance |
| 34 | + |
| 35 | +<!-- PLACEHOLDER: Describe performance improvements (perf:) --> |
| 36 | + |
| 37 | +## ♻️ Refactoring |
| 38 | + |
| 39 | +<!-- PLACEHOLDER: Describe code refactoring (refactor:) --> |
| 40 | + |
| 41 | +## 🧪 Tests |
| 42 | + |
| 43 | +<!-- PLACEHOLDER: Describe test changes (test:) --> |
| 44 | + |
| 45 | +## 📦 Build |
| 46 | + |
| 47 | +<!-- PLACEHOLDER: Describe build system changes (build:) --> |
| 48 | + |
| 49 | +## 👷 CI |
| 50 | + |
| 51 | +<!-- PLACEHOLDER: Describe CI configuration changes (ci:) --> |
| 52 | + |
| 53 | +## ⬆️ Dependencies |
| 54 | + |
| 55 | +- Bumped `typescript` from ^5.9.3 to ^6.0.2 |
| 56 | +- Bumped `sqlite3` from ^5.1.7 to ^6.0.1 |
| 57 | +- Bumped `@furystack/cache` from ^6.1.1 to ^6.1.3 |
| 58 | +- Bumped `@furystack/core` from ^16.0.0 to ^16.0.2 |
| 59 | +- Bumped `@furystack/entity-sync` from ^1.0.7 to ^1.0.9 |
| 60 | +- Bumped `@furystack/entity-sync-service` from ^1.0.8 to ^1.0.10 |
| 61 | +- Bumped `@furystack/inject` from ^12.0.32 to ^12.0.34 |
| 62 | +- Bumped `@furystack/logging` from ^8.1.1 to ^8.1.3 |
| 63 | +- Bumped `@furystack/repository` from ^10.1.7 to ^10.1.9 |
| 64 | +- Bumped `@furystack/rest` from ^8.1.1 to ^8.1.3 |
| 65 | +- Bumped `@furystack/rest-service` from ^12.3.1 to ^12.3.3 |
| 66 | +- Bumped `@furystack/security` from ^7.0.5 to ^7.0.7 |
| 67 | +- Bumped `@furystack/sequelize-store` from ^6.0.45 to ^6.0.47 |
| 68 | +- Bumped `@furystack/utils` from ^8.2.1 to ^8.2.3 |
| 69 | +- Bumped `@furystack/websocket-api` from ^13.2.3 to ^13.2.5 |
| 70 | +- Bumped `@types/node` from ^25.4.0 to ^25.5.0 |
| 71 | +- Bumped `sequelize` from ^6.37.7 to ^6.37.8 |
| 72 | +- Bumped `vitest` from ^4.0.18 to ^4.1.2 |
| 73 | + |
| 74 | +## 🔧 Chores |
| 75 | + |
| 76 | +<!-- PLACEHOLDER: Describe other changes (chore:) --> |
0 commit comments