Skip to content

Update dependency @wordpress/eslint-plugin to v25#23

Open
renovate[bot] wants to merge 1 commit intomainfrom
renovate/major-wordpress-monorepo
Open

Update dependency @wordpress/eslint-plugin to v25#23
renovate[bot] wants to merge 1 commit intomainfrom
renovate/major-wordpress-monorepo

Conversation

@renovate
Copy link
Copy Markdown
Contributor

@renovate renovate Bot commented Aug 17, 2023

ℹ️ Note

This PR body was truncated due to platform limits.

This PR contains the following updates:

Package Change Age Confidence
@wordpress/eslint-plugin (source) ^14.0.0^25.0.0 age confidence

Release Notes

WordPress/gutenberg (@​wordpress/eslint-plugin)

v25.1.0

Compare Source

New Features
Enhancements
  • Improved the Design System token lint rules to recognize CSS declaration strings more accurately, avoiding false bare-token reports for declarations while still flagging invalid token assignments and unknown token names (#​77384).
  • Update use-recommended-components rule to prefer VisuallyHidden from @wordpress/ui over @wordpress/components (#​77575).

v25.0.0

Compare Source

Breaking Changes
  • Upgraded to ESLint v10 with flat config format. The plugin now exports flat config arrays instead of eslintrc objects. Consumers must migrate from .eslintrc.* files to eslint.config.mjs. See the migration guide for details (#​76654).
  • The minimum required ESLint version is now ^9.0.0 || ^10.0.0 (#​76654).
  • Upgraded eslint-plugin-import to v2.31+ (wrapped with fixupPluginRules for flat config compatibility) (#​76654).
  • Upgraded @typescript-eslint/* from v6 to v8 (via the unified typescript-eslint package) (#​76654).
  • Replaced eslint-plugin-eslint-comments with @eslint-community/eslint-plugin-eslint-comments. Rule prefixes changed from eslint-comments/* to @eslint-community/eslint-comments/* (#​76654).
New Features
  • Added @wordpress/eslint-plugin/eslintrc entry point — a compatibility wrapper for ESLint v9 consumers still using .eslintrc.* files. This is deprecated and will be removed in a future major version (#​76654).
  • Configs are now exported as flat config arrays (e.g., wordpress.configs.recommended returns an array of config objects suitable for spreading into eslint.config.mjs) (#​76654).
Enhancements
  • Disabled the jsx-a11y/heading-has-content rule in the recommended configuration, which reports many false positives when heading elements are passed via a render prop (#​77073).

v24.5.0

Compare Source

v24.4.0

Compare Source

New Features
Enhancements
  • The no-unknown-ds-tokens rule now reports bare --wpds-* tokens not wrapped in var(), which would silently miss build-time fallback injection.
  • The no-setting-ds-tokens rule now checks all object property keys, not just those inside JSX style attributes (#​76212).

v24.3.0

Compare Source

New Features
  • Added no-ds-tokens rule to disallow usage of Design System token CSS custom properties (--wpds-*).
Enhancements
  • The no-unknown-ds-tokens rule now checks all string literals and template literals, not just JSX style attributes. It also reports dynamically constructed --wpds-* token names.

v24.2.0

Compare Source

v24.1.0

Compare Source

Enhancements
  • The dependency-group rule now accepts an optional "never" mode to forbid dependency group comments.

v24.0.0

Compare Source

Breaking Changes
  • Updated recommended ruleset to enforce import/no-unresolved for @wordpress/ packages. These packages were previously exempted from the rule. (#​72978)
  • Removed default configuration of import/internal-regex to classify @wordpress/ packages as internal. From the perspective of an external consumer of this package, @wordpress/ packages should be considered external. (#​72978)
New Features
Enhancements
  • The dependency-group rule is not recommended anymore. (#​73616)

v23.0.0: 23.0.0

Compare Source

Changelog

Enhancements
Components
  • @​wordpress/ui: Add global CSS defense module. (76783)
  • Admin UI: Increase page header vertical padding. (77152)
  • Admin UI: Update Page background color to surface-neutral. (76869)
  • Autocomplete: Remove getAutoCompleterUI factory pattern. (77048)
  • DataForm: Add min/max date range support for date and datetime fields. (77201)
  • DataForm: Show tooltip in edit button in panel layout. (77024)
  • DataForm: Support disabled controls. (77090)
  • FormToggle: Update disabled styles. (77208)
  • Media Upload Modal: Persist view configuration. (77288)
  • Text: Remove UA margins. (76970)
  • UI Text: Mark as recommended. (77044)
  • UI/Dialog: Add explicit margin-inline-end rule to Title. (77334)
  • UI: Update @base-ui/react from 1.3.0 to 1.4.0. (77308)
  • UI: Use Text component for Badge typography. (77295)
  • Use --wpds-cursor-control design token for interactive controls. (76786), (77259)
  • @wordpress/ui: Add Popover. (76438)
  • ui/AlertDialog: Better async confirm APIs, fully use base ui's AlertDialog. (76937)
  • ui/Dialog: Update Header layout, refactor Title to use Text. (77161)
  • ui: Expose container portal prop on all overlay Popup components. (77163)
Block Library
  • Add context for next/previous enlarge image. (76967)
  • Image block: Validate attachment ID exists before treating image as local. (77178)
  • Search Block: Ensure color settings apply to input field when button is disabled. (77219)
  • Tab Menu Item: Simplify active tab menu item style. (77195)
  • Tabs: Remove sequential numbering from new tab labels. (77321)
  • Use entity link title for link control preview. (77155)
Guidelines
  • Guidelines CPT: Rename from "content guidelines" to "guidelines" (slug, classes, routes). (77147), (77223)
  • Guidelines: Make the CPT type-aware. (77491)
  • Improve guideline revision UX. (76560)
  • Registers wp_guideline_type taxonomy. (77156)
  • Update actions-section and import/export workflow. (76621)
Post Editor
  • DataViews: Simplify defaultLayouts prop. (77232)
  • RTC: Add filterable flag for meta box RTC compatibility. (76939)
  • RTC: Change SyncConnectionModal to isSyncConnectionErrorHandled filter and drop IS_GUTENBERG_PLUGIN check. (76853)
Block Editor
  • Display shortcuts for moving blocks via tooltips. (76992)
  • Re-order spacing side controls when unlinked. (66317)
Connectors
  • Update the AI plugin settings page slug we link to after activation. (77336)
DataViews
  • Classify admin-ui and dataviews to components. (76959)
Global Styles
  • Renamed focus visible label. (77292)
REST API
  • Add date field in templates and template parts. (77134)
Media
  • Media Modal Experiment: Set matching picker grid layout properties for when a user switches layouts. (77118)
Collaboration
  • Backport: Improve validation and permission checks for WP_HTTP_Polling_Sync_Server. (76987)
  • RTC: Add optional shouldSync function to entity sync configuration. (76947)
  • RTC: Respect WP_ALLOW_COLLABORATION in Gutenberg for activation hook. (77084)
Site Editor
  • Add Site Tagline and Site Title to Design > Identity panel. (76264)
Bug Fixes
Components
  • Calendar: Fix disabled styles. (77138)
  • Card: Set default foreground color on root. (77013)
  • Checkbox: Fix disabled styles. (77132)
  • DataForm: Remove text-transform from panel field labels. (77196)
  • DataViews: Fix compact density clipping and remove top/bottom padding. (77054)
  • Fix autocomplete overlapping trigger matching. (77018)
  • FormTokenField: Fix disabled styles. (77137)
  • RTC: Fix inline inserter reset on update sync. (76980)
  • RadioControl: Add support for disabling radio group. (77127)
  • Remove sandbox allow-same-origin for core/html blocks. (77212)
  • TextArea: Add disabled styles. (77129)
  • UI: Normalize render prop and ref forwarding patterns. (77160)
Block Library
  • Cover block: Fix embed video background Error 153 in editor. (76904)
  • Fix overflow of highlighted white-space in Code Block. (77085)
  • Image block: Hide drag handles while an upload is in progress. (77121)
  • Paragraph: Prevent onEnter splitting of parent block when insertion of that block type is not allowed. (77291)
  • Post Author Biography: Preserve occurrence of white spaces. (71133)
  • RTC: Core/cover block minor compatibility fixes. (76916)
  • Search block: Match behavior of global styling for border and color with local styling (inspector controls) to remove inconsistency. (77060)
  • Search block: Derive 'isSearchFieldHidden' value. (77082)
  • Separator Block: Apply default block variation when inserting via --- shortcut. (77135)
  • Upload external media: Ensure notice only fires once. (77218)
Block Editor
  • Fix SyntaxError in Autocompleter UI when pasting matching content. (76961)
  • LinkPicker: Decode HTML entities in link preview title. (77170)
  • Prevent Enter key from inserting paragraphs in contentOnly sections. (76989)
  • RTC: Fix "Edit as HTML" content reset during collaboration. (77043)
  • Writing Flow: Fix format toolbar not appearing when selecting text from block edge. (77136)
  • contentOnly template lock: Fix block insertion and removal rules. (77119)
  • Fix numeric value clearing in preset input controls. (77139)
Guidelines
  • Guidelines CPT: Skip registration when post type already exists. (77486)
Data Layer
  • Core Data: Fix 'useEntityProp' for raw attributes. (77120)
  • Core Data: Fix incorrect pagination for non-paginated entities. (76406)
  • RTC: Fix core/table cell merging. (76913)
  • RTC: Fix orphaned meta causing dirty editor state. (77529)
  • RTC: Improve array attribute stability when structural changes occur. (77164)
  • getMergedItemsIds: Receive full page bigger than perPage. (77262)
Connectors
  • Account for mu-plugins when resolving plugin.file status. (76994)
  • Don't clobber third-party custom render in registerDefaultConnectors. (77116)
  • Hide Akismet unless already installed. (76962)
  • Replace speak() with notice store for state changes. (77174)
  • Update help text from 'reset' to 'manage'. (76963)
Post Editor
  • Fields: Fix postContentInfoField when there are edits. (76901)
  • Fix: Restore editor canvas padding in classic themes. (76864)
  • RTC: Fix button flickering on retry dialog. (77234)
  • RTC: Predefined retry schedules for disconnect dialog, make more lenient. (76966)
  • Revision: Fix 'Show changes' button reset state. (77122)
Collaboration
  • Fix failing 'WP_HTTP_Polling_Sync_Server' unit test. (77025)
  • RTC: Fix disconnect dialog due to uneditable entity. (77242)
  • RTC: Isolate sync update failures to prevent full disconnect. (76968)
Global Styles
  • Fix duotone filter not applying on style variation switch. (77229)
  • Global Styles Revisions: Fix footer overflow. (77103)
DataViews
  • Fix Gutenberg_REST_View_Config_Controller_7_1 PHP warnings. (77290)
Patterns
  • Fix custom category in site editor not displaying pattern actions. (77251)
Media
  • MediaEdit: Handle '*' wildcard in validateMimeType. (77168)
Client Side Media
  • Use image.copyMemory() for batch thumbnail generation. (76979)
Accessibility
Components
  • ValidatedRangeControl: Fix aria-label rendered as [object Object]. (77042)
Performance
Post Editor
  • Autocompleters: Move and improve links search. (76995)
Client Side Media
  • Add performance metrics for client-side media processing. (76792)
Experiments
Post Editor
  • Add revisions panel to templates, template parts and patterns. (77008)
Documentation
  • Add missing documentation in collaboration.php. (77173)
  • Autocomplete: Clarify 'isDebounced' setting limitation. (77062)
  • Docs: Add README for DatePicker and TimePicker Components. (70365)
  • Editor: Fix 'selectedNote' action JSDoc. (77080)
  • Eslint: Suggest alternative in no-setting-ds-tokens rule. (77154)
  • Fix: A sentence has no ending punctuation in README.md file. (77027)
  • HStack, VStack: Mark as not recommended for use. (77041)
  • Improve CSS setup instructions in package readmes. (76975)
  • Storybook: Enable theming toolbar for wp-components. (77038)
  • Storybook: Fix "Default" cursor option in theming toolbar. (77037)
  • UI/Tooltip: Add usage guidelines documentation. (77158)
  • UI: Use Link component in details story example. (76997)
  • iAPI Docs: Fix typos, code errors, and inaccuracies in the documentation. (76636)
  • ui/docs: Add additional global css setup instructions. (77228)
Code Quality
  • TypeScript: Migrate a11y package to TS. (70680)
Components
  • Add .scss files to CSS module linting. (77140)
  • Block Directory: Use --wpds-cursor-control design token. (77330)
  • Autocomplete: Refactor useAutocomplete to use useReducer. (77020)
  • BoxControl: Remove unused state for icon side. (77143)
  • Build Tools: Update TypeScript to 6.0.2. (77010)
  • Button: Remove obsolete Safari + VoiceOver workaround. (77107)
  • Button: Remove unused Storybook stylesheet. (77031)
  • Dataviews: Remove unneeded ref callbacks. (77179)
  • Extract the autocomplete matcher into a separate function. (76957)
  • FormTokenField: Remove unnecessary styles. (77263)
  • Textarea: Remove unnecessary styles. (77221)
  • Theme: Rename typography tokens to use "typography" prefix. (76912)
  • Update React function names for better ESLint detection. (77148)
  • i18n: Make sprintf return FormattedText for type-safe createInterpolateElement. (76974)
  • ui/Card: Remove redundant margin reset from Card.Title. (77187)
  • ui/VisuallyHidden: Standardize composition pattern. (77190)
Block Editor
  • Block Editor store: Refactor controlledInnerBlocks to Set. (77094)
  • Global Styles: Move pseudo-state slicing logic into useStyle hook. (77104)
  • BlockMover: Remove unused disabled button props. (76993)
  • Extract getElementCSSRules from useBlockProps. (77327)
  • updateBlockListSettings: Convert state to Map, do all updates in one action. (46392)
Post Editor
  • BlockStyleVariationOverridesWithConfig: Change name and fix lint errors. (77130)
  • ESLint plugin: Disable jsx-a11y/heading-has-content. (77073)
  • Edit Post: Fix warning in 'useMetaBoxInitialization' hook. (77311)
  • RTC: Store metaboxes RTC-compatible flag on location entries. (77361)
  • Revisions: Simplify fetching. (77086)
Block Library
  • Tabs: Simplify anchor handling. (77189)
  • TypeScript: Migrate packages/list-reusable-blocks package to TypeScript. (70518)
  • TypeScript: Migrate viewport package. (71118)
Data Layer
  • Remove remaining esModuleInterop usage. (77095)
  • Blocks: Convert blocks package to TypeScript. (76312)
Guidelines
  • Remove jsxRuntime pragma. (77255)
Icons
  • Override WP_Icons_Registry singleton with Gutenberg icons registry. (76455)
Annotations
  • TypeScript: Migrate annotations package to TS. (70602)
Tools
Testing
  • Autocomplete: Fix flaky end-to-end tests. (77322)
  • E2E Tests: Ensure artifacts generate correctly and remove unnecessary artifacts. (77093)
  • Fix page.waitForFunction call arguments in e2e tests. (77300)
  • Guidelines: Add end-to-end tests based on the Settings page testing instructions. (77192)
  • Remove 'Home' and 'End' key usage from Navigation tests. (77102)
  • Restore original template registration tests alongside activation variants. (77068)
  • Tests: Auto-fix some new 'eslint-plugin-playwright' warnings. (77314)
  • Tests: Fix workspace test scripts (wp-env not found, argument forwarding). (77055), (77083)
Build Tooling
  • Add iteration issue template. (77113)
  • Build: Fix glob ignore patterns in dot-prefixed directories. (75114)
  • Convert directories in test/ to workspaces. (74684)
  • Env: Fix loopback requests when running on non-default ports. (77057)
  • Fix lint-staged API documentation path. (77203)
  • Resolve package-lock.json inconsistency for @​babel/eslint-parser. (77256)
  • Storybook: Fix end-to-end subpath exports and add CI build smoke test. (77034)
  • Refactor: Migrate bin/api-docs to tools/api-docs as workspace @wordpress/api-docs-generator. (77019)
  • Upgrade ESLint to v10. (76654)
Data Layer
  • Fix pre-existing lint errors across the codebase. (77002)
  • Remove unused catch block variables across the codebase. (76969)

First-time contributors

The following PRs were merged by first-time contributors:

  • @​DarkMatter-999: Fix numeric value clearing in preset input controls. (77139)
  • @​dkotter: Update the AI plugin settings page slug we link to after activation. (77336)
  • @​dpmehta: Search block: Match behavior of global styling for border and color with local styling (inspector controls) to remove inconsistency. (77060)
  • @​mehrazmorshed: Fix: A sentence has no ending punctuation in README.md file. (77027)
  • @​prachigarg19: Fix duotone filter not applying on style variation switch. (77229)
  • @​samvaidya: Image block: Validate attachment ID exists before treating image as local. (77178)
  • @​sandipr942: Added missing documentation in collaboration.php. (77173)
  • @​superdav42: Connectors: Don't clobber third-party custom render in registerDefaultConnectors. (77116)

Contributors

The following contributors merged PRs in this release:

@​adamsilverstein @​Adi-ty @​aduth @​alecgeatches @​andrewserong @​annezazu @​aswasif007 @​BugReportOnWeb @​CGastrell @​chriszarate @​ciampo @​coderGtm @​DAreRodz @​DarkMatter-999 @​dinhtungdu @​dkotter @​dpmehta @​ellatrix @​gziolo @​hbhalodia @​iamchughmayank @​Infinite-Null @​ingeniumed @​jameskoster @​jeryj @​jorgefilipecosta @​jsnajdr @​kushagra-goyal-14 @​madhusudhand @​MaggieCabrera @​Mamaduka @​manzoorwanijk @​mehrazmorshed @​mirka @​nerrad @​ntsekouras @​oandregal @​prachigarg19 @​R1shabh-Gupta @​ramonjd @​samvaidya @​sandipr942 @​scruffian @​shail-mehta @​Shekhar0109 @​shrivastavanolo @​superdav42 @​Swanand01 @​t-hamano @​talldan @​tyxla @​USERSATOSHI @​yashjawale @​yogeshbhutkar

v22.22.0

Compare Source

v22.21.0

Compare Source

Enhancements
  • Disabled import/no-unresolved, import/default, and import/named checks for TypeScript files when TypeScript is installed, since these issues are already checked by TypeScript.
  • Improved resolution behavior to support modern package export semantics by updating default import resolver to eslint-import-resolver-typescript, including for non-TypeScript files.

v22.20.0

Compare Source

v22.19.1

Compare Source

v22.19.0

Compare Source

v22.18.0

Compare Source

v22.17.0

Compare Source

v22.16.0

Compare Source

v22.15.0

Compare Source

v22.14.0

Compare Source

v22.13.0

Compare Source

Enhancements
  • Added stricter ESLint checks for translator comments.
  • Supports unnamed (%s, %d, %f), positional (%1$s, etc.) and named placeholders.
  • Flags missing and extra/outdated placeholders.

v22.12.0

Compare Source

v22.11.0

Compare Source

v22.10.0

Compare Source

v22.9.0

Compare Source

v22.8.0

Compare Source

v22.7.0

Compare Source

v22.6.0

Compare Source

v22.5.1

Compare Source

v22.5.0

Compare Source

v22.4.0

Compare Source

v22.3.0

Compare Source

v22.2.0

Compare Source

v22.1.1

Compare Source

v22.1.0

Compare Source

v22.0.0

Compare Source

Breaking Changes
  • The minimum required TypeScript version changed to 5 (#​67461)

v21.6.0

Compare Source

v21.5.0

Compare Source

v21.4.0

Compare Source

v21.3.0

Compare Source

v21.2.0

Compare Source

v21.1.2

Compare Source

v21.1.1: 21.1.1

Compare Source

Changelog

Bug Fixes
Media
  • Media library modal: Fix plugin incompatibilities with MediaUpload filter. (70648)

Contributors

The following contributors merged PRs in this release:

@​talldan

v21.1.0

Compare Source

v21.0.0

Compare Source

Breaking Changes

v20.3.0

Compare Source

v20.2.0

Compare Source

v20.1.0

Compare Source

v20.0.0

Compare Source

Breaking Changes

v19.2.0

Compare Source

v19.1.0

Compare Source

v19.0.1

Compare Source

v19.0.0

Compare Source

Breaking Changes
  • @wordpress/is-gutenberg-plugin rule has been replaced by @wordpress/wp-global-usage (#​61486).
  • @wordpress/wp-process-env rule has been added and included in the recommended configurations (#​61486).
  • @wordpress/gutenberg-phase rule has been removed (deprecated in v10.0.0) (#​61486).
  • Increase the minimum required Node.js version to v18.12.0 matching long-term support releases (#​31270). Learn more about Node.js releases.

v18.1.0

Compare Source

Internal
  • Replaced classnames package with the faster and smaller clsx package (#​61138).

v18.0.0

Compare Source

Breaking Changes
  • Enable curly eslint rule when using prettier (#​61204).

v17.13.0

Compare Source

v17.12.0

Compare Source

v17.11.0

Compare Source

v17.10.0

Compare Source

v17.9.0

Compare Source

v17.8.1: 17.8.1

Compare Source

Changelog

Bug Fixes
Colors
  • Generate element classnames from element-specific data. (59533)

Contributors

The following contributors merged PRs in this release:

@​tellthemachines

v17.8.0

[Compare Source](https://redirect.github.com/WordPress/gutenberg/compare/45de2cb4

Note

PR body was truncated to here.


Configuration

📅 Schedule: (UTC)

  • Branch creation
    • At any time (no schedule defined)
  • Automerge
    • 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 was generated by Mend Renovate. View the repository job log.

@renovate renovate Bot changed the title Update dependency @wordpress/eslint-plugin to v15 Update dependency @wordpress/eslint-plugin to v16 Sep 20, 2023
@renovate renovate Bot force-pushed the renovate/major-wordpress-monorepo branch from 3c85f9e to 1823155 Compare September 20, 2023 12:41
@renovate renovate Bot force-pushed the renovate/major-wordpress-monorepo branch from 1823155 to 3947e20 Compare October 5, 2023 04:27
@renovate renovate Bot changed the title Update dependency @wordpress/eslint-plugin to v16 Update dependency @wordpress/eslint-plugin to v17 Oct 5, 2023
@renovate
Copy link
Copy Markdown
Contributor Author

renovate Bot commented Oct 5, 2023

⚠ Artifact update problem

Renovate failed to update an artifact related to this branch. You probably do not want to merge this PR as-is.

♻ Renovate will retry this branch, including artifacts, only when one of the following happens:

  • any of the package files in this branch needs updating, or
  • the branch becomes conflicted, or
  • you click the rebase/retry checkbox if found above, or
  • you rename this PR's title to start with "rebase!" to trigger it manually

The artifact failure details are included below:

File name: package-lock.json
npm ERR! code ERESOLVE
npm ERR! ERESOLVE could not resolve
npm ERR! 
npm ERR! While resolving: Amphiblocks@1.0.0
npm ERR! Found: @wordpress/eslint-plugin@14.4.0
npm ERR! node_modules/@wordpress/eslint-plugin
npm ERR!   dev @wordpress/eslint-plugin@"^18.0.0" from the root project
npm ERR! 
npm ERR! Could not resolve dependency:
npm ERR! dev @wordpress/eslint-plugin@"^18.0.0" from the root project
npm ERR! 
npm ERR! Conflicting peer dependency: prettier@3.2.5
npm ERR! node_modules/prettier
npm ERR!   peerOptional prettier@">=3" from @wordpress/eslint-plugin@18.0.0
npm ERR!   node_modules/@wordpress/eslint-plugin
npm ERR!     dev @wordpress/eslint-plugin@"^18.0.0" from the root project
npm ERR! 
npm ERR! Fix the upstream dependency conflict, or retry
npm ERR! this command with --force, or --legacy-peer-deps
npm ERR! to accept an incorrect (and potentially broken) dependency resolution.
npm ERR! 
npm ERR! See /tmp/renovate/cache/others/npm/eresolve-report.txt for a full report.

npm ERR! A complete log of this run can be found in:
npm ERR!     /tmp/renovate/cache/others/npm/_logs/2024-05-02T21_54_49_665Z-debug-0.log

@renovate renovate Bot force-pushed the renovate/major-wordpress-monorepo branch from 3947e20 to 47c2938 Compare May 2, 2024 21:55
@renovate renovate Bot changed the title Update dependency @wordpress/eslint-plugin to v17 Update dependency @wordpress/eslint-plugin to v18 May 2, 2024
@renovate renovate Bot force-pushed the renovate/major-wordpress-monorepo branch from 47c2938 to c37fe78 Compare May 31, 2024 19:18
@renovate renovate Bot changed the title Update dependency @wordpress/eslint-plugin to v18 Update dependency @wordpress/eslint-plugin to v19 May 31, 2024
@renovate
Copy link
Copy Markdown
Contributor Author

renovate Bot commented May 31, 2024

⚠️ Artifact update problem

Renovate failed to update an artifact related to this branch. You probably do not want to merge this PR as-is.

♻ Renovate will retry this branch, including artifacts, only when one of the following happens:

  • any of the package files in this branch needs updating, or
  • the branch becomes conflicted, or
  • you click the rebase/retry checkbox if found above, or
  • you rename this PR's title to start with "rebase!" to trigger it manually

The artifact failure details are included below:

File name: package-lock.json
npm ERR! code ERESOLVE
npm ERR! ERESOLVE unable to resolve dependency tree
npm ERR! 
npm ERR! While resolving: Amphiblocks@1.0.0
npm ERR! Found: eslint@9.39.4
npm ERR! node_modules/eslint
npm ERR!   peer eslint@">=8.0.0" from @10up/eslint-config@4.1.4
npm ERR!   node_modules/@10up/eslint-config
npm ERR!     @10up/eslint-config@"^4.0.0" from the root project
npm ERR!   peer eslint@"^7.5.0 || ^8.0.0 || ^9.0.0" from @babel/eslint-parser@7.28.6
npm ERR!   node_modules/@babel/eslint-parser
npm ERR!     peer @babel/eslint-parser@"^7.23.3" from @10up/eslint-config@4.1.4
npm ERR!     node_modules/@10up/eslint-config
npm ERR!       @10up/eslint-config@"^4.0.0" from the root project
npm ERR!     @babel/eslint-parser@"^7.28.6" from @wordpress/eslint-plugin@25.0.0
npm ERR!     node_modules/@wordpress/eslint-plugin
npm ERR!       dev @wordpress/eslint-plugin@"^25.0.0" from the root project
npm ERR!   1 more (@wordpress/eslint-plugin)
npm ERR! 
npm ERR! Could not resolve dependency:
npm ERR! peer eslint@"^7.32.0 || ^8.2.0" from eslint-config-airbnb@19.0.4
npm ERR! node_modules/eslint-config-airbnb
npm ERR!   peer eslint-config-airbnb@"^19.0.4" from @10up/eslint-config@4.1.4
npm ERR!   node_modules/@10up/eslint-config
npm ERR!     @10up/eslint-config@"^4.0.0" from the root project
npm ERR! 
npm ERR! Fix the upstream dependency conflict, or retry
npm ERR! this command with --force, or --legacy-peer-deps
npm ERR! to accept an incorrect (and potentially broken) dependency resolution.
npm ERR! 
npm ERR! See /runner/cache/others/npm/eresolve-report.txt for a full report.

npm ERR! A complete log of this run can be found in:
npm ERR!     /runner/cache/others/npm/_logs/2026-04-19T05_44_27_540Z-debug-0.log

@renovate renovate Bot force-pushed the renovate/major-wordpress-monorepo branch from c37fe78 to 2c099b3 Compare July 10, 2024 09:38
@renovate renovate Bot changed the title Update dependency @wordpress/eslint-plugin to v19 Update dependency @wordpress/eslint-plugin to v20 Jul 10, 2024
@renovate renovate Bot force-pushed the renovate/major-wordpress-monorepo branch from 2c099b3 to c19e657 Compare September 5, 2024 05:13
@renovate renovate Bot changed the title Update dependency @wordpress/eslint-plugin to v20 Update dependency @wordpress/eslint-plugin to v21 Sep 5, 2024
@renovate renovate Bot changed the title Update dependency @wordpress/eslint-plugin to v21 Update dependency @wordpress/eslint-plugin to v21 - autoclosed Dec 8, 2024
@renovate renovate Bot closed this Dec 8, 2024
@renovate renovate Bot deleted the renovate/major-wordpress-monorepo branch December 8, 2024 18:42
@renovate renovate Bot changed the title Update dependency @wordpress/eslint-plugin to v21 - autoclosed Update dependency @wordpress/eslint-plugin to v21 Dec 9, 2024
@renovate renovate Bot reopened this Dec 9, 2024
@renovate renovate Bot force-pushed the renovate/major-wordpress-monorepo branch 2 times, most recently from c19e657 to f06d344 Compare December 11, 2024 12:23
@renovate renovate Bot changed the title Update dependency @wordpress/eslint-plugin to v21 Update dependency @wordpress/eslint-plugin to v22 Dec 11, 2024
@renovate renovate Bot force-pushed the renovate/major-wordpress-monorepo branch from f06d344 to 9632e76 Compare January 22, 2025 19:48
@renovate renovate Bot force-pushed the renovate/major-wordpress-monorepo branch 2 times, most recently from 0004371 to 9788629 Compare March 18, 2025 06:17
@renovate renovate Bot force-pushed the renovate/major-wordpress-monorepo branch 5 times, most recently from c69a306 to 11ef3ff Compare April 27, 2025 15:12
@renovate renovate Bot force-pushed the renovate/major-wordpress-monorepo branch from 11ef3ff to ea26096 Compare July 23, 2025 14:53
@renovate renovate Bot force-pushed the renovate/major-wordpress-monorepo branch 3 times, most recently from 5b067b8 to fd6d2a0 Compare August 13, 2025 13:40
@renovate renovate Bot force-pushed the renovate/major-wordpress-monorepo branch 2 times, most recently from 298dcc4 to a0f152e Compare August 20, 2025 23:00
@renovate renovate Bot force-pushed the renovate/major-wordpress-monorepo branch 2 times, most recently from dddaf0e to b898345 Compare September 6, 2025 23:51
@renovate renovate Bot force-pushed the renovate/major-wordpress-monorepo branch from b898345 to 51183bd Compare September 17, 2025 16:54
@renovate renovate Bot force-pushed the renovate/major-wordpress-monorepo branch 2 times, most recently from 3b723ea to dea9f67 Compare October 1, 2025 23:07
@renovate renovate Bot force-pushed the renovate/major-wordpress-monorepo branch 2 times, most recently from eeb2569 to cd7e138 Compare October 22, 2025 00:38
@renovate renovate Bot force-pushed the renovate/major-wordpress-monorepo branch from cd7e138 to 87b1f7b Compare October 29, 2025 19:02
@renovate renovate Bot force-pushed the renovate/major-wordpress-monorepo branch 2 times, most recently from 96891b7 to 42cc449 Compare November 16, 2025 23:49
@renovate renovate Bot force-pushed the renovate/major-wordpress-monorepo branch from 42cc449 to 1363761 Compare November 26, 2025 16:53
@renovate renovate Bot force-pushed the renovate/major-wordpress-monorepo branch from 1363761 to 61f1de0 Compare December 3, 2025 17:48
@renovate renovate Bot force-pushed the renovate/major-wordpress-monorepo branch from 61f1de0 to 991bb54 Compare December 23, 2025 16:51
@renovate renovate Bot changed the title Update dependency @wordpress/eslint-plugin to v22 Update dependency @wordpress/eslint-plugin to v23 Dec 23, 2025
@renovate renovate Bot force-pushed the renovate/major-wordpress-monorepo branch from 991bb54 to e3ac85a Compare January 1, 2026 15:30
@renovate renovate Bot force-pushed the renovate/major-wordpress-monorepo branch from e3ac85a to 692679a Compare January 17, 2026 00:11
@renovate renovate Bot changed the title Update dependency @wordpress/eslint-plugin to v23 Update dependency @wordpress/eslint-plugin to v24 Jan 17, 2026
@renovate renovate Bot force-pushed the renovate/major-wordpress-monorepo branch 2 times, most recently from 9a7b876 to 3c0bb4f Compare February 2, 2026 17:55
@renovate renovate Bot force-pushed the renovate/major-wordpress-monorepo branch from 3c0bb4f to 8c5f32d Compare February 13, 2026 00:28
@renovate renovate Bot force-pushed the renovate/major-wordpress-monorepo branch from 8c5f32d to 56e04a5 Compare March 8, 2026 06:54
@renovate renovate Bot force-pushed the renovate/major-wordpress-monorepo branch from 56e04a5 to 81ae1d5 Compare April 19, 2026 05:44
@renovate renovate Bot changed the title Update dependency @wordpress/eslint-plugin to v24 Update dependency @wordpress/eslint-plugin to v25 Apr 19, 2026
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