Refresh tooling and dependencies - #27
Open
jeremyfelt wants to merge 2 commits into
Open
Conversation
- Update npm dependencies (ncu -u) and rebuild assets - Add missing glob devDependency required by webpack.config.js - Ignore .reviews/ output Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
- Pin phpcompatibility/php-compatibility to the 9.99.9 release via a package repository (toggle-block pattern) so composer update resolves on PHPCS 3.x instead of pulling dev-develop, which now requires PHPCS ^4.0.1 and conflicts with wp-coding-standards/wpcs ^3.x. - Replace the glob dependency with Node's built-in node:fs globSync in webpack.config.js; output is identical for the existing entry patterns. Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
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
ncu -u); assets rebuiltglobdevDependency required bywebpack.config.js.reviews/to.gitignoreBuild status
PASS —
npm run buildcompiled successfully (webpack 5.107.2).Note:
composer updatecould not be run —phpcompatibility/php-compatibility dev-developnow requiressquizlabs/php_codesniffer ^4.0.1, which conflicts withwp-coding-standards/wpcs(needs ^3.x).composer.lockis unchanged. This is a pre-existing upstream constraint conflict and needs a separate fix.🤖 Generated with Claude Code