@apolitical/eslint-config 2.1.1 → 2.1.2

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/README.md CHANGED
@@ -1,6 +1,6 @@
1
1
  # Apolitical Eslint Config
2
2
 
3
- Apolitical ESLint and Prettier configurations for Node projects
3
+ Apolitical ESLint and Prettier configurations for Node projects
4
4
 
5
5
  ## Requirements
6
6
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@apolitical/eslint-config",
3
- "version": "2.1.1",
3
+ "version": "2.1.2",
4
4
  "description": "Apolitical ESLint and Prettier configurations for Node projects",
5
5
  "author": "Apolitical Group Limited <engineering@apolitical.co>",
6
6
  "license": "MIT",
@@ -36,6 +36,6 @@
36
36
  "prettier": "2.8.2"
37
37
  },
38
38
  "engines": {
39
- "node": ">=16.13.0"
39
+ "node": ">=20.14.0"
40
40
  }
41
41
  }
package/CHANGELOG.md DELETED
@@ -1,52 +0,0 @@
1
- # Changelog
2
-
3
- All notable changes to this project will be documented in this file.
4
-
5
- The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
6
- and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
7
-
8
- ## [2.1.1] - 2023-01-31
9
- ### Added
10
- - Renovate config file
11
-
12
- ## [2.1.0] - 2023-01-09
13
- ### Changed
14
- - Bump dependencies to keep the project up-to-date
15
-
16
- ## [2.0.2] - 2022-06-28
17
- ### Changed
18
- - Pipeline refs
19
-
20
- ## [2.0.1] - 2022-05-10
21
- ### Fixed
22
- - `base.config.js` to use `extends` property
23
-
24
- ## [2.0.0] - 2022-04-01
25
- ### Added
26
- - eslint-config-prettier
27
- - eslint configurations for react
28
- - eslint.config.js
29
- ### Deprecated
30
- - eslint-plugin-prettier
31
- ### Changed
32
- - ecmaScript version to 2021
33
- - packege version for: 'eslint', 'prettier', 'eslint-plugin-jest',
34
- - 'base.config.js' to 'api.config.js'
35
-
36
- ## [1.0.2] - 2022-01-31
37
- ### Fixed
38
- - Node.js version
39
-
40
- ## [1.0.1] - 2022-01-20
41
- ### Fixed
42
- - Pipeline node version
43
-
44
- ## [1.0.0] - 2022-01-17
45
- ### Changed
46
- - Updated Dependencies
47
- - Upgraded Node.js version
48
- - Revamped GitLab pipelines
49
-
50
- ## [0.0.1] - 2021-06-29
51
- ### Added
52
- - Initial setup