@davidsneighbour/eslint-config 5.5.4 → 5.5.8

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 +37 -0
  2. package/package.json +6 -6
package/CHANGELOG.md CHANGED
@@ -3,6 +3,43 @@
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.5.8](https://github.com/davidsneighbour/configurations/compare/v5.5.7...v5.5.8) (2023-10-28)
7
+
8
+ **Note:** Version bump only for package @davidsneighbour/eslint-config
9
+
10
+
11
+
12
+
13
+
14
+ ## [5.5.7](https://github.com/davidsneighbour/configurations/compare/v5.5.6...v5.5.7) (2023-10-28)
15
+
16
+ **Note:** Version bump only for package @davidsneighbour/eslint-config
17
+
18
+
19
+
20
+
21
+
22
+ ## [5.5.6](https://github.com/davidsneighbour/configurations/compare/v5.5.5...v5.5.6) (2023-10-25)
23
+
24
+
25
+ ### Bug Fixes
26
+
27
+ * **deps:** update dependency eslint to v8.52.0 ([#985](https://github.com/davidsneighbour/configurations/issues/985)) ([2e54f16](https://github.com/davidsneighbour/configurations/commit/2e54f16a3fb89a71b2011738bfc7a61c4f34904b))
28
+ * **deps:** update dependency eslint-plugin-import to v2.29.0 ([#986](https://github.com/davidsneighbour/configurations/issues/986)) ([1f21eed](https://github.com/davidsneighbour/configurations/commit/1f21eed40c311e2f2ce043b64220df790db61448))
29
+ * **deps:** update typescript-eslint monorepo to v6.9.0 ([#988](https://github.com/davidsneighbour/configurations/issues/988)) ([e2f1548](https://github.com/davidsneighbour/configurations/commit/e2f1548a49cb0cd7174434110ef9c6a54a43ec44))
30
+
31
+
32
+
33
+
34
+
35
+ ## [5.5.5](https://github.com/davidsneighbour/configurations/compare/v5.5.4...v5.5.5) (2023-10-21)
36
+
37
+ **Note:** Version bump only for package @davidsneighbour/eslint-config
38
+
39
+
40
+
41
+
42
+
6
43
  ## [5.5.4](https://github.com/davidsneighbour/configurations/compare/v5.5.3...v5.5.4) (2023-10-21)
7
44
 
8
45
  **Note:** Version bump only for package @davidsneighbour/eslint-config
package/package.json CHANGED
@@ -1,16 +1,16 @@
1
1
  {
2
2
  "name": "@davidsneighbour/eslint-config",
3
3
  "description": "ESlint configuration for use in davidsneighbour projects.",
4
- "version": "5.5.4",
4
+ "version": "5.5.8",
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.8.0",
12
- "@typescript-eslint/parser": "6.8.0",
13
- "eslint": "8.51.0",
11
+ "@typescript-eslint/eslint-plugin": "6.9.0",
12
+ "@typescript-eslint/parser": "6.9.0",
13
+ "eslint": "8.52.0",
14
14
  "eslint-config-airbnb": ">=19.0.4",
15
15
  "eslint-config-airbnb-base": "15.0.0",
16
16
  "eslint-config-prettier": "9.0.0",
@@ -18,7 +18,7 @@
18
18
  "eslint-plugin-compat": "4.2.0",
19
19
  "eslint-plugin-cypress": "2.15.1",
20
20
  "eslint-plugin-html": "7.1.0",
21
- "eslint-plugin-import": "2.28.1",
21
+ "eslint-plugin-import": "2.29.0",
22
22
  "eslint-plugin-jsx-a11y": ">=6.7.1",
23
23
  "eslint-plugin-markdown": "3.0.1",
24
24
  "eslint-plugin-mdx": "2.2.0",
@@ -38,5 +38,5 @@
38
38
  "node": ">=18.0.0",
39
39
  "npm": ">=8.0.0"
40
40
  },
41
- "gitHead": "0a57bc0810104db0daadb8df1c650173d4fa8ef9"
41
+ "gitHead": "e5e18efb972f174a65e4e0dcab0b1c421519b102"
42
42
  }