@peerigon/configs 11.0.0 → 11.0.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.
Files changed (2) hide show
  1. package/CHANGELOG.md +12 -0
  2. package/package.json +2 -2
package/CHANGELOG.md CHANGED
@@ -1,3 +1,15 @@
1
+ ## [11.0.2](https://github.com/peerigon/configs/compare/v11.0.1...v11.0.2) (2025-11-03)
2
+
3
+ ### Bug Fixes
4
+
5
+ - update eslint to version 9.38.0 in package.json and package-lock.json ([41e8d47](https://github.com/peerigon/configs/commit/41e8d47564f161c363e463657187a0fc503e170b))
6
+
7
+ ## [11.0.1](https://github.com/peerigon/configs/compare/v11.0.0...v11.0.1) (2025-11-03)
8
+
9
+ ### Bug Fixes
10
+
11
+ - Downgrade ESLint peer dependency to 9.36.0 ([351cfc5](https://github.com/peerigon/configs/commit/351cfc55ec2c852ac1df48c0d5b289c9dd6e3b13))
12
+
1
13
  # [11.0.0](https://github.com/peerigon/configs/compare/v10.0.0...v11.0.0) (2025-11-03)
2
14
 
3
15
  ### chore
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@peerigon/configs",
3
- "version": "11.0.0",
3
+ "version": "11.0.2",
4
4
  "description": "Configs for ESLint, Prettier, TypeScript & friends",
5
5
  "keywords": [
6
6
  "eslint",
@@ -106,7 +106,7 @@
106
106
  "@types/node": "^24.10.0",
107
107
  "@types/react": "^19.2.2",
108
108
  "@types/signale": "^1.4.7",
109
- "eslint": "^9.39.0",
109
+ "eslint": "^9.38.0",
110
110
  "husky": "^9.1.7",
111
111
  "lint-staged": "^16.2.6",
112
112
  "npm-run-all2": "^8.0.4",