Conversation
Bumps [dealerdirect/phpcodesniffer-composer-installer](https://github.com/PHPCSStandards/composer-installer) from 1.1.2 to 1.2.0. - [Release notes](https://github.com/PHPCSStandards/composer-installer/releases) - [Changelog](https://github.com/PHPCSStandards/composer-installer/blob/main/CHANGELOG.md) - [Commits](PHPCSStandards/composer-installer@v1.1.2...v1.2.0) --- updated-dependencies: - dependency-name: dealerdirect/phpcodesniffer-composer-installer dependency-version: 1.2.0 dependency-type: direct:development update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com>
Bumps [wp-coding-standards/wpcs](https://github.com/WordPress/WordPress-Coding-Standards) from 3.2.0 to 3.3.0. - [Release notes](https://github.com/WordPress/WordPress-Coding-Standards/releases) - [Changelog](https://github.com/WordPress/WordPress-Coding-Standards/blob/develop/CHANGELOG.md) - [Commits](WordPress/WordPress-Coding-Standards@3.2.0...3.3.0) --- updated-dependencies: - dependency-name: wp-coding-standards/wpcs dependency-version: 3.3.0 dependency-type: direct:development update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com>
There was a problem hiding this comment.
Pull request overview
This PR updates the Newspack Block Theme to use the new newspack/byline and newspack/avatar blocks instead of the co-authors-plus/coauthors blocks, along with dependency updates for an alpha release.
Changes:
- Migrates from Co-Authors Plus blocks to Newspack's native byline and avatar blocks across all post meta patterns
- Creates a new compact post-meta pattern to consolidate repeated template code
- Adds theme styling for the new
newspack/bylineblock - Updates PHP development dependencies (PHPCS standards and related tools)
Reviewed changes
Copilot reviewed 11 out of 12 changed files in this pull request and generated no comments.
Show a summary per file
| File | Description |
|---|---|
| theme.json | Adds styling configuration for the new newspack/byline block including colors, typography, and link states |
| templates/search.html | Replaces inline post-meta markup with the new compact pattern |
| templates/home.html | Replaces inline post-meta markup with the new compact pattern |
| templates/author.html | Replaces inline post-meta markup with the new compact pattern |
| templates/archive.html | Replaces inline post-meta markup with the new compact pattern |
| patterns/post-meta/post-meta-single-line.php | Migrates from Co-Authors Plus blocks to Newspack byline block |
| patterns/post-meta/post-meta-single-line-avatar.php | Migrates from Co-Authors Plus blocks to Newspack byline and avatar blocks |
| patterns/post-meta/post-meta-multiple-lines.php | Migrates from Co-Authors Plus blocks to Newspack byline block |
| patterns/post-meta/post-meta-multiple-lines-avatar.php | Migrates from Co-Authors Plus blocks to Newspack byline and avatar blocks |
| patterns/post-meta/post-meta-compact.php | New compact pattern that provides a fallback to core blocks when Newspack blocks are unavailable |
| languages/newspack-block-theme.pot | Updates version to 1.22.0, copyright year to 2026, and adds translation entry for the new compact pattern |
| composer.lock | Updates several PHP development dependencies to their latest versions |
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
Contributor
|
🎉 This PR is included in version 1.23.0 🎉 The release is available on GitHub release Your semantic-release bot 📦🚀 |
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.
A new alpha release.