@ornikar/eslint-config-babel 15.5.0 → 16.3.0

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 +43 -0
  2. package/package.json +4 -4
package/CHANGELOG.md CHANGED
@@ -3,6 +3,49 @@
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
+ # [16.3.0](https://github.com/ornikar/eslint-configs/compare/v16.2.0...v16.3.0) (2021-12-21)
7
+
8
+ **Note:** Version bump only for package @ornikar/eslint-config-babel
9
+
10
+
11
+
12
+
13
+
14
+ # [16.2.0](https://github.com/ornikar/eslint-configs/compare/v16.1.1...v16.2.0) (2021-12-09)
15
+
16
+
17
+ ### Bug Fixes
18
+
19
+ * downgrade node requirement [no issue] ([#204](https://github.com/ornikar/eslint-configs/issues/204)) ([a2ee3e0](https://github.com/ornikar/eslint-configs/commit/a2ee3e01d6a135520be4730581e540e6b33da5c9))
20
+
21
+
22
+
23
+
24
+
25
+ # [16.0.0](https://github.com/ornikar/eslint-configs/compare/v15.5.1...v16.0.0) (2021-12-07)
26
+
27
+
28
+ ### chore
29
+
30
+ * **deps:** update frontend orb to v4 ([#127](https://github.com/ornikar/eslint-configs/issues/127)) ([786c9bb](https://github.com/ornikar/eslint-configs/commit/786c9bbe02613864b5f87e7295a8fdaf42c8b8d7))
31
+
32
+
33
+ ### BREAKING CHANGES
34
+
35
+ * **deps:** unicorn/prefer-array-flat-map is enabled. Make sure you have the right polyfills if needed ; requires node >= 14.17.6 ; ; #
36
+
37
+
38
+
39
+
40
+
41
+ ## [15.5.1](https://github.com/ornikar/eslint-configs/compare/v15.5.0...v15.5.1) (2021-12-02)
42
+
43
+ **Note:** Version bump only for package @ornikar/eslint-config-babel
44
+
45
+
46
+
47
+
48
+
6
49
  # [15.5.0](https://github.com/ornikar/eslint-configs/compare/v15.4.0...v15.5.0) (2021-11-22)
7
50
 
8
51
  **Note:** Version bump only for package @ornikar/eslint-config-babel
package/package.json CHANGED
@@ -1,18 +1,18 @@
1
1
  {
2
2
  "name": "@ornikar/eslint-config-babel",
3
- "version": "15.5.0",
3
+ "version": "16.3.0",
4
4
  "description": "eslint babel config files",
5
5
  "repository": "ornikar/eslint-configs",
6
6
  "main": "index.js",
7
7
  "license": "ISC",
8
8
  "engines": {
9
- "node": ">=12.13.0"
9
+ "node": ">=14.17.5"
10
10
  },
11
11
  "publishConfig": {
12
12
  "access": "public"
13
13
  },
14
14
  "dependencies": {
15
- "@ornikar/eslint-config": "^15.5.0",
15
+ "@ornikar/eslint-config": "^16.3.0",
16
16
  "babel-eslint": "^10.0.1",
17
17
  "eslint-config-airbnb-base": "^14.2.1",
18
18
  "eslint-plugin-babel": "^5.3.0",
@@ -26,5 +26,5 @@
26
26
  "devDependencies": {
27
27
  "eslint": "7.32.0"
28
28
  },
29
- "gitHead": "2823cab78fca9854b9d907f25feb68b64ec07f86"
29
+ "gitHead": "c8a125dadbcb4d34a26eea4ecc72649f0910cc01"
30
30
  }