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
/
tests
/
specs
/
publish
Age
Commit message (
Expand
)
Author
2024-09-26
feat: add `--allow-import` flag (#25469)
Bartek Iwańczuk
2024-09-14
feat: TypeScript 5.6 and `npm:@types/node@22` (#25614)
David Sherret
2024-09-03
fix: make some warnings more standard (#25324)
David Sherret
2024-08-31
chore: remove DENO_FUTURE=1 from spec tests (#25329)
Bartek Iwańczuk
2024-08-30
refactor: remove DENO_FUTURE (#25314)
David Sherret
2024-08-30
BREAKING: `DENO_FUTURE=1` by default, or welcome to Deno 2.0 (#25213)
Bartek Iwańczuk
2024-08-16
feat(publish): suggest importing `jsr:@std/` for `deno.land/std` urls (#25046)
David Sherret
2024-08-16
feat(config/jsr): add license field (#25056)
David Sherret
2024-08-12
feat(publish): error on missing license file (#25011)
David Sherret
2024-08-06
fix: update dry run success message (#24885)
HasanAlrimawi
2024-07-25
fix(unstable): move sloppy-import warnings to lint rule (#24710)
David Sherret
2024-07-25
fix(workspaces/publish): include the license file from the workspace root if ...
David Sherret
2024-07-22
fix(publish): warn about missing license file (#24677)
David Sherret
2024-07-17
fix(publish): surface syntax errors when using --no-check (#24620)
David Sherret
2024-07-17
fix(workspace): support resolving bare specifiers to npm pkgs within a worksp...
David Sherret
2024-07-10
chore: fix flaky publish::npm_workspace test (#24511)
David Sherret
2024-07-10
feat(jsr): support publishing jsr packages in npm workspaces (#24507)
David Sherret
2024-07-05
fix(publish): unfurling should always be done with the package json (#24435)
David Sherret
2024-07-04
feat: npm workspace and better Deno workspace support (#24334)
David Sherret
2024-06-05
fix: better handling of npm resolution occurring on workers (#24094)
David Sherret
2024-05-28
fix(publish): raise diagnostics for triple-slash directives for `--dry-run` i...
David Sherret
2024-05-14
fix(publish): always include config file when publishing (#23797)
David Sherret
2024-05-14
fix(publish): error for missing version constraints on dry-publish instead of...
David Sherret
2024-05-07
chore: fix flaky net_listen_allow_localhost_4555 (#23726)
David Sherret
2024-05-07
chore(test): move npm registries to separate servers and to the `tests/regist...
David Sherret
2024-04-29
chore: migrate bench, publish, and more itests to spec tests (#23584)
David Sherret
2024-04-24
fix(publish): --dry-publish should error for gitignored excluded files (#23540)
David Sherret
2024-04-17
test(publish): check specifiers outside fast check module graph (#23369)
Asher Gomez
2024-04-11
fix(publish): do not warn about excluded external modules in node_modules dir...
David Sherret