Age | Commit message (Collapse) | Author | |
---|---|---|---|
2024-05-14 | fix(publish): always include config file when publishing (#23797) | David Sherret | |
Closes https://github.com/denoland/deno/issues/23796 | |||
2024-05-14 | fix(publish): error for missing version constraints on dry-publish instead ↵ | David Sherret | |
of just publish (#23798) Closes https://github.com/denoland/deno/issues/22835 | |||
2024-05-07 | chore: fix flaky net_listen_allow_localhost_4555 (#23726) | David Sherret | |
Moves the test npm registry server port from `4558` to `426x` | |||
2024-05-07 | chore(test): move npm registries to separate servers and to the ↵ | David Sherret | |
`tests/registry` folder (#23717) 1. Moves the npm registries to their own dedicated ports. 2. Moves the data files out of `tests/testdata/npm/registry` to `tests/registry/npm`. | |||
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 | |
Files that were gitignored only were not included in the diagnostic. | |||
2024-04-17 | test(publish): check specifiers outside fast check module graph (#23369) | Asher Gomez | |
Closes #23023 | |||
2024-04-11 | fix(publish): do not warn about excluded external modules in node_modules ↵ | David Sherret | |
directory (#23173) |