diff --git a/deno-disable-update-check.patch b/deno-disable-update-check.patch index 8204635..2f32f0f 100644 --- a/deno-disable-update-check.patch +++ b/deno-disable-update-check.patch @@ -16,3 +16,16 @@ index 99312d5..e733306 100644 let main_module = cli_options.resolve_main_module()?; let permissions = PermissionsContainer::new(Permissions::from_options( +diff --git a/cli/args/flags.rs.1 b/cli/args/flags.rs +index fa28241..d6e2baa 100644 +--- a/cli/args/flags.rs.1 ++++ b/cli/args/flags.rs +@@ -580,8 +580,6 @@ static ENV_VARIABLES_HELP: &str = r#"ENVIRONMENT VARIABLES: + DENO_NO_PACKAGE_JSON Disables auto-resolution of package.json + DENO_NO_PROMPT Set to disable permission prompts on access + (alternative to passing --no-prompt on invocation) +- DENO_NO_UPDATE_CHECK Set to disable checking if a newer Deno version is +- available + DENO_V8_FLAGS Set V8 command line options + DENO_JOBS Number of parallel workers used for the --parallel + flag with the test subcommand. Defaults to number diff --git a/deno.changes b/deno.changes index b71fe4b..569b10f 100644 --- a/deno.changes +++ b/deno.changes @@ -1,3 +1,9 @@ +------------------------------------------------------------------- +Fri May 19 19:07:35 UTC 2023 - Avindra Goolcharan + +- update deno-disable-update-check.patch + * remove DENO_NO_UPDATE_CHECK block from env variables help + ------------------------------------------------------------------- Thu May 18 20:19:52 UTC 2023 - Avindra Goolcharan