@knapsack/utils 5.0.0--canary.6593.4738696.0 β†’ 5.0.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 (65) hide show
  1. package/.lintstagedrc.mjs +2 -2
  2. package/CHANGELOG.md +151 -0
  3. package/dist/.tsbuildinfo-es +1 -1
  4. package/dist/arrays.d.ts.map +1 -1
  5. package/dist/arrays.js.map +1 -1
  6. package/dist/arrays.mjs.map +1 -1
  7. package/dist/dates.js.map +1 -1
  8. package/dist/dates.mjs +1 -1
  9. package/dist/dates.mjs.map +1 -1
  10. package/dist/fetcher.js.map +1 -1
  11. package/dist/fetcher.mjs.map +1 -1
  12. package/dist/functions.d.ts +15 -1
  13. package/dist/functions.d.ts.map +1 -1
  14. package/dist/functions.js +1 -1
  15. package/dist/functions.js.map +1 -1
  16. package/dist/functions.mjs +1 -1
  17. package/dist/functions.mjs.map +1 -1
  18. package/dist/ids.d.ts +1 -0
  19. package/dist/ids.d.ts.map +1 -1
  20. package/dist/ids.js +1 -1
  21. package/dist/ids.js.map +1 -1
  22. package/dist/ids.mjs +1 -1
  23. package/dist/ids.mjs.map +1 -1
  24. package/dist/immer.d.ts +1 -1
  25. package/dist/immer.d.ts.map +1 -1
  26. package/dist/immer.js +1 -1
  27. package/dist/immer.js.map +1 -1
  28. package/dist/immer.mjs +1 -1
  29. package/dist/immer.mjs.map +1 -1
  30. package/dist/index.js +2 -2
  31. package/dist/index.js.map +1 -1
  32. package/dist/index.mjs +2 -2
  33. package/dist/index.mjs.map +1 -1
  34. package/dist/is-types.js.map +1 -1
  35. package/dist/is-types.mjs.map +1 -1
  36. package/dist/js-env.js.map +1 -1
  37. package/dist/js-env.mjs.map +1 -1
  38. package/dist/loose-equal.js.map +1 -1
  39. package/dist/loose-equal.mjs.map +1 -1
  40. package/dist/misc.js.map +1 -1
  41. package/dist/misc.mjs.map +1 -1
  42. package/dist/objects.d.ts.map +1 -1
  43. package/dist/objects.js +1 -1
  44. package/dist/objects.js.map +1 -1
  45. package/dist/objects.mjs +1 -1
  46. package/dist/objects.mjs.map +1 -1
  47. package/dist/paths.js.map +1 -1
  48. package/dist/paths.mjs.map +1 -1
  49. package/dist/strings.js.map +1 -1
  50. package/dist/strings.mjs.map +1 -1
  51. package/dist/type-tools.d.ts.map +1 -1
  52. package/dist/type-tools.js.map +1 -1
  53. package/dist/type-tools.mjs.map +1 -1
  54. package/dist/urls.d.ts +12 -0
  55. package/dist/urls.d.ts.map +1 -1
  56. package/dist/urls.js +2 -2
  57. package/dist/urls.js.map +1 -1
  58. package/dist/urls.mjs +2 -2
  59. package/dist/urls.mjs.map +1 -1
  60. package/dist/validation.js.map +1 -1
  61. package/dist/validation.mjs.map +1 -1
  62. package/package.json +15 -17
  63. package/vitest.config.ts +7 -0
  64. package/.eslintrc.js +0 -4
  65. package/ava.config.cjs +0 -3
package/.lintstagedrc.mjs CHANGED
@@ -1,5 +1,5 @@
1
- import { dirname } from 'path';
2
- import { fileURLToPath } from 'url';
1
+ import { dirname } from 'node:path';
2
+ import { fileURLToPath } from 'node:url';
3
3
 
4
4
  import defaultConfig from '../../.lintstagedrc.mjs';
5
5
 
