@mscharley/eslint-config 1.8.3 → 1.8.5

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.json CHANGED
@@ -1,6 +1,46 @@
1
1
  {
2
2
  "name": "@mscharley/eslint-config",
3
3
  "entries": [
4
+ {
5
+ "version": "1.8.5",
6
+ "tag": "@mscharley/eslint-config_v1.8.5",
7
+ "date": "Wed, 14 Sep 2022 21:08:45 GMT",
8
+ "comments": {
9
+ "patch": [
10
+ {
11
+ "comment": "fix: updates"
12
+ }
13
+ ],
14
+ "dependency": [
15
+ {
16
+ "comment": "Updating dependency \"@mscharley/prettier-config\" to `1.2.4`"
17
+ },
18
+ {
19
+ "comment": "Updating dependency \"@mscharley/prettier-config\" to `1.2.4`"
20
+ }
21
+ ]
22
+ }
23
+ },
24
+ {
25
+ "version": "1.8.4",
26
+ "tag": "@mscharley/eslint-config_v1.8.4",
27
+ "date": "Fri, 18 Mar 2022 07:40:16 GMT",
28
+ "comments": {
29
+ "patch": [
30
+ {
31
+ "comment": "fix: bump dependency updates"
32
+ }
33
+ ],
34
+ "dependency": [
35
+ {
36
+ "comment": "Updating dependency \"@mscharley/prettier-config\" to `1.2.3`"
37
+ },
38
+ {
39
+ "comment": "Updating dependency \"@mscharley/prettier-config\" to `1.2.3`"
40
+ }
41
+ ]
42
+ }
43
+ },
4
44
  {
5
45
  "version": "1.8.3",
6
46
  "tag": "@mscharley/eslint-config_v1.8.3",
package/CHANGELOG.md CHANGED
@@ -1,6 +1,20 @@
1
1
  # Change Log - @mscharley/eslint-config
2
2
 
3
- This log was last generated on Wed, 02 Mar 2022 01:14:53 GMT and should not be manually modified.
3
+ This log was last generated on Wed, 14 Sep 2022 21:08:45 GMT and should not be manually modified.
4
+
5
+ ## 1.8.5
6
+ Wed, 14 Sep 2022 21:08:45 GMT
7
+
8
+ ### Patches
9
+
10
+ - fix: updates
11
+
12
+ ## 1.8.4
13
+ Fri, 18 Mar 2022 07:40:16 GMT
14
+
15
+ ### Patches
16
+
17
+ - fix: bump dependency updates
4
18
 
5
19
  ## 1.8.3
6
20
  Wed, 02 Mar 2022 01:14:53 GMT
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@mscharley/eslint-config",
3
- "version": "1.8.3",
3
+ "version": "1.8.5",
4
4
  "description": "ESLint presets that I use a lot",
5
5
  "main": "index.json",
6
6
  "scripts": {
@@ -32,33 +32,33 @@
32
32
  },
33
33
  "homepage": "https://github.com/mscharley/node-presets#readme",
34
34
  "peerDependencies": {
35
- "@mscharley/prettier-config": "1.2.2",
36
- "@typescript-eslint/parser": "^5.13.0",
37
- "@typescript-eslint/eslint-plugin": "^5.13.0",
38
- "eslint": "^8.10.0",
39
- "eslint-config-prettier": "^8.4.0",
35
+ "@mscharley/prettier-config": "1.2.4",
36
+ "@typescript-eslint/parser": "^5.37.0",
37
+ "@typescript-eslint/eslint-plugin": "^5.37.0",
38
+ "eslint": "^8.23.1",
39
+ "eslint-config-prettier": "^8.5.0",
40
40
  "eslint-plugin-deprecation": "^1.3.2",
41
41
  "eslint-plugin-node": "^11.1.0",
42
- "eslint-plugin-prettier": "^4.0.0",
43
- "eslint-plugin-react": "^7.29.2",
44
- "eslint-plugin-react-hooks": "^4.3.0",
45
- "prettier": "^2.5.1",
42
+ "eslint-plugin-prettier": "^4.2.1",
43
+ "eslint-plugin-react": "^7.31.8",
44
+ "eslint-plugin-react-hooks": "^4.6.0",
45
+ "prettier": "^2.7.1",
46
46
  "typescript": "^4.5.3"
47
47
  },
48
48
  "devDependencies": {
49
- "@mscharley/prettier-config": "1.2.2",
50
- "@typescript-eslint/parser": "^5.13.0",
51
- "@typescript-eslint/eslint-plugin": "^5.13.0",
52
- "eslint": "^8.10.0",
53
- "eslint-config-prettier": "^8.4.0",
49
+ "@mscharley/prettier-config": "1.2.4",
50
+ "@typescript-eslint/parser": "^5.37.0",
51
+ "@typescript-eslint/eslint-plugin": "^5.37.0",
52
+ "eslint": "^8.23.1",
53
+ "eslint-config-prettier": "^8.5.0",
54
54
  "eslint-plugin-deprecation": "^1.3.2",
55
55
  "eslint-plugin-node": "^11.1.0",
56
- "eslint-plugin-prettier": "^4.0.0",
57
- "eslint-plugin-react": "^7.29.2",
58
- "eslint-plugin-react-hooks": "^4.3.0",
59
- "prettier": "^2.5.1",
60
- "lint-staged": "~12.3.4",
61
- "typescript": "~4.6.2",
62
- "npm-check-updates": "~12.5.0"
56
+ "eslint-plugin-prettier": "^4.2.1",
57
+ "eslint-plugin-react": "^7.31.8",
58
+ "eslint-plugin-react-hooks": "^4.6.0",
59
+ "prettier": "^2.7.1",
60
+ "lint-staged": "~13.0.3",
61
+ "typescript": "~4.8.3",
62
+ "npm-check-updates": "~16.1.2"
63
63
  }
64
64
  }