File tree Expand file tree Collapse file tree 4 files changed +20
-8
lines changed Expand file tree Collapse file tree 4 files changed +20
-8
lines changed Original file line number Diff line number Diff line change
1
+ {
2
+ "mode" : " pre" ,
3
+ "tag" : " next" ,
4
+ "initialVersions" : {
5
+ "@mlaursen/eslint-config" : " 8.0.1"
6
+ },
7
+ "changesets" : [" ready-parents-strive" ]
8
+ }
Original file line number Diff line number Diff line change
1
+ ---
2
+ " @mlaursen/eslint-config " : patch
3
+ ---
4
+
5
+ Updated dependencies to latest
Original file line number Diff line number Diff line change 1
1
# @mlaursen/eslint-config
2
2
3
+ ## 8.0.2-next.0
4
+
5
+ ### Patch Changes
6
+
7
+ - Updated dependencies to latest
8
+
3
9
## 8.0.1
4
10
5
11
### Patch Changes
70
76
### Major Changes
71
77
72
78
- Updated dependencies for the latest eslint rules and behavior.
73
-
74
79
- Bumped ` eslint-plugin-testing-library ` to v7.1.0
75
80
- Bumped ` @next/eslint-plugin-next ` to v15.0.4
76
81
77
82
- Updated dependencies for the latest eslint rules and behavior.
78
-
79
83
- Bumped ` eslint-plugin-testing-library ` to v7.1.0
80
84
- Bumped ` @next/eslint-plugin-next ` to v15.0.4
81
85
84
88
### Major Changes
85
89
86
90
- Updated dependencies for the latest eslint rules and behavior.
87
-
88
91
- Bumped ` eslint-plugin-testing-library ` to v7.1.0
89
92
- Bumped ` @next/eslint-plugin-next ` to v15.0.4
90
93
93
96
### Minor Changes
94
97
95
98
- Features:
96
-
97
99
- bump dependencies to latest
98
100
99
101
Fixes:
100
-
101
102
- Disabled ` @typescript-eslint/unified-signatures ` since you get better type inference with separate signatures
102
103
- Disabled ` no-undef ` and removed globals since I use typescript
103
104
106
107
### Patch Changes
107
108
108
109
- The release focused on improving docs and debugging:
109
-
110
110
- added a ` name ` to each configuration so it can be inspected more easily with ` npx @eslint/config-inspector@latest `
111
111
- added tsdoc to each configuration object so it can be viewed from editor
112
112
- export ` globals ` so additional globals can be added easily
118
118
### Patch Changes
119
119
120
120
- There were a few changes in this release:
121
-
122
121
- attempt to fix the globals issue when using react/jsx-a11y
123
122
- allow less strict typescript behavior in tests
124
123
- fix some typescript rules that conflicted with base js
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " @mlaursen/eslint-config" ,
3
3
"type" : " module" ,
4
- "version" : " 8.0.1 " ,
4
+ "version" : " 8.0.2-next.0 " ,
5
5
"description" : " An eslint config used by mlaursen for most projects." ,
6
6
"repository" : " https://github.com/mlaursen/eslint-config.git" ,
7
7
"author" : " Mikkel Laursen <mlaursen03@gmail.com>" ,
You can’t perform that action at this time.
0 commit comments