Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Bump @wordpress/eslint-plugin from 7.1.0 to 7.2.1 #61

Conversation

dependabot-preview[bot]
Copy link
Contributor

Bumps @wordpress/eslint-plugin from 7.1.0 to 7.2.1.

Release notes

Sourced from @wordpress/eslint-plugin's releases.

7.2.0

New Features

  • Add a new Buttons block. #17352
  • Support adding links to Media & Text block image. #18139
  • Navigation block: Support changing the font size. #19127
  • Gallery block: Add images size selector. #18581

Enhancements

  • Improve the block inserter search algorithm. #19122
  • Improve the block placeholders design and responsiveness. #18745
  • Navigation mode: Auto-enable when tabbing to the block list with an existing block selection. #19238 #19298
  • Use tabs for gradient and color. #19133
  • Add "download" keyword to the File block. #18995
  • Add "poem" keyword to the Verse block. #19355
  • Convert to blocks:
    • preserve text alignment. #19097
    • Skip shortcode if not on its own line. #19059
  • Writing flow: Improve tabbing for Edit mode. #19235
  • Use Popover for the block toolbar. #18779
  • Improve the block multi-selection styles. #19094 #19121
  • Support reduced-motion for Social Links transitions. #18750
  • Use the default cursor for Select Tool #19157
  • Round position attributes on cover focal point save. #19183
  • Remove block inserter shortcuts. #19045
  • Navigation block:
    • Clarify the placeholder label. #19105
    • Removes the reusable block option from the items. #19250
    • Sub-items white background adjustment. #18976
  • Adjustments to the welcome guide. #19195
  • Audio block: Don't render an empty audio tag. #18850
  • Make validation of block html tags and attributes case insensitive #19207
  • Block examples: concatenate strings and add translators notes. #19048
  • Show the trash button as a link. #19131
  • Removed the bottom-margin for the RadioControl component. #19340
  • Copy:
    • Capitalize "Manager" in Block Manager. #19375
    • Expand on sentence case usage. #18758 #19377
    • Update the copy of the Experiments page #18233
    • Removes title case from alignments for text and image. #18757
    • Unify not capitalizing the heading for each of the attributes. #19374
    • Updates description of the navigation block. #19098

Performance:

  • Remove the BlockAsyncRenderProvider and render parents asynchronously #19343

Bugs:

Changelog

Sourced from @wordpress/eslint-plugin's changelog.

7.2.1 (2020-09-17)

Bug Fixes

  • Fix TypeError for projects without a local Prettier configuration.

7.2.0 (2020-09-03)

Enhancements

  • The bundled eslint-plugin-jsdoc dependency has been updated from requiring ^26.0.0 to requiring ^30.2.2.

Bug Fixes

  • The recommended configuration will now respect local Prettier configuration. These are merged to the default WordPress configuration.

7.1.0-rc.0 (2020-06-24)

Enhancements

  • Support ESLint ^7 as peer dependency.

7.0.0 (2020-06-15)

Breaking Changes

  • 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 for full details about the major changes included in Prettier 2.0.
  • The bundled eslint-plugin-react-hooks dependency has been updated from requiring ^3.0.0 to requiring ^4.0.4.
  • The bundled eslint-plugin-jsdoc dependency has been updated from requiring ^22.1.0 to requiring ^26.0.0.

Enhancements

  • The bundled eslint-plugin-react dependency has been updated from requiring ^7.19.0 to requiring ^7.20.0.

6.1.0 (2020-05-28)

Bug Fixes

  • @wordpress/dependency-group will now correctly identify issues associated with CommonJS (require) module imports.

6.0.0 (2020-05-14)

Breaking Changes

  • 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.

Improvements

  • 'AsyncIterableIterator' is now whitelisted as a valid TypeScript utility type.
Commits
  • 94d244a chore(release): publish
  • fde0195 Update changelog files
  • bc4302d Merge changes published in the Gutenberg plugin "release/9.0" branch
  • 07baf5a chore(release): publish
  • 4f5e3f4 Update changelog files
  • 8e27960 Merge changes published in the Gutenberg plugin "release/8.9" branch
  • See full diff in compare view
Maintainer changes

This version was pushed to npm by wpisabel, a new releaser for @wordpress/eslint-plugin since your current version.


Dependabot compatibility score

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 will not automatically merge this PR because it includes an out-of-range update to a development dependency.


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 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)
  • @dependabot use these labels will set the current labels as the default for future PRs for this repo and language
  • @dependabot use these reviewers will set the current reviewers as the default for future PRs for this repo and language
  • @dependabot use these assignees will set the current assignees as the default for future PRs for this repo and language
  • @dependabot use this milestone will set the current milestone as the default for future PRs for this repo and language
  • @dependabot badge me will comment on this PR with code to add a "Dependabot enabled" badge to your readme

Additionally, you can set the following in your Dependabot dashboard:

  • Update frequency (including time of day and day of week)
  • Pull request limits (per update run and/or open at any time)
  • Automerge options (never/patch/minor, and dev/runtime dependencies)
  • Out-of-range updates (receive only lockfile updates, if desired)
  • Security updates (receive only security updates, if desired)

@dependabot-preview dependabot-preview bot added dependencies Pull requests that update a dependency file javascript Pull requests that update Javascript code labels Sep 18, 2020
@danielbachhuber
Copy link
Contributor

danielbachhuber commented Sep 18, 2020 via email

@dependabot-preview dependabot-preview bot merged commit 9bd4e15 into master Sep 18, 2020
@dependabot-preview dependabot-preview bot deleted the dependabot/npm_and_yarn/wordpress/eslint-plugin-7.2.1 branch September 18, 2020 11:52
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
dependencies Pull requests that update a dependency file javascript Pull requests that update Javascript code
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant