index
:
deno.git
main
Unnamed repository; edit this file 'description' to name the repository.
User &
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
cli
/
tools
/
registry
/
mod.rs
Age
Commit message (
Expand
)
Author
2024-04-24
fix(publish): --dry-publish should error for gitignored excluded files (#23540)
David Sherret
2024-04-11
fix(publish): do not warn about excluded external modules in node_modules dir...
David Sherret
2024-03-31
fix(check): ignore certain diagnostics in remote modules and when publishing ...
David Sherret
2024-03-22
feat(publish): check for uncommitted files in `deno publish --dry-run` (#22981)
Asher Gomez
2024-03-21
feat(unstable/publish): error when a package's module is excluded from publis...
David Sherret
2024-03-12
fix(slow-types): improved exports tracing and infer type literals in as exprs...
David Sherret
2024-03-11
chore: enable clippy unused_async rule (#22834)
David Sherret
2024-03-11
chore: hidden tool for overwriting files with fast check output (#22822)
David Sherret
2024-03-09
fix(publish): regression - publishing with vendor folder (#22830)
David Sherret
2024-03-08
fix(publish): suggest using `--allow-dirty` on uncommitted changes (#22810)
David Sherret
2024-03-07
fix(publish): reland error if there are uncommitted changes (#22613) (#22632)
Bartek Iwańczuk
2024-03-07
perf(cli): use faster_hex (#22761)
Matt Mastracci
2024-03-07
fix(publish): properly display graph validation errors (#22775)
David Sherret
2024-03-06
fix(publish): permissionless dry-run in GHA (#22679)
Divy Srivastava
2024-03-05
refactor: move deno json functionality to args module (#22710)
David Sherret
2024-03-01
fix(unstable/publish): repect `--no-check` in no-slow-types (#22653)
David Sherret
2024-02-29
fix(publish): disable provenance if not in GHA (#22638)
Bartek Iwańczuk
2024-02-29
feat(unstable): `deno add` subcommand (#22520)
Bartek Iwańczuk
2024-02-29
feat(publish): enable package provenance by default on github actions (#22635)
Divy Srivastava
2024-02-28
Revert "fix(publish): error if there are uncommitted changes (#22613)" (#22625)
Bartek Iwańczuk
2024-02-28
fix(publish): make the already published message look like a warning (#22620)
Ryan Dahl
2024-02-28
fix(publish): error if there are uncommitted changes (#22613)
Bartek Iwańczuk
2024-02-28
feat(publish): provenance attestation (#22573)
Divy Srivastava
2024-02-27
feat(publish): support sloppy imports and bare node built-ins (#22588)
Luca Casonato
2024-02-27
feat(publish): discover jsr.json and jsr.jsonc files (#22587)
Bartek Iwańczuk
2024-02-23
feat: infer dependencies from package.json (#22563)
Marvin Hagemeister
2024-02-21
feat(publish): type check on publish (#22506)
David Sherret
2024-02-20
perf(jsr): fast check cache and lazy fast check graph (#22485)
David Sherret
2024-02-20
fix(publish): print files that will be published (#22495)
Luca Casonato
2024-02-19
feat(unstable/lint): no-slow-types for JSR packages (#22430)
David Sherret
2024-02-16
refactor: remove module graph setup from ModuleLoader (#22442)
David Sherret
2024-02-14
chore: rename DENO_REGISTRY_URL to JSR_URL (#22414)
Nayeem Rahman
2024-02-14
feat(unstable): define config in publish url (#22406)
Leo Kettmeir
2024-02-09
fix: upgrade to deno_ast 0.33 (#22341)
David Sherret
2024-02-07
refactor: extract out `runtime::colors` to `deno_terminal::colors` (#22324)
David Sherret
2024-02-06
fix(publish): lazily parse sources (#22301)
David Sherret
2024-02-01
fix(publish): use lighter crate for opening browser (#22224)
Bartek Iwańczuk
2024-02-01
fix(publish): rename --no-fast-check to --no-zap (#22214)
Bartek Iwańczuk
2024-01-31
chore(publish): try to automatically open the web browser (#22208)
Bartek Iwańczuk
2024-01-31
chore(publish): add --no-fast-check flag (#22203)
Bartek Iwańczuk
2024-01-24
feat(publish): error on invalid external imports (#22088)
Luca Casonato
2024-01-24
feat(publish): give diagnostic on invalid package files (#22082)
Luca Casonato
2024-01-24
feat(publish): exclude and include (#22055)
Luca Casonato
2024-01-24
chore: improve unanalyzable dynamic import diagnostic (#22051)
Luca Casonato
2024-01-23
feat(cli): improved diagnostics printing (#22049)
Luca Casonato
2024-01-23
refactor: use parsed source cache when unfurling import map (#22001)
Luca Casonato
2024-01-18
fix(lsp): regression - formatting was broken on windows (#21972)
David Sherret
2024-01-15
refactor: use globbing from deno_config (#21925)
David Sherret
2024-01-15
fix(publish): support deno.jsonc file (#21948)
Bartek Iwańczuk
2024-01-11
chore(publish): add --dry-run flag (#21895)
Bartek Iwańczuk
[next]