shadscan-vue 0.2.1 → 0.3.0

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,5 +1,17 @@
1
1
  # Changelog
2
2
 
3
+ ## [0.3.0](https://github.com/vinayakkulkarni/shadscan-vue/compare/v0.2.1...v0.3.0) (2026-07-26)
4
+
5
+
6
+ ### Features
7
+
8
+ * **scan:** skip illustrative directories ([50fec75](https://github.com/vinayakkulkarni/shadscan-vue/commit/50fec753c75378e5dede5ce65bf69e09aed41c39))
9
+
10
+
11
+ ### Documentation
12
+
13
+ * reference the action by its moving major tag ([0ee2d7d](https://github.com/vinayakkulkarni/shadscan-vue/commit/0ee2d7d0d503cb3d68312f5172a53da00bbf19c6))
14
+
3
15
  ## [0.2.1](https://github.com/vinayakkulkarni/shadscan-vue/compare/v0.2.0...v0.2.1) (2026-07-26)
4
16
 
5
17
 
package/README.md CHANGED
@@ -88,7 +88,7 @@ There is also a composite action, which writes the score and every failing
88
88
  rule to the job summary:
89
89
 
90
90
  ```yaml
91
- - uses: vinayakkulkarni/shadscan-vue@v0.2.0
91
+ - uses: vinayakkulkarni/shadscan-vue@v0
92
92
  with:
93
93
  fail-under: 70
94
94
  ```
package/dist/index.js CHANGED
@@ -64,6 +64,12 @@ const IGNORE_PATTERNS = [
64
64
  "**/fixtures/**",
65
65
  "**/__tests__/**",
66
66
  "**/__mocks__/**",
67
+ "**/__registry__/**",
68
+ "**/demo/**",
69
+ "**/demos/**",
70
+ "**/example/**",
71
+ "**/examples/**",
72
+ "**/_*/**",
67
73
  "**/*.spec.*",
68
74
  "**/*.test.*",
69
75
  "**/*.stories.*",