deno/tests/specs/task
Bartek Iwańczuk 9a93c65ac8
Some checks are pending
ci / bench release linux-x86_64 (push) Blocked by required conditions
ci / lint debug linux-x86_64 (push) Blocked by required conditions
ci / lint debug macos-x86_64 (push) Blocked by required conditions
ci / lint debug windows-x86_64 (push) Blocked by required conditions
ci / test debug linux-x86_64 (push) Blocked by required conditions
ci / test release linux-x86_64 (push) Blocked by required conditions
ci / test debug macos-x86_64 (push) Blocked by required conditions
ci / test release macos-x86_64 (push) Blocked by required conditions
ci / test debug windows-x86_64 (push) Blocked by required conditions
ci / test release windows-x86_64 (push) Blocked by required conditions
ci / build libs (push) Blocked by required conditions
ci / pre-build (push) Waiting to run
ci / test debug linux-aarch64 (push) Blocked by required conditions
ci / test release linux-aarch64 (push) Blocked by required conditions
ci / test debug macos-aarch64 (push) Blocked by required conditions
ci / test release macos-aarch64 (push) Blocked by required conditions
ci / publish canary (push) Blocked by required conditions
feat(install): refresh install report (#30615)
Changes report format for `deno install` and other related package
management subcommands:
```
$ deno install
Installed 335 packages in 6s
Reused 40 packages from cache
++++++++++++++++++++++++++++++++++++++++
Downloaded 2 packages from JSR
++
Downloaded 666 packages from npm
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Dependencies:
+ jsr:@std/cli 1.0.21
+ jsr:@std/html 1.0.4
+ npm:@babel/core 7.28.3
+ npm:@babel/preset-react 7.27.1
+ npm:@mjackson/node-fetch-server 0.7.0
+ npm:@opentelemetry/api 1.9.0
+ npm:@preact/signals 2.3.1
```
2025-09-08 09:44:22 +00:00
..
additional_args chore: remove unnecessary envs in spec tests (#25982) 2024-10-02 10:14:38 +01:00
additional_args_nested_strings chore: remove unnecessary envs in spec tests (#25982) 2024-10-02 10:14:38 +01:00
additional_args_no_logic chore: remove unnecessary envs in spec tests (#25982) 2024-10-02 10:14:38 +01:00
additional_args_no_shell_expansion chore: remove unnecessary envs in spec tests (#25982) 2024-10-02 10:14:38 +01:00
bin_package fix(npm): ensure scoped package name is encoded in URLs (#26390) 2024-10-18 20:38:57 +02:00
bin_pkg_with_scope_auto chore(lint): add .out file reference checker (#27078) 2024-11-26 20:53:20 -08:00
bin_pkg_with_scope_none fix(npm): ensure scoped package name is encoded in URLs (#26390) 2024-10-18 20:38:57 +02:00
boolean_logic chore: remove unnecessary envs in spec tests (#25982) 2024-10-02 10:14:38 +01:00
both_deno_json_selected chore: remove unnecessary envs in spec tests (#25982) 2024-10-02 10:14:38 +01:00
both_no_arg chore: remove unnecessary envs in spec tests (#25982) 2024-10-02 10:14:38 +01:00
both_package_json_selected feat(install): refresh install report (#30615) 2025-09-08 09:44:22 +00:00
both_prefers_deno chore: remove unnecessary envs in spec tests (#25982) 2024-10-02 10:14:38 +01:00
byonm chore: remove DENO_FUTURE=1 from spec tests (#25329) 2024-08-31 21:25:32 +00:00
cwd chore: remove unnecessary envs in spec tests (#25982) 2024-10-02 10:14:38 +01:00
cwd_resolves_config_from_specified_dir chore: remove unnecessary envs in spec tests (#25982) 2024-10-02 10:14:38 +01:00
deno_exe_no_env chore: remove unnecessary envs in spec tests (#25982) 2024-10-02 10:14:38 +01:00
deno_json_lifecycle_script_names feat(task): workspace support with --filter and --recursive (#26949) 2024-11-21 00:35:12 +01:00
deno_no_pre_post chore: remove unnecessary envs in spec tests (#25982) 2024-10-02 10:14:38 +01:00
dependencies fix(task): support tasks without commands (#27191) 2024-12-19 18:10:58 +00:00
dependencies_root_not_cycle fix(task): ensure root config always looks up dependencies in root (#26959) 2024-11-21 09:43:51 -05:00
dependencies_shadowed_root_name fix(task): ensure root config always looks up dependencies in root (#26959) 2024-11-21 09:43:51 -05:00
description fix(task): handle carriage return in task description (#27099) 2024-11-27 01:12:47 +00:00
emoji chore: deprecate task itests (#25558) 2024-09-11 17:39:47 +02:00
eval feat(task): add --eval flag (#26943) 2024-11-20 02:23:20 +01:00
exit_code_5 chore: remove unnecessary envs in spec tests (#25982) 2024-10-02 10:14:38 +01:00
filter fix(task): show package name of task when --recursive (#30136) 2025-07-17 21:42:50 +00:00
init_cwd chore: remove unnecessary envs in spec tests (#25982) 2024-10-02 10:14:38 +01:00
init_cwd_already_set chore: remove unnecessary envs in spec tests (#25982) 2024-10-02 10:14:38 +01:00
invalid_unstable_feature fix(unstable): move sloppy-import warnings to lint rule (#24710) 2024-07-25 09:07:59 -04:00
kill_task_windows_kills_children fix(process,node): roll our own process spawning on windows (#29609) 2025-06-12 02:56:13 +00:00
lockfile_frozen fix(task): support --frozen flag (#28094) 2025-02-13 13:22:15 +01:00
no_args chore: remove unnecessary envs in spec tests (#25982) 2024-10-02 10:14:38 +01:00
node_modules_dir_false refactor: remove DENO_FUTURE (#25314) 2024-08-30 21:58:24 +00:00
non_existent chore: remove unnecessary envs in spec tests (#25982) 2024-10-02 10:14:38 +01:00
npm_run fix(task): always use npm for npm run with flags (#24028) 2024-05-29 20:16:35 +00:00
npx_installed_pkg_non_byonm BREAKING: DENO_FUTURE=1 by default, or welcome to Deno 2.0 (#25213) 2024-08-30 13:58:58 -04:00
npx_non_existent chore: remove unnecessary envs in spec tests (#25982) 2024-10-02 10:14:38 +01:00
package_json_echo chore: remove unnecessary envs in spec tests (#25982) 2024-10-02 10:14:38 +01:00
package_json_no_arg chore: remove unnecessary envs in spec tests (#25982) 2024-10-02 10:14:38 +01:00
package_json_node_modules_dir_none fix(npm): ensure scoped package name is encoded in URLs (#26390) 2024-10-18 20:38:57 +02:00
piped_stdin chore: remove unnecessary envs in spec tests (#25982) 2024-10-02 10:14:38 +01:00
post chore: remove unnecessary envs in spec tests (#25982) 2024-10-02 10:14:38 +01:00
post_only chore: remove unnecessary envs in spec tests (#25982) 2024-10-02 10:14:38 +01:00
pre chore: remove unnecessary envs in spec tests (#25982) 2024-10-02 10:14:38 +01:00
pre_only chore: remove unnecessary envs in spec tests (#25982) 2024-10-02 10:14:38 +01:00
pre_post chore: remove unnecessary envs in spec tests (#25982) 2024-10-02 10:14:38 +01:00
recursive_order fix(task): show package name of task when --recursive (#30136) 2025-07-17 21:42:50 +00:00
signals fix(task): forward signals to spawned sub-processes on unix (#27141) 2024-11-29 17:36:43 -05:00
wildcard feat(task): add support for task wildcards (#27007) 2025-01-30 14:37:10 +01:00
workspace fix(cli): deno task exit with status 0 (#25637) 2024-09-15 11:29:24 +05:30
workspace_regex_match fix(task): properly handle task name wildcards with --recursive (#27396) 2024-12-18 03:32:37 +01:00