fix(deps): update dependency lullabot/drainpipe to v3 #435
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 contains the following updates:
*
->3.4.1
Release Notes
Lullabot/drainpipe (lullabot/drainpipe)
v3.4.1
Compare Source
What's Changed
Full Changelog: v3.4.0...v4.0.0
v3.4.0
Compare Source
What's Changed
Full Changelog: v3.3.0...v3.4.0
v3.3.0
Compare Source
New Features
Bug Fixes
Misc
Dependency Updates
Full Changelog: v3.2.0...v3.2.1
v3.2.0
Compare Source
What's Changed
New Contributors
Full Changelog: v3.1.2...v3.2.0
v3.1.2
Compare Source
What's Changed
Nightwatch
Upgrading your project will require you to:
nightwatch-accessibility
nightwatch-axe-verbose
.initAccessibility()
for.axeInject()
e.g.browser
.axeInject()
.axeRun('body')
.yarnrc.yml
will need to contain the following:packageExtensions:
"nightwatch@":
dependencies:
ws: ""
lodash: "*"
lodash
manually todevDependencies
Full Changelog: v3.1.1...v3.1.2
v3.1.1
Compare Source
What's Changed
Full Changelog: v3.1.0...v3.1.1
v3.1.0
Compare Source
What's Changed
Updates the initially created
.gitginore
- this will only show on new sites and existing ones will not have this change made for themExisting sites should add
.prettiercache
to their.gitignore
Sets Tugboat up and manages it's configuration based on the site's existing DDEV settings, see
README.md
for more informationThis error was introduced with the latest 1.22.0 DDEV release
See https://architecture.lullabot.com/adr/20211201-use-strict-types-in-php-code/
Unfortunately Nightwatch is still broken for Yarn > 2 users unhttps://github.com/nightwatchjs/nightwatch/pull/37933793 is released
New Contributors
Full Changelog: v3.0.3...v3.1.0
v3.0.3
Compare Source
What's Changed
Full Changelog: v3.0.2...v3.0.3
v3.0.2
Compare Source
What's Changed
Full Changelog: v3.0.1...v3.0.2
v3.0.1
Compare Source
What's Changed
Full Changelog: v3.0.0...v3.0.1
v3.0.0
Compare Source
Important: This repo has now merged with
drainpipe-dev
. You should now keep these versions in sync.What's Changed
You should add
github: ./vendor/lullabot/drainpipe/tasks/github.yml
to yourTaskfile.yml
'sincludes
New Contributors
Full Changelog: v1.3.1...v1.4.0
v1.3.1
Compare Source
What's Changed
Full Changelog: v1.3.0...v1.3.1
v1.3.0
Compare Source
What's Changed
.env
and.env.defaults
supportby @justafish @larsdesigns @hawkeyetwolf
Drainpipe will add
.env
file support for managing environment variables.This consists of:
.env
and.env.defaults
fileTaskfile.yml
contains dotenv supportnote: real environment variables will override these
vlucas/phpdotenv
To enable this, add the following to your
composer.json
:"autoload-dev":
{
"files": [
"vendor/lullabot/drainpipe/scaffold/env/dotenv.php"
]
},
You will need to restart DDEV if you make any changes to
.env
or.env.defaults
Composer Lock Diff Support for GitHub Actions
by @justafish
Updates Pull/Merge Request descriptions with a markdown table of any changes detected
in
composer.lock
using composer-lock-diff.Pantheon / GitHub Actions Integration Fixes
Miscellaneous
New Contributors
Full Changelog: v1.2.16...v1.3.0
v1.2.16
Compare Source
What's Changed
Full Changelog: v1.2.15...v1.2.16
v1.2.15
Compare Source
v1.2.14
Compare Source
Upgrades to Terminus 3 to support PHP8
v1.2.13
Compare Source
Fixes common GitHub actions not being pulled in when no specific packages are selected in composer.json
v1.2.12
Compare Source
Mark GitHub Deployments as inactive and delete associated environments once PRs have been closed #92
v1.2.11
Compare Source
Support {{ .site }} variable for the drupal import and export db commands
v1.2.10
Compare Source
Fixes #87
Unquoted variable in PantheonReviewApps.gitlab-ci.yml causes failure on Pantheon Multidev cleanup
v1.2.9
Compare Source
GitHub Actions
This also disables the composer cache unhttps://github.com/drud/ddev/pull/36973697 is released as this command is breaking setups which are using existing environment variables
v1.2.8
Compare Source
DDEV's releases are built after a new release tag is made, so there will be a period of time each time a release is made that the install script
doesn't wohttps://github.com/drud/ddev/issues/3686ues/3686
v1.2.7
Compare Source
Pantheon Clone Environment
v1.2.6
Compare Source
v1.2.5
Compare Source
Pantheon GitHub Actions:
Add a Clone Environment command
Removes site-id from action inputs as this can be obtained from the site name via Terminus
v1.2.4
Compare Source
Adds composer cache functionality to DDEV based GitHub Actions
v1.2.3
Compare Source
Adds new Pantheon GitHub Actions:
v1.2.2
Compare Source
Cleans up stale Multidev environments on Pantheon when using GitHub Actions
v1.2.1
Compare Source
Fixes paths used to run
task
anddrupal
in the GitHub Actions for Pantheon review appsv1.2.0
: Adds support for Pantheon review apps with GitHub ActionsCompare Source
This can be enabled by adding the following to
composer.json
:See:
https://github.com/Lullabot/lullabot.com-d8/pull/1804
https://github.com/Lullabot/drainpipe#pantheon-1
v1.1.2
Compare Source
What's Changed
Full Changelog: v1.1.1...v1.1.2
v1.1.1
Compare Source
Allows the directories used for db import and export to be configurable with
DB_DIR
e.g.v1.1.0
: Adds support for syncing databases from Pantheon and importing themCompare Source
Configuration
📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).
🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.
♻ Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.
🔕 Ignore: Close this PR and you won't be reminded about this update again.
This PR has been generated by Mend Renovate. View repository job log here.