@4mbl/lint 0.15.0 → 0.17.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 +12 -0
- package/package.json +4 -4
package/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,17 @@
|
|
|
1
1
|
# @4mbl/lint
|
|
2
2
|
|
|
3
|
+
## 0.17.0
|
|
4
|
+
|
|
5
|
+
### Minor Changes
|
|
6
|
+
|
|
7
|
+
- bc086fc: Downgrade to ESLint 9 to give the plugin ecosystem more time to stabilize
|
|
8
|
+
|
|
9
|
+
## 0.16.0
|
|
10
|
+
|
|
11
|
+
### Minor Changes
|
|
12
|
+
|
|
13
|
+
- 6878a35: Upgrade config dependencies
|
|
14
|
+
|
|
3
15
|
## 0.15.0
|
|
4
16
|
|
|
5
17
|
### Minor Changes
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@4mbl/lint",
|
|
3
|
-
"version": "0.
|
|
3
|
+
"version": "0.17.0",
|
|
4
4
|
"description": "Linting configuration for various environments.",
|
|
5
5
|
"type": "module",
|
|
6
6
|
"author": "4mbl",
|
|
@@ -26,14 +26,14 @@
|
|
|
26
26
|
"lint"
|
|
27
27
|
],
|
|
28
28
|
"dependencies": {
|
|
29
|
-
"@eslint/js": "^
|
|
30
|
-
"eslint": "^
|
|
29
|
+
"@eslint/js": "^9.39.4",
|
|
30
|
+
"eslint": "^9.39.4",
|
|
31
31
|
"eslint-config-next": "^16.1.6",
|
|
32
32
|
"eslint-config-prettier": "^10.1.8",
|
|
33
33
|
"eslint-plugin-react-compiler": "19.1.0-rc.2",
|
|
34
34
|
"eslint-plugin-react-hooks": "^7.0.1",
|
|
35
35
|
"eslint-plugin-react-refresh": "^0.5.2",
|
|
36
|
-
"globals": "^17.
|
|
36
|
+
"globals": "^17.4.0",
|
|
37
37
|
"jiti": "^2.6.1",
|
|
38
38
|
"typescript-eslint": "^8.56.1"
|
|
39
39
|
},
|