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