@wordpress/eslint-plugin 13.1.1 → 13.2.1-next.4d3b314fd5.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.
Files changed (2) hide show
  1. package/package.json +4 -4
  2. package/CHANGELOG.md +0 -352
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@wordpress/eslint-plugin",
3
- "version": "13.1.1",
3
+ "version": "13.2.1-next.4d3b314fd5.0",
4
4
  "description": "ESLint plugin for WordPress development.",
5
5
  "author": "The WordPress Contributors",
6
6
  "license": "GPL-2.0-or-later",
@@ -34,8 +34,8 @@
34
34
  "@babel/eslint-parser": "^7.16.0",
35
35
  "@typescript-eslint/eslint-plugin": "^5.3.0",
36
36
  "@typescript-eslint/parser": "^5.3.0",
37
- "@wordpress/babel-preset-default": "^7.1.1",
38
- "@wordpress/prettier-config": "^2.0.1",
37
+ "@wordpress/babel-preset-default": "^7.2.1-next.4d3b314fd5.0",
38
+ "@wordpress/prettier-config": "^2.1.1-next.4d3b314fd5.0",
39
39
  "cosmiconfig": "^7.0.0",
40
40
  "eslint-config-prettier": "^8.3.0",
41
41
  "eslint-plugin-import": "^2.25.2",
@@ -65,5 +65,5 @@
65
65
  "publishConfig": {
66
66
  "access": "public"
67
67
  },
68
- "gitHead": "f6021282457317c7e12dcc3a3f02c9ac28e16a30"
68
+ "gitHead": "25054766423cb49d959eb656c2533530073ff5c2"
69
69
  }
