@aleph-alpha/config-css 0.18.123 → 0.18.125

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 +22 -0
  2. package/package.json +4 -4
package/CHANGELOG.md CHANGED
@@ -1,3 +1,25 @@
1
+ ## 0.18.125 (2025-12-06)
2
+
3
+ ### 🩹 Fixes
4
+
5
+ - **deps:** update unocss monorepo to v66.5.10
6
+
7
+ ### 🧱 Updated Dependencies
8
+
9
+ - Updated config-prettier to 0.3.109
10
+ - Updated config-eslint to 0.3.175
11
+
12
+ ### ❤️ Thank You
13
+
14
+ - Renovatebot
15
+
16
+ ## 0.18.124 (2025-12-05)
17
+
18
+ ### 🧱 Updated Dependencies
19
+
20
+ - Updated config-prettier to 0.3.108
21
+ - Updated config-eslint to 0.3.174
22
+
1
23
  ## 0.18.123 (2025-12-05)
2
24
 
3
25
  ### 🧱 Updated Dependencies
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@aleph-alpha/config-css",
3
3
  "license": "Apache-2.0",
4
- "version": "0.18.123",
4
+ "version": "0.18.125",
5
5
  "main": "dist/index.js",
6
6
  "typings": "dist/index.d.ts",
7
7
  "prettier": "@aleph-alpha/prettier-config-frontend",
@@ -15,7 +15,7 @@
15
15
  },
16
16
  "dependencies": {
17
17
  "@tokens-studio/sd-transforms": "2.0.2",
18
- "@unocss/preset-legacy-compat": "66.5.9",
18
+ "@unocss/preset-legacy-compat": "66.5.10",
19
19
  "token-transformer": "0.0.33",
20
20
  "unocss": "66.4.1",
21
21
  "unocss-preset-animations": "1.3.0",
@@ -24,8 +24,8 @@
24
24
  "devDependencies": {
25
25
  "style-dictionary": "^4.0.1",
26
26
  "vite-plugin-dts": "^4.0.0",
27
- "@aleph-alpha/eslint-config-frontend": "0.3.173",
28
- "@aleph-alpha/prettier-config-frontend": "0.3.107"
27
+ "@aleph-alpha/eslint-config-frontend": "0.3.175",
28
+ "@aleph-alpha/prettier-config-frontend": "0.3.109"
29
29
  },
30
30
  "scripts": {
31
31
  "transform:global": "npx token-transformer ./tokens.json ./transformed-tokens/global.json global,\"Spark Border Radius/Mode 1\",\"Spark Spacings/Mode 1\",\"Spark Text/Mode 1\" \"Spark Colors/Light mode/primitives\" --throwErrorWhenNotResolved",