Skip to content
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

fix(deps): update dependency lullabot/drainpipe to v3 #435

Closed
wants to merge 1 commit into from

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Feb 19, 2024

Mend Renovate

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
lullabot/drainpipe * -> 3.4.1 age adoption passing confidence

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:

  • Remove nightwatch-accessibility
  • Add nightwatch-axe-verbose
  • Swap .initAccessibility() for .axeInject() e.g.
    browser
    .axeInject()
    .axeRun('body')
  • If using Yarn Berry, .yarnrc.yml will need to contain the following:
    packageExtensions:
    "nightwatch@":
    dependencies:
    ws: "
    "
    lodash: "*"
  • Other package managers should add lodash manually to devDependencies

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

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

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 support

by @​justafish @​larsdesigns @​hawkeyetwolf

Drainpipe will add .env file support for managing environment variables.
This consists of:

  • Creation of a .env and .env.defaults file
  • Default Taskfile.yml contains dotenv support
    note: real environment variables will override these
  • Drupal integration via 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.

"extra": {
    "drainpipe": {
        "github": ["ComposerLockDiff"]
    }
}
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

  • Updates DDEV to 1.19.3 in GitHub Actions
  • Adds a "yes" flag when cloning Pantheon environments in GitHub Actions
  • Fixes an issue with installing libnss3-tools in GitHub Actions
  • Enables the composer cache directory for DDEV in GitHub Actions

v1.2.14

Compare Source

Upgrades to Terminus 3 to support PHP8

v1.2.13

Compare Source

  • Issue #​98: Fix GitHub shared helpers
    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

  • Allow DDEV version to be customised #​85
    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

  • Pin DDEV to a specific version #​84
    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

  • Run terminus backup:create before importing to a new site #​83

v1.2.6

Compare Source

  • Removes the environment wipe before cloning Pantheon environments
  • Removes --size-only and --checksum from the rsync job for cloning Pantheon environments

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:

  • Push code to a site
  • Update or install a site
  • Ability to lock review app environments
  • Adds an example of which GITHUB_TOKEN permissions to use for a review app workflow run by dependabot

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 and drupal in the GitHub Actions for Pantheon review apps

v1.2.0: Adds support for Pantheon review apps with GitHub Actions

Compare Source

This can be enabled by adding the following to composer.json:

"extra": {
    "drainpipe": {
        "github": ["PantheonReviewApps"]
    }
}

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.

cmds:
  - task: drupal:export-db
     vars: {DB_DIR: "/var/www/html/files/private"}

v1.1.0: Adds support for syncing databases from Pantheon and importing them

Compare 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.


  • If you want to rebase/retry this PR, check this box

This PR has been generated by Mend Renovate. View repository job log here.

@github-actions github-actions bot temporarily deployed to pantheon-pr-435 February 19, 2024 15:21 Destroyed
@deviantintegral deviantintegral added the dependencies Changes required to keep up to date with upstream software label Feb 19, 2024
@renovate renovate bot force-pushed the renovate/lullabot-drainpipe-3.x branch from 422eca1 to b71b50c Compare February 21, 2024 13:25
@github-actions github-actions bot temporarily deployed to pantheon-pr-435 February 21, 2024 13:30 Destroyed
@renovate renovate bot force-pushed the renovate/lullabot-drainpipe-3.x branch from b71b50c to 9a0c530 Compare February 22, 2024 14:37
@github-actions github-actions bot temporarily deployed to pantheon-pr-435 February 22, 2024 14:42 Destroyed
@renovate renovate bot force-pushed the renovate/lullabot-drainpipe-3.x branch 2 times, most recently from 337dd96 to 372ef84 Compare February 22, 2024 15:19
@github-actions github-actions bot temporarily deployed to pantheon-pr-435 February 22, 2024 15:26 Destroyed
@renovate renovate bot force-pushed the renovate/lullabot-drainpipe-3.x branch from 372ef84 to c299c30 Compare February 22, 2024 17:30
@github-actions github-actions bot temporarily deployed to pantheon-pr-435 February 22, 2024 17:34 Destroyed
@renovate renovate bot force-pushed the renovate/lullabot-drainpipe-3.x branch from c299c30 to d0034ff Compare February 23, 2024 11:16
@github-actions github-actions bot temporarily deployed to pantheon-pr-435 February 23, 2024 11:19 Destroyed
@renovate renovate bot force-pushed the renovate/lullabot-drainpipe-3.x branch from d0034ff to 03cd673 Compare February 23, 2024 11:23
@github-actions github-actions bot had a problem deploying to pantheon-pr-435 February 23, 2024 11:29 Failure
@justafish justafish closed this Feb 23, 2024
@justafish justafish deleted the renovate/lullabot-drainpipe-3.x branch February 23, 2024 11:29
Copy link
Contributor Author

renovate bot commented Feb 23, 2024

Renovate Ignore Notification

Because you closed this PR without merging, Renovate will ignore this update. You will not get PRs for any future 3.x releases. But if you manually upgrade to 3.x then Renovate will re-enable minor and patch updates automatically.

If you accidentally closed this PR, or if you changed your mind: rename this PR to get a fresh replacement PR.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
dependencies Changes required to keep up to date with upstream software
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants