@4mbl/lint 0.0.0-beta.bac5232 → 0.0.0-beta.bb7566a

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 (2) hide show
  1. package/CHANGELOG.md +53 -0
  2. package/package.json +7 -7
package/CHANGELOG.md CHANGED
@@ -1,5 +1,58 @@
1
1
  # @4mbl/lint
2
2
 
3
+ ## 0.14.0
4
+
5
+ ### Minor Changes
6
+
7
+ - 794dbfb: Upgrade config dependencies
8
+ - e6a08fd: Upgrade to ESLint 10
9
+
10
+ ## 0.13.0
11
+
12
+ ### Minor Changes
13
+
14
+ - ac23f1d: Upgrade config dependencies
15
+
16
+ ## 0.12.0
17
+
18
+ ### Minor Changes
19
+
20
+ - dd16619: Upgrade config dependencies
21
+
22
+ ## 0.11.0
23
+
24
+ ### Minor Changes
25
+
26
+ - e011cd6: Upgrade config dependencies
27
+
28
+ ## 0.10.0
29
+
30
+ ### Minor Changes
31
+
32
+ - 774cb2a: Upgrade config dependencies
33
+
34
+ ## 0.9.0
35
+
36
+ ### Minor Changes
37
+
38
+ - aee78b7: Upgrade config dependencies
39
+
40
+ ## 0.8.0
41
+
42
+ ### Minor Changes
43
+
44
+ - 152396b: Upgrade config dependencies
45
+
46
+ ## 0.7.0
47
+
48
+ ### Minor Changes
49
+
50
+ - 8e46d6b: Upgrade config dependencies
51
+
52
+ ### Patch Changes
53
+
54
+ - 8e46d6b: Re-export types with type-keyword to fix verbatimModuleSyntax
55
+
3
56
  ## 0.6.0
4
57
 
5
58
  ### Minor Changes
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@4mbl/lint",
3
- "version": "0.0.0-beta.bac5232",
3
+ "version": "0.0.0-beta.bb7566a",
4
4
  "description": "Linting configuration for various environments.",
5
5
  "type": "module",
6
6
  "author": "4mbl",
@@ -26,16 +26,16 @@
26
26
  "lint"
27
27
  ],
28
28
  "dependencies": {
29
- "@eslint/js": "^9.39.1",
30
- "eslint": "^9.39.1",
31
- "eslint-config-next": "^16.0.10",
29
+ "@eslint/js": "^10.0.1",
30
+ "eslint": "^10.0.1",
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
- "eslint-plugin-react-refresh": "^0.4.24",
36
- "globals": "^16.5.0",
35
+ "eslint-plugin-react-refresh": "^0.5.2",
36
+ "globals": "^17.3.0",
37
37
  "jiti": "^2.6.1",
38
- "typescript-eslint": "^8.48.1"
38
+ "typescript-eslint": "^8.56.1"
39
39
  },
40
40
  "scripts": {}
41
41
  }