-
Notifications
You must be signed in to change notification settings - Fork 3
remove broken lint command #266
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
Merged
Merged
Conversation
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
* main: temp edit on workflow Skip loading assets on onboarding add es_MX and pt_BR Composer(deps): Bump newfold-labs/wp-module-installer update spanish translation
Automated patch release: 2.9.4
* main: Bump module version to 2.9.6 Skip loading utility styles on onboarding (AGAIN) Update codecoverage-main.yml Bump version 2.9.5 Update CSSUtilities.php Use single quotes consistently. Avoid hardcoding a branch name as input value. Update .github/workflows/i18n-update.yml Add workflow to automate the .pot .po .php .json file generation PHPUnit scaffolding # Conflicts: # bootstrap.php # build/2.9.3/blocks/block.json # build/2.9.3/wonder-blocks-rtl.css # build/2.9.3/wonder-blocks.asset.php # build/2.9.3/wonder-blocks.css # build/2.9.3/wonder-blocks.js # build/2.9.4/blocks/block.json # build/2.9.4/wonder-blocks-rtl.css # build/2.9.4/wonder-blocks.asset.php # build/2.9.4/wonder-blocks.css # build/2.9.4/wonder-blocks.js # build/2.9.6/blocks/block.json # build/2.9.6/wonder-blocks-rtl.css # build/2.9.6/wonder-blocks.asset.php # build/2.9.6/wonder-blocks.css # build/2.9.6/wonder-blocks.js # package-lock.json # package.json
desrosj
reviewed
Jul 28, 2025
* main: (78 commits) v2.10.0 Update Yoast ctbId NPM Dev(deps-dev): Bump esbuild from 0.25.2 to 0.25.8 Composer Dev(deps-dev): Bump johnpbloch/wordpress from 6.8.1 to 6.8.2 Apply all automated translation updates. NPM Dev(deps-dev): Bump @wordpress/scripts from 27.9.0 to 30.20.0 NPM Dev(deps-dev): Bump eslint-plugin-prettier from 5.2.6 to 5.5.3 Apply all automated translation updates. Composer(deps): Bump newfold-labs/wp-module-installer Apply all automated translation updates. GitHub Actions(deps): Bump shivammathur/setup-php from 2.33.0 to 2.35.2 Downgrade ESLint to version `8` Update PluginRequirements.php GitHub Actions(deps): Bump stefanzweifel/git-auto-commit-action Apply all automated translation updates. Add build Redesign installation modal Fix PHP Standards warnings Update BlockStyles.php Update PluginRequirements.php ... # Conflicts: # package-lock.json
desrosj
approved these changes
Aug 4, 2025
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 action files look good. Thanks for the changes!
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.
Proposed changes
The lint command was causing errors, so this removes it from the command that is run as part of the prep release workflow.
The composer command also causes errors. We can revisit this later, but removing for now to allow the release workflow to process.
Type of Change
Production
Development
Video
Checklist
Further comments