Skip to content

Commit

Permalink
docs ~ (README) update notes regarding bmp
Browse files Browse the repository at this point in the history
# [notes]

For reasons of UI/UX, `bmp` version '0.0.7' is recommended as it is the
latest version which uses a version of the std library equal to or
earlier than '[email protected]' (specifically, '[email protected]').

For the '[email protected]' library, the corresponding minimally required
version of Deno is '1.11.0'.

# refs

[1] [fix(node): Make global.ts evaluate synchronously](denoland/std#2098)
[2] [Execution order of imports in deno is unclear/unexpected](denoland/deno#14243)
[3] [std/node should avoid TLA](denoland/std#2097)

## related discussion/issues

[Discussion ~ Bring back permission prompt behind a flag](denoland/deno/issues/#3811)
[Security prompt by default (instead of throw)](denoland/deno/issues/#10183)
[Seeking a better UX for permissions](denoland/deno/issues/#11061)
[Design Meeting 2021-07-29 ~ `Prompt by default`](denoland/deno/issues/#11767)
[permission prompt problems](denoland/deno/issues/#11936)
[`deno repl` has permissions by default?](denoland/deno/issues/#12665)
[Bad UX with prompt by default](denoland/deno/issues/#13730)
[DENO_NO_PROMPT env var support](denoland/deno/issues/#14208)
[feat: Add DENO_NO_PROMPT variable](denoland/deno/issues/#14209)
[HowTO test that a module is *no-panic* and *no-prompt* when statically imported?](denoland/deno/issues/#15356)[1]:
  • Loading branch information
rivy committed Oct 10, 2023
1 parent 749ced4 commit 45665e1
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -102,8 +102,8 @@ Fully capable, completely self-contained, executable binaries can be built from

### Tools

- [`bmp`](https://github.com/rivy-go/git-changelog) (v1.1+) ... synchronizes version strings within the project
- install using `dxi --allow-read=. --allow-write=. --allow-run=git -qf https://deno.land/x/[email protected].6/cli.ts`
- [`bmp`](https://deno.land/x/[email protected]) (v0.0.7+) ... synchronizes version strings within the project
- install using `dxi --allow-read=. --allow-write=. --allow-run=git -f https://deno.land/x/[email protected].7/cli.ts`
- [`git-changelog`](https://github.com/rivy-go/git-changelog) (v1.1+) ... enables changelog automation
- install using `go get -u github.com/rivy-go/git-changelog/cmd/git-changelog`

Expand All @@ -130,6 +130,7 @@ bmp --commit

> Optional testing tools
>
> - [`bmp`](https://deno.land/x/[email protected]) <br> `dxi --allow-read=. --allow-write=. --allow-run=git -f https://deno.land/x/[email protected]/cli.ts`
> - [`commitlint`](https://www.npmjs.com/package/@commitlint/cli) <br> `npm install --global @commitlint/cli @commitlint/config-conventional`
> - [`cspell`](https://www.npmjs.com/package/cspell) <br> `npm install --global cspell@5`
> - [`madge`](https://www.npmjs.com/package/madge) <br> `npm install --global madge`
Expand Down

0 comments on commit 45665e1

Please sign in to comment.