Make WordPress Core

Changes between Version 3 and Version 4 of Ticket #64618


Ignore:
Timestamp:
02/09/2026 10:38:13 PM (4 months ago)
Author:
bpayton
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #64618 – Description

    v3 v4  
    55Core declares [https://core.trac.wordpress.org/browser/trunk/package.json?rev=61605#L13 compatibility with Node.js 20.10.0 and above] while Playground declares [https://github.com/WordPress/wordpress-playground/blob/015974cd26f8d50e64df335ca64fc963d8145b0f/package.json#L228 compatibility with Node.js 22.12.0 and above].
    66
    7 After grepping the WordPress and Gutenberg sources for "playground", the only Playground dependency I could find in Core or Gutenberg is by `wp-env`. If that is indeed the only dependency, then this conflict appears to occur due to [https://github.com/WordPress/gutenberg/blob/2472df3b94769892778f9f396b5d8607caeac554/packages/env/package.json#L47 a wp-env dependency on `@wp-playground/cli`].
     7After grepping the WordPress and Gutenberg sources for "playground", the only Playground dependency I could find in Core or Gutenberg is by `wp-env`. If that is indeed the only dependency, then this conflict appears to occur due to [https://github.com/WordPress/gutenberg/blob/2472df3b94769892778f9f396b5d8607caeac554/packages/env/package.json#L47 a wp-env dependency on Playground CLI].