@cbnventures/docusaurus-preset-nova 0.19.0 → 0.20.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.
Files changed (29) hide show
  1. package/build/src/lib/regex.d.ts +3 -0
  2. package/build/src/lib/regex.d.ts.map +1 -1
  3. package/build/src/lib/regex.js +42 -42
  4. package/build/src/lib/regex.js.map +1 -1
  5. package/build/src/lib/search/worker.js +3 -3
  6. package/build/src/lib/search/worker.js.map +1 -1
  7. package/build/src/tests/since-version.test.d.ts +2 -0
  8. package/build/src/tests/since-version.test.d.ts.map +1 -0
  9. package/build/src/tests/since-version.test.js +135 -0
  10. package/build/src/tests/since-version.test.js.map +1 -0
  11. package/build/src/tests/type-declarations.test.d.ts +1 -30
  12. package/build/src/tests/type-declarations.test.d.ts.map +1 -1
  13. package/build/src/tests/type-declarations.test.js +7 -3579
  14. package/build/src/tests/type-declarations.test.js.map +1 -1
  15. package/build/src/types/lib/bundle-size.d.ts +1 -1
  16. package/build/src/types/plugins/bundle-guard/index.d.ts +2 -2
  17. package/build/src/types/plugins/icons/base-set.d.ts +1 -1
  18. package/build/src/types/plugins/icons/generate.d.ts +13 -13
  19. package/build/src/types/plugins/icons/index.d.ts +6 -6
  20. package/build/src/types/shared.d.ts +8 -8
  21. package/build/src/types/tests/bundle-size.test.d.ts +1 -1
  22. package/build/src/types/tests/config-drift.test.d.ts +4 -4
  23. package/build/src/types/tests/icons.test.d.ts +5 -5
  24. package/build/src/types/tests/lib/search/worker.test.d.ts +1 -1
  25. package/build/src/types/tests/nova-version-drift.test.d.ts +3 -3
  26. package/build/src/types/tests/since-version.test.d.ts +158 -0
  27. package/build/src/types/theme/SearchBar/search-input.d.ts +1 -1
  28. package/package.json +2 -2
  29. package/build/src/types/tests/type-declarations.test.d.ts +0 -4947
@@ -1,7 +1,7 @@
1
1
  /**
2
2
  * Tests - Icons - Create Fixture Site.
3
3
  *
4
- * @since 0.18.1
4
+ * @since 0.19.0
5
5
  */
6
6
  export type Tests_Icons_CreateFixtureSite_File_Path = string;
7
7
 
@@ -23,7 +23,7 @@ export type Tests_Icons_CreateFixtureSite_FilePath = string;
23
23
  /**
24
24
  * Tests - Icons - Generate Icon Module - Discovers Icons From Content Theme Config And The Safelist.
25
25
  *
26
- * @since 0.18.1
26
+ * @since 0.19.0
27
27
  */
28
28
  export type Tests_Icons_GenerateIconModule_DiscoversIconsFromContentThemeConfigAndTheSafelist_SiteDir = string;
29
29
 
@@ -34,7 +34,7 @@ export type Tests_Icons_GenerateIconModule_DiscoversIconsFromContentThemeConfigA
34
34
  /**
35
35
  * Tests - Icons - Generate Icon Module - Registers The Entire Preset Base Set.
36
36
  *
37
- * @since 0.18.1
37
+ * @since 0.19.0
38
38
  */
39
39
  export type Tests_Icons_GenerateIconModule_RegistersTheEntirePresetBaseSet_SiteDir = string;
40
40
 
@@ -45,7 +45,7 @@ export type Tests_Icons_GenerateIconModule_RegistersTheEntirePresetBaseSet_Regis
45
45
  /**
46
46
  * Tests - Icons - Generate Icon Module - Skips Unresolved Names And Ignores Non Collection Prefixes.
47
47
  *
48
- * @since 0.18.1
48
+ * @since 0.19.0
49
49
  */
50
50
  export type Tests_Icons_GenerateIconModule_SkipsUnresolvedNamesAndIgnoresNonCollectionPrefixes_SiteDir = string;
51
51
 
@@ -56,7 +56,7 @@ export type Tests_Icons_GenerateIconModule_SkipsUnresolvedNamesAndIgnoresNonColl
56
56
  /**
57
57
  * Tests - Icons - Parse Registered Identifiers.
58
58
  *
59
- * @since 0.18.1
59
+ * @since 0.19.0
60
60
  */
61
61
  export type Tests_Icons_ParseRegisteredIdentifiers_Source = string;
62
62
 
@@ -141,7 +141,7 @@ export type Tests_Lib_Search_Worker_PerformSearchFuzzy_MatchesNearMissQueriesVia
141
141
  /**
142
142
  * Tests - Lib - Search - Worker - PerformSearch Fuzzy Distance - Widens Fuzzy Matching As The Distance Increases.
143
143
  *
144
- * @since 0.18.1
144
+ * @since 0.19.0
145
145
  */
