1
0
Fork 0
mirror of https://github.com/denoland/deno.git synced 2024-12-26 17:19:06 -05:00
denoland-deno/cli/tools
Bartek Iwańczuk 4b6168d5e3
feat(update): prompt for new version once per day (#16375)
<!--
Before submitting a PR, please read http://deno.land/manual/contributing

1. Give the PR a descriptive title.

  Examples of good title:
    - fix(std/http): Fix race condition in server
    - docs(console): Update docstrings
    - feat(doc): Handle nested reexports

  Examples of bad title:
    - fix #7123
    - update docs
    - fix bugs

2. Ensure there is a related issue and it is referenced in the PR text.
3. Ensure there are tests that cover the changes.
4. Ensure `cargo test` passes.
5. Ensure `./tools/format.js` passes without changing files.
6. Ensure `./tools/lint.js` passes.
-->
2022-10-21 01:50:55 +02:00
..
coverage fix(coverage): do not verify emit source hash for coverage (#15260) 2022-07-20 16:30:57 -04:00
init fix(init): suppress info logs when using quiet mode (#15741) 2022-09-02 17:59:36 +02:00
repl feat: allow exiting on two consecutive ctrl+c presses (#15981) 2022-09-22 04:42:09 -04:00
vendor fix(cli/vendor): handle assert type json during vendoring (#16059) 2022-09-27 14:01:43 -04:00
bench.rs chore: fix clippy warnings (#15944) 2022-09-19 10:25:03 +02:00
check.rs refactor: extract out check code from emit (#15729) 2022-09-02 10:54:40 -04:00
doc.rs fix(doc): deno doc should parse modules if they haven't been parsed before (#15941) 2022-09-18 13:59:33 -04:00
fmt.rs chore: use Rust 1.64.0 (#16035) 2022-09-26 21:52:16 +02:00
installer.rs fix(cli): skip removing the latter part if @ appears at the beginning (#16244) 2022-10-12 11:32:52 +09:00
lint.rs feat(lint): add --compact flag for terse output (#15926) 2022-09-28 18:47:48 +02:00
mod.rs refactor: extract out check code from emit (#15729) 2022-09-02 10:54:40 -04:00
standalone.rs feat: add --allow-sys permission flag (#16028) 2022-09-28 21:46:50 +09:00
task.rs feat(task): remove warning about being unstable (#16281) 2022-10-18 14:39:04 +02:00
test.rs chore: fix clippy warnings (#15944) 2022-09-19 10:25:03 +02:00
upgrade.rs feat(update): prompt for new version once per day (#16375) 2022-10-21 01:50:55 +02:00