package/CHANGELOG.md CHANGED
@@ -1,3 +1,154 @@
1
+ # v4.89.8 (Fri Feb 20 2026)
2
+
3
+ ### Release Notes
4
+
5
+ #### KSP-7685: Synthetic Data for Conflict Enrichment/Resolution testing ([#7154](https://github.com/knapsack-labs/app-monorepo/pull/7154))
6
+
7
+ * **Documentation**
8
+ * Added synthetic multi-source test fixtures including component documentation, design tokens, and brand guidelines for comprehensive testing coverage.
9
+
10
+ <!-- end of auto-generated comment: release notes by coderabbit.ai -->
11
+
12
+ ---
13
+
14
+ #### πŸ› Bug Fix
15
+
16
+ - Merged latest in ([@EmmanuelVelez](https://github.com/EmmanuelVelez))
17
+ - Fixed indentation erros ([@EmmanuelVelez](https://github.com/EmmanuelVelez))
18
+ - merge latest in ([@EmmanuelVelez](https://github.com/EmmanuelVelez))
19
+ - Merge branch 'latest' into sxa/KSP-7037-tests-v2 ([@sxalexander](https://github.com/sxalexander))
20
+ - Use node: protocol prefix in all .lintstagedrc.mjs files ([@EmmanuelVelez](https://github.com/EmmanuelVelez))
21
+ - replaced removed @typescript-eslint/ban-types with v8 replacement rules ([@EmmanuelVelez](https://github.com/EmmanuelVelez))
22
+ - Migrated ESLint config to flat config format (ESLint 9) ([@EmmanuelVelez](https://github.com/EmmanuelVelez))
23
+
24
+ #### 🏠 Internal
25
+
26
+ - Update lodash to 4.17.23. [#7200](https://github.com/knapsack-labs/app-monorepo/pull/7200) ([@greylabel](https://github.com/greylabel))
27
+ - KSP-5516 Upgraded prettier to v3.8.1 and fix async API usage [#7191](https://github.com/knapsack-labs/app-monorepo/pull/7191) ([@EmmanuelVelez](https://github.com/EmmanuelVelez))
28
+ - KSP-7685: Synthetic Data for Conflict Enrichment/Resolution testing [#7154](https://github.com/knapsack-labs/app-monorepo/pull/7154) ([@sxalexander](https://github.com/sxalexander))
29
+ - KSP-5524 Migrated ESLint config to flat config format (ESLint 9) [#7162](https://github.com/knapsack-labs/app-monorepo/pull/7162) ([@EmmanuelVelez](https://github.com/EmmanuelVelez))
30
+
31
+ #### Authors: 3
32
+
33
+ - [@EmmanuelVelez](https://github.com/EmmanuelVelez)
34
+ - Grant Gaudet ([@greylabel](https://github.com/greylabel))
35
+ - Sam Alexander ([@sxalexander](https://github.com/sxalexander))
36
+
37
+ ---
38
+
39
+ # v4.89.7 (Fri Feb 06 2026)
40
+
41
+ #### πŸ› Bug Fix
42
+
43
+ - Merge branch 'latest' into feature/ksp-6555-remove-app-client-watchers-for-files-in-data-directory ([@EvanLovely](https://github.com/EvanLovely))
44
+ - Merge branch 'latest' into feature/ksp-6555-remove-app-client-watchers-for-files-in-data-directory ([@EmmanuelVelez](https://github.com/EmmanuelVelez))
45
+
46
+ #### 🏠 Internal
47
+
48
+ - Consolidate native component S3 key utilities and enhance tryCatch [#7149](https://github.com/knapsack-labs/app-monorepo/pull/7149) ([@EvanLovely](https://github.com/EvanLovely))
49
+ - KSP-6106 Added consistent-type-imports rule with inline type syntax [#7128](https://github.com/knapsack-labs/app-monorepo/pull/7128) ([@EmmanuelVelez](https://github.com/EmmanuelVelez))
50
+ - KSP-7692: expand server actions body size limit [#7097](https://github.com/knapsack-labs/app-monorepo/pull/7097) ([@illepic](https://github.com/illepic))
51
+ - KSP-7623 resolved some of react-hooks/set-state-in-effect lint errors and enab… [#7077](https://github.com/knapsack-labs/app-monorepo/pull/7077) ([@EmmanuelVelez](https://github.com/EmmanuelVelez))
52
+
53
+ #### Authors: 3
54
+
55
+ - [@EmmanuelVelez](https://github.com/EmmanuelVelez)
56
+ - Christopher Bloom ([@illepic](https://github.com/illepic))
57
+ - Evan Lovely ([@EvanLovely](https://github.com/EvanLovely))
58
+
59
+ ---
60
+
61
+ # v4.89.4 (Mon Jan 05 2026)
62
+
63
+ #### 🏠 Internal
64
+
65
+ - KSP-6086 normalize error and log metadata for api domains [#6997](https://github.com/knapsack-labs/app-monorepo/pull/6997) ([@EmmanuelVelez](https://github.com/EmmanuelVelez))
66
+
67
+ #### Authors: 1
68
+
69
+ - [@EmmanuelVelez](https://github.com/EmmanuelVelez)
70
+
71
+ ---
72
+
73
+ # v4.89.3 (Thu Dec 11 2025)
74
+
75
+ #### πŸ› Bug Fix
76
+
77
+ - KSP-6536 Fixed align token metrics counting with UI logic for variables and collections [#6778](https://github.com/knapsack-labs/app-monorepo/pull/6778) ([@EmmanuelVelez](https://github.com/EmmanuelVelez))
78
+ - Merge branch 'latest' into feature/ksp-6536-metrics-not-computing-tokens-and-variables-correctly ([@EmmanuelVelez](https://github.com/EmmanuelVelez))
79
+ - Merge remote-tracking branch 'origin/feature/ksp-6536-metrics-not-computing-tokens-and-variables-correctly' into feature/ksp-6536-metrics-not-computing-tokens-and-variables-correctly ([@EmmanuelVelez](https://github.com/EmmanuelVelez))
80
+
81
+ #### Authors: 1
82
+
83
+ - [@EmmanuelVelez](https://github.com/EmmanuelVelez)
84
+
85
+ ---
86
+
87
+ # v4.89.1 (Wed Dec 10 2025)
88
+
89
+ #### πŸ› Bug Fix
90
+
91
+ - Merge remote-tracking branch 'origin/latest' into KSP-6900_mcp_onboarding_pages ([@brittanysmart](https://github.com/brittanysmart))
92
+
93
+ #### Authors: 1
94
+
95
+ - Brittany Smart ([@brittanysmart](https://github.com/brittanysmart))
96
+
97
+ ---
98
+
99
+ # v4.88.0 (Mon Nov 24 2025)
100
+
101
+ #### πŸš€ Enhancement
102
+
103
+ - upgrade to react 19 [#6897](https://github.com/knapsack-labs/app-monorepo/pull/6897) ([@brittanysmart](https://github.com/brittanysmart) [@EvanLovely](https://github.com/EvanLovely))
104
+
105
+ #### Authors: 2
106
+
107
+ - Brittany Smart ([@brittanysmart](https://github.com/brittanysmart))
108
+ - Evan Lovely ([@EvanLovely](https://github.com/EvanLovely))
109
+
110
+ ---
111
+
112
+ # v4.87.9 (Thu Nov 20 2025)
113
+
114
+ #### 🏠 Internal
115
+
116
+ - Update S3 upload feature to use new CDN [#6905](https://github.com/knapsack-labs/app-monorepo/pull/6905) ([@freneticpixel](https://github.com/freneticpixel))
117
+ - fix(deps): update dependency @types/node to ^20.19.25 [#6803](https://github.com/knapsack-labs/app-monorepo/pull/6803) ([@renovate[bot]](https://github.com/renovate[bot]))
118
+ - chore(deps): update typescript [#6933](https://github.com/knapsack-labs/app-monorepo/pull/6933) ([@renovate[bot]](https://github.com/renovate[bot]))
119
+ - fix(deps): update dependency immer to ^10.2.0 [#6859](https://github.com/knapsack-labs/app-monorepo/pull/6859) ([@renovate[bot]](https://github.com/renovate[bot]))
120
+
121
+ #### Authors: 2
122
+
123
+ - [@renovate[bot]](https://github.com/renovate[bot])
124
+ - Jim Frenette ([@freneticpixel](https://github.com/freneticpixel))
125
+
126
+ ---
127
+
128
+ # v4.87.7 (Mon Nov 10 2025)
129
+
130
+ #### 🏠 Internal
131
+
132
+ - fix(deps): update typescript [#6863](https://github.com/knapsack-labs/app-monorepo/pull/6863) ([@renovate[bot]](https://github.com/renovate[bot]))
133
+
134
+ #### Authors: 1
135
+
136
+ - [@renovate[bot]](https://github.com/renovate[bot])
137
+
138
+ ---
139
+
140
+ # v4.87.6 (Wed Nov 05 2025)
141
+
142
+ #### 🏠 Internal
143
+
144
+ - Add comprehensive testing for remaining frameworks and MUI lib [#6876](https://github.com/knapsack-labs/app-monorepo/pull/6876) ([@mabry1985](https://github.com/mabry1985))
145
+
146
+ #### Authors: 1
147
+
148
+ - Josh Mabry ([@mabry1985](https://github.com/mabry1985))
149
+
150
+ ---
151
+
1
152
  # v4.87.4 (Fri Oct 31 2025)
2
153
 
3
154
  #### 🏠 Internal