146
146
  export type Tests_Lib_Search_Worker_PerformSearchFuzzyDistance_WidensFuzzyMatchingAsTheDistanceIncreases_Index = unknown;
147
147
 
@@ -1,7 +1,7 @@
1
1
  /**
2
2
  * Tests - Nova Version Drift - Nova Version Drift.
3
3
  *
4
- * @since 0.17.1
4
+ * @since 0.17.0
5
5
  */
6
6
  export type Tests_NovaVersionDrift_NovaVersionDrift_Manifest = {
7
7
  version?: string;
@@ -27,13 +27,13 @@ export type Tests_NovaVersionDrift_NovaVersionDrift_NovaVersion = string;
27
27
  /**
28
28
  * Tests - Nova Version Drift - Nova Version Drift - Matches The Neighboring Cbnventures Nova Package Version.
29
29
  *
30
- * @since 0.17.1
30
+ * @since 0.19.0
31
31
  */
32
32
  export type Tests_NovaVersionDrift_NovaVersionDrift_MatchesTheNeighboringCbnventuresNovaPackageVersion_PresetNovaDependency = string;
33
33
 
34
34
  /**
35
35
  * Tests - Nova Version Drift - Nova Version Drift - Preset Version Matches The Neighboring Cbnventures Nova Version.
36
36
  *
37
- * @since 0.17.1
37
+ * @since 0.19.0
38
38
  */
39
39
  export type Tests_NovaVersionDrift_NovaVersionDrift_PresetVersionMatchesTheNeighboringCbnventuresNovaVersion_PresetVersion = string;
@@ -0,0 +1,158 @@
1
+ import type { CommentRange, Node, SourceFile } from 'typescript';
2
+
3
+ /**
4
+ * Tests - Since Version.
5
+ *
6
+ * @since 0.20.0
7
+ */
8
+ export type Tests_SinceVersion_PackageJsonRaw = string;
9
+
10
+ export type Tests_SinceVersion_PackageJson = {
11
+ version?: string;
12
+ };
13
+
14
+ export type Tests_SinceVersion_PackageVersion = string;
15
+
16
+ export type Tests_SinceVersion_SrcDir = string;
17
+
18
+ export type Tests_SinceVersion_RawEntries = string[];
19
+
20
+ export type Tests_SinceVersion_SourceFiles = string[];
21
+
22
+ export type Tests_SinceVersion_SourceFile = string;
23
+
24
+ export type Tests_SinceVersion_FileContent = string;
25
+
26
+ export type Tests_SinceVersion_TagValues = string[];
27
+
28
+ export type Tests_SinceVersion_TagValue = string;
29
+
30
+ export type Tests_SinceVersion_Violation = string;
31
+
32
+ export type Tests_SinceVersion_MessageParts = string[];
33
+
34
+ export type Tests_SinceVersion_Message = string;
35
+
36
+ /**
37
+ * Tests - Since Version - Compare Semver Lte.
38
+ *
39
+ * @since 0.20.0
40
+ */
41
+ export type Tests_SinceVersion_CompareSemverLte_A = string;
42
+
43
+ export type Tests_SinceVersion_CompareSemverLte_B = string;
44
+
45
+ export type Tests_SinceVersion_CompareSemverLte_Returns = boolean;
46
+
47
+ export type Tests_SinceVersion_CompareSemverLte_PartsA = number[];
48
+
49
+ export type Tests_SinceVersion_CompareSemverLte_PartsB = number[];
50
+
51
+ export type Tests_SinceVersion_CompareSemverLte_Length = number;
52
+
53
+ export type Tests_SinceVersion_CompareSemverLte_ValA = number;
54
+
55
+ export type Tests_SinceVersion_CompareSemverLte_ValB = number;
56
+
57
+ /**
58
+ * Tests - Since Version - Extract Tag Values.
59
+ *
60
+ * @since 0.20.0
61
+ */
62
+ export type Tests_SinceVersion_ExtractTagValues_FilePath = string;
63
+
64
+ export type Tests_SinceVersion_ExtractTagValues_Content = string;
65
+
66
+ export type Tests_SinceVersion_ExtractTagValues_Returns = string[];
67
+
68
+ export type Tests_SinceVersion_ExtractTagValues_Sf = SourceFile;
69
+
70
+ export type Tests_SinceVersion_ExtractTagValues_Seen = Set<string>;
71
+
72
+ export type Tests_SinceVersion_ExtractTagValues_Values = string[];
73
+
74
+ export type Tests_SinceVersion_ExtractTagValues_TagRe = RegExp;
75
+
76
+ export type Tests_SinceVersion_ExtractTagValues_Visit_Node = Node;
77
+
78
+ export type Tests_SinceVersion_ExtractTagValues_Visit_Returns = void;
79
+
80
+ export type Tests_SinceVersion_ExtractTagValues_Visit_Ranges = CommentRange[] | undefined;
81
+
82
+ export type Tests_SinceVersion_ExtractTagValues_Visit_R = CommentRange;
83
+
84
+ export type Tests_SinceVersion_ExtractTagValues_Visit_Key = string;
85
+
86
+ export type Tests_SinceVersion_ExtractTagValues_Visit_CommentText = string;
87
+
88
+ export type Tests_SinceVersion_ExtractTagValues_Visit_TagMatch = RegExpExecArray | null;
89
+
90
+ export type Tests_SinceVersion_ExtractTagValues_Visit_TagValue = string;
91
+
92
+ /**
93
+ * Tests - Since Version - Is Valid Tag Value.
94
+ *
95
+ * @since 0.20.0
96
+ */
97
+ export type Tests_SinceVersion_IsValidTagValue_Value = string;
98
+
99
+ export type Tests_SinceVersion_IsValidTagValue_PackageVersion = string;
100
+
101
+ export type Tests_SinceVersion_IsValidTagValue_Returns = boolean;
102
+
103
+ export type Tests_SinceVersion_IsValidTagValue_SemverMatch = RegExpMatchArray | null;
104
+
105
+ export type Tests_SinceVersion_IsValidTagValue_PackageJsonPath = string;
106
+
107
+ export type Tests_SinceVersion_IsValidTagValue_CurrentVersion = string;
108
+
109
+ /**
110
+ * Tests - Since Version - Is Valid Tag Value - Accepts Since 0.18.0 Past Version.
111
+ *
112
+ * @since 0.20.0
113
+ */
114
+ export type Tests_SinceVersion_IsValidTagValue_AcceptsSince0180PastVersion_Fixture = string;
115
+
116
+ /**
117
+ * Tests - Since Version - Is Valid Tag Value - Accepts Since Equal To The Current Package Version Boundary.
118
+ *
119
+ * @since 0.20.0
120
+ */
121
+ export type Tests_SinceVersion_IsValidTagValue_AcceptsSinceEqualToTheCurrentPackageVersionBoundary_Fixture = string;
122
+
123
+ /**
124
+ * Tests - Since Version - Is Valid Tag Value - Accepts Since UNRELEASED.
125
+ *
126
+ * @since 0.20.0
127
+ */
128
+ export type Tests_SinceVersion_IsValidTagValue_AcceptsSinceUNRELEASED_Fixture = string;
129
+
130
+ /**
131
+ * Tests - Since Version - Is Valid Tag Value - Rejects Since 0.99.0 Future Version.
132
+ *
133
+ * @since 0.20.0
134
+ */
135
+ export type Tests_SinceVersion_IsValidTagValue_RejectsSince0990FutureVersion_Fixture = string;
136
+
137
+ /**
138
+ * Tests - Since Version - Is Valid Tag Value - Rejects Since Banana Non Semver Non UNRELEASED.
139
+ *
140
+ * @since 0.20.0
141
+ */
142
+ export type Tests_SinceVersion_IsValidTagValue_RejectsSinceBananaNonSemverNonUNRELEASED_Fixture = string;
143
+
144
+ /**
145
+ * Tests - Since Version - Since Version Scan.
146
+ *
147
+ * @since 0.20.0
148
+ */
149
+ export type Tests_SinceVersion_SinceVersionScan_PackageDirectory = string;
150
+
151
+ export type Tests_SinceVersion_SinceVersionScan_PackageJsonPath = string;
152
+
153
+ /**
154
+ * Tests - Since Version - Since Version Scan - Every Since Deprecated Value Is UNRELEASED Or A Released Version.
155
+ *
156
+ * @since 0.20.0
157
+ */
158
+ export type Tests_SinceVersion_SinceVersionScan_EverySinceDeprecatedValueIsUNRELEASEDOrAReleasedVersion_Violations = string[];
@@ -3,7 +3,7 @@ import type { Shared_SearchWorkerSearchHit } from '../../shared.d.ts';
3
3
  /**
4
4
  * Theme - Search Bar - Search Input - Parse Shortcut Keymap.
5
5
  *
6
- * @since 0.18.1
6
+ * @since 0.19.0
7
7
  */
8
8
  export type Theme_SearchBar_SearchInput_ParseShortcutKeymap_Keymap = string;
9
9
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@cbnventures/docusaurus-preset-nova",
3
- "version": "0.19.0",
3
+ "version": "0.20.0",
4
4
  "description": "Scripts, templates, and project configuration for the common JavaScript and TypeScript developer",
5
5
  "keywords": [
6
6
  "eslint",
@@ -87,7 +87,7 @@
87
87
  "node": "^20 || ^22 || ^24"
88
88
  },
89
89
  "dependencies": {
90
- "@cbnventures/nova": "0.19.0",
90
+ "@cbnventures/nova": "0.20.0",
91
91
  "@codesandbox/sandpack-react": "2.20.0",
92
92
  "@docusaurus/plugin-content-blog": "3.10.0",
93
93
  "@docusaurus/plugin-content-docs": "3.10.0",