@peerigon/configs 4.4.2 → 5.1.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 +16 -0
  2. package/package.json +2 -2
package/CHANGELOG.md CHANGED
@@ -1,3 +1,19 @@
1
+ # [5.1.0](https://github.com/peerigon/configs/compare/v5.0.0...v5.1.0) (2025-04-07)
2
+
3
+ ### Features
4
+
5
+ - bump @eslint-react/eslint-plugin from 1.37.3 to 1.40.4 ([#50](https://github.com/peerigon/configs/issues/50)) ([4df7f60](https://github.com/peerigon/configs/commit/4df7f60382c18bba7089cc16c87b4507d48a0c84))
6
+
7
+ # [5.0.0](https://github.com/peerigon/configs/compare/v4.4.2...v5.0.0) (2025-03-31)
8
+
9
+ ### Features
10
+
11
+ - bump eslint-plugin-unicorn from 57.0.0 to 58.0.0 ([#46](https://github.com/peerigon/configs/issues/46)) ([199ebe8](https://github.com/peerigon/configs/commit/199ebe8317ddfa8a4bf6bf90b36e35eccd71c295))
12
+
13
+ ### BREAKING CHANGES
14
+
15
+ - See eslint-plugin-unicorn release notes
16
+
1
17
  ## [4.4.2](https://github.com/peerigon/configs/compare/v4.4.1...v4.4.2) (2025-03-26)
2
18
 
3
19
  ### Bug Fixes
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@peerigon/configs",
3
- "version": "4.4.2",
3
+ "version": "5.1.0",
4
4
  "description": "Configs for ESLint, Prettier, TypeScript & friends",
5
5
  "keywords": [
6
6
  "eslint",
@@ -82,7 +82,7 @@
82
82
  "eslint-plugin-react-compiler": "^19.0.0-beta-714736e-20250131",
83
83
  "eslint-plugin-react-hooks": "^5.2.0",
84
84
  "eslint-plugin-react-refresh": "^0.4.19",
85
- "eslint-plugin-unicorn": "^57.0.0",
85
+ "eslint-plugin-unicorn": "^58.0.0",
86
86
  "globals": "^16.0.0",
87
87
  "prettier-plugin-css-order": "^2.1.2",
88
88
  "prettier-plugin-jsdoc": "^1.3.2",