Bump @lando/argv from 1.1.2 to 1.2.0#100
Merged
Merged
Conversation
✅ Deploy Preview for lando-lagoon ready!
To edit notification comments on pull requests, go to your Netlify project configuration. |
Bumps [@lando/argv](https://github.com/lando/argv) from 1.1.2 to 1.2.0. - [Release notes](https://github.com/lando/argv/releases) - [Changelog](https://github.com/lando/argv/blob/main/CHANGELOG.md) - [Commits](lando/argv@v1.1.2...v1.2.0) --- updated-dependencies: - dependency-name: "@lando/argv" dependency-version: 1.2.0 dependency-type: indirect update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com>
b33ee95 to
9470b80
Compare
- Strip build.additional_contexts from parsed service config since Lando splits services into separate compose files and service: refs cannot resolve across them. The CLI_IMAGE build arg handles cross-service image references instead. - Use path.resolve instead of path.join for build.context so relative contexts (eg context: frontend for monorepos) resolve correctly against the project root instead of always being forced to root. Fixes #7, fixes #53
… stripping Adds assertions to drupal9-base leia test: - Verify nginx and php services have /app/web/index.php (copied from cli via CLI_IMAGE build arg, proving cross-service builds work) - Verify additional_contexts is stripped from generated compose files
grep -c exits non-zero when count is 0, causing the test to fail even though the assertion is correct. Use grep + exit 1 pattern instead.
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
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.

Bumps @lando/argv from 1.1.2 to 1.2.0.
Release notes
Sourced from
@lando/argv's releases.Changelog
Sourced from
@lando/argv's changelog.Commits
149aa38release v1.2.0 generated by@lando/prepare-release-action2830187permission granted (#10)602f50fupra0bdfc7cBump json5 from 2.2.0 to 2.2.3You can trigger a rebase of this PR by commenting
@dependabot rebase.Dependabot commands and options
You can trigger Dependabot actions by commenting on this PR:
@dependabot rebasewill rebase this PR@dependabot recreatewill recreate this PR, overwriting any edits that have been made to it@dependabot mergewill merge this PR after your CI passes on it@dependabot squash and mergewill squash and merge this PR after your CI passes on it@dependabot cancel mergewill cancel a previously requested merge and block automerging@dependabot reopenwill reopen this PR if it is closed@dependabot closewill close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually@dependabot show <dependency name> ignore conditionswill show all of the ignore conditions of the specified dependency@dependabot ignore this major versionwill close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)@dependabot ignore this minor versionwill close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)@dependabot ignore this dependencywill close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)