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

[Snyk] Upgrade @wordpress/eslint-plugin from 11.1.0 to 20.1.0 #229

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

snyk-io[bot]
Copy link

@snyk-io snyk-io bot commented Aug 15, 2024

snyk-top-banner

Snyk has created this PR to upgrade @wordpress/eslint-plugin from 11.1.0 to 20.1.0.

ℹ️ Keep your dependencies up-to-date. This makes it easier to fix existing vulnerabilities and to more quickly identify and fix newly disclosed vulnerabilities when they affect your project.


⚠️ Warning: This PR contains major version upgrade(s), and may be a breaking change.

  • The recommended version is 88 versions ahead of your current version.

  • The recommended version was released on 22 days ago.

Release notes
Package name: @wordpress/eslint-plugin
  • 20.1.0 - 2024-07-24
  • 20.0.0 - 2024-07-10
  • 19.2.0 - 2024-06-26
  • 19.1.0 - 2024-06-15
  • 19.0.1 - 2024-06-11
  • 19.0.0 - 2024-05-31

    Changelog

    Enhancements

    • Add alt edit field to the inline image in the format library (64124)
    • Update copy from "No Title" to "No title" across multiple places on the editor. (64184)
    • Update column input to be 40px by default. (64190)

    Block Library

    • Add anchor block support to List Items. (48758)
    • Unset the rowStart and columnStart attributes when a block inside the Grid is removed from a manual layout. (64186)
    • Update Group block example. (63114)
    • Make SiteLogoReplaceFlow always available in the Site Logo block toolbar. (63499)
    • Make Query Loop settings more intuitive with a ToggleGroup and simplified help text. (63739)
    • Move gallery link controls to the block toolbar. (62762)
    • Hide loading when the overlay menu is selected. (64262)
    • Move the Site Logo tooltip to the middle right. (64296)
    • Prevent duplicate spacing on Tag Cloud block. (63832)
    • Fix 'can user edit' Template Part check. (64137)
    • Add clearfix in Post content. (63690)
    • Tweak Tag Cloud controls and description. (64151)
    • Tweak list block. (64025)
    • Update MediaUpload button for the site logo from "Add media" to "Choose logo". (63498)
    • Update help text for sticky control in Query loop. (63999)
    • Add border support to the following blocks:

    Extensibility

    Data Views

    • Be more clear with the copy of the "hide" action. (63047)
    • Graduate data view options out of a menu to allow more design expression. (64175)
    • Move filter UI into a toggle-able panel to improve experience on narrow viewports/containers. (63203)
    • Update field line-height across grid/list layouts. (63945)
    • Update template description in table layout. (63942)
    • De-emphasise bulk actions on Grid layout. (64209)
    • Update the copy of some of the strings on dataviews actions. (64099)
    Dataviews Extensibility

    Dataform

    • Add author to quick edit page/post list. (63983)
    • If a field of type text declare elements, render it as a SelectControl in edit. (64251)
    • Migrate order action modal and introduce form validation. (63895)

    Components

    • Add radius scale. (64007)
    • Support generic props type on CustomSelectControl. (63985)
    • Guide: Add __next40pxDefaultSize to buttons. (64181)
    • Image: Make Placeholder white when there is a on top. (63885)
    • SelectControl: Infer value type from options. (64069)
    • SelectControl: Pass through options props. (64211)
    • TimeInput: Expose as subcomponent of TimePicker. (63145)
    • Update radius variables in components configuration. (64133)
    • RadioControl: Add support for option help text. (63751)

    Block Editor

    • Block Autocompleter: Force icon color to text color when item is selected. (61376)
    • Don't overlap canvas with inserter panel at large screens. (64110)
    • Format Library: Polish inline image format popover. (64016)
    • LineHeightControl: Hard deprecate bottom margin. (64281)
    • New useBlockElementRef hook for storing block element into a ref. (63799)
    • Improved tabbed sidebar styles. (61974)
    • URLInput: Hard deprecate bottom margin. (64282)

    Global Styles

    • Add a typesets section to Typography. (62539)
    • Add tooltips to the heading level selectors. (64039)
    • Background images: Ensure appropriate default values. (64192)
    • Create new public function to make it easier to expose style variations from other themes. (63318)
    • Style Book: Clearly denote heading levels. (64038)

    Design Tools

    • Column: Enable border radius support. (63924)
    • Comment Template: Add Border Block Support. (64238)
    • Post Comments Form: Add Border Block Support. (64233)

    Zoom Out

    • Add a control to enter and leave zoom out mode. (63870)
    • Improve zoom transition. (64179)

    Site Editor

    • Clarify that the site icon is a back button using an animation. (63986)
    • Site Icon: Add back filter effect to make it work for all kind of site icons. (64172)

    Post Editor

    • Tweak Create custom template modal. (64255)

    Icons

    • Add new "send" icon. (64130)

    Plugin

    • Bump minimum required WordPress version to 6.5. (64126)

    Font Library

    • Include a "Select All" options for google fonts. (63893)

    Block bindings

    • Allow bindings bootstrap after registration. (63797)

    Interactivity API

    • Refactor internal proxy and signals system. (62734)

    New APIs

    • Make useStyleOverride public. (63656)

    Bug Fixes

    • Core Data: Fix 'getEntityRecordPermissions' memoization. (64091)
    • Document bar: Fix long title with no spaces causing layout issue. (64092)
    • Fix density slider minus to be correct. (64185)
    • Fix: Deleting a pattern throws a notice saying undefined deleted. (64301)
    • Primitives: Add missing peer dependency. (64218)
    • Site Icon: Fix position in distraction free mode. (64261)

    Data Views

    • Add context to trash string. (64249)
    • Conditionally shows the description field in Template Grid layout. (64043)
    • Consider layout URL parameter when loading a default/custom view. (64306)
    • Display published date for pages/posts with published status. (64049)
    • Sort author by name + allow custom sort function. (64064)
    • Don't render action modal when there are no eligible items. (64250)
    • Pages: Update useView logic. (63889)
    • Update template preview dimensions in table layout. (63938)
    • Update template preview dimensions in table layout. (63938)

    Dataform

    • Fix SelectControl size and spacing. (64324)
    • Provide a better default for render when field has elements. (64338)

    Components

    • Autocompleter UI: Fix text color when hovering selected item. (64294)
    • BaseControl: change label's display: Block. (63911)
    • Button: Fix tertiary destructive hover style. (64152)
    • ColorPalette: Remove extra bottom margin when CircularOptionPicker is unneeded. (63961)
    • DropdownMenuV2: Break menu item help text on multiple lines for better truncation. (63916)
    • Fix modal dismissers in development mode. (64132)
    • Fix toggle help indentation. (63903)
    • Update the TextControl padding to match the rest of the controls. (64326)

    Global Styles

    • Fix block custom CSS pseudo element selectors. (63980)
    • Fix block library and global styles stylesheet ordering when a block style variation is active. (63918)
    • Style Book: Fix critical error when heading block is not registered. (64047)
    • TypesetButton: Check if variations exist before running logic. (64139)

    Site Editor

    • Centrally align entity in focused edit mode. (64143)
    • Don't trigger template ID resolution for multi-selected posts. (64254)
    • Long slugs breaking summary panel UI. (64053)

    Zoom Out

    • Keep top-level block selection if entering zoom out mode. (64178)
    • Use the block editor for insertion point data. (63934)

    Block Library

    • Fix a typo in use-image-sizes.js. (64100)
    • Template Part: Fix capability checks for inner blocks. (64159)
    • Update useTaxonomies hook to check for taxonomies for passed post type. (64145)

    Design Tools

    • Quote: Prevent block theme styles overriding global border and padding. (64045)
    • Spacing controls: Using CustomSelectControlV2 for >= 8 spacing sizes. (64284)

    Post Editor

    • Avoid errors for post types without a 'menu_icon'. (64015)
    • Post: Add a max length to the post password protected field. (64156)

    Grid layout

    • Fix grid resizer drag over embed. (64098)
    • Move resizer popover slot to fix display on mobile. (63920)

    Block Editor

    • Fix unexpected drag & rrop row/gallery creation logic. (64241)

    Icons

    • Remove hardcoded color from sidesAxial and sidesBottom icons. (64174)

    Document Settings

    • Display empty option when post author is missing. (64165)

    Patterns

    • Enable cross-browser support for pattern uploading. (64123)

    Commands

    • Fix 'Preferences' and 'Shortcuts' commands in StrictMode. (64019)

    Meta Boxes

    • Prevent popover from being hidden by metaboxes. (63939)

    Page Content Focus

    • TemplateContentPanel: Don't show content blocks that are in a Query Loop. (63732)

    Font Library

    • Fix item font family item height in the sidebar. (63125)

    Block API

    • Block categories - ensure that categories are unique by slug. (62954)

    Accessibility

    • Restore focus style in dataviews grid view. (64298)
    • A11y text for site editor. (62648)
    • Accessibility issue of device preview options. (63958)

    Components

    • Improve the aria-disabled focus style of the Button. (62480)
    • Restore describedBy functionality on CustomSelectControl. (63957)

    Block Library

    • Fix unlabeled Spacer block controls. (63806)
    • Move Posts Per Page, Offset, and Pages controls from the block toolbar into Inspector Controls. (58207)

    Font Library

    • Remove notice context and add message when fonts are updated. (64030)

    Performance

    • Add User Timings for the Interactivity API. (60522)

    Data Views

    • Optimize the patterns dataviews by extracting the fields definition. (63927)

    Layout

    • Avoid iterating auto grid inner blocks unless mode specifically changed. (64194)

    Block bindings

    • Move logic to merge usesContext outside the reducer. (63941)

    Experiments

    • Adds experimental blocks flag. (64121)

    DataForm

    • Support multiple layouts and introduce the panel layout. (64299)

    DataViews Extensibility

    • Add a hook to allow third-party scripts to register/unregister post type actions. (64138)

    Grid Interactivity

    • Fix block mover layout and styles. (64021)

    Block bindings

    • UI for connecting bindings. (62880)

    Documentation

    • .wp-env.json schema: Fix schema and add unit tests. (63281)
    • Add WP Studio to list of tools in documentation. (64327)
    • Add documentation for some dynamically generated selectors in the core-data store. (64269)
    • Block Editor: Update 'getBlocksByName' JSDoc. (63919)
    • Components: Add missing __nextHasNoMarginBottom documentation. (64313)
    • Corrected @ deprecated doc Order in Inline Documentation. (64013)
    • Add documentation for render_block and register_block_type_args to Block Filters. (64118)
    • Fix interactivity API documentation link. (64060)
    • Fix non working link to an interactivity API example block. (64061)
    • Fix WampServer links. (64062)
    • FormToggle, ToggleControl: Fix docgen in Storybook. (64065)
    • Provide a better example for the PluginSidebar slotfill. (64206)
    • Update data-core.md to use correct headings. (64309)

    Code Quality

    • Add margin-bottom lint rules (64212),(64213) and (63960)
    • Add new useEntityRecordsWithPermissions hook. (63857)
    • Fix deprecated sass usage. (63990)
    • Remove an unnecessary wrapper component. (63989)
    • Theme JSON: Update core theme json resolver class use to Gutenberg version. (63981)
    • Zoom out: Get store action outside the loop. (63936)
    • Remove Speak from device menu selection. (64115)

    Block Editor

    • BlockDraggable: Remove invalid aria-hidden attribute from button. (64228)
    • FontFamilyControl: Deprecate bottom margin. (64280)
    • Remove unnecessary/incorrect unlock call in setEditorMode action. (64073)

    Data Views

    • Formalize text field type definition. (64168)
    • Use items with permissions and avoid hooks to register actions. (63923)

    DataForm

    • Centralize edit logic in field type definitions. (64171)
    • Move validation logic to the field type definition. (64164)

    Global Styles

    • Background image: Remove toolspanel placeholder component. (64242)
    • Consolidate theme.json ref and URI resolution. (64182)

    Plugin

    • Remove compat layers for WP 6.4 and 6.5. (64096)
    • Remove leftover 'WP_Rest_Customizer_Nonces' controller. (64221)

    Site Editor

    • Use structuredClone for deep cloning. (64203)

    Block Library

    • Add stylelint rule to prevent usage of flex-direction reverse values. (63081)
    • Image Block Lightbox: Fix warning error when resizing. (63995)

    Icons

    • Fix invalid prop for homeButton icon. (64191)

    Post Editor

    • Remove resolvers hack for post actions. (64094)

    Components

    • Upgrade Ariakit. (64066)

    Page Content Focus

    • Fix the 'getBlocksByName' selector call. (63922)

    Tools

    Testing

    • Components: Cleanup flaky unit test sleep() hacks. (64205)
    • Fix flaky DataViews list layout end-to-end tests. (64244)
    • Fix typo in 'Verify Core Backport Changelog' job title. (64058)
    • Improve Button matrix in visual regression test. (64120)
    • Improve theme.json test failure messages by pretty printing css for a more accurate diff. (64077)

    First-time contributors

    The following PRs were merged by first-time contributors:

    Contributors

    The following contributors merged PRs in this release:

    @ aaronrobertshaw @ adamsilverstein @ afercia @ akasunil @ Aljullu @ amitraj2203 @ andrewserong @ carolinan @ cbravobernal @ Chrico @ ciampo @ creativecoder @ DaniGuardiola @ DAreRodz @ djcowan @ ellatrix @ jameskoster @ jasmussen @ jeryj @ jorgefilipecosta @ jsnajdr @ kebbet @ kmanijak @ Mamaduka @ matiasbenedetto @ meteorlxy @ mikachan @ mirka @ mtias @ ndiego @ noisysocks @ oandregal @ ramonjd @ richtabor @ Rishit30G @ ryanwelcher @ SantosGuillamot @ scruffian @ shail-mehta @ simison @ stokesman @ t-hamano @ talldan @ tomdevisser @ tomjn @ tyxla @ up1512001 @ wzieba @ youknowriad

  • 18.1.0 - 2024-05-16
  • 18.0.0 - 2024-05-02
  • 17.13.0 - 2024-04-19
  • 17.12.0 - 2024-04-03
  • 17.11.0 - 2024-03-21
  • 17.10.0 - 2024-03-06
  • 17.9.0 - 2024-02-21
  • 17.8.1 - 2024-02-20
  • 17.8.0 - 2024-02-09
  • 17.7.0 - 2024-01-24
  • 17.6.0 - 2024-01-16
  • 17.5.1-next.79a6196f.0 - 2024-01-11
  • 17.5.0 - 2023-12-13
  • 17.4.0 - 2023-11-29
  • 17.3.0 - 2023-11-16
  • 17.2.0 - 2023-11-02
  • 17.1.1-next.f8d8eceb.0 - 2023-11-01
  • 17.1.0 - 2023-10-18
  • 17.0.0 - 2023-10-05
  • 16.0.13 - 2023-11-13
  • 16.0.12 - 2023-11-05
  • 16.0.11 - 2023-11-01
  • 16.0.10 - 2023-10-28
  • 16.0.9 - 2023-10-23
  • 16.0.8 - 2023-10-17
  • 16.0.7 - 2023-10-16
  • 16.0.6 - 2023-10-12
  • 16.0.5 - 2023-10-10
  • 16.0.4 - 2023-10-09
  • 16.0.3 - 2023-10-02
  • 16.0.2 - 2023-09-26
  • 16.0.1 - 2023-09-25
  • 16.0.0 - 2023-09-20
  • 15.2.1-next.5a1d1283.0 - 2023-09-01
  • 15.1.0 - 2023-08-31
  • 15.0.1 - 2023-08-20
  • 15.0.0 - 2023-08-17
  • 14.12.0 - 2023-08-10
  • 14.11.0 - 2023-07-20
  • 14.10.0 - 2023-07-05
  • 14.9.0 - 2023-06-30
  • 14.8.2 - 2023-10-12
  • 14.8.1 - 2023-06-26
  • 14.8.0 - 2023-06-07
  • 14.7.0 - 2023-05-24
  • 14.6.0 - 2023-05-10
  • 14.5.0...

Snyk has created this PR to upgrade @wordpress/eslint-plugin from 11.1.0 to 20.1.0.

See this package in npm:
@wordpress/eslint-plugin

See this project in Snyk:
https://app.snyk.io/org/cachiman/project/5a8f0fa1-a28c-41b5-be5e-12ea5d4de641?utm_source=github-cloud-app&utm_medium=referral&page=upgrade-pr
Copy link

google-cla bot commented Aug 15, 2024

Thanks for your pull request! It looks like this may be your first contribution to a Google open source project. Before we can look at your pull request, you'll need to sign a Contributor License Agreement (CLA).

View this failed invocation of the CLA check for more information.

For the most up to date status, view the checks section at the bottom of the pull request.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

0 participants