@utilitywarehouse/hearth-react-native 0.28.5 → 0.28.6
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/.turbo/turbo-build.log +1 -1
- package/.turbo/turbo-lint.log +13 -13
- package/CHANGELOG.md +6 -0
- package/package.json +5 -5
package/.turbo/turbo-build.log
CHANGED
package/.turbo/turbo-lint.log
CHANGED
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
|
|
2
|
-
> @utilitywarehouse/hearth-react-native@0.28.
|
|
2
|
+
> @utilitywarehouse/hearth-react-native@0.28.6 lint /home/runner/work/hearth/hearth/packages/react-native
|
|
3
3
|
> TIMING=1 eslint .
|
|
4
4
|
|
|
5
5
|
|
|
@@ -54,15 +54,15 @@
|
|
|
54
54
|
|
|
55
55
|
✖ 23 problems (0 errors, 23 warnings)
|
|
56
56
|
|
|
57
|
-
Rule
|
|
58
|
-
|
|
59
|
-
@typescript-eslint/no-unused-vars
|
|
60
|
-
react-hooks/exhaustive-deps
|
|
61
|
-
|
|
62
|
-
no-global-assign
|
|
63
|
-
|
|
64
|
-
no-
|
|
65
|
-
|
|
66
|
-
|
|
67
|
-
no-
|
|
68
|
-
|
|
57
|
+
Rule | Time (ms) | Relative
|
|
58
|
+
:---------------------------------|----------:|--------:
|
|
59
|
+
@typescript-eslint/no-unused-vars | 1617.178 | 58.4%
|
|
60
|
+
react-hooks/exhaustive-deps | 164.271 | 5.9%
|
|
61
|
+
react-hooks/rules-of-hooks | 89.591 | 3.2%
|
|
62
|
+
no-global-assign | 84.280 | 3.0%
|
|
63
|
+
no-unexpected-multiline | 56.606 | 2.0%
|
|
64
|
+
no-loss-of-precision | 56.417 | 2.0%
|
|
65
|
+
no-misleading-character-class | 48.013 | 1.7%
|
|
66
|
+
no-useless-escape | 38.194 | 1.4%
|
|
67
|
+
no-regex-spaces | 36.638 | 1.3%
|
|
68
|
+
@typescript-eslint/ban-ts-comment | 35.602 | 1.3%
|
package/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,11 @@
|
|
|
1
1
|
# @utilitywarehouse/hearth-react-native
|
|
2
2
|
|
|
3
|
+
## 0.28.6
|
|
4
|
+
|
|
5
|
+
### Patch Changes
|
|
6
|
+
|
|
7
|
+
- [#1050](https://github.com/utilitywarehouse/hearth/pull/1050) [`13d2cca`](https://github.com/utilitywarehouse/hearth/commit/13d2ccab3abda60a35202847e3895017496c4dcf) Thanks [@jordmccord](https://github.com/jordmccord)! - 🐛 [FIX]: Expand react peer dependency to allow any React 19.x version for compatibility with all React 19 releases.
|
|
8
|
+
|
|
3
9
|
## 0.28.5
|
|
4
10
|
|
|
5
11
|
### Patch Changes
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@utilitywarehouse/hearth-react-native",
|
|
3
|
-
"version": "0.28.
|
|
3
|
+
"version": "0.28.6",
|
|
4
4
|
"description": "Utility Warehouse React Native UI library",
|
|
5
5
|
"main": "build/index.js",
|
|
6
6
|
"types": "build/index.d.ts",
|
|
@@ -63,11 +63,11 @@
|
|
|
63
63
|
"@utilitywarehouse/hearth-tokens": "^0.2.4"
|
|
64
64
|
},
|
|
65
65
|
"peerDependencies": {
|
|
66
|
-
"@gorhom/bottom-sheet": "
|
|
67
|
-
"@utilitywarehouse/hearth-react-native-icons": "0.8.0",
|
|
68
|
-
"react": ">=17 || ^18.
|
|
66
|
+
"@gorhom/bottom-sheet": ">=5.0.0",
|
|
67
|
+
"@utilitywarehouse/hearth-react-native-icons": ">=0.8.0",
|
|
68
|
+
"react": ">=17 || ^18.x || ^19.x",
|
|
69
69
|
"react-native": ">=0.77",
|
|
70
|
-
"react-native-gesture-handler": ">=2
|
|
70
|
+
"react-native-gesture-handler": ">=2",
|
|
71
71
|
"react-native-reanimated": "3.x || ^4.x",
|
|
72
72
|
"react-native-svg": ">=13.4.0",
|
|
73
73
|
"react-native-unistyles": ">=3.0.0",
|