From a139cb211583331a4b5d78147ca17c0258f9cb99 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 19 Feb 2026 22:10:47 +0000 Subject: [PATCH 1/4] Bump @lando/argv from 1.1.2 to 1.2.0 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](https://github.com/lando/argv/compare/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] --- package-lock.json | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) diff --git a/package-lock.json b/package-lock.json index 1179d52..fd6b3c2 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1267,12 +1267,13 @@ } }, "node_modules/@lando/argv": { - "version": "1.1.2", - "resolved": "https://registry.npmjs.org/@lando/argv/-/argv-1.1.2.tgz", - "integrity": "sha512-b3d4zF1QBrFgUCFxEb48b0hse98wRhfnnydFsKXTcQc4aogfCBZc9wbgktLrs6TUtLKvU57YtlfNU4ack1ll7w==", + "version": "1.2.0", + "resolved": "https://registry.npmjs.org/@lando/argv/-/argv-1.2.0.tgz", + "integrity": "sha512-Usr0FuXfzDezQG7ZSuaaMNoF9v/YsavgnclQqTBzV48oku/vi9fiKttlaSoXOQ1UPrC1KPC/ean1ZrDnZqcosw==", "dev": true, + "license": "MIT", "engines": { - "node": ">=14.0.0" + "node": ">=20.0.0" } }, "node_modules/@lando/chai": { From 9f86099f942bb9b8868b29d0d9e45e2748ee713b Mon Sep 17 00:00:00 2001 From: Aaron Feledy Date: Tue, 23 Jun 2026 15:04:36 -0500 Subject: [PATCH 2/4] docs: update redirected Lando docs links --- docs/caveats.md | 2 +- docs/config.md | 10 +++++----- docs/index.md | 4 ++-- 3 files changed, 8 insertions(+), 8 deletions(-) diff --git a/docs/caveats.md b/docs/caveats.md index 9766205..224b0c2 100644 --- a/docs/caveats.md +++ b/docs/caveats.md @@ -22,4 +22,4 @@ Lando will set the `PATH` hierarchy for this service as follows: ] ``` -This is useful to note if you are not using absolute paths in any [tooling routes](https://docs.lando.dev/core/v3/tooling.html) and are getting the unexpected version of a particular utility. +This is useful to note if you are not using absolute paths in any [tooling routes](https://docs.lando.dev/landofile/tooling.html) and are getting the unexpected version of a particular utility. diff --git a/docs/config.md b/docs/config.md index 6141ea1..7cbac85 100644 --- a/docs/config.md +++ b/docs/config.md @@ -5,9 +5,9 @@ description: Learn how to configure the Lando Python service. # Configuration -Here are the configuration options, set to the default values, for this service. If you are unsure about where this goes or what this means, we *highly recommend* scanning the [services documentation](https://docs.lando.dev/core/v3/services/lando.html) to get a good handle on how the magicks work. +Here are the configuration options, set to the default values, for this service. If you are unsure about where this goes or what this means, we *highly recommend* scanning the [services documentation](https://docs.lando.dev/services/lando-3.html) to get a good handle on how the magicks work. -Also note that options, in addition to the [build steps](https://docs.lando.dev/core/v3/services/lando.html#build-steps) and [overrides](https://docs.lando.dev/core/v3/services/lando.html#overrides) that are available to every service, are shown below: +Also note that options, in addition to the [build steps](https://docs.lando.dev/services/lando-3.html#build-steps) and [overrides](https://docs.lando.dev/services/lando-3.html#overrides) that are available to every service, are shown below: ```yaml services: @@ -44,7 +44,7 @@ services: ## Using SSL -Also note that `ssl: true` will only generate certs in the [default locations](https://docs.lando.dev/core/v3/security.html). It is up to the user to use the certs and secure port correctly in their application like as in the `python` snippet below: +Also note that `ssl: true` will only generate certs in the [default locations](https://docs.lando.dev/config/security.html). It is up to the user to use the certs and secure port correctly in their application like as in the `python` snippet below: ```yaml services: @@ -78,7 +78,7 @@ You can then invoke them on the command line. lando dotnet ``` -Lando tooling is actually pretty powerful so definitely check out [the rest](https://docs.lando.dev/core/v3/tooling.html) of its cool features. +Lando tooling is actually pretty powerful so definitely check out [the rest](https://docs.lando.dev/landofile/tooling.html) of its cool features. ## Adding routing @@ -91,4 +91,4 @@ proxy: - something.else.local ``` -Lando proxying is actually pretty powerful so definitely check out [the rest](https://docs.lando.dev/core/v3/proxy.html) of its cool features. +Lando proxying is actually pretty powerful so definitely check out [the rest](https://docs.lando.dev/landofile/proxy.html) of its cool features. diff --git a/docs/index.md b/docs/index.md index 010a5f3..d10a8ca 100644 --- a/docs/index.md +++ b/docs/index.md @@ -8,7 +8,7 @@ next: ./config.html [Python](https://www.python.org/) is a programming language that lets you work more quickly and integrate your systems more effectively. -You can easily add it to your Lando app by adding an entry to the [services](https://docs.lando.dev/core/v3/services/lando.html) top-level config in your [Landofile](https://docs.lando.dev/core/v3). +You can easily add it to your Lando app by adding an entry to the [services](https://docs.lando.dev/services/lando-3.html) top-level config in your [Landofile](https://docs.lando.dev/landofile/). ```yaml @@ -29,7 +29,7 @@ services: * **[3.7](https://hub.docker.com/_/python)** **(default)** * [3.6](https://hub.docker.com/_/python) * [3.5](https://hub.docker.com/_/python) -* [custom](https://docs.lando.dev/core/v3/services/lando.html#overrides) +* [custom](https://docs.lando.dev/services/lando-3.html#overrides) ## Legacy versions From 05de4a105c28f3c7a8c33d2bd5c2343cfac8f0b9 Mon Sep 17 00:00:00 2001 From: Aaron Feledy Date: Tue, 23 Jun 2026 20:07:16 -0500 Subject: [PATCH 3/4] fix docs build version fallback --- package.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/package.json b/package.json index 21c9f84..2112048 100644 --- a/package.json +++ b/package.json @@ -33,8 +33,8 @@ }, "scripts": { "coverage": "nyc report --reporter=text-lcov | coveralls", - "docs:build": "LANDO_MVB_VERSION=$(git describe --tags --always --abbrev=1 --match=\"v[0-9].*\") vitepress build docs", - "docs:dev": "LANDO_MVB_VERSION=$(git describe --tags --always --abbrev=1 --match=\"v[0-9].*\") vitepress dev docs", + "docs:build": "LANDO_MVB_VERSION=$(git describe --tags --abbrev=1 --match=\"v[0-9].*\" 2>/dev/null || node -p \"require('./package.json').version\") vitepress build docs", + "docs:dev": "LANDO_MVB_VERSION=$(git describe --tags --abbrev=1 --match=\"v[0-9].*\" 2>/dev/null || node -p \"require('./package.json').version\") vitepress dev docs", "docs:mvb": "npx mvb docs", "docs:preview": "vitepress preview docs", "lint": "eslint . --ext .js --ext .mjs ", From 7cb6210c13fe30396a115fb5efb866f1edd61d6b Mon Sep 17 00:00:00 2001 From: Aaron Feledy Date: Thu, 25 Jun 2026 02:21:37 -0500 Subject: [PATCH 4/4] Allow Docker Hub link checks in Netlify preview --- netlify.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/netlify.toml b/netlify.toml index cf8e7da..945b1f5 100644 --- a/netlify.toml +++ b/netlify.toml @@ -10,7 +10,7 @@ [[context.deploy-preview.plugins]] package = "netlify-plugin-checklinks" [context.deploy-preview.plugins.inputs] - todoPatterns = [ "load", "CHANGELOG.html", "x.com", "twitter.com", "/v/" ] + todoPatterns = [ "load", "CHANGELOG.html", "x.com", "twitter.com", "/v/", "hub.docker.com" ] skipPatterns = [ ".rss", ".gif", ".jpg" ] checkExternal = true