Skip to content

Commit e94ce38

Browse files
authored
Chore/dependency updates 2026 03 27 (#127)
1 parent 7fa749e commit e94ce38

17 files changed

Lines changed: 1389 additions & 1874 deletions
Lines changed: 63 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,63 @@
1+
<!-- version-type: patch -->
2+
3+
# common
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 `@furystack/core` from ^16.0.0 to ^16.0.2
56+
- Bumped `@furystack/entity-sync` from ^1.0.7 to ^1.0.9
57+
- Bumped `@furystack/rest` from ^8.1.1 to ^8.1.3
58+
- Bumped `@types/node` from ^25.4.0 to ^25.5.0
59+
- Bumped `vitest` from ^4.0.18 to ^4.1.2
60+
61+
## 🔧 Chores
62+
63+
<!-- PLACEHOLDER: Describe other changes (chore:) -->
Lines changed: 75 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,75 @@
1+
<!-- version-type: patch -->
2+
3+
# frontend
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 `vite` from ^7.3.1 to ^8.0.3
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-client` from ^2.0.1 to ^2.0.3
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/rest` from ^8.1.1 to ^8.1.3
64+
- Bumped `@furystack/rest-client-fetch` from ^8.1.3 to ^8.1.5
65+
- Bumped `@furystack/shades` from ^13.1.0 to ^13.1.2
66+
- Bumped `@furystack/shades-common-components` from ^15.0.0 to ^15.0.2
67+
- Bumped `@furystack/shades-lottie` from ^9.0.1 to ^9.0.3
68+
- Bumped `@furystack/shades-mfe` from ^3.0.1 to ^3.0.3
69+
- Bumped `@furystack/utils` from ^8.2.1 to ^8.2.3
70+
- Bumped `@types/node` from ^25.4.0 to ^25.5.0
71+
- Bumped `path-to-regexp` from ^8.3.0 to ^8.4.0
72+
73+
## 🔧 Chores
74+
75+
<!-- PLACEHOLDER: Describe other changes (chore:) -->
Lines changed: 60 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,60 @@
1+
<!-- version-type: patch -->
2+
3+
# monaco-mfe
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 `vite` from ^7.3.1 to ^8.0.3
57+
58+
## 🔧 Chores
59+
60+
<!-- PLACEHOLDER: Describe other changes (chore:) -->
Lines changed: 72 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,72 @@
1+
<!-- version-type: patch -->
2+
3+
# pi-rat
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 `vite` from ^7.3.1 to ^8.0.3
57+
- Bumped `vitest` from ^4.0.18 to ^4.1.2
58+
- Bumped `@vitest/coverage-v8` from ^4.0.18 to ^4.1.2
59+
- Bumped `eslint` from ^10.0.3 to ^10.1.0
60+
- Bumped `eslint-plugin-jsdoc` from ^62.7.1 to ^62.8.1
61+
- Bumped `eslint-plugin-playwright` from ^2.9.0 to ^2.10.1
62+
- Bumped `jsdom` from ^28.1.0 to ^29.0.1
63+
- Bumped `lint-staged` from ^16.3.3 to ^16.4.0
64+
- Bumped `typescript-eslint` from ^8.57.0 to ^8.57.2
65+
- Bumped `@furystack/eslint-plugin` from ^2.1.1 to ^2.1.3
66+
- Bumped `@furystack/yarn-plugin-changelog` from ^1.0.6 to ^1.0.8
67+
- Bumped `@types/jsdom` from ^28.0.0 to ^28.0.1
68+
- Bumped `@types/node` from ^25.4.0 to ^25.5.0
69+
70+
## 🔧 Chores
71+
72+
<!-- PLACEHOLDER: Describe other changes (chore:) -->
Lines changed: 76 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,76 @@
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:) -->

.yarn/versions/dcfa5d09.yml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
releases:
2+
common: patch
3+
frontend: patch
4+
monaco-mfe: patch
5+
pi-rat: patch
6+
service: patch

common/package.json

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -25,14 +25,14 @@
2525
"create-schemas": "node ./dist/bin/create-schemas.js"
2626
},
2727
"devDependencies": {
28-
"@types/node": "^25.4.0",
28+
"@types/node": "^25.5.0",
2929
"ts-json-schema-generator": "^2.9.0",
30-
"vitest": "^4.0.18"
30+
"vitest": "^4.1.2"
3131
},
3232
"dependencies": {
33-
"@furystack/core": "^16.0.0",
34-
"@furystack/entity-sync": "^1.0.7",
35-
"@furystack/rest": "^8.1.1",
33+
"@furystack/core": "^16.0.2",
34+
"@furystack/entity-sync": "^1.0.9",
35+
"@furystack/rest": "^8.1.3",
3636
"ollama": "^0.6.3"
3737
}
3838
}

0 commit comments

Comments
 (0)