1
0
Fork 0
mirror of https://github.com/denoland/deno.git synced 2024-11-21 15:04:11 -05:00
denoland-deno/tests/specs/publish
David Sherret f4b9d85862
fix(workspace): support resolving bare specifiers to npm pkgs within a workspace (#24611)
This makes bare specifiers for npm packages work when inside a
workspace, which emulates the same behaviour as when there's a
node_modules directory. The bare specifier can be overwritten by
specifying an import map entry or package.json dependency entry.

* https://github.com/denoland/deno_config/pull/88

Closes #24605
2024-07-17 09:13:22 -04:00
..
allow_slow_types chore: migrate bench, publish, and more itests to spec tests (#23584) 2024-04-29 10:08:27 -04:00
banned_triple_slash_directives fix: better handling of npm resolution occurring on workers (#24094) 2024-06-05 17:04:16 +02:00
bare_node_builtins chore: fix flaky net_listen_allow_localhost_4555 (#23726) 2024-05-07 17:21:56 +00:00
byonm_dep feat: npm workspace and better Deno workspace support (#24334) 2024-07-04 00:54:33 +00:00
byonm_with_package_json fix(publish): unfurling should always be done with the package json (#24435) 2024-07-05 00:41:01 +00:00
config_file_jsonc chore: migrate bench, publish, and more itests to spec tests (#23584) 2024-04-29 10:08:27 -04:00
config_flag chore: migrate bench, publish, and more itests to spec tests (#23584) 2024-04-29 10:08:27 -04:00
dry_run chore: migrate bench, publish, and more itests to spec tests (#23584) 2024-04-29 10:08:27 -04:00
dry_run_gitignored fix(publish): --dry-publish should error for gitignored excluded files (#23540) 2024-04-24 18:52:05 +00:00
excluded_deno_jsonc fix(publish): always include config file when publishing (#23797) 2024-05-14 18:15:43 +00:00
has_slow_types fix: better handling of npm resolution occurring on workers (#24094) 2024-06-05 17:04:16 +02:00
invalid_import fix: better handling of npm resolution occurring on workers (#24094) 2024-06-05 17:04:16 +02:00
invalid_import_esm_sh_suggestion fix: better handling of npm resolution occurring on workers (#24094) 2024-06-05 17:04:16 +02:00
invalid_path chore: migrate bench, publish, and more itests to spec tests (#23584) 2024-04-29 10:08:27 -04:00
javascript_decl_file chore: migrate bench, publish, and more itests to spec tests (#23584) 2024-04-29 10:08:27 -04:00
javascript_missing_decl_file chore: migrate bench, publish, and more itests to spec tests (#23584) 2024-04-29 10:08:27 -04:00
jsr_jsonc chore: migrate bench, publish, and more itests to spec tests (#23584) 2024-04-29 10:08:27 -04:00
missing_constraint fix: better handling of npm resolution occurring on workers (#24094) 2024-06-05 17:04:16 +02:00
missing_constraint_jsx_import_source fix(publish): error for missing version constraints on dry-publish instead of just publish (#23798) 2024-05-14 10:30:09 -04:00
missing_deno_json chore: migrate bench, publish, and more itests to spec tests (#23584) 2024-04-29 10:08:27 -04:00
no_check chore: migrate bench, publish, and more itests to spec tests (#23584) 2024-04-29 10:08:27 -04:00
no_token chore: migrate bench, publish, and more itests to spec tests (#23584) 2024-04-29 10:08:27 -04:00
node_specifier chore: fix flaky net_listen_allow_localhost_4555 (#23726) 2024-05-07 17:21:56 +00:00
npm_workspace chore: fix flaky publish::npm_workspace test (#24511) 2024-07-10 20:44:37 +00:00
npm_workspace_jsr_pkg_with_npm_dep fix(workspace): support resolving bare specifiers to npm pkgs within a workspace (#24611) 2024-07-17 09:13:22 -04:00
package_json fix(publish): error for missing version constraints on dry-publish instead of just publish (#23798) 2024-05-14 10:30:09 -04:00
prefer_fast_check_graph fix: better handling of npm resolution occurring on workers (#24094) 2024-06-05 17:04:16 +02:00
sloppy_imports chore: migrate bench, publish, and more itests to spec tests (#23584) 2024-04-29 10:08:27 -04:00
successful chore: migrate bench, publish, and more itests to spec tests (#23584) 2024-04-29 10:08:27 -04:00
symlink chore: migrate bench, publish, and more itests to spec tests (#23584) 2024-04-29 10:08:27 -04:00
unanalyzable_dynamic_import fix: better handling of npm resolution occurring on workers (#24094) 2024-06-05 17:04:16 +02:00
unsupported_jsx_tsx fix(publish): error for missing version constraints on dry-publish instead of just publish (#23798) 2024-05-14 10:30:09 -04:00
workspace feat: npm workspace and better Deno workspace support (#24334) 2024-07-04 00:54:33 +00:00