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/add
Nathan Whitaker 5c40b47629
fix(add/install): default to "latest" tag for npm packages in deno add npm:pkg (#25858)
Fixes #25813.

I initially tried doing this in `deno_semver`, where it's a cleaner
change, but that caused breakage in deno in places where we don't expect
a tag (see https://github.com/denoland/deno/issues/25857).

This does not fix wildcard requirements failing to choose pre-release
versions. That's a little more involved and I'll do a separate PR.
2024-09-25 01:10:01 +00:00
..
add_with_subpath feat: require jsr prefix for deno install and deno add (#25698) 2024-09-18 20:38:22 +02:00
dev feat(add/install): Flag to add dev dependency to package.json (#25495) 2024-09-07 02:22:27 -07:00
dist_tag feat: deno remove (#24952) 2024-08-12 16:17:25 -04:00
error_import_map_field fix(add): error when config file contains importMap field (#25115) 2024-08-20 16:32:01 -04:00
missing_npm_specifier feat: require jsr prefix for deno install and deno add (#25698) 2024-09-18 20:38:22 +02:00
missing_prefix feat: require jsr prefix for deno install and deno add (#25698) 2024-09-18 20:38:22 +02:00
no_root_export feat: require jsr prefix for deno install and deno add (#25698) 2024-09-18 20:38:22 +02:00
only_unstable_versions fix(add/install): default to "latest" tag for npm packages in deno add npm:pkg (#25858) 2024-09-25 01:10:01 +00:00
package_json_and_deno_json feat: require jsr prefix for deno install and deno add (#25698) 2024-09-18 20:38:22 +02:00