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

Update dependency @wordpress/eslint-plugin to v7.2.1 #5184

Conversation

renovate-bot
Copy link
Contributor

@renovate-bot renovate-bot commented Aug 6, 2020

This PR contains the following updates:

Package Type Update Change
@wordpress/eslint-plugin devDependencies minor 7.0.0 -> 7.2.1

Release Notes

WordPress/gutenberg

v7.2.1

Compare Source

v7.2.0

Compare Source

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:
  • 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:
  • A11y:
    • Make text alignment items radio menu items. #​19233
    • Add group role to the block wrapper element. #​19213
    • Prevent tabbing to the block drag handle. #​19211
    • Add a label attribute to the Social Icons block. #​18651
    • Improve Welcome guide and modal component. #​19261 #​19290
  • Pasting:
    • Content that results in a new block shouldn't be treated as inline content. #​19084
    • Preserve inline images. #​19064
    • Remove trailing br elements. #​19035
    • Remove windows paste markers. #​19040
    • Strip HTML formatting space for inline text. #​19043
    • Apply active formats when pasting inline. #​14815
  • Rich Text:
    • Fix applying a format across 2 other formats. #​19053
    • Fix using composed characters on Safari. #​19171
  • Fix block navigation using the up arrow key. #​19135
  • Fix Welcome Guide modal display for Internet Explorer. #​19201
  • Fix Gallery block crashing on the contributor role. #​19060
  • Only show available image sizes for Image and Gallery blocks. #​19301
  • Remove the circle mask style from the Image block, and add a "rounded" style instead. #​19028
  • Fix the Jest Preset Default package: Update preset file extension for inclusion in NPM deployments. #​19306
  • Fix the Base Styles package: Import colors into variables. #​19159
  • Limit the Next Page (Page Break) block to root level only. #​18260
  • Navigation mode: fix reverse tabbing to the post title. #​19305
  • Reposition Popovers on click. #​19268
  • Fix RangeControl initialPosition prop to accept 0 as a value. #​18611 #​19202
  • CustomSelectControl: Use items width instead of 100%. #​19150
  • Verse block: fix white space. #​19173
  • Add missing i18n to the Latest Posts block settings strings #​19032
  • Fix ColorPicker alpha value normalization. #​18991
  • Fix Post title encoding. #​19187
  • Fix dates alignments in the picker. #​19294
  • Media Replace Flow: Don't show the URL option unless there is a handler. #​19063
  • Popover: don't render fallback anchor if anchorRef is defined. #​19308
  • Fix cursor position when splitting blocks with IME keyboard. #​19055
  • URLInput: Avoid showing the suggestions loader when disabled. #​18979
  • Translate block example strings. #​18162
  • Writing flow: simplify & fix tabbing out of block. #​19312
New APIs:
Experiments
  • Full Site Editing:
  • Widgets screen & customizer:
    • Fix Customiser block editor crash. #​19023
    • Fix Drag & Drop not working on the widgets screen. #​19029
  • Allow parent Block to consume child Block's toolbar. #​18440
  • Allow disabling the Block UI. #​18173
  • Block Directory:
    • Update the regular expression that determines whether the plugin is using an img URL or an icon slug. #​19316
    • Use the block's title for alt text on block directory plugin items. #​19263
Documentation
Various
  • Block Editor: Remove legacy "editor-" class name compatibility. #​19050(wordpress#​19046)
  • Block Editor: Test ContrastChecker notices by string comparison. #​19169
  • Fix useColors crashes on storybook. [#​19046]
  • Data: Remove unused forceRender argument #​19206
  • Define useSelect dependencies properly. #​19044
  • Deprecate @​wordpress/nux package. #​18981
  • E2E Test Utils: Remove empty, unused KeyboardMode file. #​19166
  • Popover: remove buffer options #​19283
  • Refactor the MediaReplaceFlow component to use Dropdown. #​19126
  • Remove unused is-hovered class from the block wrapper. #​19390
  • RichText:
    • Rewrite withFilters with hooks. #​19117
    • split out boundary style calculation. #​19319
  • WritingFlow: rewrite with hooks. #​19393
  • Project management: Add prepublish packages command for npm releases. #​19214
  • Remove unused blocks-font-size classname. #​19208
  • Add a pre-commit hook to check whether API docs are updated. #​18820
  • Add mechanism to set a width on withViewportMatch. #​17085
  • Add minimum and maximum values to the Gallery columns attribute. #​16314
  • Include demo block templates in build ZIP. #​19072
  • Fix CSS Coding Standards issue. #​19272
  • Resolve WordPress package type imports. #​18927
  • Add e2e tests:
  • Add unit tests to the useViewportMatch and useMediaQuery React hooks. #​19019

v7.1.0

Compare Source

Features
Enhancements
Bug Fixes
APIs
Experiments
Documentation
Performance
Various

Renovate configuration

📅 Schedule: At any time (no schedule defined).

🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.

♻️ Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.

🔕 Ignore: Close this PR and you won't be reminded about this update again.


  • If you want to rebase/retry this PR, check this box

This PR has been generated by WhiteSource Renovate. View repository job log here.

@google-cla google-cla bot added the cla: yes Signed the Google CLA label Aug 6, 2020
@renovate-bot renovate-bot force-pushed the renovate/wordpress-eslint-plugin-7.x branch from 4b74a0b to f234cdb Compare August 26, 2020 18:52
@renovate-bot renovate-bot force-pushed the renovate/wordpress-eslint-plugin-7.x branch from f234cdb to ed034ed Compare September 3, 2020 08:52
@renovate-bot renovate-bot changed the title Update dependency @wordpress/eslint-plugin to v7.1.0 Update dependency @wordpress/eslint-plugin to v7.2.0 Sep 3, 2020
@westonruter westonruter added the dependencies Pull requests that update a dependency file label Sep 3, 2020
@westonruter westonruter added this to the v2.1 milestone Sep 3, 2020
@renovate-bot renovate-bot force-pushed the renovate/wordpress-eslint-plugin-7.x branch 9 times, most recently from ff9b084 to a257a10 Compare September 10, 2020 04:41
@renovate-bot renovate-bot force-pushed the renovate/wordpress-eslint-plugin-7.x branch 11 times, most recently from dc93009 to 7dd4cb1 Compare September 17, 2020 05:06
@renovate-bot renovate-bot changed the title Update dependency @wordpress/eslint-plugin to v7.2.0 Update dependency @wordpress/eslint-plugin to v7.2.1 Sep 18, 2020
@renovate-bot renovate-bot force-pushed the renovate/wordpress-eslint-plugin-7.x branch 3 times, most recently from 4367af9 to 2c7d152 Compare September 23, 2020 07:11
@renovate-bot renovate-bot force-pushed the renovate/wordpress-eslint-plugin-7.x branch 8 times, most recently from e23eb6e to d0b7a0f Compare September 29, 2020 18:07
@renovate-bot renovate-bot force-pushed the renovate/wordpress-eslint-plugin-7.x branch from d0b7a0f to f6db50e Compare October 2, 2020 17:48
@renovate-bot renovate-bot force-pushed the renovate/wordpress-eslint-plugin-7.x branch from f6db50e to 5db5069 Compare October 2, 2020 19:11
@westonruter westonruter merged commit 8261a94 into ampproject:develop Oct 3, 2020
@renovate-bot renovate-bot deleted the renovate/wordpress-eslint-plugin-7.x branch October 3, 2020 00:57
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
cla: yes Signed the Google CLA dependencies Pull requests that update a dependency file
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants