@knapsack/eslint-config-starter 4.89.6--canary.7082.9268ae6.0 → 4.89.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/CHANGELOG.md +12 -0
- package/package.json +4 -4
package/CHANGELOG.md
CHANGED
|
@@ -1,3 +1,15 @@
|
|
|
1
|
+
# v4.89.6 (Fri Jan 09 2026)
|
|
2
|
+
|
|
3
|
+
#### 🏠 Internal
|
|
4
|
+
|
|
5
|
+
- upgrade react eslint plugin [#7067](https://github.com/knapsack-labs/app-monorepo/pull/7067) ([@EvanLovely](https://github.com/EvanLovely))
|
|
6
|
+
|
|
7
|
+
#### Authors: 1
|
|
8
|
+
|
|
9
|
+
- Evan Lovely ([@EvanLovely](https://github.com/EvanLovely))
|
|
10
|
+
|
|
11
|
+
---
|
|
12
|
+
|
|
1
13
|
# v4.89.4 (Mon Jan 05 2026)
|
|
2
14
|
|
|
3
15
|
#### 🏠 Internal
|
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@knapsack/eslint-config-starter",
|
|
3
3
|
"description": "ESlint Config",
|
|
4
|
-
"version": "4.89.6
|
|
4
|
+
"version": "4.89.6",
|
|
5
5
|
"bin": "./bin.js",
|
|
6
6
|
"main": "eslint-config-base.js",
|
|
7
7
|
"exports": {
|
|
@@ -24,8 +24,8 @@
|
|
|
24
24
|
"start": "tsc --watch"
|
|
25
25
|
},
|
|
26
26
|
"dependencies": {
|
|
27
|
-
"@knapsack/creator-utils": "4.89.6
|
|
28
|
-
"@knapsack/prettier-config": "4.89.6
|
|
27
|
+
"@knapsack/creator-utils": "4.89.6",
|
|
28
|
+
"@knapsack/prettier-config": "4.89.6",
|
|
29
29
|
"@rushstack/eslint-patch": "^1.8.0",
|
|
30
30
|
"@typescript-eslint/eslint-plugin": "^7.18.0",
|
|
31
31
|
"@typescript-eslint/parser": "^7.18.0",
|
|
@@ -58,5 +58,5 @@
|
|
|
58
58
|
"directory": "tools/eslint-config-starter",
|
|
59
59
|
"type": "git"
|
|
60
60
|
},
|
|
61
|
-
"gitHead": "
|
|
61
|
+
"gitHead": "d85a7791b7208121cf0d3caceb5786949b379566"
|
|
62
62
|
}
|