@furystack/shades-common-components 15.0.1 → 15.0.3

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (2) hide show
  1. package/CHANGELOG.md +18 -0
  2. package/package.json +9 -9
package/CHANGELOG.md CHANGED
@@ -1,5 +1,23 @@
1
1
  # Changelog
2
2
 
3
+ ## [15.0.3] - 2026-03-27
4
+
5
+ ### ⬆️ Dependencies
6
+
7
+ - Updated `@furystack/cache` with cache timer fixes
8
+ - Updated `@furystack/shades` dependency
9
+
10
+ ## [15.0.2] - 2026-03-25
11
+
12
+ ### 📦 Build
13
+
14
+ - Removed deprecated `baseUrl` from tsconfig.json for TypeScript 6 compatibility
15
+
16
+ ### ⬆️ Dependencies
17
+
18
+ - Upgraded `typescript` from ^5.9.3 to ^6.0.2
19
+ - Upgraded `vitest` from ^4.1.0 to ^4.1.1
20
+
3
21
  ## [15.0.1] - 2026-03-19
4
22
 
5
23
  ### ✨ Features
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@furystack/shades-common-components",
3
- "version": "15.0.1",
3
+ "version": "15.0.3",
4
4
  "description": "Common UI components for FuryStack Shades",
5
5
  "type": "module",
6
6
  "scripts": {
@@ -44,16 +44,16 @@
44
44
  },
45
45
  "homepage": "https://github.com/furystack/furystack",
46
46
  "devDependencies": {
47
- "typescript": "^5.9.3",
48
- "vitest": "^4.1.0"
47
+ "typescript": "^6.0.2",
48
+ "vitest": "^4.1.2"
49
49
  },
50
50
  "dependencies": {
51
- "@furystack/cache": "^6.1.2",
52
- "@furystack/core": "^16.0.1",
53
- "@furystack/inject": "^12.0.33",
54
- "@furystack/shades": "^13.1.1",
55
- "@furystack/utils": "^8.2.2",
56
- "path-to-regexp": "^8.3.0"
51
+ "@furystack/cache": "^6.1.4",
52
+ "@furystack/core": "^16.0.3",
53
+ "@furystack/inject": "^12.0.35",
54
+ "@furystack/shades": "^13.2.0",
55
+ "@furystack/utils": "^8.2.4",
56
+ "path-to-regexp": "^8.4.0"
57
57
  },
58
58
  "engines": {
59
59
  "node": ">=22.0.0"