@peerigon/configs 5.2.0 → 5.4.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.md +14 -0
  2. package/package.json +1 -1
package/CHANGELOG.md CHANGED
@@ -1,3 +1,17 @@
1
+ # [5.4.0](https://github.com/peerigon/configs/compare/v5.3.0...v5.4.0) (2025-04-22)
2
+
3
+ ### Features
4
+
5
+ - **eslint:** bump @eslint/compat from 1.2.7 to 1.2.8 ([#56](https://github.com/peerigon/configs/issues/56)) ([5cec583](https://github.com/peerigon/configs/commit/5cec583c7a3808b21e7ba7649a5bca92525194de))
6
+ - **eslint:** bump eslint-plugin-react from 7.37.4 to 7.37.5 ([#60](https://github.com/peerigon/configs/issues/60)) ([61b16e2](https://github.com/peerigon/configs/commit/61b16e2c7ed619f2e0a3f2fcfcefd65165fece8f))
7
+ - **eslint:** bump typescript-eslint from 8.29.1 to 8.30.1 ([#59](https://github.com/peerigon/configs/issues/59)) ([a949c91](https://github.com/peerigon/configs/commit/a949c91c04122e2f76543c961d4ea64194c8e2d0))
8
+
9
+ # [5.3.0](https://github.com/peerigon/configs/compare/v5.2.0...v5.3.0) (2025-04-16)
10
+
11
+ ### Features
12
+
13
+ - **eslint:** bump @eslint-react/eslint-plugin from 1.40.4 to 1.47.2 ([#51](https://github.com/peerigon/configs/issues/51)) ([b138f19](https://github.com/peerigon/configs/commit/b138f19a72c4874fc89f3c7b47c95d92235f057d))
14
+
1
15
  # [5.2.0](https://github.com/peerigon/configs/compare/v5.1.0...v5.2.0) (2025-04-16)
2
16
 
3
17
  ### Features
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@peerigon/configs",
3
- "version": "5.2.0",
3
+ "version": "5.4.0",
4
4
  "description": "Configs for ESLint, Prettier, TypeScript & friends",
5
5
  "keywords": [
6
6
  "eslint",