forked from roots/bedrock
-
Notifications
You must be signed in to change notification settings - Fork 3
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
Upstream improvements #93
Merged
Merged
Conversation
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
Update to WordPress 5.0, switch from from johnpbloch/wordpress to roots/wordpress
Update composer.lock
Ignore wp-cli.local.yml
Add PHP 7.3 to Travis test matrix
Dependencies.io: Filter updates
Update composer.lock
[Dependencies.io] Always suggest updating WordPress
Update roots/wordpress in composer.json from 5.0 to 5.0.1
Update roots/wordpress in composer.json from 5.0.1 to 5.0.2
Bump requirements to PHP 7.1
Update roots/wordpress in composer.json from 5.0.2 to 5.0.3
Bumps [roots/wordpress](https://github.com/WordPress/WordPress) from 5.8.1 to 5.8.2. - [Release notes](https://github.com/WordPress/WordPress/releases) - [Commits](WordPress/WordPress@5.8.1...5.8.2) --- updated-dependencies: - dependency-name: roots/wordpress dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
* Require PHP 7.4 * CI: Switch to setup-php * Update README.md
Bumps [roots/wordpress](https://github.com/WordPress/WordPress) from 5.8.2 to 5.8.3. - [Release notes](https://github.com/WordPress/WordPress/releases) - [Commits](WordPress/WordPress@5.8.2...5.8.3) --- updated-dependencies: - dependency-name: roots/wordpress dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Bumps [composer/installers](https://github.com/composer/installers) from 1.12.0 to 2.0.1. - [Release notes](https://github.com/composer/installers/releases) - [Changelog](https://github.com/composer/installers/blob/main/CHANGELOG.md) - [Commits](composer/installers@v1.12.0...v2.0.1) --- updated-dependencies: - dependency-name: composer/installers dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Bumps [vlucas/phpdotenv](https://github.com/vlucas/phpdotenv) from 5.3.1 to 5.4.1. - [Release notes](https://github.com/vlucas/phpdotenv/releases) - [Commits](vlucas/phpdotenv@v5.3.1...v5.4.1) --- updated-dependencies: - dependency-name: vlucas/phpdotenv dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Bumps [squizlabs/php_codesniffer](https://github.com/squizlabs/PHP_CodeSniffer) from 3.6.1 to 3.6.2. - [Release notes](https://github.com/squizlabs/PHP_CodeSniffer/releases) - [Commits](squizlabs/PHP_CodeSniffer@3.6.1...3.6.2) --- updated-dependencies: - dependency-name: squizlabs/php_codesniffer dependency-type: direct:development update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
* chore(deps): Bump roots/wordpress to 5.9 * Update CHANGELOG [ci skip]
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Merged
…msater # Conflicts: # composer.json # composer.lock
Pull in latest roots updates
composer.lockClick to show 109 changes in this composer.lock filePackage changes
Dev Package changes
Important Metadata Changes
Settings · Docs · Powered by Private Packagist |
cmurtagh
approved these changes
Mar 9, 2022
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.
This PR merges upstream improvements from the roots/bedrock project. It is a partial fix for pressbooks/private#113 and https://github.com/pressbooks/private/issues/688
Notes
We have not pulled upstream changes since inital creation. See roots/bedrock@1.7.6...master for full changelog.
Future improvements needed: We should add allow-plugins declarations to support any plugins we need, because Composer 2.2.0 default behaviour is to restrict installation of plugins unless explicitly declared (https://getcomposer.org/doc/06-config.md#allow-plugins)
Upstream changes we are not yet inheriting due to unresolved composer conflicts:
Notable changes:
WP_DEBUG_LOG
roots/bedrock#499 + fix(debug-log): WP_DEBUG_LOG should betrue
by default roots/bedrock#505