@apolitical/eslint-config 2.1.0 → 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.0",
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,48 +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.0] - 2023-01-09
9
- ### Changed
10
- - Bump dependencies to keep the project up-to-date
11
-
12
- ## [2.0.2] - 2022-06-28
13
- ### Changed
14
- - Pipeline refs
15
-
16
- ## [2.0.1] - 2022-05-10
17
- ### Fixed
18
- - `base.config.js` to use `extends` property
19
-
20
- ## [2.0.0] - 2022-04-01
21
- ### Added
22
- - eslint-config-prettier
23
- - eslint configurations for react
24
- - eslint.config.js
25
- ### Deprecated
26
- - eslint-plugin-prettier
27
- ### Changed
28
- - ecmaScript version to 2021
29
- - packege version for: 'eslint', 'prettier', 'eslint-plugin-jest',
30
- - 'base.config.js' to 'api.config.js'
31
-
32
- ## [1.0.2] - 2022-01-31
33
- ### Fixed
34
- - Node.js version
35
-
36
- ## [1.0.1] - 2022-01-20
37
- ### Fixed
38
- - Pipeline node version
39
-
40
- ## [1.0.0] - 2022-01-17
41
- ### Changed
42
- - Updated Dependencies
43
- - Upgraded Node.js version
44
- - Revamped GitLab pipelines
45
-
46
- ## [0.0.1] - 2021-06-29
47
- ### Added
48
- - Initial setup