@peerigon/configs 4.3.0 → 4.4.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 CHANGED
@@ -1,3 +1,15 @@
1
+ ## [4.4.1](https://github.com/peerigon/configs/compare/v4.4.0...v4.4.1) (2025-03-24)
2
+
3
+ ### Bug Fixes
4
+
5
+ - **typescript:** Turn lib configs into config partials ([295e617](https://github.com/peerigon/configs/commit/295e61777b9622ecf887c956c4539d8a027790b6))
6
+
7
+ # [4.4.0](https://github.com/peerigon/configs/compare/v4.3.0...v4.4.0) (2025-03-24)
8
+
9
+ ### Features
10
+
11
+ - **eslint:** bump @eslint-react/eslint-plugin from 1.31.0 to 1.37.3 ([#41](https://github.com/peerigon/configs/issues/41)) ([904b1cf](https://github.com/peerigon/configs/commit/904b1cfe88148c55fb8b14fabcc82211fd1b151a))
12
+
1
13
  # [4.3.0](https://github.com/peerigon/configs/compare/v4.2.0...v4.3.0) (2025-03-24)
2
14
 
3
15
  ### Bug Fixes
@@ -1,5 +1,4 @@
1
1
  {
2
- "extends": "./base.json",
3
2
  "compilerOptions": {
4
3
  "target": "es2022",
5
4
  "lib": ["es2022"],
@@ -1,5 +1,4 @@
1
1
  {
2
- "extends": "./base.json",
3
2
  "compilerOptions": {
4
3
  "target": "es2022",
5
4
  "lib": ["es2022"],
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@peerigon/configs",
3
- "version": "4.3.0",
3
+ "version": "4.4.1",
4
4
  "description": "Configs for ESLint, Prettier, TypeScript & friends",
5
5
  "keywords": [
6
6
  "eslint",
@@ -98,7 +98,7 @@
98
98
  "husky": "^9.1.7",
99
99
  "lint-staged": "^15.4.3",
100
100
  "npm-run-all2": "^7.0.2",
101
- "pin-github-action": "^2.1.1",
101
+ "pin-github-action": "^3.1.2",
102
102
  "prettier": "^3.5.3",
103
103
  "react": "^19.0.0",
104
104
  "rimraf": "^6.0.1",