package/CHANGELOG.md DELETED
@@ -1,352 +0,0 @@
1
- <!-- Learn how to maintain this file at https://github.com/WordPress/gutenberg/tree/HEAD/packages#maintaining-changelogs. -->
2
-
3
- ## Unreleased
4
-
5
- ## 13.0.0 (2022-08-24)
6
-
7
- ### Breaking Change
8
-
9
- - Increase the minimum Node.js version to 14 and minimum npm version to 6.14.4 ([#43141](https://github.com/WordPress/gutenberg/pull/43141)).
10
- - Remove all rules targeting test files from the `recommended` and `recommended-with-formatting` presets when Jest package is installed ([#43272](https://github.com/WordPress/gutenberg/pull/43272)).
11
-
12
- ## 12.8.0 (2022-07-27)
13
-
14
- ### Code Quality
15
-
16
- - Remove deprecated rules `no-negated-in-lhs` replaced with `no-unsafe-negation`, and `jsx-a11y/label-has-for` replaced with `jsx-a11/label-has-associated-control` ([#42654](https://github.com/WordPress/gutenberg/pull/42654)).
17
-
18
- ## 12.6.0 (2022-06-29)
19
-
20
- - Enable `no-unused-vars`'s setting `ignoreRestSiblings` to allow unused variables when destructuring with rest properties ([#41897](https://github.com/WordPress/gutenberg/pull/41897)).
21
-
22
- ## 12.2.0 (2022-05-04)
23
-
24
- ### Bug Fix
25
-
26
- - Fix the `recommended` preset when Prettier is not installed ([#40634](https://github.com/WordPress/gutenberg/pull/40634)).
27
-
28
- ## 12.0.0 (2022-04-08)
29
-
30
- ### Breaking Changes
31
-
32
- - Revert the removal of the automatic environment detection of `test-unit` and `test-e2e` for the `recommended` preset. However, They will still be disabled if `@playwright/test` is installed in the project.
33
-
34
- ## 11.0.0 (2022-03-11)
35
-
36
- ### Breaking Changes
37
-
38
- - The integration with [Prettier](https://prettier.io) is now optional and gets activated when the `prettier` package is installed in the project ([#39244](https://github.com/WordPress/gutenberg/pull/39244)).
39
-
40
- ### Bug Fix
41
-
42
- - Replaced no-shadow eslint rule with @typescript-eslint/no-shadow ([#38665](https://github.com/WordPress/gutenberg/pull/38665)).
43
-
44
- ### Breaking Changes
45
-
46
- - Remove automatic environment detection of `test-unit` and `test-e2e` for the `recommended` preset. It's now recommended to opt-in to specific preset explicitly.
47
-
48
- ## 10.0.0 (2022-01-27)
49
-
50
- ### Breaking Changes
51
-
52
- - The peer dependency constraint for ESLint has been updated from `^6 || ^7` to `^8`.
53
- - The bundled `@typescript-eslint/eslint-plugin` dependency has been updated from requiring `^4.31.0` to requiring `^5.3.0` ([#36283](https://github.com/WordPress/gutenberg/pull/36283)).
54
- - The bundled `@typescript-eslint/parser` dependency has been updated from requiring `^4.31.0` to requiring `^5.3.0` ([#36283](https://github.com/WordPress/gutenberg/pull/36283)).
55
- - The bundled `eslint-config-prettier` dependency has been updated from requiring `^7.1.0` to requiring `^8.3.0` ([#36283](https://github.com/WordPress/gutenberg/pull/36283)).
56
- - The bundled `eslint-plugin-jest` dependency has been updated from requiring `^24.1.3` to requiring `^25.2.3` ([#36283](https://github.com/WordPress/gutenberg/pull/36283)).
57
- - The bundled `eslint-plugin-jsdoc` dependency has been updated from requiring `^36.0.8` to requiring `^37.0.3` ([#36283](https://github.com/WordPress/gutenberg/pull/36283)).
58
- - The bundled `globals` dependency has been updated from requiring `^12.0.0` to requiring `^13.12.0` ([#36283](https://github.com/WordPress/gutenberg/pull/36283)).
59
- - The `gutenberg-phase` rule has been deprecated and replaced by the `is-gutenberg-plugin` rule. ([#38202](https://github.com/WordPress/gutenberg/pull/38202))
60
-
61
- ### Enhancement
62
-
63
- - Omit verification for WordPress dependencies in the import statements since they get externalized when used with WordPress ([#37639](https://github.com/WordPress/gutenberg/pull/37639)).
64
-
65
- ### Bug Fix
66
-
67
- - Fix Babel config resolution when a custom ESLint config present ([#37406](https://github.com/WordPress/gutenberg/pull/37406)). Warning: it won't recognize the `babel.config.json` file present in the project until the upstream bug in `cosmiconfig` is fixed.
68
-
69
- ## 9.3.0 (2021-11-15)
70
-
71
- ### Enhancements
72
-
73
- - Replaced deprecated `babel-eslint` dependency with `@babel/eslint-parser` ([#36244](https://github.com/WordPress/gutenberg/pull/36244)).
74
- - The bundled `eslint-plugin-import` dependency has been updated from requiring `^2.23.4` to requiring `^2.25.2` ([#36244](https://github.com/WordPress/gutenberg/pull/36244)).
75
-
76
- ## 9.2.0 (2021-10-12)
77
-
78
- ### Enhancement
79
-
80
- - The bundled `eslint-plugin-jsdoc` dependency has been updated from requiring `^34.1.0` to requiring `^36.0.8` ([#34338](https://github.com/WordPress/gutenberg/pull/34338)).
81
-
82
- ### Bug Fix
83
-
84
- - Use Jest related rules only when the `jest` package is installed ([#33120](https://github.com/WordPress/gutenberg/pull/33120)).
85
-
86
- ## 9.1.2 (2021-09-09)
87
-
88
- ### Bug Fix
89
-
90
- - The recommended configuration will now respect `type` imports in TypeScript files ([#34055](https://github.com/WordPress/gutenberg/pull/34055)).
91
-
92
- ## 9.1.1 (2021-08-23)
93
-
94
- ### Bug Fix
95
-
96
- - Include `.jsx` extension when linting import statements in case TypeScript not present ([#33746](https://github.com/WordPress/gutenberg/pull/33746)).
97
-
98
- ## 9.1.0 (2021-07-21)
99
-
100
- ### Enhancement
101
-
102
- - Adds JSDoc alignment check ([#25300](https://github.com/WordPress/gutenberg/pull/25300)).
103
-
104
- ## 9.0.1 (2021-03-19)
105
-
106
- ### Bug Fix
107
-
108
- - Adds TypeScript as a peer dependency and makes it optional when not installed ([#29942](https://github.com/WordPress/gutenberg/pull/29942)).
109
-
110
- ## 9.0.0 (2021-03-17)
111
-
112
- ### Breaking Changes
113
-
114
- - Add support and configuration for TypeScript files. [#27143](https://github.com/WordPress/gutenberg/pull/27143)
115
-
116
- ### New Features
117
-
118
- - Enabled `import/default` and `import/named` rules in the `recommended` ruleset. [#28513](https://github.com/WordPress/gutenberg/pull/28513)
119
- - Add new rule `@wordpress/data-no-store-string-literals` to discourage passing string literals to reference data stores ([#28726](https://github.com/WordPress/gutenberg/pull/28726)).
120
-
121
- ## 8.0.1 (2021-01-28)
122
-
123
- ### Bug Fix
124
-
125
- - Add missing `eslint-plugin-import` npm dependency ([#28545](https://github.com/WordPress/gutenberg/pull/28545)).
126
-
127
- ## 8.0.0 (2021-01-21)
128
-
129
- ### Breaking Changes
130
-
131
- - Increase the minimum Node.js version to 12 ([#27934](https://github.com/WordPress/gutenberg/pull/27934)).
132
- - Enabled `import/no-extraneous-dependencies` rule in the `recommended` ruleset.
133
- - Enabled `import/no-unresolved` rule in the `recommended` ruleset.
134
- - Enabled `no-unsafe-wp-apis` rule in the `recommended` ruleset ([#27327](https://github.com/WordPress/gutenberg/pull/27327)).
135
- - The bundled `eslint-config-prettier` dependency has been updated from requiring `^6.10.1` to requiring `^7.1.0` ([#27965](https://github.com/WordPress/gutenberg/pull/27965)).
136
- - The bundled `eslint-plugin-jest` dependency has been updated from requiring `^23.8.2` to requiring `^24.1.3` ([#27965](https://github.com/WordPress/gutenberg/pull/27965)).
137
-
138
- ### Enhancements
139
-
140
- - The bundled `eslint-plugin-jsdoc` dependency has been updated from requiring `^30.2.2` to requiring `^30.7.13` ([#27965](https://github.com/WordPress/gutenberg/pull/27965)).
141
- - The bundled `eslint-plugin-jsx-a11y` dependency has been updated from requiring `^6.2.3` to requiring `^6.4.1` ([#27965](https://github.com/WordPress/gutenberg/pull/27965)).
142
- - The bundled `eslint-plugin-prettier` dependency has been updated from requiring `^3.1.2` to requiring `^3.3.0` ([#27965](https://github.com/WordPress/gutenberg/pull/27965)).
143
- - The bundled `eslint-plugin-react` dependency has been updated from requiring `^7.20.0` to requiring `^7.22.0` ([#27965](https://github.com/WordPress/gutenberg/pull/27965)).
144
- - The bundled `eslint-plugin-react-hooks` dependency has been updated from requiring `^4.0.4` to requiring `^4.2.0` ([#27965](https://github.com/WordPress/gutenberg/pull/27965)).
145
-
146
- ## 7.4.0 (2020-12-17)
147
-
148
- ### New Feature
149
-
150
- - Add `no-unsafe-wp-apis` rule to discourage usage of unsafe APIs ([#27301](https://github.com/WordPress/gutenberg/pull/27301)).
151
-
152
- ### Enhancements
153
-
154
- - The bundled `wp-prettier` dependency has been upgraded from `2.0.5` to `2.2.1`.
155
-
156
- ### Documentation
157
-
158
- - Include a note about the minimum version required for `node` (10.0.0) and `npm` (6.9.0).
159
-
160
- ## 7.2.1 (2020-09-17)
161
-
162
- ### Bug Fixes
163
-
164
- - Fix TypeError for projects without a local Prettier configuration.
165
-
166
- ## 7.2.0 (2020-09-03)
167
-
168
- ### Enhancements
169
-
170
- - The bundled `eslint-plugin-jsdoc` dependency has been updated from requiring `^26.0.0` to requiring `^30.2.2`.
171
-
172
- ### Bug Fixes
173
-
174
- - The recommended configuration will now respect local Prettier configuration. These are merged to the default WordPress configuration.
175
-
176
- ## 7.1.0-rc.0 (2020-06-24)
177
-
178
- ### Enhancements
179
-
180
- - Support ESLint `^7` as peer dependency.
181
-
182
- ## 7.0.0 (2020-06-15)
183
-
184
- ### Breaking Changes
185
-
186
- - The bundled `wp-prettier` dependency has been upgraded from `1.19.1` to `2.0.5`. Refer to the [Prettier 2.0 "2020" blog post](https://prettier.io/blog/2020/03/21/2.0.0.html) for full details about the major changes included in Prettier 2.0.
187
- - The bundled `eslint-plugin-react-hooks` dependency has been updated from requiring `^3.0.0` to requiring `^4.0.4`.
188
- - The bundled `eslint-plugin-jsdoc` dependency has been updated from requiring `^22.1.0` to requiring `^26.0.0`.
189
-
190
- ### Enhancements
191
-
192
- - The bundled `eslint-plugin-react` dependency has been updated from requiring `^7.19.0` to requiring `^7.20.0`.
193
-
194
- ## 6.1.0 (2020-05-28)
195
-
196
- ### Bug Fixes
197
-
198
- - `@wordpress/dependency-group` will now correctly identify issues associated with CommonJS (`require`) module imports.
199
-
200
- ## 6.0.0 (2020-05-14)
201
-
202
- ### Breaking Changes
203
-
204
- - The severity of the rule, `jsdoc/no-undefined-types`, has been increased from `warn` to `error`. In addition, `JSX` has been added to the default list of defined types.
205
-
206
- ### Improvements
207
-
208
- - `'AsyncIterableIterator'` is now allowed as a valid TypeScript utility type.
209
-
210
- ## 5.1.0 (2020-04-30)
211
-
212
- ### Bug Fixes
213
-
214
- - The `@wordpress/no-unused-vars-before-return` rule will now correctly identify valid usage of a variable as a JSX identifier.
215
- - Make `@wordpress/i18n-text-domain` rule less strict by default. When `allowedTextDomain` option is not provided it allows now skipping text domain or providing any string ([#21928](https://github.com/WordPress/gutenberg/pull/21928)).
216
-
217
- ## 5.0.1 (2020-04-15)
218
-
219
- ### Bug Fixes
220
-
221
- - Fixes an error caused by missing `utils` directory from published package ([#21609](https://github.com/WordPress/gutenberg/pull/21609)).
222
- - Added the recommended `Prettier` config that enforces WordPress coding style guidelines ([#21602](https://github.com/WordPress/gutenberg/pull/21602)).
223
-
224
- ## 5.0.0 (2020-04-15)
225
-
226
- ### Breaking Changes
227
-
228
- - There is a new `i18n` ruleset that includes all i18n-related rules and is included in the `recommended` ruleset.
229
- - The `@wordpress/valid-sprintf` rule has been moved from the `custom` ruleset to the `i18n` ruleset.
230
- - The `@wordpress/valid-sprintf` rule now recognizes mix of ordered and non-ordered placeholders.
231
- - The bundled `eslint-plugin-jest` dependency has been updated from requiring `^22.15.1` to requiring `^23.8.2` ([#21424](https://github.com/WordPress/gutenberg/pull/21424)).
232
- - The bundled `eslint-plugin-jsdoc` dependency has been updated from requiring `^21.0.0` to requiring `^22.1.0` ([#21424](https://github.com/WordPress/gutenberg/pull/21424)).
233
- - The bundled `eslint-plugin-react-hooks` dependency has been updated from requiring `^1.6.1` to requiring `^3.0.0` ([#21424](https://github.com/WordPress/gutenberg/pull/21424)).
234
-
235
- ### New Features
236
-
237
- - New Rule: [`@wordpress/i18n-text-domain`](https://github.com/WordPress/gutenberg/blob/HEAD/packages/eslint-plugin/docs/rules/i18n-text-domain.md)
238
- - New Rule: [`@wordpress/i18n-translator-comments`](https://github.com/WordPress/gutenberg/blob/HEAD/packages/eslint-plugin/docs/rules/i18n-translator-comments.md)
239
- - New Rule: [`@wordpress/i18n-no-variables`](https://github.com/WordPress/gutenberg/blob/HEAD/packages/eslint-plugin/docs/rules/i18n-no-variables.md)
240
- - New Rule: [`@wordpress/i18n-no-placeholders-only`](https://github.com/WordPress/gutenberg/blob/HEAD/packages/eslint-plugin/docs/rules/i18n-no-placeholders-only.md)
241
- - New Rule: [`@wordpress/i18n-no-collapsible-whitespace`](https://github.com/WordPress/gutenberg/blob/HEAD/packages/eslint-plugin/docs/rules/i18n-no-collapsible-whitespace.md)
242
- - New Rule: [`@wordpress/i18n-ellipsis`](https://github.com/WordPress/gutenberg/blob/HEAD/packages/eslint-plugin/docs/rules/i18n-ellipsis.md)
243
- - The bundled `eslint-plugin-react` dependency has been updated from requiring `^7.14.3` to requiring `^7.19.0` ([#21424](https://github.com/WordPress/gutenberg/pull/21424)).
244
-
245
- ### Bug Fixes
246
-
247
- - The `@wordpress/valid-sprintf` rule now detects usage of `sprintf` via `i18n.sprintf` (e.g. when using `import * as i18n from '@wordpress/i18n'`).
248
- - `@wordpress/no-unused-vars-before-return` will correctly consider other unused variables after encountering an instance of an `excludePattern` option exception.
249
-
250
- ## 4.1.0 (2020-04-01)
251
-
252
- ### New Features
253
-
254
- - The `prefer-const` rule included in the `recommended` and `esnext` rulesets has been relaxed to allow a `let` assignment if any of a [destructuring assignment](https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Operators/Destructuring_assignment) are reassigned.
255
-
256
- ## 4.0.0 (2020-02-10)
257
-
258
- ### Breaking Changes
259
-
260
- - The `recommended` ruleset checks again code formatting (whitespace, indenting, etc.). These rules are now enforced by Prettier itself through a plugin that diffs the code with its formatted output and reports the differences as lint errors. `eslint-plugin-prettier` was chosen over options like `prettier-eslint` because we don't run `eslint --fix` in hooks as we'd rather leave certain linting errors to be resolved or ignored at the author's discretion. We also don't apply any additional formatting with `eslint` over `prettier`, so the overhead would be unnecessary. `eslint-plugin-prettier` was chosen over options like `prettier --check` because it's nice to see format errors as you type as it leads you to write code with a more optimal auto-formatted output and it avoids issues like comment directives being moved out of place by `prettier` and the author not realizing it.
261
-
262
- ## 3.4.1 (2020-02-04)
263
-
264
- ### Bug Fix
265
-
266
- - Removed `plugin:prettier/recommended` from `recommended` ruleset as it introduces breaking changes.
267
-
268
- ## 3.4.0 (2020-02-04)
269
-
270
- ### New Features
271
-
272
- - The `recommended` ruleset no longer enables rules that check code formatting (whitespace, indenting, etc.) and that could conflict with Prettier.
273
- - There is a new `recommended-with-formatting` ruleset that has the code formatting rules still enabled, for projects that want to opt out from Prettier and continue checking code formatting with ESLint.
274
-
275
- ## 3.3.0 (2019-12-19)
276
-
277
- ### Bug Fixes
278
-
279
- - The React ruleset now correctly references the WordPress ESLint plugin, resolving an error about an unfound rule.
280
-
281
- ## 3.0.0 (2019-08-29)
282
-
283
- ### Breaking Changes
284
-
285
- - The [`@wordpress/no-unused-vars-before-return` rule](https://github.com/WordPress/gutenberg/blob/HEAD/packages/eslint-plugin/docs/rules/no-unused-vars-before-return.md) has been improved to exempt object destructuring only if destructuring to more than one property.
286
- - Stricter JSDoc linting using [`eslint-plugin-jsdoc`](https://github.com/gajus/eslint-plugin-jsdoc).
287
- - Stricter validation enabled for test files only using new `test-e2e` and `test-unit` rulesets.
288
-
289
- ### New Features
290
-
291
- - New Rule: [`@wordpress/no-unguarded-get-range-at`](https://github.com/WordPress/gutenberg/blob/HEAD/packages/eslint-plugin/docs/rules/no-unguarded-get-range-at.md)
292
- - Enable `wp` global by default in the `recommended` config.
293
- - New ruleset `test-e2e` added for end-to-end tests validation.
294
- - New ruleset `test-unit` added for unit tests validation.
295
-
296
- ### Enhancements
297
-
298
- - Remove `@wordpress/dependency-group` and `@wordpress/gutenberg-phase` rules from the `custom` and `recommended` configs and leave them as opt-in features.
299
-
300
- ## 2.4.0 (2019-08-05)
301
-
302
- ### New Features
303
-
304
- - [`@wordpress/no-unused-vars-before-return`](https://github.com/WordPress/gutenberg/blob/HEAD/packages/eslint-plugin/docs/rules/no-unused-vars-before-return.md) now supports an `excludePattern` option to exempt function calls by name.
305
-
306
- ### Improvements
307
-
308
- - The recommended `react` configuration specifies an option to [`@wordpress/no-unused-vars-before-return`](https://github.com/WordPress/gutenberg/blob/HEAD/packages/eslint-plugin/docs/rules/no-unused-vars-before-return.md) to exempt React hooks usage, by convention of hooks beginning with "use" prefix.
309
- - The plugin now uses [`eslint-plugin-jsdoc`](https://github.com/gajus/eslint-plugin-jsdoc), rather than the `valid-jsdoc` rule, for more reliable linting of JSDoc blocks.
310
-
311
- ## 2.3.0 (2019-06-12)
312
-
313
- ### Bug Fix
314
-
315
- - Fixed custom regular expression for the `no-restricted-syntax` rule enforcing translate function arguments. [#15839](https://github.com/WordPress/gutenberg/pull/15839).
316
- - Fixed arguments checking of `_nx` for the `no-restricted-syntax` rule enforcing translate function arguments. [#15839](https://github.com/WordPress/gutenberg/pull/15839).
317
- - Fixed false positive with `react-no-unsafe-timeout` which would wrongly flag errors when assigning `setTimeout` result to a variable (for example, in a `useEffect` hook).
318
-
319
- ## 2.2.0 (2019-05-21)
320
-
321
- ### New Features
322
-
323
- - New Rule: [`@wordpress/react-no-unsafe-timeout`](https://github.com/WordPress/gutenberg/blob/HEAD/packages/eslint-plugin/docs/rules/react-no-unsafe-timeout.md)
324
- - Add [React Hooks Rules](https://reactjs.org/docs/hooks-rules.html) config.
325
-
326
- ## 2.1.0 (2019-03-20)
327
-
328
- ### New Features
329
-
330
- - The bundled `eslint-plugin-jsx-a11y` dependency has been updated from requiring `^6.0.2` to requiring `^6.2.1` (see new features added in [6.2.0](https://github.com/evcohen/eslint-plugin-jsx-a11y/releases/tag/v6.2.0) and [6.1.0](https://github.com/evcohen/eslint-plugin-jsx-a11y/releases/tag/v6.1.0)).
331
- - The bundled `eslint-plugin-react` dependency has been updated from requiring `7.7.0` to requiring `^7.12.4` (see new features added in [7.12.0](https://github.com/yannickcr/eslint-plugin-react/releases/tag/v7.12.0), [7.11.0](https://github.com/yannickcr/eslint-plugin-react/releases/tag/v7.11.0), [7.10.0](https://github.com/yannickcr/eslint-plugin-react/releases/tag/v7.10.0), [7.9.0](https://github.com/yannickcr/eslint-plugin-react/releases/tag/v7.9.0) and [7.8.0](https://github.com/yannickcr/eslint-plugin-react/releases/tag/v7.8.0)).
332
-
333
- ## 2.0.0 (2019-03-06)
334
-
335
- ### Breaking Changes
336
-
337
- - The `esnext` and `recommended` rulesets now enforce [`object-shorthand`](https://eslint.org/docs/rules/object-shorthand)
338
- - The `es5` and `recommended` rulesets now enforce [`array-callback-return`](https://eslint.org/docs/rules/array-callback-return)
339
-
340
- ### New Features
341
-
342
- - New Rule: [`@wordpress/no-unused-vars-before-return`](https://github.com/WordPress/gutenberg/blob/HEAD/packages/eslint-plugin/docs/rules/no-unused-vars-before-return.md)
343
- - New Rule: [`@wordpress/dependency-group`](https://github.com/WordPress/gutenberg/blob/HEAD/packages/eslint-plugin/docs/rules/dependency-group.md)
344
- - New Rule: [`@wordpress/valid-sprintf`](https://github.com/WordPress/gutenberg/blob/HEAD/packages/eslint-plugin/docs/rules/valid-sprintf.md)
345
- - New Rule: [`@wordpress/gutenberg-phase`](https://github.com/WordPress/gutenberg/blob/HEAD/packages/eslint-plugin/docs/rules/gutenberg-phase.md)
346
- - New Rule: [`@wordpress/no-base-control-with-label-without-id`](https://github.com/WordPress/gutenberg/blob/HEAD/packages/eslint-plugin/docs/rules/no-base-control-with-label-without-id.md)
347
-
348
- ## 1.0.0 (2018-12-12)
349
-
350
- ### New Features
351
-
352
- - Initial release.