eslint-config-scratch 12.0.4 → 12.0.6

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.
@@ -11,9 +11,9 @@ jobs:
11
11
  build-eslint:
12
12
  runs-on: ubuntu-latest
13
13
  steps:
14
- - uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4
14
+ - uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5
15
15
  - uses: wagoid/commitlint-github-action@b948419dd99f3fd78a6548d48f94e3df7f6bf3ed # v6
16
- - uses: actions/setup-node@1d0ff469b7ec7b3cb9d8673fde0c81c44821de2a # v4
16
+ - uses: actions/setup-node@a0853c24544627f65ddf259abe73b1d18a591444 # v5
17
17
  with:
18
18
  cache: 'npm'
19
19
  node-version-file: '.nvmrc'
package/.husky/commit-msg CHANGED
@@ -1,4 +1 @@
1
- #!/usr/bin/env sh
2
- . "$(dirname -- "$0")/_/husky.sh"
3
-
4
- npx --no-install commitlint --edit "$1"
1
+ commitlint --edit "$1"
package/package.json CHANGED
@@ -1,10 +1,10 @@
1
1
  {
2
2
  "name": "eslint-config-scratch",
3
- "version": "12.0.4",
3
+ "version": "12.0.6",
4
4
  "description": "Shareable ESLint config for Scratch",
5
5
  "main": "./lib/index.mjs",
6
6
  "scripts": {
7
- "prepare": "husky install",
7
+ "prepare": "husky",
8
8
  "format": "prettier --write . && eslint --fix",
9
9
  "test:lint": "eslint && prettier --check .",
10
10
  "test:vitest": "vitest run",
@@ -38,10 +38,10 @@
38
38
  "@stylistic/eslint-plugin": "^5.3.1",
39
39
  "@trivago/prettier-plugin-sort-imports": "5.2.2",
40
40
  "eslint-config-prettier": "10.1.8",
41
- "eslint-plugin-formatjs": "5.4.0",
41
+ "eslint-plugin-formatjs": "5.4.2",
42
42
  "eslint-plugin-html": "8.1.3",
43
43
  "eslint-plugin-import": "2.32.0",
44
- "eslint-plugin-jsdoc": "50.8.0",
44
+ "eslint-plugin-jsdoc": "61.1.1",
45
45
  "eslint-plugin-jsx-a11y": "6.10.2",
46
46
  "eslint-plugin-react": "7.37.5",
47
47
  "eslint-plugin-react-hooks": "5.2.0",
@@ -50,12 +50,12 @@
50
50
  "typescript-eslint": "8.46.0"
51
51
  },
52
52
  "devDependencies": {
53
- "@commitlint/cli": "19.8.1",
54
- "@commitlint/config-conventional": "19.8.1",
55
- "@commitlint/types": "19.8.1",
53
+ "@commitlint/cli": "20.1.0",
54
+ "@commitlint/config-conventional": "20.0.0",
55
+ "@commitlint/types": "20.0.0",
56
56
  "eslint": "9.37.0",
57
- "husky": "8.0.3",
58
- "scratch-semantic-release-config": "3.0.0",
57
+ "husky": "9.1.7",
58
+ "scratch-semantic-release-config": "4.0.0",
59
59
  "semantic-release": "24.2.9",
60
60
  "vitest": "3.2.4"
61
61
  },
package/CHANGELOG.md DELETED
@@ -1,649 +0,0 @@
1
- # Changelog
2
-
3
- All notable changes to this project will be documented in this file. See
4
- [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
5
-
6
- ## [12.0.4](https://github.com/scratchfoundation/eslint-config-scratch/compare/v12.0.3...v12.0.4) (2025-10-09)
7
-
8
-
9
- ### Bug Fixes
10
-
11
- * **deps:** update dependency typescript-eslint to v8.46.0 ([#321](https://github.com/scratchfoundation/eslint-config-scratch/issues/321)) ([d9d4124](https://github.com/scratchfoundation/eslint-config-scratch/commit/d9d4124ca9fae51812c294ca6dcbeb2f4060667e))
12
-
13
- ## [12.0.3](https://github.com/scratchfoundation/eslint-config-scratch/compare/v12.0.2...v12.0.3) (2025-10-07)
14
-
15
-
16
- ### Bug Fixes
17
-
18
- * **deps:** update eslint monorepo to v9.37.0 ([#319](https://github.com/scratchfoundation/eslint-config-scratch/issues/319)) ([e7ecae5](https://github.com/scratchfoundation/eslint-config-scratch/commit/e7ecae538603e881824f63d0de08c9e05db02155))
19
-
20
- ## [12.0.2](https://github.com/scratchfoundation/eslint-config-scratch/compare/v12.0.1...v12.0.2) (2025-10-02)
21
-
22
-
23
- ### Bug Fixes
24
-
25
- * **deps:** update dependency typescript-eslint to v8.45.0 ([#317](https://github.com/scratchfoundation/eslint-config-scratch/issues/317)) ([f5878bb](https://github.com/scratchfoundation/eslint-config-scratch/commit/f5878bbf5b715085a11c6bdbc4f1fbd9839d14a2))
26
-
27
- ## [12.0.1](https://github.com/scratchfoundation/eslint-config-scratch/compare/v12.0.0...v12.0.1) (2025-09-25)
28
-
29
-
30
- ### Bug Fixes
31
-
32
- * **deps:** update dependency typescript-eslint to v8.44.1 ([#314](https://github.com/scratchfoundation/eslint-config-scratch/issues/314)) ([cf16987](https://github.com/scratchfoundation/eslint-config-scratch/commit/cf16987f68efb238b3cca00049a2e78fd9266cf3))
33
-
34
- # [12.0.0](https://github.com/scratchfoundation/eslint-config-scratch/compare/v11.0.53...v12.0.0) (2025-09-23)
35
-
36
-
37
- ### Bug Fixes
38
-
39
- * **legacy:** forbid JSX syntax outside of JSX/TSX files ([172074c](https://github.com/scratchfoundation/eslint-config-scratch/commit/172074c289b8e308d7cec90406fd907e93a3f7e1))
40
- * **legacy:** stop TS support from breaking non-TS projects ([b2c62b2](https://github.com/scratchfoundation/eslint-config-scratch/commit/b2c62b222d5f4a4194379deb4ebc79bcc0ffa01a))
41
- * **legacy:** use TS rules where possible ([335ccb8](https://github.com/scratchfoundation/eslint-config-scratch/commit/335ccb851acec3184e8e42af722509a4937adc96))
42
- * replace `config` with `defineConfig` ([3b2c7bd](https://github.com/scratchfoundation/eslint-config-scratch/commit/3b2c7bd69908fb3401732d38fee72b5fc221ada2))
43
- * use @stylistic/indent to work around ts/eslint bug ([63a0d62](https://github.com/scratchfoundation/eslint-config-scratch/commit/63a0d62e30aceb4088a64a14bb11ddfb0f6a3fd2)), closes [typescript-eslint/typescript-eslint#11455](https://github.com/typescript-eslint/typescript-eslint/issues/11455)
44
-
45
-
46
- ### Features
47
-
48
- * add minimal TS support to legacy rule sets ([2b4d83e](https://github.com/scratchfoundation/eslint-config-scratch/commit/2b4d83eff525854bd8472ea601f023b2a060c463))
49
-
50
-
51
- ### BREAKING CHANGES
52
-
53
- * **legacy:** TS rules are no longer active in non-TS files unless
54
- explicitly added through the user's configuration
55
- * this rule seems to handle a few cases differently.
56
- * **legacy:** JSX use outside of JSX/TSX files is now forbidden
57
- * **legacy:** TS rules are now active even in non-TS files
58
- * while `defineConfig` is almost the same as `config`,
59
- there are some cases that differ. See:
60
- <https://typescript-eslint.io/packages/typescript-eslint/#migrating-to-defineconfig>
61
-
62
- ## [11.0.53](https://github.com/scratchfoundation/eslint-config-scratch/compare/v11.0.52...v11.0.53) (2025-09-22)
63
-
64
-
65
- ### Bug Fixes
66
-
67
- * **deps:** update eslint monorepo to v9.36.0 ([#310](https://github.com/scratchfoundation/eslint-config-scratch/issues/310)) ([79f2997](https://github.com/scratchfoundation/eslint-config-scratch/commit/79f2997689f593735d934e51a40e1d093316f967))
68
-
69
- ## [11.0.52](https://github.com/scratchfoundation/eslint-config-scratch/compare/v11.0.51...v11.0.52) (2025-09-18)
70
-
71
-
72
- ### Bug Fixes
73
-
74
- * **deps:** update dependency typescript-eslint to v8.44.0 ([#307](https://github.com/scratchfoundation/eslint-config-scratch/issues/307)) ([02669f6](https://github.com/scratchfoundation/eslint-config-scratch/commit/02669f62f43c5fd9e0c76d39acb7a72be0e89fbe))
75
-
76
- ## [11.0.51](https://github.com/scratchfoundation/eslint-config-scratch/compare/v11.0.50...v11.0.51) (2025-09-14)
77
-
78
-
79
- ### Bug Fixes
80
-
81
- * **deps:** update dependency globals to v16.4.0 ([#304](https://github.com/scratchfoundation/eslint-config-scratch/issues/304)) ([d26c885](https://github.com/scratchfoundation/eslint-config-scratch/commit/d26c8854734132e3c4c562faa3c4f3659877dac2))
82
-
83
- ## [11.0.50](https://github.com/scratchfoundation/eslint-config-scratch/compare/v11.0.49...v11.0.50) (2025-09-13)
84
-
85
-
86
- ### Bug Fixes
87
-
88
- * **deps:** update dependency typescript-eslint to v8.43.0 ([#302](https://github.com/scratchfoundation/eslint-config-scratch/issues/302)) ([cb262fb](https://github.com/scratchfoundation/eslint-config-scratch/commit/cb262fbd23fab7cf2e1db914b91e82a4b1bce780))
89
-
90
- ## [11.0.49](https://github.com/scratchfoundation/eslint-config-scratch/compare/v11.0.48...v11.0.49) (2025-09-09)
91
-
92
-
93
- ### Bug Fixes
94
-
95
- * **deps:** update eslint monorepo to v9.35.0 ([#299](https://github.com/scratchfoundation/eslint-config-scratch/issues/299)) ([b3b7d82](https://github.com/scratchfoundation/eslint-config-scratch/commit/b3b7d8235d6c8abca7c5d70c54721bc1a56c1dff))
96
-
97
- ## [11.0.48](https://github.com/scratchfoundation/eslint-config-scratch/compare/v11.0.47...v11.0.48) (2025-09-08)
98
-
99
-
100
- ### Bug Fixes
101
-
102
- * **deps:** update dependency @babel/eslint-parser to v7.28.4 ([#298](https://github.com/scratchfoundation/eslint-config-scratch/issues/298)) ([010e28c](https://github.com/scratchfoundation/eslint-config-scratch/commit/010e28cfb3ff3423214f56e18e795463bd2768a5))
103
-
104
- ## [11.0.47](https://github.com/scratchfoundation/eslint-config-scratch/compare/v11.0.46...v11.0.47) (2025-09-08)
105
-
106
-
107
- ### Bug Fixes
108
-
109
- * **deps:** update dependency typescript-eslint to v8.42.0 ([#296](https://github.com/scratchfoundation/eslint-config-scratch/issues/296)) ([7b938c5](https://github.com/scratchfoundation/eslint-config-scratch/commit/7b938c5183cc49d2e571edac6f236bc16cfd0baf))
110
-
111
- ## [11.0.46](https://github.com/scratchfoundation/eslint-config-scratch/compare/v11.0.45...v11.0.46) (2025-08-31)
112
-
113
-
114
- ### Bug Fixes
115
-
116
- * **deps:** update dependency typescript-eslint to v8.41.0 ([#295](https://github.com/scratchfoundation/eslint-config-scratch/issues/295)) ([cc19580](https://github.com/scratchfoundation/eslint-config-scratch/commit/cc1958013e44fd1c130531b73bef8346c9bd2cb5))
117
-
118
- ## [11.0.45](https://github.com/scratchfoundation/eslint-config-scratch/compare/v11.0.44...v11.0.45) (2025-08-26)
119
-
120
-
121
- ### Bug Fixes
122
-
123
- * **deps:** update eslint monorepo to v9.34.0 ([#294](https://github.com/scratchfoundation/eslint-config-scratch/issues/294)) ([96cb418](https://github.com/scratchfoundation/eslint-config-scratch/commit/96cb41895c48da0fd33efe78b5b1ba0527d5559b))
124
-
125
- ## [11.0.44](https://github.com/scratchfoundation/eslint-config-scratch/compare/v11.0.43...v11.0.44) (2025-08-21)
126
-
127
-
128
- ### Bug Fixes
129
-
130
- * **deps:** update dependency typescript-eslint to v8.40.0 ([#293](https://github.com/scratchfoundation/eslint-config-scratch/issues/293)) ([7d09eaa](https://github.com/scratchfoundation/eslint-config-scratch/commit/7d09eaa25bdb80b8234c5e19468d5601c3f1c315))
131
-
132
- ## [11.0.43](https://github.com/scratchfoundation/eslint-config-scratch/compare/v11.0.42...v11.0.43) (2025-08-14)
133
-
134
-
135
- ### Bug Fixes
136
-
137
- * **deps:** update dependency typescript-eslint to v8.39.1 ([#290](https://github.com/scratchfoundation/eslint-config-scratch/issues/290)) ([182a263](https://github.com/scratchfoundation/eslint-config-scratch/commit/182a263ad7220c56df75c955a911d45c29f3a190))
138
-
139
- ## [11.0.42](https://github.com/scratchfoundation/eslint-config-scratch/compare/v11.0.41...v11.0.42) (2025-08-12)
140
-
141
-
142
- ### Bug Fixes
143
-
144
- * **deps:** update eslint monorepo to v9.33.0 ([#288](https://github.com/scratchfoundation/eslint-config-scratch/issues/288)) ([5ecffa3](https://github.com/scratchfoundation/eslint-config-scratch/commit/5ecffa3e216ebc591f6a88e41d259c90df83aa3d))
145
-
146
- ## [11.0.41](https://github.com/scratchfoundation/eslint-config-scratch/compare/v11.0.40...v11.0.41) (2025-08-07)
147
-
148
-
149
- ### Bug Fixes
150
-
151
- * **deps:** update dependency typescript-eslint to v8.39.0 ([#286](https://github.com/scratchfoundation/eslint-config-scratch/issues/286)) ([046704e](https://github.com/scratchfoundation/eslint-config-scratch/commit/046704e3d4b45ac52bf2b6807a3f9b815402ccfb))
152
-
153
- ## [11.0.40](https://github.com/scratchfoundation/eslint-config-scratch/compare/v11.0.39...v11.0.40) (2025-07-29)
154
-
155
-
156
- ### Bug Fixes
157
-
158
- * **deps:** update eslint monorepo to v9.32.0 ([#284](https://github.com/scratchfoundation/eslint-config-scratch/issues/284)) ([5102516](https://github.com/scratchfoundation/eslint-config-scratch/commit/51025168af84d8591df200bde7995d4683ff6c39))
159
-
160
- ## [11.0.39](https://github.com/scratchfoundation/eslint-config-scratch/compare/v11.0.38...v11.0.39) (2025-07-24)
161
-
162
-
163
- ### Bug Fixes
164
-
165
- * **deps:** update dependency typescript-eslint to v8.38.0 ([#283](https://github.com/scratchfoundation/eslint-config-scratch/issues/283)) ([a970187](https://github.com/scratchfoundation/eslint-config-scratch/commit/a970187fda315a554efaff29468e8156d0a62b61))
166
-
167
- ## [11.0.38](https://github.com/scratchfoundation/eslint-config-scratch/compare/v11.0.37...v11.0.38) (2025-07-22)
168
-
169
-
170
- ### Bug Fixes
171
-
172
- * **deps:** update dependency eslint-config-prettier to v10.1.8 ([#282](https://github.com/scratchfoundation/eslint-config-scratch/issues/282)) ([9628bd3](https://github.com/scratchfoundation/eslint-config-scratch/commit/9628bd30ef2b6edc36cb1543c507c551770eae69))
173
-
174
- ## [11.0.37](https://github.com/scratchfoundation/eslint-config-scratch/compare/v11.0.36...v11.0.37) (2025-07-18)
175
-
176
-
177
- ### Bug Fixes
178
-
179
- * **deps:** update dependency typescript-eslint to v8.37.0 ([#281](https://github.com/scratchfoundation/eslint-config-scratch/issues/281)) ([e176593](https://github.com/scratchfoundation/eslint-config-scratch/commit/e17659383e6308e7b6267fccec0ad253aa0102bb))
180
-
181
- ## [11.0.36](https://github.com/scratchfoundation/eslint-config-scratch/compare/v11.0.35...v11.0.36) (2025-07-15)
182
-
183
-
184
- ### Bug Fixes
185
-
186
- * **deps:** update eslint monorepo to v9.31.0 ([#280](https://github.com/scratchfoundation/eslint-config-scratch/issues/280)) ([584b3df](https://github.com/scratchfoundation/eslint-config-scratch/commit/584b3dfb347f1352c7cef0a5d21969cc5ee1b92e))
187
-
188
- ## [11.0.35](https://github.com/scratchfoundation/eslint-config-scratch/compare/v11.0.34...v11.0.35) (2025-07-11)
189
-
190
-
191
- ### Bug Fixes
192
-
193
- * **deps:** update dependency typescript-eslint to v8.36.0 ([#277](https://github.com/scratchfoundation/eslint-config-scratch/issues/277)) ([a4290ea](https://github.com/scratchfoundation/eslint-config-scratch/commit/a4290eaba60e9c6b7857e3789d8973528e1d1797))
194
-
195
- ## [11.0.34](https://github.com/scratchfoundation/eslint-config-scratch/compare/v11.0.33...v11.0.34) (2025-07-05)
196
-
197
-
198
- ### Bug Fixes
199
-
200
- * **deps:** update dependency @babel/eslint-parser to v7.28.0 ([#276](https://github.com/scratchfoundation/eslint-config-scratch/issues/276)) ([5b4ceda](https://github.com/scratchfoundation/eslint-config-scratch/commit/5b4ceda282e3b3b945cf1cf97b6030bab31de5d0))
201
-
202
- ## [11.0.33](https://github.com/scratchfoundation/eslint-config-scratch/compare/v11.0.32...v11.0.33) (2025-07-05)
203
-
204
-
205
- ### Bug Fixes
206
-
207
- * **deps:** update eslint monorepo to v9.30.1 ([#275](https://github.com/scratchfoundation/eslint-config-scratch/issues/275)) ([d2ad195](https://github.com/scratchfoundation/eslint-config-scratch/commit/d2ad195c1c2ff5daaffd17c3eb2db98ce133db9a))
208
-
209
- ## [11.0.32](https://github.com/scratchfoundation/eslint-config-scratch/compare/v11.0.31...v11.0.32) (2025-07-04)
210
-
211
-
212
- ### Bug Fixes
213
-
214
- * **deps:** update dependency globals to v16.3.0 ([#274](https://github.com/scratchfoundation/eslint-config-scratch/issues/274)) ([044cee5](https://github.com/scratchfoundation/eslint-config-scratch/commit/044cee5ebee95023ebab773eb0434f2c2352c5c9))
215
-
216
- ## [11.0.31](https://github.com/scratchfoundation/eslint-config-scratch/compare/v11.0.30...v11.0.31) (2025-07-03)
217
-
218
-
219
- ### Bug Fixes
220
-
221
- * **deps:** update dependency typescript-eslint to v8.35.1 ([#273](https://github.com/scratchfoundation/eslint-config-scratch/issues/273)) ([27973bd](https://github.com/scratchfoundation/eslint-config-scratch/commit/27973bd95320b840ab87322015e3e805434663f4))
222
-
223
- ## [11.0.30](https://github.com/scratchfoundation/eslint-config-scratch/compare/v11.0.29...v11.0.30) (2025-07-01)
224
-
225
-
226
- ### Bug Fixes
227
-
228
- * **deps:** update eslint monorepo to v9.30.0 ([#271](https://github.com/scratchfoundation/eslint-config-scratch/issues/271)) ([f6e61ad](https://github.com/scratchfoundation/eslint-config-scratch/commit/f6e61ad145eb8ec75bdc5d48f2bbfa9b6630c4c0))
229
-
230
- ## [11.0.29](https://github.com/scratchfoundation/eslint-config-scratch/compare/v11.0.28...v11.0.29) (2025-06-30)
231
-
232
-
233
- ### Bug Fixes
234
-
235
- * **deps:** update dependency prettier to v3.6.2 ([#270](https://github.com/scratchfoundation/eslint-config-scratch/issues/270)) ([26cb88d](https://github.com/scratchfoundation/eslint-config-scratch/commit/26cb88dda6f10c6809dab415377dfd991d8565f5))
236
-
237
- ## [11.0.28](https://github.com/scratchfoundation/eslint-config-scratch/compare/v11.0.27...v11.0.28) (2025-06-28)
238
-
239
-
240
- ### Bug Fixes
241
-
242
- * **deps:** update dependency prettier to v3.6.1 ([#269](https://github.com/scratchfoundation/eslint-config-scratch/issues/269)) ([5a913eb](https://github.com/scratchfoundation/eslint-config-scratch/commit/5a913eb30ac72ddeae8eeac6327e878f919d8bce))
243
-
244
- ## [11.0.27](https://github.com/scratchfoundation/eslint-config-scratch/compare/v11.0.26...v11.0.27) (2025-06-27)
245
-
246
-
247
- ### Bug Fixes
248
-
249
- * **deps:** update dependency typescript-eslint to v8.35.0 ([#268](https://github.com/scratchfoundation/eslint-config-scratch/issues/268)) ([f4ebfe4](https://github.com/scratchfoundation/eslint-config-scratch/commit/f4ebfe44bae8870fb4bc887825388a232fe9d037))
250
-
251
- ## [11.0.26](https://github.com/scratchfoundation/eslint-config-scratch/compare/v11.0.25...v11.0.26) (2025-06-26)
252
-
253
-
254
- ### Bug Fixes
255
-
256
- * **deps:** update dependency prettier to v3.6.0 ([#267](https://github.com/scratchfoundation/eslint-config-scratch/issues/267)) ([fa45481](https://github.com/scratchfoundation/eslint-config-scratch/commit/fa45481354fef854f5815ec70e5ba9210644ed49))
257
-
258
- ## [11.0.25](https://github.com/scratchfoundation/eslint-config-scratch/compare/v11.0.24...v11.0.25) (2025-06-24)
259
-
260
-
261
- ### Bug Fixes
262
-
263
- * **deps:** update dependency eslint-plugin-import to v2.32.0 ([#266](https://github.com/scratchfoundation/eslint-config-scratch/issues/266)) ([c0dc462](https://github.com/scratchfoundation/eslint-config-scratch/commit/c0dc462879fbc1501b4c403a62a6dab2f5941908))
264
-
265
- ## [11.0.24](https://github.com/scratchfoundation/eslint-config-scratch/compare/v11.0.23...v11.0.24) (2025-06-24)
266
-
267
-
268
- ### Bug Fixes
269
-
270
- * **deps:** update dependency @eslint/markdown to v6.6.0 ([#265](https://github.com/scratchfoundation/eslint-config-scratch/issues/265)) ([7e8a86c](https://github.com/scratchfoundation/eslint-config-scratch/commit/7e8a86c4c5e05ac3c1099194e785c739ae8889ff))
271
-
272
- ## [11.0.23](https://github.com/scratchfoundation/eslint-config-scratch/compare/v11.0.22...v11.0.23) (2025-06-19)
273
-
274
-
275
- ### Bug Fixes
276
-
277
- * **deps:** update dependency typescript-eslint to v8.34.1 ([#263](https://github.com/scratchfoundation/eslint-config-scratch/issues/263)) ([5506a01](https://github.com/scratchfoundation/eslint-config-scratch/commit/5506a0109331d8a756ab6436309bd1c39eca8394))
278
-
279
- ## [11.0.22](https://github.com/scratchfoundation/eslint-config-scratch/compare/v11.0.21...v11.0.22) (2025-06-18)
280
-
281
-
282
- ### Bug Fixes
283
-
284
- * **deps:** update dependency eslint-plugin-formatjs to v5.4.0 ([#262](https://github.com/scratchfoundation/eslint-config-scratch/issues/262)) ([bad669b](https://github.com/scratchfoundation/eslint-config-scratch/commit/bad669b4c74f70c71ad3a29ca4c577995ef7d971))
285
-
286
- ## [11.0.21](https://github.com/scratchfoundation/eslint-config-scratch/compare/v11.0.20...v11.0.21) (2025-06-17)
287
-
288
-
289
- ### Bug Fixes
290
-
291
- * **deps:** update eslint monorepo to v9.29.0 ([#261](https://github.com/scratchfoundation/eslint-config-scratch/issues/261)) ([9dcaf95](https://github.com/scratchfoundation/eslint-config-scratch/commit/9dcaf95ed5c5f6f7fe43156debbe031df0556a04))
292
-
293
- ## [11.0.20](https://github.com/scratchfoundation/eslint-config-scratch/compare/v11.0.19...v11.0.20) (2025-06-14)
294
-
295
-
296
- ### Bug Fixes
297
-
298
- * **deps:** update dependency eslint-plugin-jsdoc to v50.8.0 ([#259](https://github.com/scratchfoundation/eslint-config-scratch/issues/259)) ([ba30051](https://github.com/scratchfoundation/eslint-config-scratch/commit/ba30051e2429355e20e63aaf6cc6a70937758efb))
299
-
300
- ## [11.0.19](https://github.com/scratchfoundation/eslint-config-scratch/compare/v11.0.18...v11.0.19) (2025-06-13)
301
-
302
-
303
- ### Bug Fixes
304
-
305
- * **deps:** update dependency typescript-eslint to v8.34.0 ([#258](https://github.com/scratchfoundation/eslint-config-scratch/issues/258)) ([5a4f87f](https://github.com/scratchfoundation/eslint-config-scratch/commit/5a4f87f92f43d449ae7d259db695f781108e53b6))
306
-
307
- ## [11.0.18](https://github.com/scratchfoundation/eslint-config-scratch/compare/v11.0.17...v11.0.18) (2025-06-08)
308
-
309
-
310
- ### Bug Fixes
311
-
312
- * **deps:** update dependency @eslint/markdown to v6.5.0 ([#256](https://github.com/scratchfoundation/eslint-config-scratch/issues/256)) ([db05445](https://github.com/scratchfoundation/eslint-config-scratch/commit/db05445bc8f0aa1b7402164af71c109d2f1af3ea))
313
-
314
- ## [11.0.17](https://github.com/scratchfoundation/eslint-config-scratch/compare/v11.0.16...v11.0.17) (2025-06-07)
315
-
316
-
317
- ### Bug Fixes
318
-
319
- * **deps:** update dependency typescript-eslint to v8.33.1 ([#254](https://github.com/scratchfoundation/eslint-config-scratch/issues/254)) ([2d8abf2](https://github.com/scratchfoundation/eslint-config-scratch/commit/2d8abf27bc58c7cff5c43141bf6606db35151cb1))
320
-
321
- ## [11.0.16](https://github.com/scratchfoundation/eslint-config-scratch/compare/v11.0.15...v11.0.16) (2025-06-07)
322
-
323
-
324
- ### Bug Fixes
325
-
326
- * **deps:** update dependency @babel/eslint-parser to v7.27.5 ([#253](https://github.com/scratchfoundation/eslint-config-scratch/issues/253)) ([8f46094](https://github.com/scratchfoundation/eslint-config-scratch/commit/8f46094014572b762d9aa73605892a1d22c04d93))
327
-
328
- ## [11.0.15](https://github.com/scratchfoundation/eslint-config-scratch/compare/v11.0.14...v11.0.15) (2025-06-05)
329
-
330
-
331
- ### Bug Fixes
332
-
333
- * **deps:** update dependency eslint-plugin-jsdoc to v50.7.1 ([#251](https://github.com/scratchfoundation/eslint-config-scratch/issues/251)) ([a284b60](https://github.com/scratchfoundation/eslint-config-scratch/commit/a284b60f6d29072a168c17dc269bb6c786e13117))
334
-
335
- ## [11.0.14](https://github.com/scratchfoundation/eslint-config-scratch/compare/v11.0.13...v11.0.14) (2025-06-04)
336
-
337
-
338
- ### Bug Fixes
339
-
340
- * **deps:** update dependency eslint-plugin-jsdoc to v50.7.0 ([#250](https://github.com/scratchfoundation/eslint-config-scratch/issues/250)) ([e362541](https://github.com/scratchfoundation/eslint-config-scratch/commit/e362541fb8ba8489f4975b173b32ef77f0732aaa))
341
-
342
- ## [11.0.13](https://github.com/scratchfoundation/eslint-config-scratch/compare/v11.0.12...v11.0.13) (2025-06-03)
343
-
344
-
345
- ### Bug Fixes
346
-
347
- * **deps:** update eslint monorepo to v9.28.0 ([#249](https://github.com/scratchfoundation/eslint-config-scratch/issues/249)) ([8a58474](https://github.com/scratchfoundation/eslint-config-scratch/commit/8a584744cef639e08d1ca108a47213c4f46af6c7))
348
-
349
- ## [11.0.12](https://github.com/scratchfoundation/eslint-config-scratch/compare/v11.0.11...v11.0.12) (2025-05-30)
350
-
351
-
352
- ### Bug Fixes
353
-
354
- * **deps:** update dependency typescript-eslint to v8.33.0 ([#248](https://github.com/scratchfoundation/eslint-config-scratch/issues/248)) ([4bb9ab1](https://github.com/scratchfoundation/eslint-config-scratch/commit/4bb9ab148e681cad283ef4cc8af178eefba597a5))
355
-
356
- ## [11.0.11](https://github.com/scratchfoundation/eslint-config-scratch/compare/v11.0.10...v11.0.11) (2025-05-28)
357
-
358
-
359
- ### Bug Fixes
360
-
361
- * **deps:** update dependency globals to v16.2.0 ([#247](https://github.com/scratchfoundation/eslint-config-scratch/issues/247)) ([eb4af3e](https://github.com/scratchfoundation/eslint-config-scratch/commit/eb4af3e5f28002154bda0bab87a8224040674d9d))
362
-
363
- ## [11.0.10](https://github.com/scratchfoundation/eslint-config-scratch/compare/v11.0.9...v11.0.10) (2025-05-22)
364
-
365
-
366
- ### Bug Fixes
367
-
368
- * **deps:** update dependency eslint-plugin-html to v8.1.3 ([#244](https://github.com/scratchfoundation/eslint-config-scratch/issues/244)) ([26dc23b](https://github.com/scratchfoundation/eslint-config-scratch/commit/26dc23b2bb41e91285a3e73d574d649227c3e9e3))
369
-
370
- ## [11.0.9](https://github.com/scratchfoundation/eslint-config-scratch/compare/v11.0.8...v11.0.9) (2025-05-20)
371
-
372
-
373
- ### Bug Fixes
374
-
375
- * **deps:** update eslint monorepo to v9.27.0 ([#243](https://github.com/scratchfoundation/eslint-config-scratch/issues/243)) ([9b40f09](https://github.com/scratchfoundation/eslint-config-scratch/commit/9b40f099327f8fe83d87d381f5c902b291e1cc52))
376
-
377
- ## [11.0.8](https://github.com/scratchfoundation/eslint-config-scratch/compare/v11.0.7...v11.0.8) (2025-05-17)
378
-
379
-
380
- ### Bug Fixes
381
-
382
- * **deps:** update dependency eslint-plugin-jsdoc to v50.6.17 ([#241](https://github.com/scratchfoundation/eslint-config-scratch/issues/241)) ([d606bd0](https://github.com/scratchfoundation/eslint-config-scratch/commit/d606bd01dae9eb93cc7b2b0330492b036a3022e8))
383
-
384
- ## [11.0.7](https://github.com/scratchfoundation/eslint-config-scratch/compare/v11.0.6...v11.0.7) (2025-05-16)
385
-
386
-
387
- ### Bug Fixes
388
-
389
- * **deps:** update dependency typescript-eslint to v8.32.1 ([#240](https://github.com/scratchfoundation/eslint-config-scratch/issues/240)) ([bcfb5b9](https://github.com/scratchfoundation/eslint-config-scratch/commit/bcfb5b91e5429af3e6f52da057ee794cfcbf8aed))
390
-
391
- ## [11.0.6](https://github.com/scratchfoundation/eslint-config-scratch/compare/v11.0.5...v11.0.6) (2025-05-14)
392
-
393
-
394
- ### Bug Fixes
395
-
396
- * **deps:** update dependency eslint-plugin-jsdoc to v50.6.14 ([#239](https://github.com/scratchfoundation/eslint-config-scratch/issues/239)) ([469abc6](https://github.com/scratchfoundation/eslint-config-scratch/commit/469abc69119ae583b9b99af17ea487196196e38a))
397
-
398
- ## [11.0.5](https://github.com/scratchfoundation/eslint-config-scratch/compare/v11.0.4...v11.0.5) (2025-05-12)
399
-
400
-
401
- ### Bug Fixes
402
-
403
- * **deps:** update dependency eslint-config-prettier to v10.1.5 ([#238](https://github.com/scratchfoundation/eslint-config-scratch/issues/238)) ([a5e67e8](https://github.com/scratchfoundation/eslint-config-scratch/commit/a5e67e83657bac11ede5fd19848456d580e63b6b))
404
-
405
- ## [11.0.4](https://github.com/scratchfoundation/eslint-config-scratch/compare/v11.0.3...v11.0.4) (2025-05-10)
406
-
407
-
408
- ### Bug Fixes
409
-
410
- * **deps:** update dependency globals to v16.1.0 ([#236](https://github.com/scratchfoundation/eslint-config-scratch/issues/236)) ([4a75d5f](https://github.com/scratchfoundation/eslint-config-scratch/commit/4a75d5f127fec513e3e6676e4c2aa3261b551aca))
411
-
412
- ## [11.0.3](https://github.com/scratchfoundation/eslint-config-scratch/compare/v11.0.2...v11.0.3) (2025-05-10)
413
-
414
-
415
- ### Bug Fixes
416
-
417
- * **deps:** update dependency eslint-config-prettier to v10.1.3 ([#235](https://github.com/scratchfoundation/eslint-config-scratch/issues/235)) ([5b6c16e](https://github.com/scratchfoundation/eslint-config-scratch/commit/5b6c16ee5fe46b5285abe4cd99bc727e03bc19cd))
418
-
419
- ## [11.0.2](https://github.com/scratchfoundation/eslint-config-scratch/compare/v11.0.1...v11.0.2) (2025-05-09)
420
-
421
-
422
- ### Bug Fixes
423
-
424
- * **deps:** update dependency typescript-eslint to v8.32.0 ([#234](https://github.com/scratchfoundation/eslint-config-scratch/issues/234)) ([7ae7ba9](https://github.com/scratchfoundation/eslint-config-scratch/commit/7ae7ba95b356c12e088bcc220f5f8c033fb04e44))
425
-
426
- ## [11.0.1](https://github.com/scratchfoundation/eslint-config-scratch/compare/v11.0.0...v11.0.1) (2025-05-06)
427
-
428
-
429
- ### Bug Fixes
430
-
431
- * **deps:** update eslint monorepo to v9.26.0 ([#232](https://github.com/scratchfoundation/eslint-config-scratch/issues/232)) ([81ab334](https://github.com/scratchfoundation/eslint-config-scratch/commit/81ab334cb62cac03397f378645e27867d11db979))
432
-
433
- # [11.0.0](https://github.com/scratchfoundation/eslint-config-scratch/compare/v10.0.14...v11.0.0) (2025-05-05)
434
-
435
-
436
- ### Bug Fixes
437
-
438
- * be more careful about ext => rule mapping ([d010853](https://github.com/scratchfoundation/eslint-config-scratch/commit/d01085335cbe81df389a18e590120a3c5085ecfa))
439
- * disable jsdoc/require-jsdoc ([7d7b277](https://github.com/scratchfoundation/eslint-config-scratch/commit/7d7b277676c772cafeb157b87d0f3205a81f7792))
440
- * don't try to check types in JS ([329b4de](https://github.com/scratchfoundation/eslint-config-scratch/commit/329b4de61c81be7c2fddd965a08cb2b73017089a))
441
- * fix linting for code blocks inside Markdown ([152673f](https://github.com/scratchfoundation/eslint-config-scratch/commit/152673ff3918a0f68e2401595c68f06c49eac711))
442
- * re-enable jsdoc checks ([40c86c9](https://github.com/scratchfoundation/eslint-config-scratch/commit/40c86c94ca7d3dfa713d139fa28ef4b544b1b131))
443
-
444
-
445
- * refactor!: simplify and flatten configurations ([a7dda10](https://github.com/scratchfoundation/eslint-config-scratch/commit/a7dda101f27c3099f024f1eb53533ee3cc97194f))
446
-
447
-
448
- ### Features
449
-
450
- * better type help, esp. with makeEslintConfig ([497bd28](https://github.com/scratchfoundation/eslint-config-scratch/commit/497bd2880ba7640966e5f87fc3d4bd5b482eb303))
451
-
452
-
453
- ### BREAKING CHANGES
454
-
455
- * Configurations are now returned as objects, like most
456
- shared ESLint configurations. The `make*Config` functions are no more.
457
- Also, everything is now exported through one file.
458
-
459
- ## [10.0.14](https://github.com/scratchfoundation/eslint-config-scratch/compare/v10.0.13...v10.0.14) (2025-05-03)
460
-
461
-
462
- ### Bug Fixes
463
-
464
- * **deps:** update dependency @babel/eslint-parser to v7.27.1 ([#230](https://github.com/scratchfoundation/eslint-config-scratch/issues/230)) ([cb5cbe2](https://github.com/scratchfoundation/eslint-config-scratch/commit/cb5cbe29e017a67ceb967b9ed716a1360a740d61))
465
-
466
- ## [10.0.13](https://github.com/scratchfoundation/eslint-config-scratch/compare/v10.0.12...v10.0.13) (2025-05-01)
467
-
468
-
469
- ### Bug Fixes
470
-
471
- * **deps:** update dependency typescript-eslint to v8.31.1 ([#229](https://github.com/scratchfoundation/eslint-config-scratch/issues/229)) ([1eaf5da](https://github.com/scratchfoundation/eslint-config-scratch/commit/1eaf5da752acd1c036a87321d2192059ca2697ea))
472
-
473
- ## [10.0.12](https://github.com/scratchfoundation/eslint-config-scratch/compare/v10.0.11...v10.0.12) (2025-04-28)
474
-
475
-
476
- ### Bug Fixes
477
-
478
- * **deps:** update dependency eslint-plugin-jsdoc to v50.6.11 ([#227](https://github.com/scratchfoundation/eslint-config-scratch/issues/227)) ([dae3867](https://github.com/scratchfoundation/eslint-config-scratch/commit/dae3867c423b7e38cfe1e80249b37c9340c8c590))
479
-
480
- ## [10.0.11](https://github.com/scratchfoundation/eslint-config-scratch/compare/v10.0.10...v10.0.11) (2025-04-26)
481
-
482
-
483
- ### Bug Fixes
484
-
485
- * **deps:** update dependency eslint-plugin-jsdoc to v50.6.10 ([#226](https://github.com/scratchfoundation/eslint-config-scratch/issues/226)) ([f4e570d](https://github.com/scratchfoundation/eslint-config-scratch/commit/f4e570d9249b66eb1f3aec6b18e39e5fbc23a216))
486
-
487
- ## [10.0.10](https://github.com/scratchfoundation/eslint-config-scratch/compare/v10.0.9...v10.0.10) (2025-04-25)
488
-
489
-
490
- ### Bug Fixes
491
-
492
- * **deps:** update dependency typescript-eslint to v8.31.0 ([#225](https://github.com/scratchfoundation/eslint-config-scratch/issues/225)) ([dc3a2c1](https://github.com/scratchfoundation/eslint-config-scratch/commit/dc3a2c11298902f78cf02fa048e69337222d4516))
493
-
494
- ## [10.0.9](https://github.com/scratchfoundation/eslint-config-scratch/compare/v10.0.8...v10.0.9) (2025-04-25)
495
-
496
-
497
- ### Bug Fixes
498
-
499
- * **deps:** update eslint monorepo to v9.25.1 ([#224](https://github.com/scratchfoundation/eslint-config-scratch/issues/224)) ([733b10c](https://github.com/scratchfoundation/eslint-config-scratch/commit/733b10c979f45c184aa5e4fd992de87c649826c6))
500
-
501
- ## [10.0.8](https://github.com/scratchfoundation/eslint-config-scratch/compare/v10.0.7...v10.0.8) (2025-04-21)
502
-
503
-
504
- ### Bug Fixes
505
-
506
- * **deps:** update eslint monorepo to v9.25.0 ([#223](https://github.com/scratchfoundation/eslint-config-scratch/issues/223)) ([9aee248](https://github.com/scratchfoundation/eslint-config-scratch/commit/9aee2486e4229cd05db59319541561b11ae91c76))
507
-
508
- ## [10.0.7](https://github.com/scratchfoundation/eslint-config-scratch/compare/v10.0.6...v10.0.7) (2025-04-18)
509
-
510
-
511
- ### Bug Fixes
512
-
513
- * **deps:** update dependency typescript-eslint to v8.30.1 ([#222](https://github.com/scratchfoundation/eslint-config-scratch/issues/222)) ([54fe3f3](https://github.com/scratchfoundation/eslint-config-scratch/commit/54fe3f31d0a1b87eafcdd06ccf8b80490491dda7))
514
-
515
- ## [10.0.6](https://github.com/scratchfoundation/eslint-config-scratch/compare/v10.0.5...v10.0.6) (2025-04-15)
516
-
517
-
518
- ### Bug Fixes
519
-
520
- * **deps:** update dependency @eslint-community/eslint-plugin-eslint-comments to v4.5.0 ([#221](https://github.com/scratchfoundation/eslint-config-scratch/issues/221)) ([c9593ef](https://github.com/scratchfoundation/eslint-config-scratch/commit/c9593ef8b48922aafeab22bb3735b3ec23978864))
521
-
522
- ## [10.0.5](https://github.com/scratchfoundation/eslint-config-scratch/compare/v10.0.4...v10.0.5) (2025-04-13)
523
-
524
-
525
- ### Bug Fixes
526
-
527
- * **deps:** update dependency eslint-config-prettier to v10.1.2 ([#220](https://github.com/scratchfoundation/eslint-config-scratch/issues/220)) ([0e1a175](https://github.com/scratchfoundation/eslint-config-scratch/commit/0e1a175339867b53bb96fe7386d6c55b18aac5ca))
528
-
529
- ## [10.0.4](https://github.com/scratchfoundation/eslint-config-scratch/compare/v10.0.3...v10.0.4) (2025-04-12)
530
-
531
-
532
- ### Bug Fixes
533
-
534
- * **deps:** update dependency typescript-eslint to v8.29.1 ([#219](https://github.com/scratchfoundation/eslint-config-scratch/issues/219)) ([de54ce3](https://github.com/scratchfoundation/eslint-config-scratch/commit/de54ce3dcf0effb8566ff13563769596cc1291fc))
535
-
536
- ## [10.0.3](https://github.com/scratchfoundation/eslint-config-scratch/compare/v10.0.2...v10.0.3) (2025-04-08)
537
-
538
-
539
- ### Bug Fixes
540
-
541
- * **deps:** update eslint monorepo to v9.24.0 ([#218](https://github.com/scratchfoundation/eslint-config-scratch/issues/218)) ([16deebf](https://github.com/scratchfoundation/eslint-config-scratch/commit/16deebf868641e830282e5aff535e073b54a5f18))
542
-
543
- ## [10.0.2](https://github.com/scratchfoundation/eslint-config-scratch/compare/v10.0.1...v10.0.2) (2025-04-07)
544
-
545
-
546
- ### Bug Fixes
547
-
548
- * **deps:** update dependency eslint-plugin-react to v7.37.5 ([#217](https://github.com/scratchfoundation/eslint-config-scratch/issues/217)) ([2162790](https://github.com/scratchfoundation/eslint-config-scratch/commit/2162790b8f96d2f6d91b06f7a3a992af58664f8e))
549
-
550
- ## [10.0.1](https://github.com/scratchfoundation/eslint-config-scratch/compare/v10.0.0...v10.0.1) (2025-04-03)
551
-
552
-
553
- ### Bug Fixes
554
-
555
- * **deps:** update dependency typescript-eslint to v8.29.0 ([#216](https://github.com/scratchfoundation/eslint-config-scratch/issues/216)) ([ef09db4](https://github.com/scratchfoundation/eslint-config-scratch/commit/ef09db4bc4d2771d4e625ec788ea914a5a284d90))
556
-
557
- # [10.0.0](https://github.com/scratchfoundation/eslint-config-scratch/compare/v9.1.0...v10.0.0) (2025-03-31)
558
-
559
-
560
- * chore!: major version bump for next-gen style rules ([3687676](https://github.com/scratchfoundation/eslint-config-scratch/commit/368767667304775ef75e5c440cf9958f94e0b0a1))
561
-
562
-
563
- ### BREAKING CHANGES
564
-
565
- * There have been several major style changes since
566
- v9.0.9, and they were accidentally released as v9.1.0 at first. This
567
- commit is meant to force a bump to v10.
568
-
569
- # [9.1.0](https://github.com/scratchfoundation/eslint-config-scratch/compare/v9.0.9...v9.1.0) (2025-03-31)
570
-
571
-
572
- ### Features
573
-
574
- * enable linting MD and HTML files ([a95140a](https://github.com/scratchfoundation/eslint-config-scratch/commit/a95140a52cffca0614d13751fe5cf9594d045b75))
575
-
576
- ## [9.0.9](https://github.com/scratchfoundation/eslint-config-scratch/compare/v9.0.8...v9.0.9) (2024-09-11)
577
-
578
-
579
- ### Bug Fixes
580
-
581
- * **deps:** update dependency scratch-semantic-release-config to v1.0.16 ([190ff6a](https://github.com/scratchfoundation/eslint-config-scratch/commit/190ff6ae024a0d74a06ee4f9d8e35e73c158fbae))
582
-
583
- ## [9.0.8](https://github.com/scratchfoundation/eslint-config-scratch/compare/v9.0.7...v9.0.8) (2024-02-24)
584
-
585
-
586
- ### Bug Fixes
587
-
588
- * **deps:** update dependency scratch-semantic-release-config to v1.0.14 ([f24087d](https://github.com/scratchfoundation/eslint-config-scratch/commit/f24087db83f2ac4f783290bb14475b3df642a96e))
589
-
590
- ## [9.0.7](https://github.com/scratchfoundation/eslint-config-scratch/compare/v9.0.6...v9.0.7) (2024-02-22)
591
-
592
-
593
- ### Bug Fixes
594
-
595
- * **deps:** update dependency scratch-semantic-release-config to v1.0.13 ([5e5c2f4](https://github.com/scratchfoundation/eslint-config-scratch/commit/5e5c2f4b92c2029cf007647e05a40b876b6c7e7d))
596
-
597
- ## [9.0.6](https://github.com/scratchfoundation/eslint-config-scratch/compare/v9.0.5...v9.0.6) (2024-02-22)
598
-
599
-
600
- ### Bug Fixes
601
-
602
- * **deps:** update dependency scratch-semantic-release-config to v1.0.12 ([df25de6](https://github.com/scratchfoundation/eslint-config-scratch/commit/df25de63a20e92f959abd923fb899db688dae0f8))
603
-
604
- ## [9.0.5](https://github.com/scratchfoundation/eslint-config-scratch/compare/v9.0.4...v9.0.5) (2024-02-22)
605
-
606
-
607
- ### Bug Fixes
608
-
609
- * **deps:** update dependency scratch-semantic-release-config to v1.0.11 ([a8dd4a9](https://github.com/scratchfoundation/eslint-config-scratch/commit/a8dd4a9bebc9fd21a2b8b983fa71a5c8bf665d12))
610
-
611
- ## [9.0.4](https://github.com/scratchfoundation/eslint-config-scratch/compare/v9.0.3...v9.0.4) (2024-02-21)
612
-
613
-
614
- ### Bug Fixes
615
-
616
- * **deps:** update dependency scratch-semantic-release-config to v1.0.10 ([7d54925](https://github.com/scratchfoundation/eslint-config-scratch/commit/7d54925d6fff02699f1690a6596b131083683978))
617
-
618
- ## [9.0.3](https://github.com/LLK/eslint-config-scratch/compare/v9.0.2...v9.0.3) (2023-07-01)
619
-
620
-
621
- ### Bug Fixes
622
-
623
- * **deps:** update dependency scratch-semantic-release-config to v1.0.8 ([0edb9d4](https://github.com/LLK/eslint-config-scratch/commit/0edb9d44e390e1ca607c207d4a38a6ebddcf9071))
624
-
625
- ## [9.0.2](https://github.com/LLK/eslint-config-scratch/compare/v9.0.1...v9.0.2) (2023-03-27)
626
-
627
-
628
- ### Bug Fixes
629
-
630
- * **deps:** update dependency scratch-semantic-release-config to v1.0.7 ([ac7f20c](https://github.com/LLK/eslint-config-scratch/commit/ac7f20c9f998237dccaf21258bdfeca84956c3fb))
631
-
632
- ## [9.0.1](https://github.com/LLK/eslint-config-scratch/compare/v9.0.0...v9.0.1) (2023-03-23)
633
-
634
-
635
- ### Bug Fixes
636
-
637
- * **deps:** update dependency scratch-semantic-release-config to v1.0.6 ([82b06e0](https://github.com/LLK/eslint-config-scratch/commit/82b06e07d09a79dcd5f72739ca21eb1f03b793df))
638
-
639
- # [9.0.0](https://github.com/LLK/eslint-config-scratch/compare/v8.0.0...v9.0.0) (2022-10-13)
640
-
641
-
642
- ### Bug Fixes
643
-
644
- * **deps:** fix eslint-plugin-react dep conflict ([cacb72c](https://github.com/LLK/eslint-config-scratch/commit/cacb72c2281b99b5b3f7462256451443ae98e1bb))
645
-
646
-
647
- ### BREAKING CHANGES
648
-
649
- * **deps:** now requires eslint@^8