@peerigon/configs 4.3.0-beta.2 → 4.4.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 +17 -0
  2. package/package.json +2 -2
package/CHANGELOG.md CHANGED
@@ -1,3 +1,20 @@
1
+ # [4.4.0](https://github.com/peerigon/configs/compare/v4.3.0...v4.4.0) (2025-03-24)
2
+
3
+ ### Features
4
+
5
+ - **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))
6
+
7
+ # [4.3.0](https://github.com/peerigon/configs/compare/v4.2.0...v4.3.0) (2025-03-24)
8
+
9
+ ### Bug Fixes
10
+
11
+ - **eslint:** Turn of unicorn/consistent-function-scoping ([6570db3](https://github.com/peerigon/configs/commit/6570db32a4037f0e00d99cfacc95a024f9892b95))
12
+
13
+ ### Features
14
+
15
+ - Compile JS code instead of just emitDeclarationOnly ([c7d29f7](https://github.com/peerigon/configs/commit/c7d29f700ee53aa6be5b16175b355f000fba778c))
16
+ - **typescript:** Change base target to es2024 ([58b217a](https://github.com/peerigon/configs/commit/58b217ab0e4d64b7b969f1dbda748886f11009c5))
17
+
1
18
  # [4.3.0-beta.2](https://github.com/peerigon/configs/compare/v4.3.0-beta.1...v4.3.0-beta.2) (2025-03-23)
2
19
 
3
20
  ### Bug Fixes
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@peerigon/configs",
3
- "version": "4.3.0-beta.2",
3
+ "version": "4.4.0",
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",