Skip to content

Commit

Permalink
chore(deps): update dependency vitepress to v1.2.3 (jdx#2277)
Browse files Browse the repository at this point in the history
* chore(deps): update dependency vitepress to v1.2.3

* Commit from GitHub Actions (test)

---------

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: mise[bot] <[email protected]>
  • Loading branch information
2 people authored and triarius committed Sep 18, 2024
1 parent 42da4b3 commit 2fec7ae
Show file tree
Hide file tree
Showing 4 changed files with 11 additions and 9 deletions.
Binary file modified docs/bun.lockb
Binary file not shown.
9 changes: 5 additions & 4 deletions docs/cli/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -1026,7 +1026,7 @@ In .mise.toml, tasks take this form:
outputs = ["dist/**/*.js"]
Alternatively, tasks can be defined as standalone scripts.
These must be located in the `.mise/tasks` directory.
These must be located in the `.mise/tasks`, `mise/tasks` or `.config/mise/tasks` directory.
The name of the script will be the name of the tasks.
$ cat .mise/tasks/build<<EOF
Expand Down Expand Up @@ -1110,8 +1110,9 @@ Examples:
```text
Updates mise itself
Uses the GitHub Releases API to find the latest release and binary
By default, this will also update any installed plugins
Uses the GitHub Releases API to find the latest release and binary.
By default, this will also update any installed plugins.
Uses the `GITHUB_API_TOKEN` environment variable if set for higher rate limits.
Usage: self-update [OPTIONS] [VERSION]
Expand Down Expand Up @@ -1456,7 +1457,7 @@ In .mise.toml, tasks take this form:
outputs = ["dist/**/*.js"]
Alternatively, tasks can be defined as standalone scripts.
These must be located in the `.mise/tasks` directory.
These must be located in the `.mise/tasks`, `mise/tasks` or `.config/mise/tasks` directory.
The name of the script will be the name of the tasks.
$ cat .mise/tasks/build<<EOF
Expand Down
2 changes: 1 addition & 1 deletion docs/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"private": true,
"type": "module",
"devDependencies": {
"vitepress": "1.2.2"
"vitepress": "1.2.3"
},
"scripts": {
"docs:dev": "vitepress dev",
Expand Down
9 changes: 5 additions & 4 deletions mise.usage.kdl
Original file line number Diff line number Diff line change
Expand Up @@ -780,7 +780,7 @@ In .mise.toml, tasks take this form:
outputs = ["dist/**/*.js"]

Alternatively, tasks can be defined as standalone scripts.
These must be located in the `.mise/tasks` directory.
These must be located in the `.mise/tasks`, `mise/tasks` or `.config/mise/tasks` directory.
The name of the script will be the name of the tasks.

$ cat .mise/tasks/build<<EOF
Expand Down Expand Up @@ -828,8 +828,9 @@ The name of the script will be the name of the tasks.
cmd "self-update" help="Updates mise itself" {
long_help r"Updates mise itself

Uses the GitHub Releases API to find the latest release and binary
By default, this will also update any installed plugins"
Uses the GitHub Releases API to find the latest release and binary.
By default, this will also update any installed plugins.
Uses the `GITHUB_API_TOKEN` environment variable if set for higher rate limits."
flag "-f --force" help="Update even if already up to date"
flag "--no-plugins" help="Disable auto-updating plugins"
flag "-y --yes" help="Skip confirmation prompt"
Expand Down Expand Up @@ -1053,7 +1054,7 @@ In .mise.toml, tasks take this form:
outputs = ["dist/**/*.js"]

Alternatively, tasks can be defined as standalone scripts.
These must be located in the `.mise/tasks` directory.
These must be located in the `.mise/tasks`, `mise/tasks` or `.config/mise/tasks` directory.
The name of the script will be the name of the tasks.

$ cat .mise/tasks/build<<EOF
Expand Down

0 comments on commit 2fec7ae

Please sign in to comment.