eslint-config-vylda-vanilla-react 4.1.2 → 4.2.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 -1
  2. package/package.json +3 -3
package/Changelog.md CHANGED
@@ -4,8 +4,17 @@ All notable changes to this component will be documented in this file.
4
4
  The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
5
5
  and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
6
6
 
7
+ ## [4.2.0] - 2025-12-06
8
+ ### Updated
9
+ - eslint-config-vylda-vanilla package [Vilda Lipold]
10
+ - @eslint/config-inspector package [Vilda Lipold]
11
+
12
+ ## [4.1.3] - 2025-11-13
13
+ ### Updated
14
+ - eslint-config-vylda-vanilla package [Vilda Lipold]
15
+
7
16
  ## [4.1.2] - 2025-11-13
8
- ### added
17
+ ### Added
9
18
  - Declaration file [Vilda Lipold]
10
19
 
11
20
  ## [4.1.1] - 2025-11-13
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "eslint-config-vylda-vanilla-react",
3
- "version": "4.1.2",
3
+ "version": "4.2.0",
4
4
  "description": "Eslint rules for JS React projects",
5
5
  "main": "index.js",
6
6
  "type": "module",
@@ -29,7 +29,7 @@
29
29
  "license": "MIT",
30
30
  "dependencies": {
31
31
  "eslint": "^9.39.1",
32
- "eslint-config-vylda-vanilla": "^4.4.1",
32
+ "eslint-config-vylda-vanilla": "^4.5.0",
33
33
  "eslint-plugin-jsx-a11y": "^6.10.2",
34
34
  "eslint-plugin-react": "^7.37.5",
35
35
  "eslint-plugin-react-hooks": "^7.0.1",
@@ -37,7 +37,7 @@
37
37
  "globals": "^16.5.0"
38
38
  },
39
39
  "devDependencies": {
40
- "@eslint/config-inspector": "^1.0.2",
40
+ "@eslint/config-inspector": "^1.4.2",
41
41
  "husky": "^9.1.7"
42
42
  }
43
43
  }