Skip to content

Commit 20fb02c

Browse files
denobotbartlomieju
andauthored
chore: update for 2.8.0 (#3160)
Co-authored-by: bartlomieju <bartlomieju@users.noreply.github.com> Co-authored-by: Bartek Iwańczuk <bartek@deno.com>
1 parent f77cbff commit 20fb02c

3 files changed

Lines changed: 14 additions & 5 deletions

File tree

replacements.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
{
2-
"CLI_VERSION": "2.7.14"
2+
"CLI_VERSION": "2.8.0"
33
}

runtime/reference/cli/_commands_reference.json

Lines changed: 11 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -427,7 +427,7 @@
427427
"short": null,
428428
"long": "watch-hmr",
429429
"required": false,
430-
"help": "Watch for file changes and restart process automatically.\n \u001b[38;5;245mLocal files from entry point module graph are watched by default.\n Additional paths might be watched by passing them as arguments to this flag.\u001b[39m",
430+
"help": "Watch for file changes and hot-replace modules. The process restarts if hot replacement fails.\n \u001b[38;5;245mLocal files from entry point module graph are watched by default.\n Additional paths might be watched by passing them as arguments to this flag.\u001b[39m",
431431
"help_heading": "File watching options",
432432
"usage": "--watch-hmr[=<FILES>...]"
433433
},
@@ -1011,7 +1011,7 @@
10111011
"short": null,
10121012
"long": "watch-hmr",
10131013
"required": false,
1014-
"help": "Watch for file changes and restart process automatically.\n \u001b[38;5;245mLocal files from entry point module graph are watched by default.\n Additional paths might be watched by passing them as arguments to this flag.\u001b[39m",
1014+
"help": "Watch for file changes and hot-replace modules. The process restarts if hot replacement fails.\n \u001b[38;5;245mLocal files from entry point module graph are watched by default.\n Additional paths might be watched by passing them as arguments to this flag.\u001b[39m",
10151015
"help_heading": "File watching options",
10161016
"usage": "--watch-hmr[=<FILES>...]"
10171017
},
@@ -7503,6 +7503,15 @@
75037503
"help_heading": "Upgrade options",
75047504
"usage": "--checksum <checksum>"
75057505
},
7506+
{
7507+
"name": "no-delta",
7508+
"short": null,
7509+
"long": "no-delta",
7510+
"required": false,
7511+
"help": "Disable delta updates and always download the full archive",
7512+
"help_heading": "Upgrade options",
7513+
"usage": "--no-delta"
7514+
},
75067515
{
75077516
"name": "cert",
75087517
"short": null,

runtime/reference/cli/task.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -98,8 +98,8 @@ Running `deno task "build:*"` will run both `build:client` and `build:server`
9898
tasks.
9999

100100
For multi-word task names, we recommend using `:` as the separator (e.g.
101-
`build:client`, `test:unit`, `lint:fix`) to match the convention used in the
102-
npm ecosystem and to group related tasks for wildcard matching.
101+
`build:client`, `test:unit`, `lint:fix`) to match the convention used in the npm
102+
ecosystem and to group related tasks for wildcard matching.
103103

104104
:::note
105105

0 commit comments

Comments
 (0)