Skip to content

Refresh tooling and dependencies - #27

Open
jeremyfelt wants to merge 2 commits into
trunkfrom
update/tooling-refresh
Open

Refresh tooling and dependencies#27
jeremyfelt wants to merge 2 commits into
trunkfrom
update/tooling-refresh

Conversation

@jeremyfelt

Copy link
Copy Markdown
Member

Summary

  • npm dependencies refreshed (ncu -u); assets rebuilt
  • Added missing glob devDependency required by webpack.config.js
  • Added .reviews/ to .gitignore

Build status

PASS — npm run build compiled successfully (webpack 5.107.2).

Note: composer update could not be run — phpcompatibility/php-compatibility dev-develop now requires squizlabs/php_codesniffer ^4.0.1, which conflicts with wp-coding-standards/wpcs (needs ^3.x). composer.lock is unchanged. This is a pre-existing upstream constraint conflict and needs a separate fix.

🤖 Generated with Claude Code

jeremyfelt and others added 2 commits June 1, 2026 15:38
- 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>
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.

1 participant