eslint-plugin-nextfriday 4.3.0 → 4.3.2

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 CHANGED
@@ -1,5 +1,17 @@
1
1
  # eslint-plugin-nextfriday
2
2
 
3
+ ## 4.3.2
4
+
5
+ ### Patch Changes
6
+
7
+ - [#132](https://github.com/next-friday/eslint-plugin-nextfriday/pull/132) [`5b2cb71`](https://github.com/next-friday/eslint-plugin-nextfriday/commit/5b2cb713b126917b1205fd54c6a1143d50aef7aa) Thanks [@joetakara](https://github.com/joetakara)! - fix 18 rules missing internal filename guards. `no-helper-function-in-hook` and `no-helper-function-in-test` now self-skip on non-matching files and are included in all presets — no consumer configuration required. all jsx rules now guard against non-jsx files using `isJsxFile()`, consistent with the established codebase pattern.
8
+
9
+ ## 4.3.1
10
+
11
+ ### Patch Changes
12
+
13
+ - [#130](https://github.com/next-friday/eslint-plugin-nextfriday/pull/130) [`c85cbe3`](https://github.com/next-friday/eslint-plugin-nextfriday/commit/c85cbe356b03bcabd3aef5a1431a0764c5b6ad7d) Thanks [@joetakara](https://github.com/joetakara)! - remove tsup as a transitive runtime dependency by moving it to devDependencies — consumers no longer have tsup and esbuild installed unnecessarily. upgrade typescript to 6.0, eslint to 10.3, and remaining dev dependencies. migrate build tooling from tsup to tsdown and test runner from ts-jest to @swc/jest for typescript 6 compatibility.
14
+
3
15
  ## 4.3.0
4
16
 
5
17
  ### Minor Changes