@guardian/eslint-config 6.0.0 → 7.0.1

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 +15 -0
  2. package/package.json +5 -5
package/CHANGELOG.md CHANGED
@@ -1,5 +1,20 @@
1
1
  # @guardian/eslint-config
2
2
 
3
+ ## 7.0.1
4
+
5
+ ### Patch Changes
6
+
7
+ - 225e542: Dependencies updates:
8
+
9
+ - `@typescript-eslint/eslint-plugin` from 6.14.0 to 6.18.0
10
+ - `@typescript-eslint/parser` from 6.14.0 to 6.18.0
11
+
12
+ ## 7.0.0
13
+
14
+ ### Major Changes
15
+
16
+ - Update TS to version 5.3.3 and tslib to 2.6.2
17
+
3
18
  ## 6.0.0
4
19
 
5
20
  ### Major Changes
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@guardian/eslint-config",
3
- "version": "6.0.0",
3
+ "version": "7.0.1",
4
4
  "description": "ESLint config for Guardian JavaScript projects",
5
5
  "homepage": "https://github.com/guardian/csnx/tree/main/libs/@guardian/eslint-config#readme",
6
6
  "bugs": {
@@ -15,15 +15,15 @@
15
15
  "dependencies": {
16
16
  "eslint-config-prettier": "9.1.0",
17
17
  "eslint-plugin-eslint-comments": "3.2.0",
18
- "eslint-plugin-import": "2.29.0"
18
+ "eslint-plugin-import": "2.29.1"
19
19
  },
20
20
  "peerDependencies": {
21
- "eslint": "^8.47.0",
22
- "tslib": "^2.5.3"
21
+ "eslint": "^8.56.0",
22
+ "tslib": "^2.6.2"
23
23
  },
24
24
  "publishConfig": {
25
25
  "access": "public"
26
26
  },
27
27
  "readme": "ERROR: No README data found!",
28
- "_id": "@guardian/eslint-config@6.0.0"
28
+ "_id": "@guardian/eslint-config@7.0.1"
29
29
  }