1
0
Fork 0
mirror of https://github.com/denoland/deno.git synced 2024-11-21 15:04:11 -05:00
denoland-deno/cli/tools
Asher Gomez bc51eca700
BREAKING: remove deno bundle (#25339)
`deno bundle` now produces:
```
error: ⚠️ `deno bundle` was removed in Deno 2.

See the Deno 1.x to 2.x Migration Guide for migration instructions: https://docs.deno.com/runtime/manual/advanced/migrate_deprecations
```

`deno bundle --help` now produces:
```
⚠️ `deno bundle` was removed in Deno 2.

See the Deno 1.x to 2.x Migration Guide for migration instructions: https://docs.deno.com/runtime/manual/advanced/migrate_deprecations

Usage: deno bundle [OPTIONS]

Options:
  -q, --quiet     Suppress diagnostic output
      --unstable  Enable all unstable features and APIs. Instead of using this flag, consider enabling individual unstable features
                    To view the list of individual unstable feature flags, run this command again with --help=unstable
```
2024-09-02 17:27:37 +02:00
..
bench fix(bench): Fix table column alignments and NO_COLOR=1 (#25190) 2024-08-26 11:56:04 +02:00
coverage feat(coverage): add breadcrumbs to deno coverage --html report (#24860) 2024-08-14 16:37:19 +09:00
init feat(config/jsr): add license field (#25056) 2024-08-16 13:12:52 +00:00
jupyter feat(cli/tools): add a subcommand --hide-stacktraces for test (#24095) 2024-08-20 01:27:36 +00:00
lint feat(unstable): ability to use a local copy of jsr packages (#25068) 2024-08-20 14:11:43 +00:00
registry fix(publish): ensure provenance is spec compliant (#25200) 2024-08-31 15:53:46 +00:00
repl feat(cli/tools): add a subcommand --hide-stacktraces for test (#24095) 2024-08-20 01:27:36 +00:00
run refactor: remove DENO_FUTURE (#25314) 2024-08-30 21:58:24 +00:00
test chore(fs): remove Deno.futime[Sync]() (#25252) 2024-08-31 13:13:23 +10:00
vendor refactor: remove DENO_FUTURE (#25314) 2024-08-30 21:58:24 +00:00
check.rs fix: upgrade deno_ast 0.42 (#25313) 2024-08-30 17:12:13 -04:00
clean.rs feat(clean): add progress bar (#25026) 2024-08-14 13:04:07 +02:00
compile.rs feat: deno compile --icon <ico> (#25039) 2024-08-15 10:12:23 +05:30
doc.rs fix: update deno_doc (#24972) 2024-08-12 12:57:50 -07:00
fmt.rs fix(fmt): fix incorrect quotes in components (#25249) 2024-08-28 09:48:14 -04:00
info.rs fix: upgrade deno_ast 0.42 (#25313) 2024-08-30 17:12:13 -04:00
installer.rs feat: remove --lock-write flag (#25214) 2024-08-28 13:23:51 +10:00
mod.rs BREAKING: remove deno bundle (#25339) 2024-09-02 17:27:37 +02:00
serve.rs feat(serve): Opt-in parallelism for deno serve (#24920) 2024-08-14 22:26:21 +00:00
task.rs feat(flags): improve help output and make deno run list tasks (#25108) 2024-08-21 06:54:59 -07:00
upgrade.rs fix(upgrade): more informative information on invalid version (#25319) 2024-08-31 00:22:20 +00:00