@guardian/eslint-config 15.0.0 → 16.0.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.
- package/CHANGELOG.md +8 -0
- package/package.json +3 -3
package/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,13 @@
|
|
|
1
1
|
# @guardian/eslint-config
|
|
2
2
|
|
|
3
|
+
## 16.0.0
|
|
4
|
+
|
|
5
|
+
### Major Changes
|
|
6
|
+
|
|
7
|
+
- 5cf4d48: Update Typescript to v6 (6.0.3):
|
|
8
|
+
- Use https://gist.github.com/privatenumber/3d2e80da28f84ee30b77d53e1693378f as a reference to update your own codebase to TS6.
|
|
9
|
+
- If you use `ts-jest` to run jest tests, update to v29.4.11 minimum to ensure compatibility with TS6.
|
|
10
|
+
|
|
3
11
|
## 15.0.0
|
|
4
12
|
|
|
5
13
|
### Major Changes
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@guardian/eslint-config",
|
|
3
|
-
"version": "
|
|
3
|
+
"version": "16.0.0",
|
|
4
4
|
"description": "ESLint config for Guardian JavaScript projects",
|
|
5
5
|
"repository": {
|
|
6
6
|
"url": "https://github.com/guardian/csnx",
|
|
@@ -14,7 +14,7 @@
|
|
|
14
14
|
"@stylistic/eslint-plugin": "5.10.0",
|
|
15
15
|
"eslint-config-prettier": "10.1.8",
|
|
16
16
|
"eslint-import-resolver-typescript": "4.4.4",
|
|
17
|
-
"eslint-plugin-import-x": "4.16.
|
|
17
|
+
"eslint-plugin-import-x": "4.16.2",
|
|
18
18
|
"eslint-plugin-jsx-a11y": "6.10.2",
|
|
19
19
|
"eslint-plugin-react": "7.37.5",
|
|
20
20
|
"eslint-plugin-react-hooks": "7.1.1",
|
|
@@ -28,7 +28,7 @@
|
|
|
28
28
|
},
|
|
29
29
|
"peerDependencies": {
|
|
30
30
|
"eslint": "^9.39.1",
|
|
31
|
-
"eslint-plugin-storybook": "^10.
|
|
31
|
+
"eslint-plugin-storybook": "^10.4.0"
|
|
32
32
|
},
|
|
33
33
|
"peerDependenciesMeta": {
|
|
34
34
|
"eslint-plugin-storybook": {
|