@dg-scripts/eslint-config 5.5.0 → 5.5.4

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 +35 -0
  2. package/package.json +5 -9
package/CHANGELOG.md CHANGED
@@ -3,6 +3,41 @@
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.4](https://github.com/sabertazimi/bod/compare/v5.5.3...v5.5.4) (2021-10-17)
7
+
8
+ **Note:** Version bump only for package @dg-scripts/eslint-config
9
+
10
+
11
+
12
+
13
+
14
+ ## [5.5.3](https://github.com/sabertazimi/bod/compare/v5.5.2...v5.5.3) (2021-10-16)
15
+
16
+
17
+ ### Bug Fixes
18
+
19
+ * **deps:** update dependency eslint to v8 ([#242](https://github.com/sabertazimi/bod/issues/242)) ([f8e0034](https://github.com/sabertazimi/bod/commit/f8e0034b58221a7afa385c11214814882769e513))
20
+
21
+
22
+
23
+
24
+
25
+ ## [5.5.2](https://github.com/sabertazimi/bod/compare/v5.5.1...v5.5.2) (2021-10-14)
26
+
27
+ **Note:** Version bump only for package @dg-scripts/eslint-config
28
+
29
+
30
+
31
+
32
+
33
+ ## [5.5.1](https://github.com/sabertazimi/bod/compare/v5.5.0...v5.5.1) (2021-10-12)
34
+
35
+ **Note:** Version bump only for package @dg-scripts/eslint-config
36
+
37
+
38
+
39
+
40
+
6
41
  # [5.5.0](https://github.com/sabertazimi/bod/compare/v5.4.1...v5.5.0) (2021-10-12)
7
42
 
8
43
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@dg-scripts/eslint-config",
3
- "version": "5.5.0",
3
+ "version": "5.5.4",
4
4
  "description": "ESLint configuration used by dg-scripts.",
5
5
  "keywords": [
6
6
  "dg-scripts",
@@ -33,19 +33,15 @@
33
33
  "lint": "eslint . --config=index.js"
34
34
  },
35
35
  "peerDependencies": {
36
- "eslint": "^7.32.0 || >=8.0.0",
36
+ "eslint": "^7.32.0 || ^8.0.0",
37
37
  "prettier": "^2.4.0",
38
38
  "typescript": "^4.0.0"
39
39
  },
40
40
  "dependencies": {
41
- "@dg-scripts/eslint-config-react": "^5.5.0",
42
- "@dg-scripts/eslint-config-vue": "^5.5.0",
41
+ "@dg-scripts/eslint-config-react": "^5.5.4",
42
+ "@dg-scripts/eslint-config-vue": "^5.5.4",
43
43
  "eslint-config-prettier": "^8.3.0",
44
44
  "eslint-plugin-prettier": "^4.0.0"
45
45
  },
46
- "devDependencies": {
47
- "eslint": "^7.32.0",
48
- "prettier": "^2.4.1"
49
- },
50
- "gitHead": "02600d1cfb031c9ed3816b56a591a5dec384be49"
46
+ "gitHead": "f9ea0cb0e196af8d12a0ba70f88d3508c4c8f500"
51
47
  }