Skip to content

Commit e358278

Browse files
denobotbartlomieju
andauthored
chore: update for 2.2.1 (#1464)
Co-authored-by: bartlomieju <[email protected]>
1 parent 04c0771 commit e358278

File tree

2 files changed

+43
-7
lines changed

2 files changed

+43
-7
lines changed

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.2.0"
2+
"CLI_VERSION": "2.2.1"
33
}

runtime/reference/cli/_commands_reference.json

Lines changed: 42 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1210,6 +1210,15 @@
12101210
"help_heading": null,
12111211
"usage": "--no-run"
12121212
},
1213+
{
1214+
"name": "permit-no-files",
1215+
"short": null,
1216+
"long": "permit-no-files",
1217+
"required": false,
1218+
"help": "Don't return an error code if no bench files were found",
1219+
"help_heading": null,
1220+
"usage": "--permit-no-files"
1221+
},
12131222
{
12141223
"name": "watch",
12151224
"short": null,
@@ -1279,7 +1288,7 @@
12791288
},
12801289
{
12811290
"name": "bundle",
1282-
"about": "⚠️ `deno bundle` was removed in Deno 2.\n\nSee the Deno 1.x to 2.x Migration Guide for migration instructions: https://docs.deno.com/runtime/manual/advanced/migrate_deprecations",
1291+
"about": "`deno bundle` was removed in Deno 2.\n\nSee the Deno 1.x to 2.x Migration Guide for migration instructions: https://docs.deno.com/runtime/manual/advanced/migrate_deprecations",
12831292
"args": [
12841293
{
12851294
"name": "unstable-bare-node-builtins",
@@ -1729,6 +1738,15 @@
17291738
"help_heading": null,
17301739
"usage": "--cert <FILE>"
17311740
},
1741+
{
1742+
"name": "no-code-cache",
1743+
"short": null,
1744+
"long": "no-code-cache",
1745+
"required": false,
1746+
"help": "Disable V8 code cache feature",
1747+
"help_heading": null,
1748+
"usage": "--no-code-cache"
1749+
},
17321750
{
17331751
"name": "all",
17341752
"short": null,
@@ -3869,7 +3887,7 @@
38693887
"short": null,
38703888
"long": "latest",
38713889
"required": false,
3872-
"help": "Update to the latest version, regardless of semver constraints",
3890+
"help": "Consider the latest version, regardless of semver constraints",
38733891
"help_heading": null,
38743892
"usage": "--latest"
38753893
},
@@ -3882,12 +3900,21 @@
38823900
"help_heading": null,
38833901
"usage": "--update"
38843902
},
3903+
{
3904+
"name": "interactive",
3905+
"short": "i",
3906+
"long": "interactive",
3907+
"required": false,
3908+
"help": "Interactively select which dependencies to update",
3909+
"help_heading": null,
3910+
"usage": "--interactive"
3911+
},
38853912
{
38863913
"name": "compatible",
38873914
"short": null,
38883915
"long": "compatible",
38893916
"required": false,
3890-
"help": "Only output versions that satisfy semver requirements",
3917+
"help": "Only consider versions that satisfy semver requirements",
38913918
"help_heading": null,
38923919
"usage": "--compatible"
38933920
},
@@ -4686,6 +4713,15 @@
46864713
"help_heading": null,
46874714
"usage": "--config <FILE>"
46884715
},
4716+
{
4717+
"name": "frozen",
4718+
"short": null,
4719+
"long": "frozen",
4720+
"required": false,
4721+
"help": "Error out if lockfile is out of date",
4722+
"help_heading": "Dependency management options",
4723+
"usage": "--frozen[=<BOOLEAN>]"
4724+
},
46894725
{
46904726
"name": "cwd",
46914727
"short": null,
@@ -4709,7 +4745,7 @@
47094745
"short": "f",
47104746
"long": "filter",
47114747
"required": false,
4712-
"help": "Filter members of the workspace by name - should be used with --recursive",
4748+
"help": "Filter members of the workspace by name, implies --recursive flag",
47134749
"help_heading": null,
47144750
"usage": "--filter <filter>"
47154751
},
@@ -4718,7 +4754,7 @@
47184754
"short": null,
47194755
"long": "eval",
47204756
"required": false,
4721-
"help": "Evaluate the passed value as if, it was a task in a configuration file",
4757+
"help": "Evaluate the passed value as if it was a task in a configuration file",
47224758
"help_heading": null,
47234759
"usage": "--eval"
47244760
},
@@ -5318,7 +5354,7 @@
53185354
},
53195355
{
53205356
"name": "vendor",
5321-
"about": "⚠️ `deno vendor` was removed in Deno 2.\n\nSee the Deno 1.x to 2.x Migration Guide for migration instructions: https://docs.deno.com/runtime/manual/advanced/migrate_deprecations",
5357+
"about": "`deno vendor` was removed in Deno 2.\n\nSee the Deno 1.x to 2.x Migration Guide for migration instructions: https://docs.deno.com/runtime/manual/advanced/migrate_deprecations",
53225358
"args": [
53235359
{
53245360
"name": "unstable-bare-node-builtins",

0 commit comments

Comments
 (0)