Skip to content

Commit 6362750

Browse files
Merge branch 'main' into stubbing
2 parents 198b177 + 8104ae8 commit 6362750

File tree

10 files changed

+1256
-165
lines changed

10 files changed

+1256
-165
lines changed

go.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -27,6 +27,7 @@
2727
"lint-ignore": "/runtime/reference/cli/lint/#ignore-directives",
2828
"lint": "/runtime/reference/cli/lint/",
2929
"lsp": "/runtime/reference/cli/lsp/",
30+
"permission-broker": "/runtime/fundamentals/security/#permission-broker",
3031
"permission-sets": "/runtime/fundamentals/configuration/#permissions",
3132
"permissions": "/runtime/fundamentals/security/",
3233
"run": "/runtime/reference/cli/run/",

lint/rules/no-const-assign.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
---
2-
tags: []
2+
tags: [recommended]
33
---
44

55
Disallows modifying a variable declared as `const`.

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

runtime/_data.ts

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -100,6 +100,14 @@ export const sidebar = [
100100
title: "deno add",
101101
href: "/runtime/reference/cli/add/",
102102
},
103+
{
104+
title: "deno approve-scripts",
105+
href: "/runtime/reference/cli/approve_scripts/",
106+
},
107+
{
108+
title: "deno audit",
109+
href: "/runtime/reference/cli/audit/",
110+
},
103111
{
104112
title: "deno bench",
105113
href: "/runtime/reference/cli/bench/",
@@ -220,6 +228,10 @@ export const sidebar = [
220228
title: "deno unstable flags",
221229
href: "/runtime/reference/cli/unstable_flags/",
222230
},
231+
{
232+
title: "deno x",
233+
href: "/runtime/reference/cli/x/",
234+
},
223235
],
224236
},
225237
{

0 commit comments

Comments
 (0)