@peerigon/configs 4.4.2 → 5.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 +2 -2
package/CHANGELOG.md CHANGED
@@ -1,3 +1,13 @@
1
+ # [5.0.0](https://github.com/peerigon/configs/compare/v4.4.2...v5.0.0) (2025-03-31)
2
+
3
+ ### Features
4
+
5
+ - 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))
6
+
7
+ ### BREAKING CHANGES
8
+
9
+ - See eslint-plugin-unicorn release notes
10
+
1
11
  ## [4.4.2](https://github.com/peerigon/configs/compare/v4.4.1...v4.4.2) (2025-03-26)
2
12
 
3
13
  ### 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.0.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",