@oriflame/config-eslint 4.0.39 → 4.0.43

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 +36 -0
  2. package/package.json +4 -4
package/CHANGELOG.md CHANGED
@@ -3,6 +3,42 @@
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
+ ### 4.0.43 - 2021-10-10
7
+
8
+ #### 📦 Dependencies
9
+
10
+ - update dependency eslint-plugin-jest to ^24.6.0 (#826) ([abfdd11](https://github.com/Oriflame/lumos/commit/abfdd1115267a4efaf948a9465a0f8dadcda0aa0)), closes _#826_
11
+
12
+ **Note:** Version bump only for package @oriflame/config-eslint
13
+
14
+
15
+
16
+
17
+
18
+ ### 4.0.42 - 2021-10-08
19
+
20
+ **Note:** Version bump only for package @oriflame/config-eslint
21
+
22
+
23
+
24
+
25
+
26
+ ### 4.0.41 - 2021-10-08
27
+
28
+ **Note:** Version bump only for package @oriflame/config-eslint
29
+
30
+
31
+
32
+
33
+
34
+ ### 4.0.40 - 2021-10-07
35
+
36
+ **Note:** Version bump only for package @oriflame/config-eslint
37
+
38
+
39
+
40
+
41
+
6
42
  ### 4.0.39 - 2021-10-05
7
43
 
8
44
  #### 📦 Dependencies
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@oriflame/config-eslint",
3
- "version": "4.0.39",
3
+ "version": "4.0.43",
4
4
  "description": "Reusable ESLint config.",
5
5
  "keywords": [
6
6
  "lumos",
@@ -27,7 +27,7 @@
27
27
  "@beemo/core": "^1.1.8",
28
28
  "@beemo/driver-eslint": "^1.2.3",
29
29
  "@next/eslint-plugin-next": "^11.1.2",
30
- "@oriflame/lumos-common": "^4.0.39",
30
+ "@oriflame/lumos-common": "^4.0.43",
31
31
  "@typescript-eslint/eslint-plugin": "^4.33.0",
32
32
  "@typescript-eslint/parser": "^4.33.0",
33
33
  "babel-eslint": "^10.1.0",
@@ -37,7 +37,7 @@
37
37
  "eslint-import-resolver-typescript": "^2.5.0",
38
38
  "eslint-plugin-eslint-comments": "^3.2.0",
39
39
  "eslint-plugin-import": "^2.24.2",
40
- "eslint-plugin-jest": "^24.5.2",
40
+ "eslint-plugin-jest": "^24.6.0",
41
41
  "eslint-plugin-jsx-a11y": "^6.4.1",
42
42
  "eslint-plugin-node": "^11.1.0",
43
43
  "eslint-plugin-prettier": "^4.0.0",
@@ -51,5 +51,5 @@
51
51
  "@types/confusing-browser-globals": "^1.0.0",
52
52
  "ts-node": "^10.2.1"
53
53
  },
54
- "gitHead": "4fb397e29487d0b256dbe0ec2c3bd1e9d7b99e36"
54
+ "gitHead": "32378fa1b5fcd4b6bf24e3ceb05e75918ec01eba"
55
55
  }