@peerigon/configs 9.1.0 → 10.0.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 +21 -0
  2. package/package.json +19 -19
package/CHANGELOG.md CHANGED
@@ -1,3 +1,24 @@
1
+ # [10.0.0](https://github.com/peerigon/configs/compare/v9.1.0...v10.0.0) (2025-10-27)
2
+
3
+ ### Features
4
+
5
+ - Update dependencies with breaking changes ([0cc5f8c](https://github.com/peerigon/configs/commit/0cc5f8c0891d5a95c5698a0518817b4a08fc7e69))
6
+
7
+ ### BREAKING CHANGES
8
+
9
+ - Major version bumps in:
10
+
11
+ * eslint-plugin-react-hooks: ^5.2.0 → ^7.0.1
12
+ * eslint-plugin-unicorn: ^60.0.0 → ^62.0.0
13
+ * prettier-plugin-tailwindcss: ^0.6.14 → ^0.7.1
14
+ * semantic-release: ^24.2.9 → ^25.0.1
15
+
16
+ Other updates:
17
+
18
+ - Update Node.js to v22.21.0
19
+ - Update various ESLint plugins and dependencies
20
+ - Update TypeScript and React types
21
+
1
22
  # [9.1.0](https://github.com/peerigon/configs/compare/v9.0.0...v9.1.0) (2025-10-16)
2
23
 
3
24
  ### Features
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@peerigon/configs",
3
- "version": "9.1.0",
3
+ "version": "10.0.0",
4
4
  "description": "Configs for ESLint, Prettier, TypeScript & friends",
5
5
  "keywords": [
6
6
  "eslint",
@@ -70,9 +70,9 @@
70
70
  "release": "semantic-release"
71
71
  },
72
72
  "dependencies": {
73
- "@eslint-react/eslint-plugin": "^2.0.5",
73
+ "@eslint-react/eslint-plugin": "^2.2.4",
74
74
  "@eslint/compat": "^1.4.0",
75
- "@eslint/js": "^9.32.0",
75
+ "@eslint/js": "^9.38.0",
76
76
  "@ianvs/prettier-plugin-sort-imports": "^4.7.0",
77
77
  "@prettier/plugin-oxc": "^0.0.4",
78
78
  "@sebbo2002/semantic-release-jsr": "^3.0.1",
@@ -81,8 +81,8 @@
81
81
  "@semantic-release/git": "^10.0.1",
82
82
  "@tanstack/eslint-plugin-query": "^5.91.1",
83
83
  "@types/eslint-config-prettier": "^6.11.3",
84
- "@types/eslint-plugin-jsx-a11y": "^6.10.0",
85
- "@vitest/eslint-plugin": "^1.3.5",
84
+ "@types/eslint-plugin-jsx-a11y": "^6.10.1",
85
+ "@vitest/eslint-plugin": "^1.3.25",
86
86
  "eslint-config-prettier": "^10.1.8",
87
87
  "eslint-plugin-jsx-a11y": "^6.10.2",
88
88
  "eslint-plugin-no-only-tests": "^3.3.0",
@@ -90,32 +90,32 @@
90
90
  "eslint-plugin-prefer-arrow": "^1.2.3",
91
91
  "eslint-plugin-react": "^7.37.5",
92
92
  "eslint-plugin-react-compiler": "^19.1.0-rc.2",
93
- "eslint-plugin-react-hooks": "^5.2.0",
94
- "eslint-plugin-react-refresh": "^0.4.20",
95
- "eslint-plugin-react-you-might-not-need-an-effect": "^0.5.5",
96
- "eslint-plugin-unicorn": "^60.0.0",
97
- "globals": "^16.3.0",
93
+ "eslint-plugin-react-hooks": "^7.0.1",
94
+ "eslint-plugin-react-refresh": "^0.4.24",
95
+ "eslint-plugin-react-you-might-not-need-an-effect": "^0.6.1",
96
+ "eslint-plugin-unicorn": "^62.0.0",
97
+ "globals": "^16.4.0",
98
98
  "prettier-plugin-css-order": "^2.1.2",
99
99
  "prettier-plugin-jsdoc": "^1.3.3",
100
100
  "prettier-plugin-packagejson": "^2.5.19",
101
- "prettier-plugin-tailwindcss": "^0.6.14",
102
- "typescript-eslint": "^8.41.0"
101
+ "prettier-plugin-tailwindcss": "^0.7.1",
102
+ "typescript-eslint": "^8.46.2"
103
103
  },
104
104
  "devDependencies": {
105
105
  "@types/jest": "^30.0.0",
106
- "@types/node": "^24.3.0",
107
- "@types/react": "^19.1.12",
106
+ "@types/node": "^24.9.1",
107
+ "@types/react": "^19.2.2",
108
108
  "@types/signale": "^1.4.7",
109
- "eslint": "^9.36.0",
109
+ "eslint": "^9.38.0",
110
110
  "husky": "^9.1.7",
111
- "lint-staged": "^16.2.3",
111
+ "lint-staged": "^16.2.6",
112
112
  "npm-run-all2": "^8.0.4",
113
113
  "pin-github-action": "^3.4.0",
114
114
  "prettier": "^3.6.2",
115
- "react": "^19.1.1",
115
+ "react": "^19.2.0",
116
116
  "rimraf": "^6.0.1",
117
- "semantic-release": "^24.2.9",
118
- "typescript": "^5.9.2"
117
+ "semantic-release": "^25.0.1",
118
+ "typescript": "^5.9.3"
119
119
  },
120
120
  "peerDependencies": {
121
121
  "eslint": "^9.21.0",