@@ -4,6 +4,53 @@ All notable changes to the Nynaeve theme will be documented in this file.
44
55For project-wide changes (infrastructure, tooling, cross-cutting concerns), see the [ project root CHANGELOG.md] ( ../../../../../CHANGELOG.md ) .
66
7+ ## [ 2.13.2] - 2026-05-22
8+
9+ ### Technical
10+
11+ ** Tailwind CSS Upgrade:**
12+ - Updated Tailwind CSS from 4.2.2 to 4.3.0
13+ - Updated ` @tailwindcss/node ` , ` @tailwindcss/oxide ` , and ` @tailwindcss/vite ` to 4.3.0
14+ - Updated bundled WASM runtime dependencies (` @emnapi/core ` , ` @emnapi/runtime ` , ` @emnapi/wasi-threads ` , ` @napi-rs/wasm-runtime ` )
15+
16+ ** Rollup Bundler Update:**
17+ - Updated Rollup from 4.60.1 to 4.60.4 across all platform-specific native binaries (Android, Darwin, FreeBSD, Linux, OpenBSD, OpenHarmony, Windows)
18+
19+ ** WordPress Build Packages:**
20+ - Updated ` @wordpress/dependency-extraction-webpack-plugin ` from 6.43.0 to 6.46.0
21+ - Updated ` @wordpress/element ` from 6.43.0 to 6.46.0
22+ - Updated ` @wordpress/escape-html ` from 3.43.0 to 3.46.0
23+ - Updated ` @wordpress/primitives ` from 4.43.0 to 4.46.0
24+
25+ ** CSS & JS Toolchain:**
26+ - Updated PostCSS from 8.5.9 to 8.5.15
27+ - Updated Terser from 5.46.1 to 5.48.0
28+ - Updated terser-webpack-plugin from 5.4.0 to 5.6.0 (adds optional ` @minify-html/node ` peer)
29+ - Updated enhanced-resolve from 5.20.1 to 5.21.6
30+ - Updated es-module-lexer from 2.0.0 to 2.1.0
31+ - Updated jiti from 2.6.1 to 2.7.0
32+ - Updated tapable from 2.3.2 to 2.3.3
33+ - Updated loader-runner from 4.3.1 to 4.3.2
34+ - Updated nanoid from 3.3.11 to 3.3.12
35+ - Updated fast-uri from 3.1.0 to 3.1.2
36+ - Updated ajv from 8.18.0 to 8.20.0
37+
38+ ** Browser Compatibility Data:**
39+ - Updated caniuse-lite from 1.0.30001787 to 1.0.30001793
40+ - Updated electron-to-chromium from 1.5.335 to 1.5.361
41+ - Updated baseline-browser-mapping from 2.10.18 to 2.10.31
42+ - Updated node-releases from 2.0.37 to 2.0.45
43+
44+ ** Type Definitions:**
45+ - Updated ` @types/node ` from 25.6.0 to 25.9.1
46+ - Updated ` @types/react ` from 18.3.28 to 18.3.29
47+
48+ ** Removed Dependencies:**
49+ - Removed ` @types/eslint ` (9.6.1) — no longer required as peer dependency
50+ - Removed ` @types/eslint-scope ` (3.7.7) — no longer required as peer dependency
51+ - Removed ` mime-types ` (2.1.35) — replaced by updated ` mime-db ` 1.54.0
52+ - Removed ` json-parse-even-better-errors ` (2.3.1) — no longer required as peer dependency",
53+
754## [ 2.13.1] - 2026-04-28
855
956### Changed
0 commit comments