@visulima/vite-overlay 2.0.0-alpha.10 → 2.0.0-alpha.12

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.
package/CHANGELOG.md CHANGED
@@ -1,3 +1,61 @@
1
+ ## @visulima/vite-overlay [2.0.0-alpha.12](https://github.com/visulima/visulima/compare/@visulima/vite-overlay@2.0.0-alpha.11...@visulima/vite-overlay@2.0.0-alpha.12) (2026-04-21)
2
+
3
+ ### Bug Fixes
4
+
5
+ * **error-debugging:** resolve eslint and formatting issues ([7d0ada8](https://github.com/visulima/visulima/commit/7d0ada8787bf624df5a7d504448a4d1b69165aba))
6
+ * **error-debugging:** resolve eslint and type-safety issues ([886dbff](https://github.com/visulima/visulima/commit/886dbffe3f744c9493fcc54e781de3fd21eebf78))
7
+ * **vite-overlay:** cast function plugin through unknown for Plugin type ([4eeeb04](https://github.com/visulima/visulima/commit/4eeeb04a0e39fe9a5369daca5907bb96313f35ae))
8
+ * **vite-overlay:** resolve eslint and formatting issues ([6d62d6e](https://github.com/visulima/visulima/commit/6d62d6efd40ffd2c7517ef404875dc80de662260))
9
+
10
+ ### Miscellaneous Chores
11
+
12
+ * **api-platform:** apply pending lint and source updates ([3fb0043](https://github.com/visulima/visulima/commit/3fb0043a4cf35f752ca89a09a077100ae0142da8))
13
+ * bump engines.node to ^22.14.0 || >=24.10.0 ([c3d0931](https://github.com/visulima/visulima/commit/c3d0931d1504e4f21ebf50ea680cfa7ce4ba15ce))
14
+ * fixed jsr.json ([5d85e51](https://github.com/visulima/visulima/commit/5d85e5179de38e284ec433b14d77c71a1619c8d6))
15
+ * remove unused deprecated aliases ([#612](https://github.com/visulima/visulima/issues/612)) ([24ee546](https://github.com/visulima/visulima/commit/24ee546bcb2c17b8915622e4878797c00aa1d813))
16
+ * **vite-overlay:** apply formatter and lint fixes ([bb14233](https://github.com/visulima/visulima/commit/bb142339d2a6dae661df8af1ae51d48dceaeb680))
17
+ * **vite-overlay:** apply pending changes ([82aa656](https://github.com/visulima/visulima/commit/82aa65600f7c178d0ab0c279b4dc2f08dffec6cd))
18
+ * **vite-overlay:** apply pending lint and source updates ([1b07e38](https://github.com/visulima/visulima/commit/1b07e381e4dbf9b4f8e0b3fa348e2dede8149cfe))
19
+ * **vite-overlay:** enforce curly braces and apply lint fixes ([7345554](https://github.com/visulima/visulima/commit/7345554634876ddbd01a4fae2171113a04ab7f4a))
20
+
21
+ ### Code Refactoring
22
+
23
+ * replace inline import() types with top-level imports ([4569a4c](https://github.com/visulima/visulima/commit/4569a4ca04723da069f985855dcfab292f7347e1))
24
+
25
+
26
+ ### Dependencies
27
+
28
+ * **@visulima/error:** upgraded to 6.0.0-alpha.10
29
+
30
+ ## @visulima/vite-overlay [2.0.0-alpha.11](https://github.com/visulima/visulima/compare/@visulima/vite-overlay@2.0.0-alpha.10...@visulima/vite-overlay@2.0.0-alpha.11) (2026-04-08)
31
+
32
+ ### Bug Fixes
33
+
34
+ * remove deprecated baseUrl and downlevelIteration from tsconfigs ([a708366](https://github.com/visulima/visulima/commit/a708366b5c3bc73cfde480a712ed397bd921fb93))
35
+ * **vite-overlay:** properly fix eslint errors in code ([296daaa](https://github.com/visulima/visulima/commit/296daaa240daebe8b87f7706d07f9eb802106563))
36
+ * **vite-overlay:** remove remaining eslint suppressions with proper code fixes ([5d06168](https://github.com/visulima/visulima/commit/5d061688210a8c23a214f03407bcafb759b7656a))
37
+ * **vite-overlay:** resolve eslint errors ([816dd2b](https://github.com/visulima/visulima/commit/816dd2b55146247f56171854234b4e6e1f0bb2ed))
38
+
39
+ ### Miscellaneous Chores
40
+
41
+ * **error-debugging:** remove empty dependency objects from package.json ([7eb7c8e](https://github.com/visulima/visulima/commit/7eb7c8eba1394e515fa77c0f56baf41c0810de2e))
42
+ * **vite-overlay:** add tsconfig.eslint.json for type-aware linting ([508f071](https://github.com/visulima/visulima/commit/508f071c3d6bdc3fc962899c102444d6d10e5932))
43
+ * **vite-overlay:** apply prettier formatting ([01e49b1](https://github.com/visulima/visulima/commit/01e49b1771db9b1158344ab6437dfba2b65f5c70))
44
+ * **vite-overlay:** clean up unnecessary comments in CSS ([b073df9](https://github.com/visulima/visulima/commit/b073df90b6b664d2d5762d68ba93c52bba5f31b4))
45
+ * **vite-overlay:** expand inline if-return to block syntax ([b41e0b4](https://github.com/visulima/visulima/commit/b41e0b417a5faf290df9c7c2d0e320929d43f56f))
46
+ * **vite-overlay:** expand inline if-return to block syntax ([786c763](https://github.com/visulima/visulima/commit/786c763420fcfc844d4b794eb9ede7d27c86d8ec))
47
+ * **vite-overlay:** migrate .prettierrc.cjs to prettier.config.js ([d0446cb](https://github.com/visulima/visulima/commit/d0446cb30b01547f86781a5b6094fc449337d387))
48
+
49
+ ### Code Refactoring
50
+
51
+ * **vite-overlay:** apply Nothing design system ([c0376e5](https://github.com/visulima/visulima/commit/c0376e5237667c03692cabb25006f3a86e396bde)), closes [#D71921](https://github.com/visulima/visulima/issues/D71921)
52
+
53
+
54
+ ### Dependencies
55
+
56
+ * **@visulima/error:** upgraded to 6.0.0-alpha.8
57
+ * **@visulima/path:** upgraded to 3.0.0-alpha.8
58
+
1
59
  ## @visulima/vite-overlay [2.0.0-alpha.10](https://github.com/visulima/visulima/compare/@visulima/vite-overlay@2.0.0-alpha.9...@visulima/vite-overlay@2.0.0-alpha.10) (2026-03-26)
2
60
 
3
61
  ### Features