Bump wp-env & wp-scripts and split test environment (:8889)#15
Merged
Conversation
Lots of goodness in wp-env v11, including Playground runtime fixes, better "UI", and `--auto-port`, which could come in handy. As for wp-scripts, is the first version whose peer dependency accepts @wordpress/env >=10 (v30 requires ^10).
Split dev env (8888) and test env (8889) into separate files (.wp-env.json and .wp-env.test.json), in agreement with the wp-env and its deprecation of testsEnvironment, etc. Point Playwright's fallback URL at the test port accordingly.
priethor
added a commit
that referenced
this pull request
May 1, 2026
Four new entries: - #15 DataViews has no public per-column menu-item slot. PR D takes over the header by hiding the built-in trigger; upstream a field.menuItems extension surface so consumers don't have to fork. - #16 Synthetic ghost column is pinned in view.fields. If enableHiding handling shifts upstream, fork the field list. - #17 Field schema actions are table-layout only. A future Manage fields modal/panel covers grid/list. - #18 Select / multi-select fields are created without inline option editing. The route still accepts options; the UI doesn't surface it yet. A future field-edit dialog will.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
@wordpress/envto v11:--auto-portsupport@wordpress/scriptsto v32 to match (first version whose peer dep accepts@wordpress/env >=10):.wp-env.json(port 8888) and.wp-env.test.json(port 8889), following wp-env's deprecation oftestsEnvironmentetc.npm run test:env:start@wordpress/dependencies.Test plan
npm run env:startstarts on port 8888npm run test:env:startstarts on port 8889npm run test:e2esucceeds after testing against :8889npm run lint:jsandnpm run buildsucceed