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

update @lando/core to 3.22.3 #298

Merged
merged 3 commits into from
Oct 18, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 2 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
## {{ UNRELEASED_VERSION }} - [{{ UNRELEASED_DATE }}]({{ UNRELEASED_LINK }})

* Updated `@lando/core` to [`v3.22.3`](https://github.com/lando/core/releases/tag/v3.22.3)

## v3.22.2 - [October 17, 2024](https://github.com/lando/cli/releases/tag/v3.22.2)

* Updated `@lando/core` to [`v3.22.2`](https://github.com/lando/core/releases/tag/v3.22.2)
Expand Down
4 changes: 2 additions & 2 deletions examples/renderer/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -22,8 +22,8 @@ Run the following commands to validate things are rolling as they should.
# Should not error using the default renderer while packaged up
LANDO_RENDERER_FORCE=1 lando start

# Should use the verbose renderer in a non-TTY environment
lando start | grep "\[COMPLETED\]" | wc -l | grep 5
# Should use the simple renderer in a non-TTY environment
lando start | sed 's/\x1b\[[0-9;]*m//g' | grep --color=never '✔ Healthcheck' | wc -l | grep 3
```

Destroy tests
Expand Down
16 changes: 8 additions & 8 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -107,7 +107,7 @@
},
"dependencies": {
"@lando/argv": "^1.1.0",
"@lando/core": "^3.22.2",
"@lando/core": "^3.22.3",
"@lando/core-next": "npm:@lando/core@^4.0.0-unstable.5",
"@oclif/core": "^3.5.0",
"@oclif/parser": "^3.8.17",
Expand Down
Loading