Change the required major version of Prettier from v2 to v3 (#54775).
16.0.0 (2023-09-20)
Breaking Changes
The bundled @typescript-eslint/parser and @typescript-eslint/eslint-plugin dependencies has been updated from requiring ^5.62.0 to requiring ^6.4.1 (#53975):
Removes the deprecated @typescript-eslint/no-duplicate-imports rule in favor of import/no-duplicates.
The bundled eslint-plugin-prettier dependency has been updated from requiring ^3.3.0 to requiring ^5.0.0 (#54539).
15.1.0 (2023-08-31)
15.0.0 (2023-08-16)
Breaking Changes
The bundled eslint-plugin-jsdoc dependency has been updated from requiring ^39.6.9 to requiring ^46.4.6 (#53629):
Removes jsdoc/newline-after-description rule in favor of jsdoc/tag-lines with option startLines: 0 for "never" and startLines: 1 for "always". Defaults now to startLines: null.
Removes dropEndLines: true from jsdoc/tag-lines in favor of option endLines: 0.
Drops jsdoc/tag-lines rule's noEndLines: true in favor of applyToEndTag: false.
Disables the newly introduced jsdoc/no-defaults rule.
Enhancement
Support Typescript 5 and 5.1 by updating both @typescript-eslint/parser and @typescript-eslint/eslint-plugin to version ^5.62.0. (#52621).
Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.
Dependabot commands and options
You can trigger Dependabot actions by commenting on this PR:
- `@dependabot rebase` will rebase this PR
- `@dependabot recreate` will recreate this PR, overwriting any edits that have been made to it
- `@dependabot merge` will merge this PR after your CI passes on it
- `@dependabot squash and merge` will squash and merge this PR after your CI passes on it
- `@dependabot cancel merge` will cancel a previously requested merge and block automerging
- `@dependabot reopen` will reopen this PR if it is closed
- `@dependabot close` will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
- `@dependabot show ignore conditions` will show all of the ignore conditions of the specified dependency
- `@dependabot ignore this major version` will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
- `@dependabot ignore this minor version` will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
- `@dependabot ignore this dependency` will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)
Bumps @wordpress/eslint-plugin from 13.10.4 to 17.7.0.
Release notes
Sourced from
@wordpress/eslint-plugin
's releases.... (truncated)
Changelog
Sourced from
@wordpress/eslint-plugin
's changelog.... (truncated)
Commits
45de2cb
chore(release): publish703e91c
Update changelog files5e6f9ca
chore(release): publish60adb37
Update changelog files8e2b332
Merge changes published in the Gutenberg plugin "release/17.5" branch52be044
Update changelog filesfcf61b4
chore(release): publish131678b
Update changelog filesd98dff8
chore(release): publish9633c0e
Update changelog filesDependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting
@dependabot rebase
.Dependabot commands and options
You can trigger Dependabot actions by commenting on this PR: - `@dependabot rebase` will rebase this PR - `@dependabot recreate` will recreate this PR, overwriting any edits that have been made to it - `@dependabot merge` will merge this PR after your CI passes on it - `@dependabot squash and merge` will squash and merge this PR after your CI passes on it - `@dependabot cancel merge` will cancel a previously requested merge and block automerging - `@dependabot reopen` will reopen this PR if it is closed - `@dependabot close` will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually - `@dependabot show