flatlint 3.4.0 → 3.5.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 (2) hide show
  1. package/ChangeLog +7 -0
  2. package/package.json +4 -4
package/ChangeLog CHANGED
@@ -1,3 +1,10 @@
1
+ 2025.12.10, v3.5.0
2
+
3
+ feature:
4
+ - ae78398 flatlint: putout v41.0.2
5
+ - 20b567e flatlint: js-tokens v10.0.0
6
+ - a366b3b flatlint: eslint-plugin-putout v29.0.2
7
+
1
8
  2025.11.27, v3.4.0
2
9
 
3
10
  feature:
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "flatlint",
3
- "version": "3.4.0",
3
+ "version": "3.5.0",
4
4
  "description": "JavaScript tokens-based linter",
5
5
  "main": "lib/flatlint.js",
6
6
  "type": "module",
@@ -80,18 +80,18 @@
80
80
  "@putout/engine-loader": "^16.0.0",
81
81
  "@putout/operator-keyword": "^3.0.0",
82
82
  "debug": "^4.4.0",
83
- "js-tokens": "^9.0.1"
83
+ "js-tokens": "^10.0.0"
84
84
  },
85
85
  "devDependencies": {
86
86
  "@putout/test": "^14.0.0",
87
87
  "c8": "^10.1.2",
88
88
  "eslint": "^9.7.0",
89
- "eslint-plugin-putout": "^28.0.4",
89
+ "eslint-plugin-putout": "^29.0.2",
90
90
  "madrun": "^11.0.0",
91
91
  "mock-require": "^3.0.3",
92
92
  "montag": "^1.0.0",
93
93
  "nodemon": "^3.0.1",
94
- "putout": "^40.0.10",
94
+ "putout": "^41.0.2",
95
95
  "supertape": "^11.0.4"
96
96
  },
97
97
  "engines": {