deps: Update dependencies and workflows#8
Merged
justlevine merged 3 commits intomainfrom Mar 12, 2026
Merged
Conversation
There was a problem hiding this comment.
Pull request overview
This PR updates the project’s tooling stack (npm/composer deps), modernizes wp-env configuration/usage, and fixes/extends GitHub workflows and repo templates to match the new layout.
Changes:
- Update
@wordpress/env(wp-env) and various JS/PHP dependencies; adjust npm scripts accordingly. - Refactor
wp-envconfig files and CI workflow commands to use the new config pattern. - Add/restore GitHub PR/issue templates and fix workflow path references.
Reviewed changes
Copilot reviewed 14 out of 17 changed files in this pull request and generated 4 comments.
Show a summary per file
| File | Description |
|---|---|
playwright.config.ts |
Move Playwright/WP artifacts and output into tests/_output/e2e. |
phpstan.neon.dist |
Fix YAML indentation for bootstrap/paths configuration. |
package.json |
Update wp-env-related scripts and bump JS tooling dependencies. |
package-lock.json |
Lockfile updates for bumped npm dependencies. |
composer.lock |
Bump wp-phpunit/wp-phpunit version. |
.wp-env.test.json |
Add separate wp-env test config file. |
.wp-env.json |
Update wp-env config to the new simplified pattern. |
.stylelint.config.js |
Expand ignored file globs (JSX/TS/TSX). |
.github/workflows/reusable-phpunit.yml |
Update composer-install action and switch to wp-env:test usage. |
.github/workflows/reusable-e2e.yml |
Update composer-install action and start e2e env via wp-env:test. |
.github/workflows/pr-title.yml |
Adjust workflow permissions. |
.github/workflows/copilot-setup-steps.yml |
Fix workflow path quoting for pull_request trigger. |
.github/workflows/ci.yml |
Fix referenced reusable workflow paths. |
.github/PULL_REQUEST_TEMPLATE.md |
Add PR template. |
.github/ISSUE_TEMPLATE/feature_request.yml |
Add feature request issue template. |
.github/ISSUE_TEMPLATE/config.yml |
Add issue template config/contact links. |
.github/ISSUE_TEMPLATE/bug-report.yml |
Add bug report issue template. |
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
You can also share your feedback on Copilot code review. Take the survey.
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.
Uh oh!
There was an error while loading. Please reload this page.