@peerigon/configs 9.1.0 → 11.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.
package/CHANGELOG.md CHANGED
@@ -1,3 +1,52 @@
1
+ # [11.0.0](https://github.com/peerigon/configs/compare/v10.0.0...v11.0.0) (2025-11-03)
2
+
3
+ ### chore
4
+
5
+ - update dependencies in package.json and package-lock.json ([e1b7d17](https://github.com/peerigon/configs/commit/e1b7d176770e143a14fc2e9c9e7aa022a98c0284))
6
+
7
+ ### BREAKING CHANGES
8
+
9
+ - There might be new recommended ESLint rules that might
10
+ break your build.
11
+
12
+ * Bump versions for several dependencies including:
13
+ - @eslint-react/eslint-plugin: ^2.2.4 → ^2.3.1
14
+ - @eslint/compat: ^1.4.0 → ^1.4.1
15
+ - @eslint/js: ^9.38.0 → ^9.39.0
16
+ - @sebbo2002/semantic-release-jsr: ^3.0.1 → ^3.1.0
17
+ - @tanstack/eslint-plugin-query: ^5.91.1 → ^5.91.2
18
+ - @vitest/eslint-plugin: ^1.3.25 → ^1.4.0
19
+ - eslint-plugin-playwright: ^2.2.2 → ^2.3.0
20
+ - eslint-plugin-react-you-might-not-need-an-effect: ^0.6.1 → ^0.7.0
21
+ - globals: ^16.4.0 → ^16.5.0
22
+ - prettier-plugin-jsdoc: ^1.3.3 → ^1.5.0
23
+ - @types/node: ^24.9.1 → ^24.10.0
24
+ - eslint: ^9.38.0 → ^9.39.0
25
+ - rimraf: ^6.0.1 → ^6.1.0
26
+ * Update peer dependencies to match the latest versions.
27
+ * Fix: semantic-release peer dependency is optional now
28
+
29
+ # [10.0.0](https://github.com/peerigon/configs/compare/v9.1.0...v10.0.0) (2025-10-27)
30
+
31
+ ### Features
32
+
33
+ - Update dependencies with breaking changes ([0cc5f8c](https://github.com/peerigon/configs/commit/0cc5f8c0891d5a95c5698a0518817b4a08fc7e69))
34
+
35
+ ### BREAKING CHANGES
36
+
37
+ - Major version bumps in:
38
+
39
+ * eslint-plugin-react-hooks: ^5.2.0 → ^7.0.1
40
+ * eslint-plugin-unicorn: ^60.0.0 → ^62.0.0
41
+ * prettier-plugin-tailwindcss: ^0.6.14 → ^0.7.1
42
+ * semantic-release: ^24.2.9 → ^25.0.1
43
+
44
+ Other updates:
45
+
46
+ - Update Node.js to v22.21.0
47
+ - Update various ESLint plugins and dependencies
48
+ - Update TypeScript and React types
49
+
1
50
  # [9.1.0](https://github.com/peerigon/configs/compare/v9.0.0...v9.1.0) (2025-10-16)
2
51
 
3
52
  ### Features
@@ -6,7 +6,6 @@ export const vitest = [
6
6
  {
7
7
  files,
8
8
  plugins: {
9
- // @ts-expect-error Vitest plugin seems to have incorrect types
10
9
  vitest: vitestPlugin,
11
10
  },
12
11
  rules: {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@peerigon/configs",
3
- "version": "9.1.0",
3
+ "version": "11.0.0",
4
4
  "description": "Configs for ESLint, Prettier, TypeScript & friends",
5
5
  "keywords": [
6
6
  "eslint",
@@ -70,58 +70,58 @@
70
70
  "release": "semantic-release"
71
71
  },
72
72
  "dependencies": {
73
- "@eslint-react/eslint-plugin": "^2.0.5",
74
- "@eslint/compat": "^1.4.0",
75
- "@eslint/js": "^9.32.0",
73
+ "@eslint-react/eslint-plugin": "^2.3.1",
74
+ "@eslint/compat": "^1.4.1",
75
+ "@eslint/js": "^9.39.0",
76
76
  "@ianvs/prettier-plugin-sort-imports": "^4.7.0",
77
77
  "@prettier/plugin-oxc": "^0.0.4",
78
- "@sebbo2002/semantic-release-jsr": "^3.0.1",
78
+ "@sebbo2002/semantic-release-jsr": "^3.1.0",
79
79
  "@semantic-release/changelog": "^6.0.3",
80
80
  "@semantic-release/exec": "^7.1.0",
81
81
  "@semantic-release/git": "^10.0.1",
82
- "@tanstack/eslint-plugin-query": "^5.91.1",
82
+ "@tanstack/eslint-plugin-query": "^5.91.2",
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.4.0",
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",
89
- "eslint-plugin-playwright": "^2.2.2",
89
+ "eslint-plugin-playwright": "^2.3.0",
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.7.0",
96
+ "eslint-plugin-unicorn": "^62.0.0",
97
+ "globals": "^16.5.0",
98
98
  "prettier-plugin-css-order": "^2.1.2",
99
- "prettier-plugin-jsdoc": "^1.3.3",
99
+ "prettier-plugin-jsdoc": "^1.5.0",
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.10.0",
107
+ "@types/react": "^19.2.2",
108
108
  "@types/signale": "^1.4.7",
109
- "eslint": "^9.36.0",
109
+ "eslint": "^9.39.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",
116
- "rimraf": "^6.0.1",
117
- "semantic-release": "^24.2.9",
118
- "typescript": "^5.9.2"
115
+ "react": "^19.2.0",
116
+ "rimraf": "^6.1.0",
117
+ "semantic-release": "^25.0.1",
118
+ "typescript": "^5.9.3"
119
119
  },
120
120
  "peerDependencies": {
121
- "eslint": "^9.21.0",
122
- "prettier": "^3.5.3",
123
- "semantic-release": "^24.2.3",
124
- "typescript": "^5.8.2"
121
+ "eslint": "^9.38.0",
122
+ "prettier": "^3.6.2",
123
+ "semantic-release": "^25.0.1",
124
+ "typescript": "^5.9.3"
125
125
  },
126
126
  "peerDependenciesMeta": {
127
127
  "eslint": {
@@ -130,6 +130,9 @@
130
130
  "prettier": {
131
131
  "optional": true
132
132
  },
133
+ "semantic-release": {
134
+ "optional": true
135
+ },
133
136
  "typescript": {
134
137
  "optional": true
135
138
  }