@ornikar/eslint-config-babel 22.7.1 → 22.7.2
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 +8 -0
- package/package.json +3 -3
package/CHANGELOG.md
CHANGED
|
@@ -3,6 +3,14 @@
|
|
|
3
3
|
All notable changes to this project will be documented in this file.
|
|
4
4
|
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
|
|
5
5
|
|
|
6
|
+
## <small>22.7.2 (2026-05-22)</small>
|
|
7
|
+
|
|
8
|
+
* feat(deps): update typescript-eslint monorepo to v8 (major) (#780) ([7b982e9](https://github.com/ornikar/eslint-configs/commit/7b982e9)), closes [#780](https://github.com/ornikar/eslint-configs/issues/780)
|
|
9
|
+
|
|
10
|
+
|
|
11
|
+
|
|
12
|
+
|
|
13
|
+
|
|
6
14
|
## <small>22.7.1 (2026-05-15)</small>
|
|
7
15
|
|
|
8
16
|
* feat(deps): update dependency eslint-plugin-jest to v29 (#807) ([78d0c97](https://github.com/ornikar/eslint-configs/commit/78d0c97)), closes [#807](https://github.com/ornikar/eslint-configs/issues/807)
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@ornikar/eslint-config-babel",
|
|
3
|
-
"version": "22.7.
|
|
3
|
+
"version": "22.7.2",
|
|
4
4
|
"description": "eslint babel config files",
|
|
5
5
|
"repository": {
|
|
6
6
|
"directory": "@ornikar/eslint-config-babel",
|
|
@@ -16,14 +16,14 @@
|
|
|
16
16
|
"access": "public"
|
|
17
17
|
},
|
|
18
18
|
"dependencies": {
|
|
19
|
-
"@ornikar/eslint-config": "22.7.
|
|
19
|
+
"@ornikar/eslint-config": "22.7.2",
|
|
20
20
|
"eslint-config-airbnb-base": "^15.0.0",
|
|
21
21
|
"eslint-plugin-babel": "^5.3.0",
|
|
22
22
|
"eslint-plugin-import": "^2.25.4",
|
|
23
23
|
"eslint-plugin-prefer-class-properties": "^1.0.0"
|
|
24
24
|
},
|
|
25
25
|
"peerDependencies": {
|
|
26
|
-
"eslint": "^8.57.1",
|
|
26
|
+
"eslint": "^8.57.1 || ^9.0.0",
|
|
27
27
|
"prettier": "^2.2.1"
|
|
28
28
|
},
|
|
29
29
|
"devDependencies": {
|