@gitlab/eslint-plugin 21.2.0 → 21.3.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 CHANGED
@@ -1,792 +1,7 @@
1
- # [21.2.0](https://gitlab.com/gitlab-org/frontend/eslint-plugin/compare/v21.1.0...v21.2.0) (2025-07-10)
1
+ # @gitlab/eslint-plugin
2
2
 
3
+ ## 21.3.0
3
4
 
4
- ### Features
5
+ ### Minor Changes
5
6
 
6
- * **jest:** Adds jest/prefer-to-have-length rule ([fcc6d27](https://gitlab.com/gitlab-org/frontend/eslint-plugin/commit/fcc6d27fa8d210af327089e23fc1a0051d7da8ca))
7
-
8
- # [21.1.0](https://gitlab.com/gitlab-org/frontend/eslint-plugin/compare/v21.0.0...v21.1.0) (2025-06-20)
9
-
10
-
11
- ### Features
12
-
13
- * **typescript:** Document that TS moved to eslint v9 ([18ec20c](https://gitlab.com/gitlab-org/frontend/eslint-plugin/commit/18ec20cd8699f380f1cfe8279ccab0357ed7f53c))
14
-
15
- # [21.0.0](https://gitlab.com/gitlab-org/frontend/eslint-plugin/compare/v20.7.1...v21.0.0) (2025-06-09)
16
-
17
-
18
- ### Features
19
-
20
- * **base:** inline AirBnB config ([e929f0a](https://gitlab.com/gitlab-org/frontend/eslint-plugin/commit/e929f0abc99b98d89315c1b91ef8e5bc21f8f09c))
21
-
22
-
23
- ### BREAKING CHANGES
24
-
25
- * **base:** Remove `eslint-config-airbnb-base`
26
- from dependencies.
27
-
28
- ## [20.7.1](https://gitlab.com/gitlab-org/frontend/eslint-plugin/compare/v20.7.0...v20.7.1) (2024-11-27)
29
-
30
-
31
- ### Bug Fixes
32
-
33
- * Update peer dependencies to include ESLint 9 ([59e3e67](https://gitlab.com/gitlab-org/frontend/eslint-plugin/commit/59e3e675e578b5f4c7646baf22c2051efcac3c4e))
34
-
35
- # [20.7.0](https://gitlab.com/gitlab-org/frontend/eslint-plugin/compare/v20.6.0...v20.7.0) (2024-11-27)
36
-
37
-
38
- ### Features
39
-
40
- * **Tailwind:** Add allowlist for max-width media queries ([cfb23da](https://gitlab.com/gitlab-org/frontend/eslint-plugin/commit/cfb23da885a6bb49653710cc88fcf867436e38b9))
41
-
42
- # [20.6.0](https://gitlab.com/gitlab-org/frontend/eslint-plugin/compare/v20.5.0...v20.6.0) (2024-11-11)
43
-
44
-
45
- ### Features
46
-
47
- * **i18n:** Ignore typenames in rule ([07c67d8](https://gitlab.com/gitlab-org/frontend/eslint-plugin/commit/07c67d8ef85594bcb2ba18fbe92749548fc6a0e7))
48
-
49
- # [20.5.0](https://gitlab.com/gitlab-org/frontend/eslint-plugin/compare/v20.4.1...v20.5.0) (2024-10-29)
50
-
51
-
52
- ### Features
53
-
54
- * make the package compatible with ESLint 9 ([350a8c1](https://gitlab.com/gitlab-org/frontend/eslint-plugin/commit/350a8c12abffae3072e6ad57b3ea918767906bc5))
55
-
56
- ## [20.4.1](https://gitlab.com/gitlab-org/frontend/eslint-plugin/compare/v20.4.0...v20.4.1) (2024-10-11)
57
-
58
-
59
- ### Bug Fixes
60
-
61
- * run `yarn update` ([dbf6f30](https://gitlab.com/gitlab-org/frontend/eslint-plugin/commit/dbf6f30c4b60173040ca91edcf337424ae3c0bef))
62
-
63
- # [20.4.0](https://gitlab.com/gitlab-org/frontend/eslint-plugin/compare/v20.3.0...v20.4.0) (2024-10-10)
64
-
65
-
66
- ### Features
67
-
68
- * **Tailwind:** split up Tailwind rules into separate rules ([e581cee](https://gitlab.com/gitlab-org/frontend/eslint-plugin/commit/e581ceede5a4637deab52a204555be4ea43724b4))
69
-
70
- # [20.3.0](https://gitlab.com/gitlab-org/frontend/eslint-plugin/compare/v20.2.1...v20.3.0) (2024-10-02)
71
-
72
-
73
- ### Features
74
-
75
- * **tailwind:** add check for max-width CSS utils ([ec8026a](https://gitlab.com/gitlab-org/frontend/eslint-plugin/commit/ec8026a4bf1961b90808cdfc7984640ab16fdc40))
76
-
77
- ## [20.2.1](https://gitlab.com/gitlab-org/frontend/eslint-plugin/compare/v20.2.0...v20.2.1) (2024-09-06)
78
-
79
-
80
- ### Bug Fixes
81
-
82
- * **tailwind:** catch forward slashes in CSS utils ([42c2133](https://gitlab.com/gitlab-org/frontend/eslint-plugin/commit/42c2133fb8a0ca677512f0dc4bd555e5fdb51323))
83
- * **tailwind:** only match the beginning of a string or after a space ([735a6ec](https://gitlab.com/gitlab-org/frontend/eslint-plugin/commit/735a6ec69d62424a8eb4e764375e9318e0a29428))
84
-
85
- # [20.2.0](https://gitlab.com/gitlab-org/frontend/eslint-plugin/compare/v20.1.0...v20.2.0) (2024-09-03)
86
-
87
-
88
- ### Features
89
-
90
- * add rule for uninitialised apollo query properties ([f89eace](https://gitlab.com/gitlab-org/frontend/eslint-plugin/commit/f89eace7498900d90e06b0be214c51a589474d53)), closes [#74](https://gitlab.com/gitlab-org/frontend/eslint-plugin/issues/74)
91
-
92
- # [20.1.0](https://gitlab.com/gitlab-org/frontend/eslint-plugin/compare/v20.0.0...v20.1.0) (2024-08-28)
93
-
94
-
95
- ### Features
96
-
97
- * add rules to ensure Tailwind CSS is used properly ([c51533e](https://gitlab.com/gitlab-org/frontend/eslint-plugin/commit/c51533ecfa9f20f76d0b2a3113da7213213658f6))
98
-
99
- # [20.0.0](https://gitlab.com/gitlab-org/frontend/eslint-plugin/compare/v19.6.1...v20.0.0) (2024-08-13)
100
-
101
-
102
- ### Features
103
-
104
- * add max-params rule ([110cb10](https://gitlab.com/gitlab-org/frontend/eslint-plugin/commit/110cb1018c8f681251f199a00a8cfda58a32bf05))
105
-
106
-
107
- ### BREAKING CHANGES
108
-
109
- * The max-params rule is set to error on methods using
110
- more than 3 parameters.
111
-
112
- ## [19.6.1](https://gitlab.com/gitlab-org/frontend/eslint-plugin/compare/v19.6.0...v19.6.1) (2024-08-06)
113
-
114
-
115
- ### Bug Fixes
116
-
117
- * **deps:** update eslint-config-prettier to v9.1.0 ([25abb6c](https://gitlab.com/gitlab-org/frontend/eslint-plugin/commit/25abb6c30d339f101bea37a4f8a762c5d399b402))
118
- * **deps:** update eslint-plugin-import to v2.29.1 ([c6aa74d](https://gitlab.com/gitlab-org/frontend/eslint-plugin/commit/c6aa74d6b137511b18af006e7134b557b9561825))
119
- * **deps:** update eslint-plugin-jest to v28.6.0 ([3f0dfc8](https://gitlab.com/gitlab-org/frontend/eslint-plugin/commit/3f0dfc8e43f9874dc661fdde93f8b4825874b6c6))
120
- * **deps:** update eslint-plugin-promise to v7.0.0 ([be8a1db](https://gitlab.com/gitlab-org/frontend/eslint-plugin/commit/be8a1db92fa09e2c042675dc5b655d685da1975d))
121
- * **deps:** update eslint-plugin-unicorn to v55.0.0 ([aaf7b33](https://gitlab.com/gitlab-org/frontend/eslint-plugin/commit/aaf7b3303f7909683132b94b4d0a804afb1ee07a))
122
- * **deps:** update eslint-plugin-vue to v9.27.0 ([e8b81ef](https://gitlab.com/gitlab-org/frontend/eslint-plugin/commit/e8b81efb7bf2b6e0fa5e6a73c3692afba076d596))
123
- * **deps:** update vue-eslint-parser to v9.4.3 ([af7d91e](https://gitlab.com/gitlab-org/frontend/eslint-plugin/commit/af7d91e37e939f47ba06f4906a3e3997edc96793))
124
-
125
- # [19.6.0](https://gitlab.com/gitlab-org/frontend/eslint-plugin/compare/v19.5.0...v19.6.0) (2024-07-15)
126
-
127
-
128
- ### Features
129
-
130
- * **config:** add TypeScript configuration ([5f7c042](https://gitlab.com/gitlab-org/frontend/eslint-plugin/commit/5f7c0427f60c9778bdf799c2a883d083e5ec08de))
131
-
132
- # [19.5.0](https://gitlab.com/gitlab-org/frontend/eslint-plugin/compare/v19.4.0...v19.5.0) (2024-03-27)
133
-
134
-
135
- ### Features
136
-
137
- * **require-valid-i18n-helpers:** lint against string interpolation ([268d858](https://gitlab.com/gitlab-org/frontend/eslint-plugin/commit/268d858f8bd02cab06ea74f2c6844166489d0d89))
138
-
139
- # [19.4.0](https://gitlab.com/gitlab-org/frontend/eslint-plugin/compare/v19.3.0...v19.4.0) (2024-01-10)
140
-
141
-
142
- ### Features
143
-
144
- * **vtu-no-wrapper-vm:** Improve reporting with $nextTick ([0cb92b8](https://gitlab.com/gitlab-org/frontend/eslint-plugin/commit/0cb92b870feeea8d889ceec68bb30145b584c823))
145
- * **vtu-no-wrapper-vm:** Prevent saving off a reference to wrapper.vm ([96a59b0](https://gitlab.com/gitlab-org/frontend/eslint-plugin/commit/96a59b066bed3cca5bc62dcfaeb7c26160eda92a))
146
-
147
- # [19.3.0](https://gitlab.com/gitlab-org/frontend/eslint-plugin/compare/v19.2.0...v19.3.0) (2023-12-05)
148
-
149
-
150
- ### Features
151
-
152
- * enable unicorn/no-array-callback-reference rule ([36d228a](https://gitlab.com/gitlab-org/frontend/eslint-plugin/commit/36d228aeed9f0c9fb07147dd72725339c82e4c76))
153
-
154
- # [19.2.0](https://gitlab.com/gitlab-org/frontend/eslint-plugin/compare/v19.1.0...v19.2.0) (2023-10-12)
155
-
156
-
157
- ### Features
158
-
159
- * Update ECMAscript 2015 => 2020 ([aea91d7](https://gitlab.com/gitlab-org/frontend/eslint-plugin/commit/aea91d749de560c4d4b8d6f7699dc26bfb56a6e7))
160
-
161
- # [19.1.0](https://gitlab.com/gitlab-org/frontend/eslint-plugin/compare/v19.0.1...v19.1.0) (2023-09-21)
162
-
163
-
164
- ### Features
165
-
166
- * 🎸 update eslint-plugin-vue to 9.17.0 ([9fd5bea](https://gitlab.com/gitlab-org/frontend/eslint-plugin/commit/9fd5beae04bc9df2a0aa3a1fcd350e9aef9322ac))
167
-
168
- ## [19.0.1](https://gitlab.com/gitlab-org/frontend/eslint-plugin/compare/v19.0.0...v19.0.1) (2023-08-16)
169
-
170
-
171
- ### Performance Improvements
172
-
173
- * Update eslint-plugin-import to improve performance ([1221a64](https://gitlab.com/gitlab-org/frontend/eslint-plugin/commit/1221a64789616ca6c43c3c45678fcf382521a152)), closes [/github.com/import-js/eslint-plugin-import/blob/main/CHANGELOG.md#2280---2023-07-27](https://gitlab.com//github.com/import-js/eslint-plugin-import/blob/main/CHANGELOG.md/issues/2280---2023-07-27)
174
-
175
- # [19.0.0](https://gitlab.com/gitlab-org/frontend/eslint-plugin/compare/v18.3.2...v19.0.0) (2023-04-19)
176
-
177
-
178
- ### Features
179
-
180
- * Remove `eslint-plugin-babel` and `@babel/eslint-plugin` ([c27955b](https://gitlab.com/gitlab-org/frontend/eslint-plugin/commit/c27955b0ad9078925547b9ddc48137752e51afde))
181
-
182
-
183
- ### Performance Improvements
184
-
185
- * Switch parser from babel to espree ([b53f2a4](https://gitlab.com/gitlab-org/frontend/eslint-plugin/commit/b53f2a487d73afbc23bfdd922ce13aa2beac79eb))
186
-
187
-
188
- ### BREAKING CHANGES
189
-
190
- * Remove `eslint-plugin-babel` dependency
191
- * Remove `@babel/eslint-plugin` dependency
192
- * Switch parser from `@babel/eslint-parser` to `espree`
193
-
194
- ## [18.3.2](https://gitlab.com/gitlab-org/frontend/eslint-plugin/compare/v18.3.1...v18.3.2) (2023-04-11)
195
-
196
-
197
- ### Performance Improvements
198
-
199
- * Force newer version of jest plugin ([f865af6](https://gitlab.com/gitlab-org/frontend/eslint-plugin/commit/f865af6834e12c89dd0a7ee49c6197ec328cc1c6))
200
-
201
- ## [18.3.1](https://gitlab.com/gitlab-org/frontend/eslint-plugin/compare/v18.3.0...v18.3.1) (2023-04-11)
202
-
203
-
204
- ### Performance Improvements
205
-
206
- * isCssSelector performance ([4fb2697](https://gitlab.com/gitlab-org/frontend/eslint-plugin/commit/4fb2697fe97f15fa7ebb4c2835a99e1c39fb118a))
207
- * isKebabCase selector ([fba327b](https://gitlab.com/gitlab-org/frontend/eslint-plugin/commit/fba327b793bdebe50dc0983dc34fc68e4f4f51fa))
208
-
209
- # [18.3.0](https://gitlab.com/gitlab-org/frontend/eslint-plugin/compare/v18.2.1...v18.3.0) (2023-03-23)
210
-
211
-
212
- ### Features
213
-
214
- * **i18n:** lint against namespaces in gettext ([f3f3579](https://gitlab.com/gitlab-org/frontend/eslint-plugin/commit/f3f35799f85be89ac31b8785036d9f28b97c60e9))
215
- * **i18n:** require matching namespaces in n_gettext ([63fcbb5](https://gitlab.com/gitlab-org/frontend/eslint-plugin/commit/63fcbb5483cda54e85244ecd716b1fea94e8ae11))
216
-
217
- ## [18.2.1](https://gitlab.com/gitlab-org/frontend/eslint-plugin/compare/v18.2.0...v18.2.1) (2023-03-22)
218
-
219
-
220
- ### Bug Fixes
221
-
222
- * disable no-restricted-syntax rules ([cf65279](https://gitlab.com/gitlab-org/frontend/eslint-plugin/commit/cf652794d8d8a87a775af5bf0805f5194a599e75)), closes [/github.com/airbnb/javascript/blob/eslint-config-airbnb-v15.0.0/packages/eslint-config-airbnb-base/rules/style.js#L257-L275](https://gitlab.com//github.com/airbnb/javascript/blob/eslint-config-airbnb-v15.0.0/packages/eslint-config-airbnb-base/rules/style.js/issues/L257-L275)
223
-
224
- # [18.2.0](https://gitlab.com/gitlab-org/frontend/eslint-plugin/compare/v18.1.0...v18.2.0) (2023-03-03)
225
-
226
-
227
- ### Features
228
-
229
- * Implement no explicit wrapper destroy rule ([afae3a8](https://gitlab.com/gitlab-org/frontend/eslint-plugin/commit/afae3a8f5fe3e68e5680774bbbf4fdb52f21dc4f))
230
-
231
- # [18.1.0](https://gitlab.com/gitlab-org/frontend/eslint-plugin/compare/v18.0.0...v18.1.0) (2022-09-26)
232
-
233
-
234
- ### Features
235
-
236
- * **jest:** restrict usage of toBeTruthy or toBeFalsy ([43fa628](https://gitlab.com/gitlab-org/frontend/eslint-plugin/commit/43fa6283a94b1ba2f04408f60dc3b7bcc800a3a5))
237
-
238
- # [18.0.0](https://gitlab.com/gitlab-org/frontend/eslint-plugin/compare/v17.0.0...v18.0.0) (2022-09-21)
239
-
240
-
241
- ### Features
242
-
243
- * **jest:** disable no-conditional-export rule ([89014fb](https://gitlab.com/gitlab-org/frontend/eslint-plugin/commit/89014fb2cd84b0e4083070aa85424ed7c7a4761f))
244
- * **jest:** do not check type of describe name in titles ([3be8823](https://gitlab.com/gitlab-org/frontend/eslint-plugin/commit/3be8823baddf8a8b90e3003afbeddc552c537654))
245
- * update jest plugin from 23.8.2 to 27.0.4 ([3817754](https://gitlab.com/gitlab-org/frontend/eslint-plugin/commit/3817754e260e8f4e86a1419274f444e05a33e928)), closes [/github.com/jest-community/eslint-plugin-jest/blob/main/CHANGELOG.md#2400-2020-09-04](https://gitlab.com//github.com/jest-community/eslint-plugin-jest/blob/main/CHANGELOG.md/issues/2400-2020-09-04)
246
-
247
-
248
- ### BREAKING CHANGES
249
-
250
- * See eslint-plugin-jest for full
251
- list of breaking changes:
252
-
253
- # [17.0.0](https://gitlab.com/gitlab-org/frontend/eslint-plugin/compare/v16.0.0...v17.0.0) (2022-08-24)
254
-
255
-
256
- ### Features
257
-
258
- * Enforce component name casing ([a0fb136](https://gitlab.com/gitlab-org/frontend/eslint-plugin/commit/a0fb1363a1a1089b93d76bfb96e6f30bc578585f))
259
-
260
-
261
- ### BREAKING CHANGES
262
-
263
- * Component names in templates are now required to be
264
- kebab-case, while component names in `components` options are now
265
- required to be PascalCase.
266
-
267
- # [16.0.0](https://gitlab.com/gitlab-org/frontend/eslint-plugin/compare/v15.0.0...v16.0.0) (2022-08-12)
268
-
269
-
270
- ### Features
271
-
272
- * **deps:** update vue plugins ([712c0ca](https://gitlab.com/gitlab-org/frontend/eslint-plugin/commit/712c0cafee95be4ec00a5ed6a4a5c231cbfc3edb))
273
-
274
-
275
- ### BREAKING CHANGES
276
-
277
- * **deps:** New rules in vue/essential. See
278
- https://github.com/vuejs/eslint-plugin-vue/releases/tag/v9.0.0.
279
-
280
- # [15.0.0](https://gitlab.com/gitlab-org/frontend/eslint-plugin/compare/v14.0.0...v15.0.0) (2022-07-29)
281
-
282
-
283
- ### Features
284
-
285
- * Prefer $scopedSlots by default ([c6a5be9](https://gitlab.com/gitlab-org/frontend/eslint-plugin/commit/c6a5be943f63871784aef5df0ae98c776466bec0))
286
-
287
-
288
- ### BREAKING CHANGES
289
-
290
- * The `@gitlab/vue-prefer-dollar-scopedslots` rule is now
291
- enabled by default.
292
-
293
- # [14.0.0](https://gitlab.com/gitlab-org/frontend/eslint-plugin/compare/v13.1.0...v14.0.0) (2022-07-12)
294
-
295
-
296
- ### Features
297
-
298
- * update eslint to 8 ([09a0b36](https://gitlab.com/gitlab-org/frontend/eslint-plugin/commit/09a0b363082124809825cb3b11c6c803710b86a5))
299
-
300
-
301
- ### BREAKING CHANGES
302
-
303
- * Check the ESLint 8 release notes
304
- for more information.
305
- https://eslint.org/docs/8.0.0/user-guide/migrating-to-8.0.0
306
-
307
- # [13.1.0](https://gitlab.com/gitlab-org/frontend/eslint-plugin/compare/v13.0.0...v13.1.0) (2022-07-08)
308
-
309
-
310
- ### Features
311
-
312
- * Add vue-prefer-dollar-scopedslots rule ([93682d9](https://gitlab.com/gitlab-org/frontend/eslint-plugin/commit/93682d9450aa4389c7b606abf56ead32e302ad33))
313
-
314
- # [13.0.0](https://gitlab.com/gitlab-org/frontend/eslint-plugin/compare/v12.3.0...v13.0.0) (2022-07-05)
315
-
316
-
317
- ### Features
318
-
319
- * Disallow Composition API ([9fe6ffa](https://gitlab.com/gitlab-org/frontend/eslint-plugin/commit/9fe6ffac9e1ae59c48aed619997e380d1f5b9115))
320
-
321
-
322
- ### BREAKING CHANGES
323
-
324
- * This disallows the Composition API. Since we're still
325
- using Vue 2.6 which doesn't support it anyway, this should have no
326
- effect. Once we upgrade to Vue 2.7, we can consider relaxing this rule
327
- as we develop guidelines around its usage.
328
-
329
- See https://gitlab.com/gitlab-org/frontend/eslint-plugin/-/issues/52.
330
-
331
- # [12.3.0](https://gitlab.com/gitlab-org/frontend/eslint-plugin/compare/v12.2.1...v12.3.0) (2022-05-20)
332
-
333
-
334
- ### Features
335
-
336
- * Enable no-dynamic-require rule to prevent import expressions ([c260068](https://gitlab.com/gitlab-org/frontend/eslint-plugin/commit/c260068542710f5a7417603d4ea0eddefdbb88a4))
337
-
338
- ## [12.2.1](https://gitlab.com/gitlab-org/frontend/eslint-plugin/compare/v12.2.0...v12.2.1) (2022-05-20)
339
-
340
-
341
- ### Bug Fixes
342
-
343
- * Loosen new inherited rules ([08cacf8](https://gitlab.com/gitlab-org/frontend/eslint-plugin/commit/08cacf812534b830f9aa90b9f7c6b90ea2698a56)), closes [/github.com/airbnb/javascript/blob/366bfa66380c08304101c6add46355696e90b348/packages/eslint-config-airbnb-base/rules/es6.js#L67-L68](https://gitlab.com//github.com/airbnb/javascript/blob/366bfa66380c08304101c6add46355696e90b348/packages/eslint-config-airbnb-base/rules/es6.js/issues/L67-L68)
344
-
345
- # [12.2.0](https://gitlab.com/gitlab-org/frontend/eslint-plugin/compare/v12.1.0...v12.2.0) (2022-04-21)
346
-
347
-
348
- ### Features
349
-
350
- * Update eslint-config-airbnb-base to be eslint@8 compatible ([d006b5b](https://gitlab.com/gitlab-org/frontend/eslint-plugin/commit/d006b5b9bdcbb70d6f8ddf0a89c7c37d59dd6507))
351
- * Update eslint-plugin-import to have eslint@8 support ([c03cffd](https://gitlab.com/gitlab-org/frontend/eslint-plugin/commit/c03cffd795fe516cb8c9d3d4f152b53c2de91d57))
352
-
353
- # [12.1.0](https://gitlab.com/gitlab-org/frontend/eslint-plugin/compare/v12.0.1...v12.1.0) (2022-04-07)
354
-
355
-
356
- ### Features
357
-
358
- * update eslint-plugin-vue to 8.5.0 ([37ac645](https://gitlab.com/gitlab-org/frontend/eslint-plugin/commit/37ac645f4421ce06b083625c53356e9f6c7c5679))
359
-
360
- ## [12.0.1](https://gitlab.com/gitlab-org/frontend/eslint-plugin/compare/v12.0.0...v12.0.1) (2022-03-28)
361
-
362
-
363
- ### Bug Fixes
364
-
365
- * remove duplicate rule camelcase ([9f0523a](https://gitlab.com/gitlab-org/frontend/eslint-plugin/commit/9f0523a5cc6d0d94c8df9618e567c4a4a847287e))
366
-
367
- # [12.0.0](https://gitlab.com/gitlab-org/frontend/eslint-plugin/compare/v11.0.0...v12.0.0) (2022-03-28)
368
-
369
-
370
- ### Features
371
-
372
- * migrate to @babel/eslint-parser ([cbaa880](https://gitlab.com/gitlab-org/frontend/eslint-plugin/commit/cbaa8803dfdd9295bf0334868fe0a0100806aa33))
373
- * replace plugin-filenames with plugin-unicorn ([1e4df68](https://gitlab.com/gitlab-org/frontend/eslint-plugin/commit/1e4df689311ccdc4c46e6d9889069133a109255a))
374
-
375
-
376
- ### BREAKING CHANGES
377
-
378
- * - `babel/camelcase` rule is builtin in ESLint now as `camelcase`.
379
- - The minimum required Node.js version is 14.
380
-
381
- # [11.0.0](https://gitlab.com/gitlab-org/frontend/eslint-plugin/compare/v10.0.2...v11.0.0) (2022-02-22)
382
-
383
-
384
- ### Features
385
-
386
- * remove unused rule vue-emit-events-with-two-args ([f9a4ddc](https://gitlab.com/gitlab-org/frontend/eslint-plugin/commit/f9a4ddc967f163bd6aa9503b5c0cf86be28617dc))
387
-
388
-
389
- ### BREAKING CHANGES
390
-
391
- * rule 'vue-emit-events-with-two-args' was removed.
392
-
393
- ## [10.0.2](https://gitlab.com/gitlab-org/frontend/eslint-plugin/compare/v10.0.1...v10.0.2) (2022-01-12)
394
-
395
-
396
- ### Bug Fixes
397
-
398
- * rule require-i18n-strings reports mailto false positive ([5b3397e](https://gitlab.com/gitlab-org/frontend/eslint-plugin/commit/5b3397e929e6693be507e84742e1b35563ff87aa))
399
-
400
- ## [10.0.1](https://gitlab.com/gitlab-org/frontend/eslint-plugin/compare/v10.0.0...v10.0.1) (2022-01-10)
401
-
402
-
403
- ### Bug Fixes
404
-
405
- * **ci:** Generate GraphQL schema before running integration test ([d5e6d88](https://gitlab.com/gitlab-org/frontend/eslint-plugin/commit/d5e6d88e5bb2e06d1ea923a95f7b1a425e5b09d0))
406
-
407
- # [10.0.0](https://gitlab.com/gitlab-org/frontend/eslint-plugin/compare/v9.4.0...v10.0.0) (2021-11-03)
408
-
409
-
410
- ### Features
411
-
412
- * lint against missing translation namespaces ([db00d87](https://gitlab.com/gitlab-org/frontend/eslint-plugin/commit/db00d87e3877fa0fe538775280a54fd820c89572))
413
-
414
-
415
- ### BREAKING CHANGES
416
-
417
- * require-string-literal-i18n-helpers and
418
- vue-require-string-literal-i18n-helpers rules have been renamed to
419
- require-valid-i18n-helpers and vue-require-valid-i18n-helpers
420
- respectively.
421
-
422
- # [9.4.0](https://gitlab.com/gitlab-org/frontend/eslint-plugin/compare/v9.3.0...v9.4.0) (2021-09-21)
423
-
424
-
425
- ### Features
426
-
427
- * Ignore import path order ([9391f9c](https://gitlab.com/gitlab-org/frontend/eslint-plugin/commit/9391f9c83fd016a8d6ea10e6eae6f44e79907c14))
428
-
429
- # [9.3.0](https://gitlab.com/gitlab-org/frontend/eslint-plugin/compare/v9.2.0...v9.3.0) (2021-09-06)
430
-
431
-
432
- ### Features
433
-
434
- * add vue-require-string-literal-i18n-helpers rule ([34fd19d](https://gitlab.com/gitlab-org/frontend/eslint-plugin/commit/34fd19df7d14f5d1c62b6795927e0ff15e3aaf44))
435
-
436
- # [9.2.0](https://gitlab.com/gitlab-org/frontend/eslint-plugin/compare/v9.1.0...v9.2.0) (2021-08-30)
437
-
438
-
439
- ### Features
440
-
441
- * enable require-string-literal-i18n-helpers ([04b6dee](https://gitlab.com/gitlab-org/frontend/eslint-plugin/commit/04b6dee2ac4efa8e9fe0941f96ad48c179b0a2ca))
442
-
443
- # [9.1.0](https://gitlab.com/gitlab-org/frontend/eslint-plugin/compare/v9.0.3...v9.1.0) (2021-08-26)
444
-
445
-
446
- ### Features
447
-
448
- * add require-string-literal-i18n-helpers rule ([8b40853](https://gitlab.com/gitlab-org/frontend/eslint-plugin/commit/8b4085353162baa3626507bf28ad0b069e2b86d7))
449
-
450
- ## [9.0.3](https://gitlab.com/gitlab-org/frontend/eslint-plugin/compare/v9.0.2...v9.0.3) (2021-08-25)
451
-
452
-
453
- ### Bug Fixes
454
-
455
- * 🐛 Never allow sequences (comma operator) ([edc87fb](https://gitlab.com/gitlab-org/frontend/eslint-plugin/commit/edc87fb2d689ff3499146d74be8128d81e3c43a5))
456
-
457
- ## [9.0.2](https://gitlab.com/gitlab-org/frontend/eslint-plugin/compare/v9.0.1...v9.0.2) (2021-07-05)
458
-
459
-
460
- ### Bug Fixes
461
-
462
- * replace deprecated asserts methods ([7e339cf](https://gitlab.com/gitlab-org/frontend/eslint-plugin/commit/7e339cf607c06a2682f82b4bc2baf366c7db8e6e))
463
-
464
- ## [9.0.1](https://gitlab.com/gitlab-org/frontend/eslint-plugin/compare/v9.0.0...v9.0.1) (2021-07-05)
465
-
466
-
467
- ### Bug Fixes
468
-
469
- * Add version range to lodash ([999e804](https://gitlab.com/gitlab-org/frontend/eslint-plugin/commit/999e80431c40f0ad6216e388cd9c7d4075438bfe))
470
-
471
- # [9.0.0](https://gitlab.com/gitlab-org/frontend/eslint-plugin/compare/v8.4.0...v9.0.0) (2021-06-28)
472
-
473
-
474
- ### Features
475
-
476
- * 🎸 Add rules to help migrating to Vue 3 ([8ed1497](https://gitlab.com/gitlab-org/frontend/eslint-plugin/commit/8ed14979d066b65cb1a6bfddee24477968f2b61a))
477
-
478
-
479
- ### BREAKING CHANGES
480
-
481
- * Several new rules are now enabled that prevent
482
- deprecated APIs from being used when there are reasonable alternatives
483
- available in Vue 2:
484
-
485
- - vue/no-deprecated-data-object-declaration
486
- - vue/no-deprecated-filter
487
- - vue/no-deprecated-functional-template
488
- - vue/no-deprecated-inline-template
489
- - vue/no-deprecated-props-default-this
490
- - vue/no-deprecated-scope-attribute
491
- - vue/no-deprecated-slot-attribute
492
- - vue/no-deprecated-slot-scope-attribute
493
-
494
- See https://eslint.vuejs.org/rules/ for more detail about these rules.
495
-
496
- # [8.4.0](https://gitlab.com/gitlab-org/frontend/eslint-plugin/compare/v8.3.0...v8.4.0) (2021-05-13)
497
-
498
-
499
- ### Features
500
-
501
- * Add vue-no-new-non-primitive-in-template rule ([3b7a7e3](https://gitlab.com/gitlab-org/frontend/eslint-plugin/commit/3b7a7e3f4cfe15640306e7f7d9d2c4aa464a58e5))
502
-
503
- # [8.3.0](https://gitlab.com/gitlab-org/frontend/eslint-plugin/compare/v8.2.0...v8.3.0) (2021-04-28)
504
-
505
-
506
- ### Features
507
-
508
- * Add vue-no-data-toggle rule ([16d5e2d](https://gitlab.com/gitlab-org/frontend/eslint-plugin/commit/16d5e2daa304828c1bdce3f80ec3e3243df46687))
509
-
510
- # [8.2.0](https://gitlab.com/gitlab-org/frontend/eslint-plugin/compare/v8.1.0...v8.2.0) (2021-03-24)
511
-
512
-
513
- ### Features
514
-
515
- * Disallow deprecated Vue events API ([e8359e0](https://gitlab.com/gitlab-org/frontend/eslint-plugin/commit/e8359e0254b66f0aa01240dbfbabe626b14b74e1))
516
-
517
- # [8.1.0](https://gitlab.com/gitlab-org/frontend/eslint-plugin/compare/v8.0.0...v8.1.0) (2021-02-16)
518
-
519
-
520
- ### Features
521
-
522
- * enable alphabetical order for imports ([76fd4eb](https://gitlab.com/gitlab-org/frontend/eslint-plugin/commit/76fd4eb4702d51688f54708b09366ebcd73307f7))
523
-
524
- # [8.0.0](https://gitlab.com/gitlab-org/frontend/eslint-plugin/compare/v7.0.3...v8.0.0) (2021-02-04)
525
-
526
-
527
- ### Bug Fixes
528
-
529
- * **require-i18n-strings:** fix tests ([1c2c5e6](https://gitlab.com/gitlab-org/frontend/eslint-plugin/commit/1c2c5e69d94eef5ec71f8bd6e7e9ece5bb645515))
530
-
531
-
532
- ### Features
533
-
534
- * Update to new major version eslint@7 ([8e4caad](https://gitlab.com/gitlab-org/frontend/eslint-plugin/commit/8e4caadd2c842fcdf3e3e3622beda48d5044f277))
535
-
536
-
537
- ### BREAKING CHANGES
538
-
539
- * New major version
540
-
541
- ## [7.0.3](https://gitlab.com/gitlab-org/frontend/eslint-plugin/compare/v7.0.2...v7.0.3) (2021-02-03)
542
-
543
-
544
- ### Bug Fixes
545
-
546
- * Set import/order groups explicitly ([ae05b29](https://gitlab.com/gitlab-org/frontend/eslint-plugin/commit/ae05b29d22293f0173021ddb60f285c8c4b3d9ac))
547
-
548
- ## [7.0.2](https://gitlab.com/gitlab-org/frontend/eslint-plugin/compare/v7.0.1...v7.0.2) (2021-01-28)
549
-
550
-
551
- ### Bug Fixes
552
-
553
- * no-runtime-template-compiler false positives ([2a894d5](https://gitlab.com/gitlab-org/frontend/eslint-plugin/commit/2a894d541bc44c249260ac517bf4ba60d84d90b2)), closes [#26](https://gitlab.com/gitlab-org/frontend/eslint-plugin/issues/26)
554
-
555
- ## [7.0.1](https://gitlab.com/gitlab-org/frontend/eslint-plugin/compare/v7.0.0...v7.0.1) (2021-01-27)
556
-
557
-
558
- ### Bug Fixes
559
-
560
- * 🐛 Handle multiple Vue definitions/instances ([fa79757](https://gitlab.com/gitlab-org/frontend/eslint-plugin/commit/fa7975706ad705fedc645d4c99cbbfa9465d7eba)), closes [#25](https://gitlab.com/gitlab-org/frontend/eslint-plugin/issues/25)
561
-
562
- # [7.0.0](https://gitlab.com/gitlab-org/frontend/eslint-plugin/compare/v6.0.0...v7.0.0) (2021-01-20)
563
-
564
-
565
- ### Features
566
-
567
- * 🎸 Add no-runtime-template-compiler rule ([70e91d1](https://gitlab.com/gitlab-org/frontend/eslint-plugin/commit/70e91d124f048bda4ed64696b6f2c2d91a3f92d6))
568
-
569
-
570
- ### BREAKING CHANGES
571
-
572
- * 🧨 This adds the new rule to the default configuration.
573
-
574
- To opt out of it, you can disable the rule on a per-file basis or
575
- globally in your `.eslintrc.*` file.
576
-
577
- ✅ Closes: https://gitlab.com/gitlab-org/frontend/eslint-plugin/-/issues/24
578
-
579
- # [6.0.0](https://gitlab.com/gitlab-org/frontend/eslint-plugin/compare/v5.0.0...v6.0.0) (2021-01-07)
580
-
581
-
582
- ### Features
583
-
584
- * improve vue linting ([781a627](https://gitlab.com/gitlab-org/frontend/eslint-plugin/commit/781a62786719d3424d4a542af28db1891845e850))
585
-
586
-
587
- ### BREAKING CHANGES
588
-
589
- * This bumps eslint-plugin-vue one major version from
590
- 6 to 7. This upgrade includes a number of additional rules and
591
- improvements to existing rules, which we inherit via the vue/recommended
592
- rule set.
593
-
594
- These additions can be seen in the [v7 release annountment][1].
595
-
596
- The most notable addition is the vue/no-mutating-props rule, which can
597
- help to prevent subtle runtime bugs.
598
-
599
- Finally, this is also a step towards adopting Vue 3.
600
-
601
- Addresses https://gitlab.com/gitlab-org/frontend/eslint-plugin/-/issues/23.
602
-
603
- [1]: https://github.com/vuejs/eslint-plugin-vue/releases/tag/v7.0.0.
604
-
605
- # [5.0.0](https://gitlab.com/gitlab-org/frontend/eslint-plugin/compare/v4.1.0...v5.0.0) (2020-11-12)
606
-
607
-
608
- ### Features
609
-
610
- * Add new vue-slot-name-casing rule ([d4710b0](https://gitlab.com/gitlab-org/frontend/eslint-plugin/commit/d4710b07c92596aa544ccef72e5fbb3a1f0ea7ea))
611
-
612
-
613
- ### BREAKING CHANGES
614
-
615
- * This marks slot not defined in kebab-case
616
- As invalid.
617
- Note that this impacts only slot definition but does not
618
- Enforce any styling on consumed slot, thus leaving us free
619
- To use libraries that use slots names not in kebab-case
620
-
621
- Co-authored-by: Lukas Eipert <leipert@gitlab.com>
622
-
623
- # [4.1.0](https://gitlab.com/gitlab-org/frontend/eslint-plugin/compare/v4.0.0...v4.1.0) (2020-10-02)
624
-
625
-
626
- ### Features
627
-
628
- * Add rule to disallow calling `emit` with more than 2 args ([d247e4b](https://gitlab.com/gitlab-org/frontend/eslint-plugin/commit/d247e4bfc9a5cdd795472f200f2b908905c60960))
629
-
630
- # [4.0.0](https://gitlab.com/gitlab-org/frontend/eslint-plugin/compare/v3.2.0...v4.0.0) (2020-08-17)
631
-
632
-
633
- ### Features
634
-
635
- * Prefer named exports ([4dac48d](https://gitlab.com/gitlab-org/frontend/eslint-plugin/commit/4dac48d25e2e0076f84485a76c187293ea726517))
636
-
637
-
638
- ### BREAKING CHANGES
639
-
640
- * This disables the `import/prefer-default-export` rule
641
- set by `airbnb-base`, and enables the `import/no-default-export` rule.
642
-
643
- Note that Vue single-file-components (SFCs) are exempted from the
644
- `import/no-default-export` rule, since [default exports are required by
645
- design][2].
646
-
647
- This is done to align with the consensus reached in our [RFC on
648
- exports][1].
649
-
650
- In order to ease the transition, you can keep the old behaviour by
651
- adding the following to your project's `.eslintrc.yml` (or equivalent):
652
-
653
- rules:
654
- import/prefer-named-export: error
655
- import/no-default-export: off
656
-
657
- Alternatively, you can exempt a subset of files, e.g.:
658
-
659
- overrides:
660
- - files:
661
- - '**/*foo.js'
662
- rules:
663
- 'import/no-default-export': error
664
-
665
- [1]: https://gitlab.com/gitlab-org/frontend/rfcs/-/issues/20
666
- [2]: https://vue-loader.vuejs.org/spec.html#script
667
-
668
- # [3.2.0](https://gitlab.com/gitlab-org/frontend/eslint-plugin/compare/v3.1.0...v3.2.0) (2020-08-17)
669
-
670
-
671
- ### Features
672
-
673
- * **jest config:** Disallow test usage in defining tests ([bc56dc4](https://gitlab.com/gitlab-org/frontend/eslint-plugin/commit/bc56dc45529e87bddb6fb1e71807c4e2654054d0))
674
-
675
- # [3.1.0](https://gitlab.com/gitlab-org/frontend/eslint-plugin/compare/v3.0.0...v3.1.0) (2020-05-12)
676
-
677
-
678
- ### Features
679
-
680
- * **default config:** Enable v-slot-style shorthand rule for components tags ([01dfa60](https://gitlab.com/gitlab-org/frontend/eslint-plugin/commit/01dfa60f302e9acc4e5186c665d817dd52b9b480))
681
-
682
- # [3.0.0](https://gitlab.com/gitlab-org/frontend/eslint-plugin/compare/v2.2.1...v3.0.0) (2020-04-29)
683
-
684
-
685
- ### Features
686
-
687
- * 🎸 Introduce configuration for Jest ([112921c](https://gitlab.com/gitlab-org/frontend/eslint-plugin/commit/112921c018862afc87c5cff1d06942d951c1ad66))
688
-
689
-
690
- ### BREAKING CHANGES
691
-
692
- * 🧨 New ESLint rules for Jest
693
-
694
- ## [2.2.1](https://gitlab.com/gitlab-org/frontend/eslint-plugin/compare/v2.2.0...v2.2.1) (2020-04-17)
695
-
696
-
697
- ### Bug Fixes
698
-
699
- * fix restricted globals import ([da823a3](https://gitlab.com/gitlab-org/frontend/eslint-plugin/commit/da823a36d4b805603fd467d3ff61d73e1e571b69))
700
-
701
- # [2.2.0](https://gitlab.com/gitlab-org/frontend/eslint-plugin/compare/v2.1.1...v2.2.0) (2020-04-16)
702
-
703
-
704
- ### Features
705
-
706
- * **default config:** Disallow deprecated usage of escape and unescape ([3ffcbab](https://gitlab.com/gitlab-org/frontend/eslint-plugin/commit/3ffcbaba0dd7d3779ab8d288a1c6a76e1b097c58))
707
-
708
- ## [2.1.1](https://gitlab.com/gitlab-org/frontend/eslint-plugin/compare/v2.1.0...v2.1.1) (2020-04-16)
709
-
710
-
711
- ### Bug Fixes
712
-
713
- * Remove redundant whitespaces from updateFiles ([72a5328](https://gitlab.com/gitlab-org/frontend/eslint-plugin/commit/72a5328f808e3dd9b530f269250f08e5ff531764))
714
-
715
- # [2.1.0](https://gitlab.com/gitlab-org/frontend/eslint-plugin/compare/v2.0.0...v2.1.0) (2020-04-14)
716
-
717
-
718
- ### Features
719
-
720
- * 🎸 Enable vue/component-tags-order rule by default ([91195b5](https://gitlab.com/gitlab-org/frontend/eslint-plugin/commit/91195b5ecaa22db1e9690cf389cb8aef3c19932a)), closes [#1](https://gitlab.com/gitlab-org/frontend/eslint-plugin/issues/1)
721
-
722
- # [2.0.0](https://gitlab.com/gitlab-org/frontend/eslint-plugin/compare/v1.1.0...v2.0.0) (2020-03-17)
723
-
724
-
725
- ### Bug Fixes
726
-
727
- * remove eslint-plugin-no-jquery ([5a9104c](https://gitlab.com/gitlab-org/frontend/eslint-plugin/commit/5a9104cdc7e2c1aa39c06820069ef25c8f4c9a55))
728
- * **deps:** move required dependencies out of devDependencies ([20b5d39](https://gitlab.com/gitlab-org/frontend/eslint-plugin/commit/20b5d391b409b078b6e661c8e2ab9319ecd6584e))
729
- * Add MIT License ([bc19421](https://gitlab.com/gitlab-org/frontend/eslint-plugin/commit/bc19421751c16e5d329bae55d5e67643b5ff5714))
730
- * Remove superfluous no-mixed-operators rule ([bf0e21c](https://gitlab.com/gitlab-org/frontend/eslint-plugin/commit/bf0e21c9be565caacde30729504350f45f3c2720)), closes [/github.com/prettier/eslint-config-prettier/blob/master/index.js#L12](https://gitlab.com//github.com/prettier/eslint-config-prettier/blob/master/index.js/issues/L12)
731
- * yarn install semantic release ([1647dbe](https://gitlab.com/gitlab-org/frontend/eslint-plugin/commit/1647dbeb9c4786c3cf679f9126d4256c9d1399b6))
732
-
733
-
734
- ### Features
735
-
736
- * Add `no-implicit-coercion` rule ([ff9c0fa](https://gitlab.com/gitlab-org/frontend/eslint-plugin/commit/ff9c0faf4041a841d9ca08f1647536393f442f25))
737
- * Add config for our i18n rules ([b065283](https://gitlab.com/gitlab-org/frontend/eslint-plugin/commit/b06528338c7615b1d789b3bdcc75577d17d1f101))
738
- * add eslint shared config ([3a2f8bd](https://gitlab.com/gitlab-org/frontend/eslint-plugin/commit/3a2f8bdf63910295ae9e2ec528c1bab41ffee68b))
739
- * Add former @gitlab/eslint-config to our plugin ([eaf86e1](https://gitlab.com/gitlab-org/frontend/eslint-plugin/commit/eaf86e1e183bb2320a54364d9211cf70a755bc63))
740
- * add semantic release ([d584a8a](https://gitlab.com/gitlab-org/frontend/eslint-plugin/commit/d584a8a9ac9e74c80e40c6ab9f79fab993937b86))
741
- * Bump version number and publish ([a9bcb01](https://gitlab.com/gitlab-org/frontend/eslint-plugin/commit/a9bcb01a48f98afea5273ab004440073bd9c42ff))
742
- * Disable PascalCase enforcement in vue templates ([ca6ae53](https://gitlab.com/gitlab-org/frontend/eslint-plugin/commit/ca6ae53949289052b614b127f06e85b655a6bef0))
743
- * Disable rules which conflict with prettier 1.15 ([6218cb5](https://gitlab.com/gitlab-org/frontend/eslint-plugin/commit/6218cb579b26298e8b9d61e0c562f84055a59114))
744
- * Force update of dependencies ([e38a02d](https://gitlab.com/gitlab-org/frontend/eslint-plugin/commit/e38a02d83ddfe088c9f14b8817a68324fb488bd9))
745
- * Resolve "Update dependencies to reflect recent changes in GitLab CE" ([a59a5c4](https://gitlab.com/gitlab-org/frontend/eslint-plugin/commit/a59a5c4791472ec5518a3e9810d8e14e95808cb6))
746
- * update some rule dependencies ([f1aee46](https://gitlab.com/gitlab-org/frontend/eslint-plugin/commit/f1aee467d1e597b6162faaf46f38ba51cc0d18ca))
747
- * Update to new major version eslint@6 ([ff65efc](https://gitlab.com/gitlab-org/frontend/eslint-plugin/commit/ff65efc7d4505baff2dcbdf94e9343affea87006))
748
-
749
-
750
- * Merge branch 'update-eslint-plugin-import-to-2.18.2' into 'master' ([4ce71d1](https://gitlab.com/gitlab-org/frontend/eslint-plugin/commit/4ce71d14ec2c99bf50e9634b932e8f2b3e734c96))
751
-
752
-
753
- ### BREAKING CHANGES
754
-
755
- * New major version
756
- * Update eslint-plugin-import from 2.16.0 to 2.18.2
757
-
758
- See merge request gitlab-org/gitlab-eslint-config!16
759
-
760
- # [1.1.0](https://gitlab.com/gitlab-org/frontend/eslint-plugin/compare/v1.0.0...v1.1.0) (2020-03-11)
761
-
762
-
763
- ### Features
764
-
765
- * 🎸 Add eslint-plugin-vue to consume their util ([f7d9ad6](https://gitlab.com/gitlab-org/frontend/eslint-plugin/commit/f7d9ad6e53e563607d12a7ca9905e3ef7dda92ca))
766
-
767
- # 1.0.0 (2020-03-11)
768
-
769
-
770
- ### Bug Fixes
771
-
772
- * 🐛 Add rules key to main package export ([1c16499](https://gitlab.com/gitlab-org/frontend/eslint-plugin/commit/1c1649974bb48161abd718224808d32fd943dde3))
773
-
774
-
775
- ### chore
776
-
777
- * Rename package to @gitlab/eslint-plugin ([daafee6](https://gitlab.com/gitlab-org/frontend/eslint-plugin/commit/daafee67bde9b67c659ea0ce277b0ae2f910abc9))
778
-
779
-
780
- ### Features
781
-
782
- * **dependencies:** Update vue-eslint-parser to v7 ([f977d90](https://gitlab.com/gitlab-org/frontend/eslint-plugin/commit/f977d9035dbe6b8739503eeb280f5e16caa3da85))
783
- * **rules:** Merge in @gitlab/eslint-plugin-i18n ([352574c](https://gitlab.com/gitlab-org/frontend/eslint-plugin/commit/352574c77511be6184db4fba04495f94d45da404))
784
- * 🎸 Added no bare strings rule ([398b3b2](https://gitlab.com/gitlab-org/frontend/eslint-plugin/commit/398b3b28d2f5f4118ed36fd2a493a13f628195d2))
785
- * 🎸 Added no-bare-attribute-strings rule ([653ebf2](https://gitlab.com/gitlab-org/frontend/eslint-plugin/commit/653ebf2721cb4822e15d8ea5e4212ff584075a0c))
786
- * 🎸 Enable no-bare-attribute-strings rule ([f24119a](https://gitlab.com/gitlab-org/frontend/eslint-plugin/commit/f24119a387a4dad37d296329f7ebc6361dcd0a47))
787
-
788
-
789
- ### BREAKING CHANGES
790
-
791
- * Package has been renamed, so rule paths have to be adjusted
792
- * **dependencies:** Dropping node 6 support
7
+ - bc3d104: Add `no-hardcoded-urls` and `vue-no-hardcoded-urls` rules. To prevent hardcoding URLs on the frontend.