-
Notifications
You must be signed in to change notification settings - Fork 800
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Synced Newspack Blocks: Update to 4.5.2 #40636
Merged
Merged
Changes from 2 commits
Commits
Show all changes
27 commits
Select commit
Hold shift + click to select a range
f8fb1e9
Sync newspack-blocks to 4.5.2
tbradsha 73e653f
Update script to auto-add textdomain to block.json
tbradsha 7520915
Update script to detect potential ENT_COMPAT needs
tbradsha 26ed945
Script tweaks
tbradsha f51d4b3
More script tweaks
tbradsha e385469
Add .phpcs.dir.xml via script
tbradsha 58c59a2
Finish up 4.5.2 block sync
tbradsha 428a09d
Update baseline
tbradsha c1caf91
Update Phan baseline in script
tbradsha de03fc9
Commit changes from script
tbradsha 3af28b0
Add ENT_COMPAT again
tbradsha bdee6ad
Add changelog
tbradsha 307bbd4
Add .phpcsignore
tbradsha f334dbe
Commit synced blocks with PHPCS lint disabled
tbradsha 0b0dba3
Allow one to resync current version
tbradsha ba51ed5
Update eslint and phpcbf calls
tbradsha 83b0491
Commit less-linted JS/TS files
tbradsha 3135249
Clean up paths
tbradsha ed996dd
Once again apply ENT_COMPAT changes
tbradsha de0c564
Update README
tbradsha c354232
Update index.php version number via script
tbradsha 877a79d
Don't run Phan on synced files
tbradsha 38dafc1
Remove Phan from README
tbradsha 8465bfc
Simplify PHP textdomain fix
tbradsha 5d3d690
Catch additional textdomain cases
tbradsha 2f56f6b
Adjust docs wording
tbradsha bc7ac12
Remove `ENT_COMPAT` step
tbradsha File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains 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
This file contains 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
This file contains 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
This file contains 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
This file contains 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
This file contains 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
Oops, something went wrong.
Oops, something went wrong.
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.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
If you want you could source the file from the monorepo root
tools/includes/proceed_p.sh
to use our fancy function for doing prompts like this.There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Any advantage of sourcing vs a simple
read
? :^)There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
The
proceed_p
function handles a bunch of edge cases. It doesn't matter a whole lot though. 🤷