@bonniernews/eslint-config 1.0.1 → 1.0.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.
Files changed (2) hide show
  1. package/CHANGELOG.md +6 -0
  2. package/package.json +4 -4
package/CHANGELOG.md CHANGED
@@ -1,5 +1,11 @@
1
1
  # Changelog
2
2
 
3
+ ## 1.0.2
4
+
5
+ - Run tests on all supported node versions
6
+ - Bump `@typescript-eslint/eslint-plugin` and `@typescript-eslint/parser`.
7
+ - Use typescript 5.3 for tests
8
+
3
9
  ## 1.0.1
4
10
 
5
11
  - Loosen react/jsx-max-props-per-line to allow as many props the developer wants on
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@bonniernews/eslint-config",
3
- "version": "1.0.1",
3
+ "version": "1.0.2",
4
4
  "description": "ESLint config",
5
5
  "main": "index.js",
6
6
  "scripts": {
@@ -24,7 +24,7 @@
24
24
  "eslint": "^8.19.0",
25
25
  "mocha": "^10.2.0",
26
26
  "mocha-cakes-2": "^3.3.0",
27
- "typescript": "^5.2.0"
27
+ "typescript": "^5.3.0"
28
28
  },
29
29
  "peerDependencies": {
30
30
  "eslint": ">=8.3.0",
@@ -40,8 +40,8 @@
40
40
  },
41
41
  "license": "MIT",
42
42
  "dependencies": {
43
- "@typescript-eslint/eslint-plugin": "^6.6.0",
44
- "@typescript-eslint/parser": "^6.6.0",
43
+ "@typescript-eslint/eslint-plugin": "^6.12.0",
44
+ "@typescript-eslint/parser": "^6.12.0",
45
45
  "eslint-plugin-chai-friendly": "^0.7.2",
46
46
  "eslint-plugin-import": "^2.27.5",
47
47
  "eslint-plugin-n": "^16.0.1",