diff --git a/lint/rules/no-const-assign.md b/lint/rules/no-const-assign.md index ce8c3ae1e..0bf262b94 100644 --- a/lint/rules/no-const-assign.md +++ b/lint/rules/no-const-assign.md @@ -1,5 +1,5 @@ --- -tags: [] +tags: [recommended] --- Disallows modifying a variable declared as `const`. diff --git a/replacements.json b/replacements.json index a656d0f32..a6bf0f274 100644 --- a/replacements.json +++ b/replacements.json @@ -1,3 +1,3 @@ { - "CLI_VERSION": "2.6.0" + "CLI_VERSION": "2.6.1" } diff --git a/runtime/reference/cli/_commands_reference.json b/runtime/reference/cli/_commands_reference.json index eeefbe6af..cbbe8c99c 100644 --- a/runtime/reference/cli/_commands_reference.json +++ b/runtime/reference/cli/_commands_reference.json @@ -1572,6 +1572,7 @@ { "name": "require", "short": null, + "long": "require", "required": false, "help": "A list of CommonJS modules that will be executed before the main module", "help_heading": null, @@ -1579,6 +1580,8 @@ }, { "name": "minimum-dependency-age", + "short": null, + "long": "minimum-dependency-age", "required": false, "help": "(Unstable) The age in minutes, ISO-8601 duration or RFC3339 absolute timestamp (e.g. '120' for two hours, 'P2D' for two days, '2025-09-16' for cutoff date, '2025-09-16T12:00:00+00:00' for cutoff time, '0' to disable)", "help_heading": null,