@peerigon/configs 3.2.0 → 4.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 +10 -0
  2. package/package.json +20 -20
package/CHANGELOG.md CHANGED
@@ -1,3 +1,13 @@
1
+ # [4.0.0](https://github.com/peerigon/configs/compare/v3.2.0...v4.0.0) (2025-03-06)
2
+
3
+ ### Features
4
+
5
+ - Update dependencies ([37d1288](https://github.com/peerigon/configs/commit/37d1288e614ebcb0c3dc5b59d88aaa48ef40ebd3))
6
+
7
+ ### BREAKING CHANGES
8
+
9
+ - Updated some peerDependencies
10
+
1
11
  # [3.2.0](https://github.com/peerigon/configs/compare/v3.1.0...v3.2.0) (2025-03-06)
2
12
 
3
13
  ### Bug Fixes
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@peerigon/configs",
3
- "version": "3.2.0",
3
+ "version": "4.0.0",
4
4
  "description": "Configs for ESLint, Prettier, TypeScript & friends",
5
5
  "keywords": [
6
6
  "eslint",
@@ -122,49 +122,49 @@
122
122
  "*.{js,jsx,ts,tsx,css,md,yml,yaml}": "prettier --write"
123
123
  },
124
124
  "dependencies": {
125
- "@eslint-react/eslint-plugin": "^1.26.2",
126
- "@eslint/compat": "^1.2.6",
127
- "@eslint/js": "^9.20.0",
125
+ "@eslint-react/eslint-plugin": "^1.30.2",
126
+ "@eslint/compat": "^1.2.7",
127
+ "@eslint/js": "^9.21.0",
128
128
  "@ianvs/prettier-plugin-sort-imports": "^4.4.1",
129
129
  "@semantic-release/changelog": "^6.0.3",
130
130
  "@semantic-release/exec": "^7.0.3",
131
131
  "@semantic-release/git": "^10.0.1",
132
132
  "@types/eslint-config-prettier": "^6.11.3",
133
133
  "@types/eslint-plugin-jsx-a11y": "^6.10.0",
134
- "eslint-config-prettier": "^10.0.1",
134
+ "eslint-config-prettier": "^10.0.2",
135
135
  "eslint-plugin-jsx-a11y": "^6.10.2",
136
136
  "eslint-plugin-prefer-arrow": "^1.2.3",
137
137
  "eslint-plugin-react": "^7.37.4",
138
138
  "eslint-plugin-react-compiler": "^19.0.0-beta-714736e-20250131",
139
- "eslint-plugin-react-hooks": "^5.1.0",
139
+ "eslint-plugin-react-hooks": "^5.2.0",
140
140
  "eslint-plugin-react-refresh": "^0.4.19",
141
141
  "eslint-plugin-unicorn": "^57.0.0",
142
- "globals": "^15.14.0",
142
+ "globals": "^16.0.0",
143
143
  "prettier-plugin-css-order": "^2.1.2",
144
144
  "prettier-plugin-jsdoc": "^1.3.2",
145
- "prettier-plugin-packagejson": "^2.5.8",
145
+ "prettier-plugin-packagejson": "^2.5.10",
146
146
  "prettier-plugin-tailwindcss": "^0.6.11",
147
- "typescript-eslint": "^8.24.0"
147
+ "typescript-eslint": "^8.26.0"
148
148
  },
149
149
  "devDependencies": {
150
- "@types/node": "^22.13.1",
151
- "@types/react": "^19.0.8",
150
+ "@types/node": "^22.13.9",
151
+ "@types/react": "^19.0.10",
152
152
  "@types/signale": "^1.4.7",
153
- "eslint": "^9.20.1",
153
+ "eslint": "^9.21.0",
154
154
  "husky": "^9.1.7",
155
155
  "lint-staged": "^15.4.3",
156
156
  "npm-run-all2": "^7.0.2",
157
- "pin-github-action": "^2.1.0",
158
- "prettier": "^3.5.0",
157
+ "pin-github-action": "^2.1.1",
158
+ "prettier": "^3.5.3",
159
159
  "react": "^19.0.0",
160
- "semantic-release": "^24.2.2",
161
- "typescript": "^5.7.3"
160
+ "semantic-release": "^24.2.3",
161
+ "typescript": "^5.8.2"
162
162
  },
163
163
  "peerDependencies": {
164
- "eslint": "^9.20.1",
165
- "prettier": "^3.5.0",
166
- "semantic-release": "^24.2.2",
167
- "typescript": "^5.7.3"
164
+ "eslint": "^9.21.0",
165
+ "prettier": "^3.5.3",
166
+ "semantic-release": "^24.2.3",
167
+ "typescript": "^5.8.2"
168
168
  },
169
169
  "peerDependenciesMeta": {
170
170
  "eslint": {