@davidsneighbour/eslint-config 5.2.29 → 5.2.30
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 +12 -0
- package/package.json +5 -5
package/CHANGELOG.md
CHANGED
|
@@ -3,6 +3,18 @@
|
|
|
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
|
+
## [5.2.30](https://github.com/davidsneighbour/configurations/compare/v5.2.29...v5.2.30) (2023-08-09)
|
|
7
|
+
|
|
8
|
+
|
|
9
|
+
### Bug Fixes
|
|
10
|
+
|
|
11
|
+
* **deps:** update dependency eslint-plugin-cypress to v2.14.0 ([#839](https://github.com/davidsneighbour/configurations/issues/839)) ([73c6fec](https://github.com/davidsneighbour/configurations/commit/73c6fecc4a7728324511a71d61bd5312ea0d2aee))
|
|
12
|
+
* **deps:** update typescript-eslint monorepo to v6.3.0 ([#838](https://github.com/davidsneighbour/configurations/issues/838)) ([6c782ae](https://github.com/davidsneighbour/configurations/commit/6c782aefaddea7896b3265d6cba02d08688edb2a))
|
|
13
|
+
|
|
14
|
+
|
|
15
|
+
|
|
16
|
+
|
|
17
|
+
|
|
6
18
|
## [5.2.29](https://github.com/davidsneighbour/configurations/compare/v5.2.28...v5.2.29) (2023-08-06)
|
|
7
19
|
|
|
8
20
|
|
package/package.json
CHANGED
|
@@ -1,22 +1,22 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@davidsneighbour/eslint-config",
|
|
3
3
|
"description": "ESlint configuration for use in davidsneighbour projects.",
|
|
4
|
-
"version": "5.2.
|
|
4
|
+
"version": "5.2.30",
|
|
5
5
|
"license": "MIT",
|
|
6
6
|
"repository": "davidsneighbour/configurations",
|
|
7
7
|
"author": "Patrick Kollitsch <patrick@davids-neighbour.com> (https://davids-neighbour.com)",
|
|
8
8
|
"bugs": "https://github.com/davidsneighbour/configurations/issues",
|
|
9
9
|
"homepage": "https://github.com/davidsneighbour/configurations/tree/main/packages/eslint-config",
|
|
10
10
|
"dependencies": {
|
|
11
|
-
"@typescript-eslint/eslint-plugin": "6.
|
|
12
|
-
"@typescript-eslint/parser": "6.
|
|
11
|
+
"@typescript-eslint/eslint-plugin": "6.3.0",
|
|
12
|
+
"@typescript-eslint/parser": "6.3.0",
|
|
13
13
|
"eslint": "8.46.0",
|
|
14
14
|
"eslint-config-airbnb": ">=19.0.4",
|
|
15
15
|
"eslint-config-airbnb-base": "15.0.0",
|
|
16
16
|
"eslint-config-prettier": "8.10.0",
|
|
17
17
|
"eslint-plugin-anti-trojan-source": "1.1.1",
|
|
18
18
|
"eslint-plugin-compat": "4.1.4",
|
|
19
|
-
"eslint-plugin-cypress": "2.
|
|
19
|
+
"eslint-plugin-cypress": "2.14.0",
|
|
20
20
|
"eslint-plugin-html": "7.1.0",
|
|
21
21
|
"eslint-plugin-import": "2.28.0",
|
|
22
22
|
"eslint-plugin-jsx-a11y": ">=6.7.1",
|
|
@@ -38,5 +38,5 @@
|
|
|
38
38
|
"node": ">=18.0.0",
|
|
39
39
|
"npm": ">=8.0.0"
|
|
40
40
|
},
|
|
41
|
-
"gitHead": "
|
|
41
|
+
"gitHead": "92aa398e7de44fc49933a9315471a4bc578bca79"
|
|
42
42
|
}
|